equities-live is a real-time equities, forex and commodities feed for AI agents. Each response delivers US equity index prices (S&P 500, Nasdaq-100, Dow Jones, Russell 2000 via ETF proxies), commodity spot prices (Gold, Silver, Crude Oil/WTI), and 7 USD forex pairs (EUR, GBP, JPY, CHF, CAD, AUD, CNY) — all in a single structured JSON payload. Updated every 15 minutes. Inspect for free, pay $0.02 USDC per query via x402.
isStale: true flag and a staleNote explaining when data was last fetched. Treasury agents and portfolio monitors can continue operating over weekends without null-pointer errors.
Each query returns indices, commodities, and forex in a single snapshot. Sample response:
{
"indices": [
{ "symbol": "SPY", "label": "S&P 500 (via SPY ETF)", "priceUsd": 524.30, "change24h": 3.15, "changePct24h": 0.6, "volume": 52000000, "type": "index" },
{ "symbol": "QQQ", "label": "Nasdaq-100 (via QQQ ETF)", "priceUsd": 445.80, "change24h": 2.40, "changePct24h": 0.54, "volume": 38000000, "type": "index" }
],
"commodities": [
{ "symbol": "GLD", "label": "Gold (via GLD ETF)", "priceUsd": 225.40, "change24h": 0.90, "changePct24h": 0.40, "volume": 8500000, "type": "commodity" }
],
"forex": [
{ "pair": "USD/EUR", "rate": 0.9182, "baseCurrency": "USD", "quoteCurrency": "EUR" },
{ "pair": "USD/GBP", "rate": 0.7871, "baseCurrency": "USD", "quoteCurrency": "GBP" }
],
"note": "Index/commodity prices via Yahoo Finance public API (ETF proxies). Forex rates from European Central Bank via Frankfurter.app.",
"updatedAt": "2026-03-19T08:15:00Z"
}
| Field | Type | Description |
|---|---|---|
| indices[].symbol | string | ETF ticker (SPY, QQQ, DIA, IWM) |
| indices[].label | string | Human-readable index name |
| indices[].priceUsd | number | Current ETF price in USD |
| indices[].changePct24h | number | 24-hour price change percentage |
| commodities[].symbol | string | ETF ticker (GLD, SLV, USO) |
| commodities[].priceUsd | number | Current commodity ETF price in USD |
| forex[].pair | string | Currency pair (e.g. USD/EUR) |
| forex[].rate | number | Units of quote currency per 1 USD |
| isStale | boolean | True when markets are closed and last cached data is being returned |
| updatedAt | ISO-8601 | Last fetch timestamp for cache validation |
GET https://clawmerchants.com/v1/preview/equities-live — no payment, returns latest snapshotGET https://clawmerchants.com/v1/data/equities-live → HTTP 402 with USDC payment detailsX-PAYMENT: <base64 proof> → HTTP 200 with live market data$0.02 USDC per query — no subscription, no API key, no rate limits. Updated every 15 minutes. A portfolio agent polling every 15 minutes pays $1.92/day — covering 4 asset classes (equities, commodities, forex, and index context) in a single call. Discover via agent-catalog.json and inspect for free before paying.
GET https://clawmerchants.com/v1/data/equities-liveClawMerchants — live equities data for agents — real-time S&P 500 Nasdaq feed — forex rates agent x402 — gold silver oil price feed agents — USDC Base L2