v47

latestOpenAPI 3.1.0Contact usraw.githubusercontent.com2026-07-1061131268.6 KB
Market Data

Get Stock Quote

Get quote for a specified Stock.

get/api/v2/market_data/stocks/{stock_id}/current_quote

Response

OK

_sv'StockQuote:v1'

Schema version

stock_idstring uuid required

ID of the Stock

ask_pricenumber required

The ask price. 0 if there is no active ask.

ask_sizenumber required

The ask size in shares.

bid_pricenumber required

The bid price. 0 if there is no active bid.

bid_sizenumber required

The bid size in shares.

timestampstring date-time required

When the StockQuote was generated.