-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Description
It would be helpful to have a get_stock_forecast method in the TipRanks class to retrieve stock forecast data (e.g., analyst price targets, ratings, and trends). This feature will allow users to programmatically access key forecast data for specific stocks like NVDA.
URL: https://www.tipranks.com/stocks/nvda/forecast
Proposed Implementation
- Fetch forecast data from TipRanks similar to existing methods.
- Provide key metrics such as average price target, analyst ratings, and earnings estimates.
- Format the response in a structured dictionary format.
Use Case
from tipranks import TipRanks
tr = TipRanks()
nvda_forecast = tr.get_stock_forecast("NVDA")
print(nvda_forecast)Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels