Learn R Programming

simfinR (version 0.2.3)

simfinR_get_available_companies: Get available companies from simfin

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

simfinR_get_available_companies(api_key)

Arguments

api_key

Your api key

Value

A dataframe with company name and simfin id

Examples

Run this code
# NOT RUN {
api_key <- 'YOURKEYHERE'
df_available <- simfinR_get_available_companies(api_key)
# }

Run the code above in your browser using DataLab