{"slug":"hubvibe-io-com-work-market-stock-09994c","title":"Live equity quote for a US-listed ticker","host":"hubvibe-io.com","method":"POST","resource":"https://hubvibe-io.com/work/market/stock","category":"market","description":"Live equity quote for a US-listed ticker: last price, change, day range, volume and market state, plus daily OHLCV history for the range you choose (1d to 5y), read at call time from Nasdaq's public data API with Yahoo Finance as the fallback. Every answer names the source that answered, the source'","price_listed":0.05,"price_asked":0.05,"state":"answering","state_label":"Answering","checks_7d":1,"answered_7d":1,"latency_ms_median":833,"reported_calls_30d":1,"reported_payers_30d":1,"networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"badge":"unverified","paid_checks_7d":0,"paid_ok_7d":0,"example_input":{"body":{"range":"1mo","symbol":"AAPL"},"bodyType":"json","method":"POST","type":"http"},"output_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"include_history":{"description":"Default true.","type":"boolean"},"range":{"description":"History range, default 1mo.","enum":["1d","5d","1mo","3mo","6mo","1y","2y","5y"],"type":"string"},"symbol":{"description":"Ticker symbol, e.g. AAPL, BRK.B, RY-PC.","pattern":"^[A-Za-z][A-Za-z0-9.\\-]{0,11}$","type":"string"}},"required":["symbol"],"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"$schema":"https://json-schema.org/draft/2020-12/schema","description":"The 200 body of every paid /work call. `result` is the worker's own output (its schema is per route); everything else is the same on every /work route. A receipt for the job is at `receipt_url`.","properties":{"billing_warning":{"description":"Present only when the charge was recorded with a caveat.","examples":["settlement pending"],"type":"string"},"price_usd":{"description":"What this call cost, in USD.","examples":[0.02],"type":"number"},"provenance":{"description":"How the result was produced: which providers ran and how long each took.","properties":{"attempts":{"description":"Provider attempts made, including retries and failovers.","examples":[1],"type":"integer"},"elapsed_ms":{"description":"Wall-clock milliseconds for the whole job.","examples":[340],"type":"integer"},"providers_used":{"description":"Providers that served the job.","examples":[["coinbase-advanced-trade-public"]],"items":{"description":"Provider name.","examples":["coinbase-advanced-trade-public"],"type":"string"},"type":"array"},"steps":{"description":"Every step the job ran, in order.","items":{"description":"One step of the job.","properties":{"ms":{"description":"Milliseconds the step took.","examples":[312],"type":"integer"},"ok":{"description":"Whether the step succeeded.","examples":[true],"type":"boolean"},"provider":{"description":"Provider that served the step.","examples":["coinbase-advanced-trade-public"],"type":"string"},"reason":{"description":"Failure reason, on a failed step.","examples":["provider_timeout"],"type":"string"},"step":{"description":"Step name inside the worker.","examples":["quote"],"type":"string"}},"required":["step","ok","ms"],"type":"object"},"type":"array"}},"required":["steps","providers_used","attempts","elapsed_ms"],"type":"object"},"receipt_id":{"description":"Receipt id for this job.","examples":["rcpt_9f1c2b3a4d5e6f70"],"type":"string"},"receipt_url":{"description":"Where to fetch the machine-readable receipt (free, no payment).","examples":["/work/receipts/rcpt_9f1c2b3a4d5e6f70"],"type":"string"},"result":{"properties":{"as_of":{"description":"The source's own timestamp for the price (ISO 8601; a date, or a time with its zone).","examples":["2026-09-25T20:00:01Z"],"type":["string","null"]},"asset_class":{"description":"stocks, etf, equity...","examples":["stocks"],"type":["string","null"]},"change":{"description":"Change on the day.","examples":[5.15],"type":["number","null"]},"change_pct":{"description":"Change on the day, percent.","examples":[1.53],"type":["number","null"]},"checked_at":{"description":"When this node read the source (UTC). Nothing here is cached.","examples":["2026-09-26T18:00:00Z"],"format":"date-time","type":"string"},"currency":{"description":"Quote currency.","examples":["USD"],"type":["string","null"]},"day_high":{"description":"Day high.","examples":[341.67],"type":["number","null"]},"day_low":{"description":"Day low.","examples":[334.53],"type":["number","null"]},"delayed_minutes":{"description":"How delayed the source says the quote is; null when it does not say.","examples":[15],"type":["integer","null"]},"exchange":{"description":"Listing exchange as the source names it.","examples":["NASDAQ-GS"],"type":["string","null"]},"history":{"description":"Daily bars, oldest first; empty when include_history is false.","items":{"description":"One trading day.","properties":{"close":{"description":"Close.","examples":[341.07],"type":["number","null"]},"date":{"description":"Trading day (YYYY-MM-DD).","examples":["2026-09-25"],"type":"string"},"high":{"description":"High.","examples":[341.67],"type":["number","null"]},"low":{"description":"Low.","examples":[334.53],"type":["number","null"]},"open":{"description":"Open.","examples":[336.04],"type":["number","null"]},"volume":{"description":"Shares traded.","examples":[30002510],"type":["number","null"]}},"required":["date","close"],"type":"object"},"type":"array"},"history_range":{"description":"The range the history covers.","examples":["1mo"],"type":["string","null"]},"history_rows":{"description":"Bars returned.","examples":[22],"type":"integer"},"market_state":{"description":"Open, Closed, Pre-Market... as the source reports it.","examples":["Closed"],"type":["string","null"]},"name":{"description":"Company or instrument name.","examples":["Apple Inc."],"type":["string","null"]},"previous_close":{"description":"Previous close.","examples":[335.92],"type":["number","null"]},"price":{"description":"Last price.","examples":[341.07],"type":"number"},"source":{"description":"The provider that answered.","examples":["nasdaq-data-api"],"type":["string","null"]},"symbol":{"description":"Ticker.","examples":["AAPL"],"type":"string"},"volume":{"description":"Volume.","examples":[30002768],"type":["number","null"]}},"required":["symbol","price","as_of","delayed_minutes","history","history_rows","source","checked_at"],"type":"object"},"status":{"const":"ok","description":"Present only on a delivered result.","type":"string"},"worker":{"description":"Catalog name of the worker that ran.","examples":["market.quote"],"type":"string"}},"required":["status","worker","price_usd","result","provenance","receipt_id","receipt_url"],"title":"market.stock response","type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"},"history":[{"day":"2026-09-27","reachable":true,"status":402,"valid_402":true,"asked_usdc":0.05,"price_match":true,"latency_ms":833,"error":null}],"description_full":"Live equity quote for a US-listed ticker: last price, change, day range, volume and market state, plus daily OHLCV history for the range you choose (1d to 5y), read at call time from Nasdaq's public data API with Yahoo Finance as the fallback. Every answer names the source that answered, the source's own timestamp (as_of), its delay in minutes, and when this node read it (checked_at). Input: symbol; optional range (default 1mo), include_history.","last_updated":"2026-09-27T03:09:58.4Z","schemes":["exact"]}