simfinR_get_price_by_class: Get price data by share class for a group of companies

Description Usage Arguments Value Examples

View source: R/get_price_data_share_classes.R

Description

This function will use the simfin api to grab price data by share class.

Usage

1
2
3
4
5
simfinR_get_price_by_class(
  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 by share class

Examples

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

## End(Not run)

msperlin/simfinR documentation built on June 19, 2021, 10:21 p.m.