x402stock Stock Quote API is a paid API for AI agents from x402stock.vercel.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).
Returns the latest price quote for a US-listed stock ticker, including OHLCV, change, and previous close (15-minute delayed), paid per-call in USDC via x402 protocol.
Get the latest available price for any US-listed stock: the most recent 1-minute bar close plus today's OHLCV, change, and previous close. Currently 15 minutes delayed; each response carries `is_delayed: true`. Real-time pricing lands when the data plan is upgraded. From x402stock, a pay-per-call market & economic data API for AI agents. No API key or account; pay in USDC via x402.
Returns a JSON object with the ticker symbol, most recent price (1-minute bar close, 15-min delayed), today's OHLCV bar, dollar and percent change from previous close, previous close price, timestamp, and an is_delayed flag (currently always true).
GEThttps://x402stock.vercel.app/api/v1/quote/AAPLChoose this endpoint when you need a quick, no-signup, pay-per-call US stock price quote for an AI agent workflow. Ideal for single-ticker lookups without committing to a subscription data plan. Best when you accept 15-minute delay and want OHLCV plus change data in one call. Prefer alternatives if you need real-time tick data, options chains, historical bars, or non-US equities.
{
"input": {
"type": "http",
"method": "GET",
"queryParams": {}
}
}| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"data": {
"day": {
"low": 289.59,
"high": 297,
"open": 293.72,
"vwap": 294.1141,
"close": 295.63,
"volume": 42572456
},
"price": 295.84,
"change": 4.259999999999991,
"timestamp": "2026-06-11T23:59:00.000Z",
"delayed_by": "15 minutes",
"is_delayed": true,
"change_percent": 1.4610055559366182,
"previous_close": 291.58
},
"as_of": "2026-06-11T23:59:00.000Z",
"source": "x402stock",
"ticker": "AAPL"
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"