I am interested in a large amount of free data from FRED, OECD, BIS, World-bank, etc. All data are macro-economic in nature. I am not really interested in stock price data.
I would essentially like to construct a CSV table with all symbols available for me in quantmod and Quandl. I am almost certain this table would be useful for others as well.
Symbol, Title, Units, Frequency
X X X X
Y Y Y Y
I found a similar question which has no answer. How can i see all available data series from quantmod package?
Is there a way to do this instead of searching FRED, OECD and manually on quandl on country by country and variable by variable level?
Thank you.