Skip to content

Feature Request: Add get_stock_forecast Method #8

@raj-ponnam

Description

@raj-ponnam

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions