Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 1.15 KB

StockPriceAdjustment.md

File metadata and controls

31 lines (17 loc) · 1.15 KB

StockPriceAdjustment

Properties

Name Type Description
date Date The date on which the adjustment occurred. The adjustment should be applied to all stock prices before this date.  
factor Numeric The factor by which to multiply stock prices before this date, in order to calculate historically-adjusted stock prices.  
dividend Numeric The dividend amount, if a dividend was paid.  
dividend_currency Character The currency of the dividend, if known.  
split_ratio Numeric The ratio of the stock split, if a stock split occurred.  
security SecuritySummary The Security of the stock price  

[Back to Model list] [Back to API list] [Back to README]