StableFinance Real-Time Single-Ticker Price Snapshot is a paid API for AI agents from stablefinance.dev, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14, last successful call 2026-06-11).
Returns a real-time price quote snapshot for a single stock ticker, including price, day change, and day change percent.
Real-time single-ticker price quote. Invalid or unsupported tickers return upstream 400/404; check /api/company/facts/tickers or endpoint-specific /tickers lists before batching.
A snapshot object keyed by ticker containing the current price, day_change (dollar amount), day_change_percent, and a timestamp for when the quote was taken.
GEThttps://stablefinance.dev/api/prices/snapshotUse this endpoint when you need a fast, real-time price quote for a single stock ticker with day-change data. Prefer this over batch or multi-ticker endpoints when only one symbol is needed and latency is important. Ideal for agent workflows that need a live price check before making a decision.
{
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"ticker": "AAPL"
}
}
}| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"snapshot": {
"time": "2026-06-08T23:19:48Z",
"price": 300.74,
"ticker": "AAPL",
"day_change": -6.6,
"time_milliseconds": 1780960788885,
"day_change_percent": -2.15
}
}{
"type": "json",
"example": {
"snapshot": {
"time": "2026-05-28T20:35:17Z",
"price": 312.18,
"ticker": "AAPL",
"day_change": 1.33,
"time_milliseconds": 1780000517325,
"day_change_percent": 0.43
}
}
}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"