Skip to main content

HISTORICAL

Currency Historical Price. Currency historical data. Currency historical prices refer to the past exchange rates of one currency against another over a specific period. This data provides insight into the fluctuations and trends in the foreign exchange market, helping analysts, traders, and economists understand currency performance, evaluate economic health, and make predictions about future movements.

Syntax

=OBB.CURRENCY.PRICE.HISTORICAL(symbol,[start_date],[end_date],[interval])

Examples

=OBB.CURRENCY.PRICE.HISTORICAL("EURUSD")
=OBB.CURRENCY.PRICE.HISTORICAL("EURUSD","2023-01-01","2023-12-31")
=OBB.CURRENCY.PRICE.HISTORICAL("EURUSD",,,"15m")

Parameters

NameTypeDescriptionRequired
symbolTextSymbol to get data for. Can use CURR1-CURR2 or CURR1CURR2 format. 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. Options: 1m, 5m, 15m, 30m, 1h, 4h, 1d.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.
adj_closeThe adjusted close price.
changeChange in the price from the previous close.
changeOverTimeChange in the price from the previous close, as a normalized percent.