This function creates a dataframe will all relevant metrics and values, for the overall portfolio, for every day since inception.
daily_portfolio(hist, trans, cash, cash_fix = 0)
Dataframe. Result from stocks_hist()
Dataframe. Result from stocks_file()$transactions
Dataframe. Result from stocks_file()$cash
Numeric. If, for some reason, you need to fix your cash amount for all reports, set the amount here
Other Investment:
daily_stocks()
,
etf_sector()
,
splot_change()
,
splot_etf()
,
splot_growth()
,
splot_roi()
,
splot_summary()
,
splot_types()
,
stocks_file()
,
stocks_hist()
,
stocks_obj()
,
stocks_quote()
,
stocks_report()