Replies: 5 comments 7 replies
-
I don't know about data of price targets, but recommendation rating was added #1754
|
Beta Was this translation helpful? Give feedback.
-
@tamireiny
|
Beta Was this translation helpful? Give feedback.
-
Thanks @bot-unit , I am using the latest release, so I understand that it's not available the moment. |
Beta Was this translation helpful? Give feedback.
-
@tamireiny done at #1773 |
Beta Was this translation helpful? Give feedback.
-
@bot-unit Thanks for update! |
Beta Was this translation helpful? Give feedback.
-
Hello, great toolbox!
I wanted to raise need to get the dates analysts set price target and recommendation, currently the recommendation mean is available via the API, but might be very outdated at certain cases, by adding dates of the latest upgrades or downgrade it will be like confidence measure for the mean value.
ticker_info = yf.Ticker(ticker)
ticker_info_data = ticker_info.info
yahoo_rating = ticker_info_data['recommendationMean']
Attached images to help demonstrate:
Thanks for your attention :)
Beta Was this translation helpful? Give feedback.
All reactions