tos_options_dashboard
tos_options_dashboard copied to clipboard
Interactive dashboard to filter and analyse stock options contracts (Built using data from ThinkOrSwim's API and Plotly Dash components)
the update_search function should add error reporting. Currently there is no indication of why the UI doesnt accept ticker values which can happen if the API_KEY is invalid. ``` def...
contract_type was not getting used - following change fixes it ``` # Temporarily stores JSON data in the browser (generally safe to store up to 2MB of data) @app.callback(Output('storage-option-chain-all', 'data'),...
This doesn't use the ThinkOrSwim API it uses the (discontinued) TDAmeritrade API. Different APIs