The E*TRADE Developer Platform enables E*TRADE customers and developers to create their own investment applications that leverage E*TRADE's extensive market data offerings, order-routing capabilities, and other services.
Questions tagged [etrade-api]
50 questions
0
votes
2 answers
How do I use Oauth with C++ ?? Etrade API
I am having problems with oauth. Let me start by saying that I have only been studying C++ for about a month. I am working on a Etrade API application. I have been struggling with this for a few weeks. Ok Etrade has provided the header, DLL and…

user2351904
- 1
- 1
0
votes
1 answer
How to use oauth with etrade api C
I am making a C++ api using Etrade. They require you use Oauth1.01a
I have searched and I do not see any examples on the web. Can anyone assist??
Thank you very much!!!
bool GetRequestToken(CClientDetails &objClientDetails) throw (...);
bool…

STOCKY123
- 1
- 1
-1
votes
2 answers
Am I getting the signature_base correct?
I'm getting logged in correctly and getting the pin now, so I still count that as progress.
Can someone check the strings I'm encrypting?
What else could 'bad request' mean?
First, I get the AccessToken,
which generates this signature base …

BWhite
- 713
- 1
- 7
- 24
-1
votes
1 answer
Modify authorization URL format using requests-oauthlib
I am using requests-oauthlib to authenticate with the ETrade API. It requires the authorization URL to have the following format:
https://us.etrade.com/e/t/etws/authorize?key={oauth_consumer_key}&token={oauth_token}
However, when I call…

Code-Apprentice
- 81,660
- 23
- 145
- 268
-2
votes
1 answer
trade api data collecting
hi there when i type this data
url = 'https://rest.coinapi.io/v1/quotes/BITSTAMP_SPOT_BTC_USD/current'
headers={'X-CoinAPI-Key' : '73034021-0EBC-493D-8A00-E0F138111F41'}
response = requests.get(url, headers=headers)
x=response.json()
print(x)
my…

Alper Aşan
- 65
- 1
- 7