okama.Asset.dividends

property Asset.dividends

Return dividends time series historical monthly data.

Returns:
Series

Time series of dividends historical data (monthly).

Examples

>>> x = ok.Asset('VNQ.US')
>>> x.dividends
        Date
2004-12-22    1.2700
2005-03-24    0.6140
2005-06-27    0.6440
2005-09-26    0.6760
               ...
2020-06-25    0.7590
2020-09-25    0.5900
2020-12-24    1.3380
2021-03-25    0.5264
Freq: D, Name: VNQ.US, Length: 66, dtype: float64