MARKET
Get Historical Market Indices.
Syntax
=OBB.INDEX.MARKET(symbol,[start_date],[end_date],[interval])
Examples
=OBB.INDEX.MARKET("^IBEX")
Parameters
Name | Type | Description | Required |
---|---|---|---|
symbol | Text | Symbol to get data for. Multiple comma separated items allowed. | True |
start_date | Text | Start date of the data, in YYYY-MM-DD format. | False |
end_date | Text | End date of the data, in YYYY-MM-DD format. | False |
interval | Text | Time interval of the data to return. | False |
Data
- fmp
Name | Description |
---|---|
date | The date of the data. |
open | The open price. |
high | The high price. |
low | The low price. |
close | The close price. |
volume | The trading volume. |
vwap | Volume Weighted Average Price over the period. |
change | Change in the price from the previous close. |
changeOverTime | Change in the price from the previous close, as a normalized percent. |