Sha256: bae8bdbb82c820dc68d02d4404777d8516146bd8a1b53a66bdccccb53f5f65a0
Contents?: true
Size: 815 Bytes
Versions: 27
Compression:
Stored size: 815 Bytes
Contents
[//]: # (CLASS:Intrinio::SecurityIntervalMover) [//]: # (KIND:object) ### Intrinio::SecurityIntervalMover #### Properties [//]: # (START_DEFINITION) Name | Type | Description ------------ | ------------- | ------------- **symbol** | String | The ticker symbol for the interval **change** | Float | The ratio of Close minus Open to Open. **open** | Float | The first traded price in this interval. **high** | Float | The highest traded price in this interval. **low** | Float | The lowest traded price in this interval. **close** | Float | The last traded price in this interval. **volume** | Float | The volume of trades in this interval. **average** | Float | The volume weighted average price of trades in this interval. [//]: # (END_DEFINITION)
Version data entries
27 entries across 27 versions & 1 rubygems