Sha256: 8f3b231091e39ecdb5a370ad3b55e0b663539e9850d03d9fb0fbb2b32ff2fb25
Contents?: true
Size: 966 Bytes
Versions: 28
Compression:
Stored size: 966 Bytes
Contents
[//]: # (CLASS:Intrinio::OptionInterval) [//]: # (KIND:object) ### Intrinio::OptionInterval #### Properties [//]: # (START_DEFINITION) Name | Type | Description ------------ | ------------- | ------------- **open_time** | DateTime | The UTC timestamp for the time this interval opened. **close_time** | DateTime | The UTC timestamp for the time this interval closed. **open** | Float | The first traded contract price in this interval. **high** | Float | The highest traded contract price in this interval. **low** | Float | The lowest traded contract price in this interval. **close** | Float | The last traded contract price in this interval. **volume** | Float | The volume of contract trades in this interval. **average** | Float | The volume weighted average price of contract trades in this interval. **change** | Float | The ratio of Close minus Open to Open. [//]: # (END_DEFINITION)
Version data entries
28 entries across 28 versions & 1 rubygems