[//]: # (CLASS:Intrinio::StockPriceInterval) [//]: # (KIND:object) ### Intrinio::StockPriceInterval #### Properties [//]: # (START_DEFINITION) Name | Type | Description ------------ | ------------- | ------------- **time** | DateTime | The timestamp that represents the start of the interval span.   **open** | Float | The first traded price during the period   **close** | Float | The last traded price during the period   **high** | Float | The highest price over the span of the period   **low** | Float | The lowest price over the span of the period   **volume** | Float | The number of shares exchanged during the period   **close_time** | DateTime | The timestamp that represents the end of the interval span.   **interval** | String | The size of the interval.   **average** | Float | The average trade price of an individual stock during the interval.   **change** | Float | The change ratio from open to close. ((Close - Open)/Open).   [//]: # (END_DEFINITION)