{
  "x402Version": 2,
  "id": 14336,
  "slug": "14336",
  "resource": "https://market.memoryapi.org/x402/market/analyst",
  "description": "Analyst stock ratings and price targets from Finnhub. Consensus recommendations (Strong Buy, Buy, Hold, Sell) with analyst price target distribution.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x24FAcafEB49b4e3FACF0B3e69604A2F4640c9bf2",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "5000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "description": "Analyst consensus ratings and price targets from Finnhub. Aggregates analyst recommendations (Strong Buy, Buy, Hold, Sell, Strong Sell) and provides mean/median/high/low price targets.",
        "iconUrl": "https://memoryapi.org/icon.png",
        "input": {
          "method": "GET",
          "queryParams": {
            "limit": "5",
            "symbol": "AAPL"
          },
          "schema": {
            "properties": {
              "limit": {
                "description": "Number of historical periods to return (default: 5)",
                "type": "integer"
              },
              "symbol": {
                "description": "Stock ticker symbol (default: AAPL)",
                "type": "string"
              }
            },
            "required": []
          },
          "type": "http"
        },
        "output": {
          "example": {
            "consensus": {
              "buy": 18,
              "hold": 8,
              "recommendation": "BUY",
              "sell": 2,
              "strongBuy": 12,
              "strongSell": 0,
              "total": 40
            },
            "history": [],
            "price_target": {
              "high": 210,
              "low": 180,
              "mean": 195.5,
              "median": 195
            },
            "source": "Finnhub",
            "success": true,
            "symbol": "AAPL"
          }
        },
        "serviceName": "MemoryAPI Market",
        "tags": [
          "finance",
          "stocks",
          "crypto",
          "market"
        ]
      },
      "schema": {
        "properties": {
          "input": {
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              }
            },
            "required": [
              "method"
            ]
          }
        }
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "market.memoryapi.org",
  "lastUpdated": "2026-08-28T13:01:04.578Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-28T13:01:04.331Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "market.memoryapi.org",
    "manifest_name": "market.memoryapi.org",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}