Returns the latest available dividend information for the Security with the given `identifier`
Name | Type | Description | Notes |
---|---|---|---|
identifier | String | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) |
Name | Type | Description |
---|---|---|
ex_dividend | Float | Amount of dividend in US dollars |
currency | String | The 3-digit currency code the dividend amount was reported in |
announcement_date | Date | Date dividend was announced |
record_date | Date | Date before which holders-of-record will receive the dividend |
pay_date | Date | Date the divdiend was paid |
frequency | String | Identifies payment frequency of announced dividend |
status | String | Status of the dividend |
forward_yield | Float | The forward dividend yield |
forward_rate | Float | The forward dividend rate |
last_ex_dividend_date | Date | The last reported day the stock starts trading without the value of its next dividend payment |
security | SecuritySummary |
Name | Type | Description |
---|---|---|
id | String | The Intrinio ID for Security |
company_id | String | The Intrinio ID for the Company for which the Security is issued |
exchange | String | The exchange's MIC |
exchange_mic | String | The security's exchange MIC |
stock_exchange_id | String | The exchange's Intrinio ID |
name | String | The name of the Security |
code | String | A 2-3 digit code classifying the Security (reference) |
currency | String | The currency in which the Security is traded on the exchange |
ticker | String | The common/local ticker of the Security |
composite_ticker | String | The country-composite ticker of the Security |
figi | String | The OpenFIGI identifier |
composite_figi | String | The country-composite OpenFIGI identifier |
share_class_figi | String | The global-composite OpenFIGI identifier |
primary_listing | BOOLEAN | If true, the Security is the primary issue for the company, otherwise it is a secondary issue on a secondary stock exchange |