ETrade api - invalid Consumer key and or session token When I attempt to make a request to Etrade's Account List endpoint in sandbox (https: apisb etrade com v1 accounts list), I am getting an HTTP 401 - "Unauthorized request - invalid Consumer key and or session token"
Change equity order in etrade api? - Stack Overflow Does anyone know how to change an equity order utilizing the etrade API? I can do place order just fine but for some reason changing an equity order seems impossible! I have poured over the documen
Getting an oauth request token from etrade - Stack Overflow I'm trying to get an oauth request token from the etrade api (sandbox) in Python with this thing: import requests from oauthlib oauth1 import Client consumer_key = 'foo' # actual key used
Trying to act on a page redirect with JavaFX and WebView I am trying to script logging in to a 3rd party site to obtain a value For several years I was able to use javaFX to do this, but it recently stopped working I have tried using selenium with some
How to sign oauth signature for request token with etrade api? I'm trying to hook into eTrade's API for a project They use an OAuth v1 flow I'm running into error's on the very first step of the flow- getting the request token The info from their doc's can be
Getting Quotes from eTrade API in Python3 - Stack Overflow I'm trying to get quotes from the etrade API I'm able to list accounts, get transactions, but not get quotes I've tried removing the accounts and transactions api calls but it makes no difference