# Analyst Stock Ratings & Price Targets (Finnhub)

> Analyst Stock Ratings & Price Targets (Finnhub) is a paid API for AI agents from market.memoryapi.org, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Returns analyst consensus recommendations (Strong Buy, Buy, Hold, Sell) and price target distribution for a given stock ticker from Finnhub.

## Facts

- Endpoint: GET https://market.memoryapi.org/x402/market/analyst
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/market-memoryapi-org-8bbfb89d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_b9z2RoaxdUdVK30QNSbYM

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability market-memoryapi-org-8bbfb89d
```

Example prompt: What are the current Wall Street analyst ratings and price targets for NVDA — show me the consensus recommendation and the distribution of Strong Buy, Buy, Hold, and Sell ratings?

## When to prefer this

Use this endpoint when you need Wall Street analyst consensus ratings and price targets for publicly traded US equities, especially when you want a quick view of buy/sell/hold distribution and target price range without subscribing to a full financial data platform. Prefer this over news sentiment endpoints when you want structured, quantitative analyst opinion rather than qualitative news tone.

## Known failure modes

- Unknown or invalid ticker symbol returns empty or error response
- Data may be delayed or unavailable for thinly covered small-cap stocks
- Finnhub upstream outage may cause timeout or 5xx error
- Rate limiting if called too frequently
- Missing consensus if no analysts cover the stock

## How this service works

Analyst stock ratings and price targets from Finnhub. Consensus recommendations (Strong Buy, Buy, Hold, Sell) with analyst price target distribution.

## Output

Returns analyst consensus recommendation (Strong Buy, Buy, Hold, Sell), number of analysts in each rating bucket, and price target distribution including mean, high, and low targets for the requested stock ticker.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "required": [
    "method"
   ],
   "properties": {
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/market-memoryapi-org-8bbfb89d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from market.memoryapi.org](https://www.zero.xyz/host/market.memoryapi.org/llms.txt)
