joshuaulrich / quantmod

Quantitative Financial Modelling Framework
http://www.quantmod.com/
GNU General Public License v3.0
798 stars 219 forks source link

301 tiingo financial statements #352

Open ethanbsmith opened 2 years ago

ethanbsmith commented 2 years ago

Full implementation of Tiingo financial data API largely follows standard patter of source based APIs with a few changes:

  1. moves error handling and looping into the master function
  2. source specific implementation is called for each symbol

adds new function as.data.frame.financials

will close #301