Name | Type | Description | Notes |
---|---|---|---|
c | float | The close value for the symbol in the given time period. | |
h | float | The highest value for the symbol in the given time period. | |
l | float | The lowest value for the symbol in the given time period. | |
n | int | The number of transactions in the aggregate window. | [optional] |
o | float | The open value for the symbol in the given time period. | |
t | int | The Unix Msec timestamp for the start of the aggregate window. |