Data Intelligence
Data Resource Map
A curated overview of the data sources I use for macroeconomic analysis, along with technical tips for efficient data collection.
The gold mine of Danish macro data. I frequently use their API for automated retrieval of price indices and national accounts.
Pro-tip: Use the 'Statistikbanken' API v1 for time series — it's the most stable for Python integration.
Essential for US and global economic data. Covers almost everything from interest rates to labor market statistics.
Pro-tip: The 'fredapi' Python library is excellent and saves you from writing raw requests.
The primary source for monetary and financial statistics of the Euro area.
Pro-tip: Their SDMX format can be complex; use the Pandas SDMX reader to parse data correctly.