-------- Forwarded Message -------- Subject: Re: [R-SIG-Finance] Riingo package Date: Sat, 26 Feb 2022 14:21:29 -0500 From: H <agents at meddatainc.com> To: Ethan Smith <ethan at westcliff.com>
On 02/24/2022 06:51 PM, Ethan Smith wrote:
I havent tried riingo, but if you're looking for financial statements, i recently pushed a pr for quantmod for that.? happy for any feedback on it if thats of use: 301 tiingo financial statements by ethanbsmith ? Pull Request #352 ? joshuaulrich/quantmod ? GitHub <https://github.com/joshuaulrich/quantmod/pull/352> ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ *From:* R-SIG-Finance <r-sig-finance-bounces at r-project.org> on behalf of H <agents at meddatainc.com> *Sent:* Wednesday, February 23, 2022 2:24 PM *To:* R SIG Finance Mailing List <r-sig-finance at r-project.org> *Subject:* [R-SIG-Finance] Riingo package ? Is anyone using riingo to access fundamental data? I have this add-on package from Tiingo but when I try using eg riingo_fundamentals_metrics() I get this error: Error in riingo_fundamentals_metrics("AAPL") : ? could not find function "riingo_fundamentals_metrics" Other stock functions in riingo seem to work fine. I tried detach("package:riingo") and then reloading it with no change in behavior. Any suggestions what might be wrong? It would seem the issue would be with my setup, not with Tiingo. Btw, I am running R 3.6.0 under CentOS 7. Thanks.
_______________________________________________ R-SIG-Finance at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-sig-finance -- Subscriber-posting only. If you want to post, subscribe first. -- Also note that this is not the r-help list where general R questions should go.
Thank you, good to know and I will try it if I cannot get the fundamentals functions in riingo to work. Do your additional functions for quantmode implement the same functionality as riingo does with respect to the fundamentals information, less or perhaps more?