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 |
---|---|---|
exDividend | BigDecimal | Amount of dividend in US dollars |
currency | String | The 3-digit currency code the dividend amount was reported in |
announcementDate | LocalDate | Date dividend was announced |
recordDate | LocalDate | Date before which holders-of-record will receive the dividend |
payDate | LocalDate | Date the divdiend was paid |
frequency | String | Identifies payment frequency of announced dividend |
status | StatusEnum | Status of the dividend |
forwardYield | BigDecimal | The forward dividend yield |
forwardRate | BigDecimal | The forward dividend rate |
lastExDividendDate | LocalDate | 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 |
companyId | String | The Intrinio ID for the Company for which the Security is issued |
exchange | String | The exchange's MIC |
exchangeMic | String | The security's exchange MIC |
stockExchangeId | 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 |
compositeTicker | String | The country-composite ticker of the Security |
figi | String | The OpenFIGI identifier |
compositeFigi | String | The country-composite OpenFIGI identifier |
shareClassFigi | String | The global-composite OpenFIGI identifier |
primaryListing | Boolean | If true, the Security is the primary issue for the company, otherwise it is a secondary issue on a secondary stock exchange |