simfinR_get_available_companies: Get available companies from simfin

Description Usage Arguments Value Examples

View source: R/get_available_companies.R

Description

Uses the api to get a table of available companies with respective simfin ids. All data is saved temporarily in your R session so you wont spend your dialy quota of api calls.

Usage

1

Arguments

api_key

Your api key

Value

A dataframe with company name and simfin id

Examples

1
2
3
4
5
## Not run: 
api_key <- 'YOURKEYHERE'
df_available <- simfinR_get_available_companies(api_key)

## End(Not run)

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