Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msperlin/simfinR
Repository for R package simfinR
https://github.com/msperlin/simfinR
Last synced: 9 days ago
JSON representation
Repository for R package simfinR
- Host: GitHub
- URL: https://github.com/msperlin/simfinR
- Owner: msperlin
- Archived: true
- Created: 2019-11-01T13:06:51.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-16T11:49:35.000Z (over 3 years ago)
- Last Synced: 2024-08-13T07:15:06.401Z (4 months ago)
- Language: R
- Size: 59.6 KB
- Stars: 8
- Watchers: 6
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - msperlin/simfinR - Repository for R package simfinR (R)
README
[![status: archive](https://github.com/GIScience/badges/raw/master/status/archive.svg)](https://github.com/GIScience/badges#archive)
**2021-06-16 -- Package simfinR is discontinued to consolidate all efforts in [simfinapi](https://github.com/matthiasgomolka/simfinapi), which provides a more up to date interface. `simfinR` will be removed from CRAN soon. **
---
SimfinR is an R package for downloading financial data from the 'SimFin' (SIMmplifying FINnance) repository using its official api at .
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](https://www.msperlin.com/blog/post/2019-11-01-new-package-simfinr/) for more details.