Sha256: 82089b7ff0e85ced5ef08830700692d38a278da416f3e0fa4d01e70ee6dda0d5
Contents?: true
Size: 685 Bytes
Versions: 22
Compression:
Stored size: 685 Bytes
Contents
[//]: # (CLASS:Intrinio::StockPriceInterval) [//]: # (KIND:object) ### Intrinio::StockPriceInterval #### Properties [//]: # (START_DEFINITION) Name | Type | Description ------------ | ------------- | ------------- **time** | DateTime | The timestamp that the `last_price` represents. **open** | Float | The price at the beginning of the period **close** | Float | The price at the end of 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 [//]: # (END_DEFINITION)
Version data entries
22 entries across 22 versions & 1 rubygems