Getting less rows then expected while downloading 1m data from Binance. #352
Unanswered
Krzysiek191
asked this question in
Q&A
Replies: 1 comment
-
@Krzysiek191 you can call Binance and ask them to fill the missing data. Just kidding. It's missing usually due to outages, nothing to do with vectorbt. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I am trying to download historical data for ADA/BUSD from Binance. The code is:
That is 791 days which should give 1139040 rows of 1 minute interval data (791 x 1440).
First and last five rows have the proper dates:
But the length is 1136674. So it seems that 2366 rows are missing. There is no such issue when I get the data for shorter timeframes, like one or two months, but for periods longer than one year the number of rows is off.
How can I resolve this?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions