Name | Type | Description |
---|---|---|
symbol | str | The ticker symbol for the interval |
change | float | The ratio of Close minus Open to Open. |
open | float | The first traded price in this interval. |
high | float | The highest traded price in this interval. |
low | float | The lowest traded price in this interval. |
close | float | The last traded price in this interval. |
volume | float | The volume of shares in this interval. |
average | float | The volume weighted average price of trades in this interval. |
trade_count | float | The of trades in this interval. |