Description Usage Arguments Value Examples
View source: R/get_price_data.R
Helper function of simfinR_get_price_data
.
Will fetch data for a single company and save results in cache.
1 | simfinR_get_single_price_data(id_sim, api_key, cache_folder = "simfin_cache")
|
id_sim |
The simfin id |
api_key |
Your api key |
cache_folder |
Cache folder to save files |
A dataframe with adjusted prices
1 2 3 4 | ## Not run:
df_prices <- simfinR_get_single_price_data(59265, 'YOURAPIKEY')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.