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
I am seeing the same symptom. It seems to be related to a high query rate, it would work for a while for around 150 requests (3s interval) and then fail. What is unusual is that other requests are responding well while earnings_trend is failing. I resolved the issue by increasing the interval between requests to 20 seconds, but that makes the whole process a bit too slow. Maybe batching more than one symbol per Ticker as the API allows is better, I will try that next.
When trying to use the module it may change from a dictionary to a string (even for the same ticker) of digits:
For example when running for the ticker: "ACON" I get: "10110.000000".
The text was updated successfully, but these errors were encountered: