Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 2.89 KB

v1exchangeratestimeseriesitem.md

File metadata and controls

17 lines (13 loc) · 2.89 KB

V1ExchangeRatesTimeseriesItem

Represents an item in the exchange rate timeseries.

Fields

Field Type Required Description
time_period_start date Gets or sets the start time of the period.
time_period_end date Gets or sets the end time of the period.
time_open date Gets or sets the opening time of the period.
time_close date Gets or sets the closing time of the period.
rate_open Optional[float] Gets or sets the opening rate for the period.
rate_high Optional[float] Gets or sets the highest rate for the period.
rate_low Optional[float] Gets or sets the lowest rate for the period.
rate_close Optional[float] Gets or sets the closing rate for the period.