Stock quote for any US symbol — real-time or 15-min delayed price, OHLC, high/lo...
https://api.tickersfeed.net/stock/CRCLXOverview
Stock quote for any US symbol — real-time or 15-min delayed price, OHLC, high/low, previous close, and percent change. Covers NYSE, NASDAQ, AMEX (8,400+ symbols). $0.003 USDC delayed / $0.01 USDC real-time. Add ?tier=realtime for live prices.
Protocol
x402
Price
$0.0030
Payment Asset
USD Coin
Payment Network
Base
Category
uncategorized
Provider
tickersfeed
Source
bazaar
Indexed
2026-07-02 03:14:19
Health
Status
unknown
Latency (p50)
—
Uptime (30d)
—
Reliability Score
—
Last Checked
Never
Last Healthy
Never
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
—
Asset Verified
—
Facilitator
—
Input Schema
{
"discoverable": true,
"method": "GET",
"queryParams": {
"symbol": {
"description": "Stock ticker symbol (e.g. AAPL, TSLA, NVDA)",
"type": "string"
},
"tier": {
"description": "15-min delayed (default) or realtime",
"type": "string"
}
},
"type": "http"
}
Output Schema
{
"quote": {
"c": 150,
"dp": 0.33,
"h": 152,
"l": 149,
"o": 151,
"pc": 149.5
},
"symbol": "AAPL",
"tier": "delayed"
}