| Name | Type | Description |
|---|---|---|
| occurred_at | str | The timestamp of the beginning of the timeframe. The open prices would be at this time, while close prices would be at this time plus the timeframe. |
| open_bid | float | Open bid |
| high_bid | float | High bid |
| low_bid | float | Low bid |
| close_bid | float | Close bid |
| open_ask | float | Open ask |
| high_ask | float | High ask |
| low_ask | float | Low ask |
| close_ask | float | Close ask |
| total_ticks | int | Total ticks |