Learn R Programming

simfinR (version 0.2.3)

simfinR_get_available_statements: Get available financial statements from simfin

Description

Uses the api to get available statements for a single company.

Usage

simfinR_get_available_statements(id_sim, api_key, silent = TRUE)

Arguments

id_sim

Id of company (see simfinR_get_available_companies for downloading a table with ids)

api_key

Your api key

silent

Be silent? (TRUE or FALSE)

Value

A dataframe with available statements

Examples

Run this code
# NOT RUN {
id_companies <- 59265
api_key <- 'YOURAPIHERE'

df_available <- simfinR_get_available_statements(id_companies, api_key = api_key)
# }

Run the code above in your browser using DataLab