ibdatafetcher
ibdatafetcher copied to clipboard
Fetch data (futures, stock, coming next => options) from IBKR for local use.
Results
1
ibdatafetcher issues
Sort by
recently updated
recently updated
newest added
``` CELERY_BROKER_URL = 'redis://127.0.0.1:6379' CELERY_RESULT_BACKEND = 'redis://127.0.0.1:6379' CELERY_ACCEPT_CONTENT = ['application/json'] CELERY_RESULT_SERIALIZER = 'json' CELERY_TASK_SERIALIZER = 'json' CELERY_STORE_ERRORS_EVEN_IF_IGNORED = True ```