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. |
factor | factor by which to multiply stock prices before this date, in order to calculate historically-adjusted stock prices. |
currency | The currency in which the dividend is paid. |
split_ratio | The ratio of the stock split, if a stock split occurred. |