You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.
I have a script that attempts to find the historical data for futures (lets say ZF), and in doing so loops through the contract months from 3 years ago to 3 years in the future, for example 202103, 202106, 202109.
Some of these result in a timeout (no matter what the value of the timeout is). Its reasonable that I receive no bars for my request having said that I suspect that if the contract month is not valid or too far in the past something gets lost and it just times out instead of giving me an empty bars result. Given I make a lot of these requests I would much prefer empty results rather than waiting for a timeout, its also hard for me to determine whether the timeout is valid in this case or whether the API doesn't want to give me the data.
The text was updated successfully, but these errors were encountered:
I have a script that attempts to find the historical data for futures (lets say
ZF
), and in doing so loops through the contract months from 3 years ago to 3 years in the future, for example 202103, 202106, 202109.An example of this call is like so:
Some of these result in a timeout (no matter what the value of the timeout is). Its reasonable that I receive no bars for my request having said that I suspect that if the contract month is not valid or too far in the past something gets lost and it just times out instead of giving me an empty bars result. Given I make a lot of these requests I would much prefer empty results rather than waiting for a timeout, its also hard for me to determine whether the timeout is valid in this case or whether the API doesn't want to give me the data.
The text was updated successfully, but these errors were encountered: