close_monthly
- property Asset.close_monthly
Return close price time series historical monthly data.
Monthly close time series not adjusted to for corporate actions: dividends and splits.
- Returns:
- Series
Time series of close price historical data (monthly).
Examples
>>> import matplotlib.pyplot as plt
>>> x = ok.Asset("VOO.US") >>> x.close_monthly.plot() >>> plt.show()