Skip to main content

MARKET

Get Historical Market Indices.

Syntax

=OBB.INDEX.MARKET(symbol,[start_date],[end_date],[interval])

Examples

=OBB.INDEX.MARKET("^IBEX")

Parameters

NameTypeDescriptionRequired
symbolTextSymbol to get data for. Multiple comma separated items allowed.True
start_dateTextStart date of the data, in YYYY-MM-DD format.False
end_dateTextEnd date of the data, in YYYY-MM-DD format.False
intervalTextTime interval of the data to return.False

Data

NameDescription
dateThe date of the data.
openThe open price.
highThe high price.
lowThe low price.
closeThe close price.
volumeThe trading volume.
vwapVolume Weighted Average Price over the period.
changeChange in the price from the previous close.
changeOverTimeChange in the price from the previous close, as a normalized percent.