Fetching historical daily data for more than 2000 days in a single request?
-
Hi, has anyone written a script to fetch daily data for more than 2000 days in a single request?
My approach right now is to loop through multiple date ranges save the data in a list and concatenate it. I am not sure whether this is the best approach.
-
@admin Hey, yeah I was able to fetch it that way. Thanks.
-
HI @Vypy1 You can pass multiple date range and append all the data in single dataframe.
1 out of 3