Sha256: 57d5d177ec03522e05e19d7b90a66fb04aa53f085e5dda1446351fab546f4d33
Contents?: true
Size: 729 Bytes
Versions: 5
Compression:
Stored size: 729 Bytes
Contents
[//]: # (CLASS:Intrinio::CryptoPrice) [//]: # (KIND:object) ### Intrinio::CryptoPrice #### Properties [//]: # (START_DEFINITION) Name | Type | Description ------------ | ------------- | ------------- **time** | DateTime | The date and time of the beginning of the timeframe (in UTC). The open prices would be at this time, while close prices would be at this time plus the timeframe. **open** | Float | The opening price of the timeframe. **high** | Float | The high price of the timeframe. **low** | Float | The low price of the timeframe. **close** | Float | The closing price of the timeframe. **volume** | Float | The volume during the timeframe. [//]: # (END_DEFINITION)
Version data entries
5 entries across 5 versions & 1 rubygems