E*Trade: Difference between revisions
From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs) Created page with "# Get an account. # Invest. # Become a developer. https://developer.etrade.com/getting-started/developer-guides # Get an API key. # Download the Python samples. Try them out...." |
Brian Wilson (talk | contribs) mNo edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
# Become a developer. https://developer.etrade.com/getting-started/developer-guides | # Become a developer. https://developer.etrade.com/getting-started/developer-guides | ||
# Get an API key. | # Get an API key. | ||
# Download the Python samples. | # Download the Python samples. Follow the instructions therein. | ||
# Learn about OAUTH | ## Install the API key in the config.ini file | ||
## Run the sample client | |||
# Learn about OAUTH 1. They are still using OAUTH 1, not the more popular OAUTH 2. | |||
# Write some apps. | # Write some apps. | ||
The sample Python client has the following features. | |||
# OAUTH authentication | |||
# Accounts API | |||
# Market API - Give it a stock symbol and it returns information | |||
# Ordering API | |||
The Alerts API appears to be missing. | |||
== Software == | |||
https://github.com/QuantConnect/Lean | |||
== Information services == | |||
https://www.interactivebrokers.com/ |
Latest revision as of 22:59, 4 November 2018
- Get an account.
- Invest.
- Become a developer. https://developer.etrade.com/getting-started/developer-guides
- Get an API key.
- Download the Python samples. Follow the instructions therein.
- Install the API key in the config.ini file
- Run the sample client
- Learn about OAUTH 1. They are still using OAUTH 1, not the more popular OAUTH 2.
- Write some apps.
The sample Python client has the following features.
- OAUTH authentication
- Accounts API
- Market API - Give it a stock symbol and it returns information
- Ordering API
The Alerts API appears to be missing.
Software
https://github.com/QuantConnect/Lean