Learn R Programming

simfinR (version 0.2.3)

simfinR_get_single_price_data: Get price data for single company

Description

Helper function of simfinR_get_price_data. Will fetch data for a single company and save results in cache.

Usage

simfinR_get_single_price_data(id_sim, api_key, cache_folder = "simfin_cache")

Arguments

id_sim

The simfin id

api_key

Your api key

cache_folder

Cache folder to save files

Value

A dataframe with adjusted prices

Examples

Run this code
# NOT RUN {
df_prices <- simfinR_get_single_price_data(59265, 'YOURAPIKEY')
# }

Run the code above in your browser using DataLab