-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
batch api URL #52
Comments
split stocks to 20symbol_groups = list(chunks(stocks['Ticker'], 20)) final_dataframe = pd.DataFrame(columns = my_columns) for symbol_string in symbol_strings[:1]:
|
For all the Batch API call errors |
batch_api_call_url = https://cloud.iexapis.com/v1/stock/market/batch?symbols={symbol_string}&types=quote&token={IEX_CLOUD_API_TOKEN} This works for me. Following this links: https://stackoverflow.com/questions/56806064/how-to-call-multiple-quotes-from-iex-cloud-api |
batch api url changes
The text was updated successfully, but these errors were encountered: