v47

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

Get Stock current price

Get current price for a specified Stock.

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

Response

OK

stock_idstring uuid required

ID of the Stock

pricenumber required

The price (fair market value) of the asset at the given time period.

timestampstring date-time required

When the StockPrice was generated.

market_capinteger nullable

The market capitalization of the Stock calculated at the most recent close price.

weighted_shares_outstandinginteger nullable

The number of shares outstanding in the given time period.

changenumber nullable

The change in price from the previous close.

change_percentnumber nullable

The percentage change in price from the previous close.

previous_closenumber nullable

The close price for the Stock from the previous trading session.

closenumber nullable

The close price from the given time period.

highnumber nullable

The highest price from the given time period

lownumber nullable

The lowest price from the given time period.

opennumber nullable

The open price from the given time period.

volumenumber nullable

The trading volume in shares from the given time period.