A python container used to upload values obtained by the TastyTrade API to InfluxDB
Variable | Description |
---|---|
USERNAME |
Tastytrade profile username |
PASSWORD |
Tastytrade profile password |
ACC_NUM |
Tastytrade account 'number' |
TASTYTRADE_URL |
URL of tastytrade API. Typically https://api.tastyworks.com for production and https://api.cert.tastyworks.com for sandbox. Defaults to https://api.tastyworks.com . |
Variable | Description |
---|---|
INFLUXDB_TOKEN |
InfluxDB api token. Use a write only bucket token for maximum security. |
INFLUXDB_ORG |
InfluxDB organisation name |
INFLUXDB_BUCKET |
InfluxDB bucket name |
INFLUXDB_URL |
URL of InfluxDB instance. E.g. http://influxdb:8086 |
Variable | Description |
---|---|
FETCH_FREQ |
How often Tastytrade is queried for metrics. Default 10s. |