I'm trying to import fundamentals for stocks by using Quandl package,I pulled some data by using this line of code:
mydata <-Quandl("WIKI/AAPL", collapse="quarterly")
However, I don't understend how can I get fundamentals data and not just the price data. Any Idea how to do that? Also, Is there a way to pull all fundamentals with the same line?
I got this line of code from the maintainer of the package.There was a typo in the documentation so this is the right syntax:
Quandl("RAYMOND/MSFT_COST_OF_REVENUE_TOTAL_Q", trim_start="2009-06-27", trim_end="2014-03-29")