DIVIDENDS
Get historical dividend data for a given company.
Syntax
=OBB.EQUITY.FUNDAMENTAL.DIVIDENDS(symbol,[start_date],[end_date])
Examples
=OBB.EQUITY.FUNDAMENTAL.DIVIDENDS("AAPL")
Parameters
Name | Type | Description | Required |
---|---|---|---|
symbol | Text | Symbol to get data for. | True |
start_date | Text | Start date of the data, in YYYY-MM-DD format. | False |
end_date | Text | End date of the data, in YYYY-MM-DD format. | False |
Data
- fmp
Name | Description |
---|---|
ex_dividend_date | The ex-dividend date - the date on which the stock begins trading without rights to the dividend. |
amount | The dividend amount per share. |
label | Label of the historical dividends. |
adj_dividend | Adjusted dividend of the historical dividends. |
record_date | Record date of the historical dividends. |
payment_date | Payment date of the historical dividends. |
declaration_date | Declaration date of the historical dividends. |