simfinR_get_price_data: Get price data for a group of companies

Description Usage Arguments Value Examples

View source: R/get_price_data.R

Description

This function will use the simfin api to grab adjusted prices of stocks.

Usage

1
simfinR_get_price_data(id_companies, api_key, cache_folder = "simfin_cache")

Arguments

id_companies

A vector of ids of companies

api_key

Your api key

cache_folder

The cache folder to save files

Value

A dataframe with price data

Examples

1
2
3
4
## Not run: 
df_prices <- simfinR_get_price_data(59265, 'YOURAPIKEY')

## End(Not run)

simfinR documentation built on April 2, 2021, 5:06 p.m.