x402basequality 0.20

Fetch historical OHLCV price data for stocks and crypto via Yahoo Finance over x402.

Price
0.01 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint, hosted on Heurist Mesh, provides historical price performance data (Open, High, Low, Close, Volume) for stocks and cryptocurrencies sourced from Yahoo Finance. It supports all major stock ticker symbols and the top 30 large-cap cryptocurrency tokens. Two interval options are available: '1h' (hourly) and '1d' (daily). Intraday (hourly) data is limited to a 60-day lookback window.

The endpoint is part of the Heurist Mesh agent infrastructure and is listed as an x402-payable agent skill. However, during probing the endpoint returned HTTP 404 on both POST and GET requests rather than the expected 402 payment challenge, which means it may have been moved, renamed, or is not currently live at this URL.

No OpenAPI schema, pricing details, or detailed documentation were found during crawling. The Heurist Mesh docs, API, and pricing pages all return 404. The canonical domain appears to have shifted to mesh.heurist.ai. Given the lack of a live 402 response and missing documentation, this listing should be treated as potentially stale or relocated.

Capabilities

ohlcv-datastock-price-historycrypto-price-historyyahoo-financehourly-intervaldaily-intervalx402-payment

Use cases

  • Retrieve daily or hourly OHLCV candles for a given stock ticker
  • Fetch recent price history for large-cap cryptocurrencies
  • Build backtesting datasets for trading strategies
  • Display historical price charts in dashboards or chatbots

Fit

Best for

  • Agents needing quick stock or crypto price history without managing API keys
  • Simple OHLCV lookups at hourly or daily granularity
  • Pay-per-request financial data access via x402

Not for

  • Sub-hourly or tick-level market data
  • Stocks or crypto outside Yahoo Finance coverage and top-30 large-cap tokens
  • Real-time streaming price feeds

Quick start

curl -X POST https://mesh.heurist.xyz/x402/agents/YahooFinanceAgent/fetch_price_history \
  -H "Content-Type: application/json" \
  -d '{"ticker": "AAPL", "interval": "1d", "period": "30d"}'

Example

Request

{
  "period": "30d",
  "ticker": "AAPL",
  "interval": "1d"
}

Endpoint

Transporthttp
Protocolx402
Pay to0x7d9d1821d15B9e0b8Ab98A058361233E255E405D
CurrencyUSD COIN

Quality

0.20/ 1.00

The endpoint returned 404 on both POST and GET, indicating it is not live at the probed URL. No OpenAPI schema, no documentation, and no pricing information were found. The listing is based almost entirely on the Bazaar description, making it a stub with significant uncertainty.

Warnings

  • Endpoint returned 404 on both POST and GET — not currently live at this URL.
  • No x402 payment challenge was captured; the endpoint may have been moved to mesh.heurist.ai or removed.
  • No OpenAPI or schema documentation found; request/response formats are inferred.
  • No pricing or payment details available.
  • The canonical Heurist Mesh domain appears to have migrated to mesh.heurist.ai; this .xyz URL may be stale.

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-18 19:01:51Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-22

Agent access