Learn R Programming

SimfinR is an R package for downloading financial data from the 'SimFin' (SIMmplifying FINnance) repository using its official api at https://simfin.com/data/access/api.

It includes financial statements -- balance sheet, cash flow and income statement -- and adjusted daily price of stocks. The available data is comprehensive, going back to 2005 and available for quarters (Q1, Q2, Q3, Q4) and years (FY).

Installation

# CRAN
install.packages('simfinR)

# github
devtools::install_github('msperlin/simfinR)

Example

See blog post for more details.

Copy Link

Version

Install

install.packages('simfinR')

Monthly Downloads

12

Version

0.2.3

License

GPL-2

Issues

Pull Requests

Stars

Forks

Maintainer

Marcelo Perlin

Last Published

April 2nd, 2021

Functions in simfinR (0.2.3)

simfinR_get_price_data

Get price data for a group of companies
simfinR_get_info_company

Get description information for a company
simfinR_get_single_fin_statement

Fetch financial data for a single company
simfinR_get_available_companies

Get available companies from simfin
simfinR_get_single_price_data

Get price data for single company
simfinR_get_fin_statements

Get financial statements from simfin
simfinR_id_to_name

Finds a company name by its simfin id
simfinR_get_available_statements

Get available financial statements from simfin
%>%

Pipe operator
simfinR_period_to_date

Period to date
simfinR_set_fromJSON

Sets memoise cache function