Returns the latest available dividend information for the Security with the given `identifier`
Name | Type | Description | Notes |
---|---|---|---|
identifier | str | A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) |
Name | Type | Description |
---|---|---|
ex_dividend | float | Amount of dividend in US dollars |
currency | str | 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 | str | Identifies payment frequency of announced dividend |
status | str | 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 | str | The Intrinio ID for Security |
company_id | str | The Intrinio ID for the Company for which the Security is issued |
exchange | str | The exchange's MIC |
exchange_mic | str | The security's exchange MIC |
stock_exchange_id | str | The exchange's Intrinio ID |
name | str | The name of the Security |
code | str | A 2-3 digit code classifying the Security (reference) |
currency | str | The currency in which the Security is traded on the exchange |
ticker | str | The common/local ticker of the Security |
composite_ticker | str | The country-composite ticker of the Security |
figi | str | The OpenFIGI identifier |
composite_figi | str | The country-composite OpenFIGI identifier |
share_class_figi | str | The global-composite OpenFIGI identifier |
primary_listing | bool | If True, the Security is the primary issue for the company, otherwise it is a secondary issue on a secondary stock exchange |