powered by
This function will use the simfin api to grab adjusted prices of stocks.
simfinR_get_price_data(id_companies, api_key, cache_folder = "simfin_cache")
A vector of ids of companies
Your api key
The cache folder to save files
A dataframe with price data
# NOT RUN { df_prices <- simfinR_get_price_data(59265, 'YOURAPIKEY') # }
Run the code above in your browser using DataLab