ToolAssay

Analyst consensus, price target + upside, and recent upgrades/downgrades for a t

Analyst consensus, price target + upside, and recent upgrades/downgrades for a ticker (?symbol=)

Answeringour last check, 2026-09-24
1 of 1checks answered this week
835 msmedian answer time
$0.05listed price per call
$0.05price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://analyst.lonestaroracle.xyz/ratings

CategoryMarket data
Provider hostanalyst.lonestaroracle.xyz
Networkseip155:4663, eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days6 from 2 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.05 835 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "symbol": "AAPL",
    "ticker": "AAPL"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "category": "trading",
  "description": "Wall Street analyst consensus for a stock, made agent-callable. One x402 call returns the aggregate analyst rating (strong-buy / buy / hold / sell / strong-sell breakdown + consensus), the consensus price target with high/low/median and computed upside vs the live price, a BULLISH/BEARISH/NEUTRAL signal, and the most recent analyst upgrades and downgrades (firm, from-grade, to-grade, date). The 'what does the Street think' read that trading and research agents need, served pay-per-call instead of scraped from a dashboard. $0.05 in USDC on Base via x402. Source: Financial Modeling Prep. Companion to InsiderFlow (corporate insiders) and CapitolFlow (Congress) \u2014 insiders + Congress + analysts = the smart-money picture on a ticker.",
  "name": "AnalystEdge",
  "properties": {
    "input": {
      "properties": {
        "method": {
          "enum": [
            "GET",
            "HEAD",
            "DELETE"
          ],
          "type": "string"
        },
        "queryParams": {
          "properties": {
            "symbol": {
              "title": "Symbol",
              "type": "string"
            },
            "ticker": {
              "title": "Ticker",
              "type": "string"
            }
          },
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "consensus": "Buy",
          "price": 325.89,
          "price_target": {
            "consensus": 337.58,
            "high": 400,
            "low": 253,
            "upside_pct": 3.6
          },
          "rating_breakdown": {
            "buy": 70,
            "hold": 32,
            "sell": 8,
            "strong_buy": 1,
            "strong_sell": 0,
            "total": 111
          },
          "recent_actions": [
            {
              "action": "upgrade",
              "date": "2026-07-17",
              "firm": "HSBC",
              "from": "Hold",
              "to": "Buy"
            }
          ],
          "signal": "BULLISH",
          "symbol": "AAPL"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "tags": [
    "analyst",
    "ratings",
    "price-target",
    "equities",
    "consensus"
  ],
  "type": "object",
  "version": "1.0.0"
}

This page as JSON