latestOpenAPI 3.0.32026-08-101461131.1 MB

ad6f143e43aa

stocks:open-close

Daily Open/Close

Get the open, close and afterhours values of a index symbol on a certain date.

get/v1/open-close/{indicesTicker}/{date}

Path parameters

indicesTickerstring required

The ticker symbol of Index.

datestring required

The date of the requested open/close in the format YYYY-MM-DD.

Response

The open/close of this stock symbol.

afterHoursnumber double

The close value of the ticker symbol in after hours trading.

closenumber double required

The close value for the symbol in the given time period.

fromstring date required

The requested date.

highnumber double required

The highest value for the symbol in the given time period.

lownumber double required

The lowest value for the symbol in the given time period.

opennumber double required

The open value for the symbol in the given time period.

preMarketinteger

The open value of the ticker symbol in pre-market trading.

statusstring required

The status of this request's response.

symbolstring required

The exchange symbol that this item is traded under.