Analyst Consensus API

Analyst consensus represents the collective price targets and ratings from professional equity research analysts covering a publicly traded company. Aggregating the estimates gives a view of overall sentiment rather than relying on a single opinion. The API endpoint returns consensus metrics, including 12-month forward price targets as well as buy, hold, and sell recommendation counts.

API Endpoint

https://financialdata.net/api/v1/analyst-consensus?identifier=MSFT

Query Parameters

NameTypeDescriptionExample
identifierstringThe trading symbol for a security.MSFT
formatstring(Optional) The format of the returned data, either JSON or CSV. Defaults to JSON.json, csv

Sample Response

[
  {
    "trading_symbol": "MSFT",
    "central_index_key": "0000789019",
    "registrant_name": "MICROSOFT CORP",
    "average_price_target": 555.73,
    "highest_price_target": 680.0,
    "lowest_price_target": 400.0,
    "buy_recommendations": 36,
    "sell_recommendations": 0,
    "hold_recommendations": 1
  }
]
Ready to get started?

Get your API key instantly and start pulling data into your application.

Get Your API Key
Maximum Uptime

Our robust architecture guarantees 99.9% uptime for uninterrupted API access.

Easy Integration

Native Python SDK and REST support make data integration seamless.

MCP Server

The official MCP server delivers financial data directly to your AI agents.