Throttling of yfinance at certain hours #1678
Unanswered
AndrewBworth
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Data problems around midnight? That's familiar #1669 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I've been using yfinance for a few weeks. It seems that between 8pm and about 10:45 pm eastern time (0:00 to 2:45 UTC) the data I get from yfinance eventually shifts to data that has had too much information missing to repair. Obviously after a certain number of queries, it just starts sending junk. I'm assuming this is because this is prime time, possibly because candlestick patterns from yesterday are finalized. I've been using repair="silent" which fixes the problems at other times in the day. I've been trying to incorporate delays to fix the problem, but it doesn't work. Is there a way around this problem, besides the obvious waiting three hours?
Beta Was this translation helpful? Give feedback.
All reactions