Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 917 Bytes

SecurityIntervalMover.md

File metadata and controls

24 lines (17 loc) · 917 Bytes

Intrinio.SDK.Model.SecurityIntervalMover

Properties

Name Type Description
Symbol string The ticker symbol for the interval  
Change decimal? The ratio of Close minus Open to Open.  
Open decimal? The first traded price in this interval.  
High decimal? The highest traded price in this interval.  
Low decimal? The lowest traded price in this interval.  
Close decimal? The last traded price in this interval.  
Volume decimal? The volume of shares in this interval.  
Average decimal? The volume weighted average price of trades in this interval.  
TradeCount decimal? The of trades in this interval.