[//]: # (CLASS:Intrinio::EodIndexPrice) [//]: # (KIND:object) ### Intrinio::EodIndexPrice #### Properties [//]: # (START_DEFINITION) Name | Type | Description ------------ | ------------- | ------------- **index** | [**ApiResponseIndex**](ApiResponseIndex.md) | The index   **close** | Float | The close price   **open** | Float | The open price   **high** | Float | The high price   **low** | Float | The low price   **volume** | Integer | The volume   **date** | Date | The date of the pricing data.   [//]: # (END_DEFINITION) [//]: # (CONTAINED_CLASS:Intrinio::ApiResponseIndex)