Get all recommendations in one query #2236
JulienMellaerts
started this conversation in
Development
Replies: 1 comment
-
Unfortunately, Yahoo Finance does not officially offer a public API that supports querying all STRONG_BUY stocks from an exchange like NASDAQ in a single request. The data you're referring to (analyst recommendations like "STRONG_BUY") is available per ticker, often through endpoints accessed by libraries like yfinance, but there’s no documented or stable way to bulk-fetch recommendation ratings across an entire exchange. Hope this helps answer your question |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
First, thank you for your hard work!
Do you know if Yahoo APIs allows to get all current STRONG_BUY stocks from an exchanges (NASDAQ for example) ?
So instead checking all stock recommendations individually, get all strong_buy stocks in one query ?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions