Get transactions with tickers

get_tickers_from_db(df_transactions, db_path)

Arguments

df_transactions

A data frame containing the transaction history.

db_path

A single character string containing the directory of the database.

Value

A list with a data frame containing transactions including the ticker and a vector of all unique tickers in this data frame.