BlockRun SPY Real-Time Price is a paid API for AI agents from blockrun-web-vbsbhh7lea-uc.a.run.app, paid per call via x402, $0.001/call, status down (last checked 2026-09-15, last successful call 2026-06-10).
Returns the current real-time price of the SPY ETF (S&P 500 index fund) sourced from Pyth Network
US Stock realtime price for SPY
Returns a JSON object with the SPY ETF's current price (number), a confidence interval, the UTC timestamp and Unix publish time, the Pyth Network Hermes feed ID (0x-prefixed hex), asset type classified as 'equity', and the source identifier 'pyth'.
GEThttps://blockrun-web-vbsbhh7lea-uc.a.run.app/api/v1/stocks/us/price/SPYUse this endpoint when you need a real-time, high-confidence price for the SPY ETF specifically, with Pyth Network provenance and optional pre/post market session support. Prefer over aggregator APIs when you need a cryptographically-sourced price feed ID alongside the quote.
{
"input": {
"path": {
"symbol": "SPY"
},
"query": {
"session": "pre"
}
}
}| Field | Type | Description |
|---|---|---|
| input | object | |
| output | object |
{
"price": 756.62771,
"feedId": "0x19e09bb805456ada3979a7d1cbb4b6d63babc3a0f8e8a9509f68afa5c4c11cd5",
"source": "pyth",
"symbol": "SPY",
"category": "stocks/us",
"assetType": "equity",
"timestamp": "2026-05-29T20:00:21.000Z",
"confidence": 0.10504,
"publishTime": 1780084821
}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"