ToolAssay

Short-squeeze setup signal for a stock (?ticker=<stock ticker>)

Short-squeeze setup signal for a stock (?ticker=<stock ticker>)

Answeringour last check, 2026-09-24
1 of 1checks answered this week
855 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://squeeze.lonestaroracle.xyz/squeeze

CategoryMarket data
Provider hostsqueeze.lonestaroracle.xyz
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days3 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

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

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "ticker": "GME"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "category": "markets",
  "description": "Short-squeeze detection made agent-callable. One x402 call takes a stock ticker and returns a squeeze-risk signal (HIGH / ELEVATED / MODERATE / LOW) built from short interest as a percent of float and days-to-cover, plus a state read (coiled = heavily shorted but still falling / igniting = heavily shorted AND rising / primed / quiet) that blends price momentum vs the 50-day average with the short-interest trend. Names the drivers (e.g. 'short interest 25.7% of float', 'days-to-cover 12.8', 'price 9% above its 50-day avg'). What a trading or risk agent needs to flag squeeze setups, pay-per-call. $0.05 in USDC on Base via x402. Source: yfinance (FINRA short interest + price; free/public). NOTE: short interest is bi-monthly and ~2 weeks lagged, and this does NOT include real-time borrow fee / share utilization (paid data, e.g. Ortex/S3) \u2014 the strongest squeeze predictors. Companion to EquityScope, OptionsFlow and AnalystEdge.",
  "name": "SqueezeSignal",
  "properties": {
    "input": {
      "properties": {
        "method": {
          "enum": [
            "GET",
            "HEAD",
            "DELETE"
          ],
          "type": "string"
        },
        "queryParams": {
          "properties": {
            "ticker": {
              "description": "Stock ticker to screen for squeeze risk (e.g. GME, BYND, CVNA). Aliases: symbol.",
              "example": "GME",
              "type": "string"
            }
          },
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "company": "GameStop Corporation",
          "drivers": [
            "short interest 13.5% of float (high)",
            "days-to-cover 12.8 (crowded, slow to exit)"
          ],
          "interpretation": "Notable short-squeeze conditions \u2014 heavily shorted but still falling; fuel is building, not yet lit.",
          "max_score": 10,
          "metrics": {
            "days_to_cover": 12.78,
            "fifty_day_avg": 21.78,
            "price": 19.1,
            "shares_short": 55426276,
            "short_interest_trend": "flat",
            "short_pct_float": 13.54,
            "vs_50d_avg_pct": -12.4
          },
          "source": "yfinance (FINRA short interest + price)",
          "squeeze_score": 5,
          "squeeze_signal": "ELEVATED",
          "state": "coiled",
          "ticker": "GME"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "tags": [
    "short-squeeze",
    "short-interest",
    "equities",
    "trading",
    "risk"
  ],
  "type": "object",
  "version": "1.0.0"
}

This page as JSON