-
Notifications
You must be signed in to change notification settings - Fork 27
Getting API keys
alienbrett edited this page Mar 27, 2020
·
1 revision
Log into Ally Invest, go to the specific account page, click Tools->API
Fill out the API token application as a Personal Application
It's strongly recommended to store the keys in environment variables.
To do this, insert the following into ~/.bashrc:
export ALLY_CONSUMER_KEY=XXXXXXXXXXXXXXXXXXXXXXXX
export ALLY_CONSUMER_SECRET=XXXXXXXXXXXXXXXXXXXXX
export ALLY_OAUTH_TOKEN=XXXXXXXXXXXXXXXXXXXXXXXXX
export ALLY_OAUTH_SECRET=XXXXXXXXXXXXXXXXXXXXXXXXOptionally, if you want an account number auto-entered:
export ALLY_ACCOUNT_NBR=12345678