assets_close_monthly

property Portfolio.assets_close_monthly

Show assets monthly close time series adjusted to the base currency.

Returns:
DataFrame

Assets monthly close time series adjusted to the base currency.

Examples

>>> import matplotlib.pyplot as plt
>>> pf = ok.Portfolio(["SPY.US", "BND.US"], ccy="USD")
>>> pf.assets_close_monthly.plot()
>>> plt.show()
../_images/okama-Portfolio-assets_close_monthly-1.png