Represents an item in the exchange rate timeseries.
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. |