tidyquant icon indicating copy to clipboard operation
tidyquant copied to clipboard

Public firm fundamental data

Open waynelapierre opened this issue 4 years ago • 2 comments

Tidyquant used to provide public fundamental data but I could not find this functionality anymore. You can try wrapping these two packages to tq_get to solve this issue.

https://cran.r-project.org/web/packages/finreportr/index.html

https://cran.r-project.org/web/packages/simfinapi/index.html

waynelapierre avatar Feb 01 '21 00:02 waynelapierre

Feel free to help. Pull requests are welcome.

mdancho84 avatar Feb 01 '21 00:02 mdancho84

My suggestion is to use Alphavantage's fundamental data, it's easier to work with than SEC filings directly. Check out https://github.com/business-science/alphavantager

mgei avatar Feb 26 '21 09:02 mgei