Replies: 1 comment 2 replies
-
I've had this issue as well. I have noted what is updating correctly and which is old data with the functions that call. Within financial_data:
Within index_trend:
Within key_stats:
Within summary_detail:
Within cash_flow:
Any help related to updated table layouts or with vacchiano's comment is there a limit to data being pulled? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a few hundred tickers I run through grabbing the financial_data and key_stats from Ticker.
When I call them in 1-off situations the key_stats data + dates returned are the most recent.
When I loop through my list of tickers and call the above, sometimes the data & dates are old.
For ex I'll get a qtr date of 6/29/22 instead of 9/29/22 (which I get in a 1-off call).
Wasn't sure if some sort of limit that's causing this or any other ideas.
Beta Was this translation helpful? Give feedback.
All reactions