update_prices_based_on_transactions.Rd
Update and store prices as csv based on new transactions
update_prices_based_on_transactions(df_transactions, path,
external_search = TRUE)
A data frame. Results from
get_transactions
.
At least three variables/columns are required: transaction_type,
isin and transaction_date
A single character string. Path where data are stored.
Logical; if TRUE, the function searches external sources to find the ticker.