The global open-source Financial & Economic Indicators Database
The premier open source for financial and economic datasets, serving investment and business professionals. MacroVar delivers data from hundreds of sources via API, Excel or the Web interface. MacroVar offers free access to the majority of its database to the public.
Start Downloading & Using Data
Create your free account, so that you can use our data via all tools, directly through our API, Excel or our web interface.
Search over 30,000 Financial, Economic and Social Datasets
Market Data
Pricing Data covering multiple financial assets and countries
Economic Data
Quantitative indicators of the entire global economy and individual countries
Alternative & Derived Data
Predictive data from alternative sources or derived data
MacroVar API
MacroVar API is only available to registered users. Sign Up free to get API access
- /search Returns all available securities and macroeconomic indicators - inputs: api_key, symbol and/or indicator name > returns list
- /markets Get the most recent data of a specific market - inputs: api_key, symbol (required), start (optional), end (optional) – returns data
- /macro Get the most recent data of a specific macroeconomic variable - inputs: api_key, symbol (required), start (optional), end (optional) – returns data
- /calendar Get list of calendar events - inputs: api_key, Start Date (optional), End Date (optional) - returns events
- /news Get list of news - inputs: api_key, Start Date (optional), End Date (optional) - returns news
- /strategies Get details of an investment strategy - inputs: api_key, strategy (optional) - returns investment strategy
- /content Get details on specific information - inputs: api_key, keywords - returns information on specific information
- /research Get latest research of MacroVar - inputs: api_key, keywords - returns latest research
- /countries Get a summary of country information - inputs: api_key, keywords - returns countries information
- /sectors Get a summary of sector information - inputs: api_key, keywords - returns sector information
- /risk Get a summary of risk information - inputs: api_key, keywords - returns risk information
data = {'api_key':'1fe5d86a-4ca6-11ee-bc70-6cb311235740', 'query':'greece manufacturing pmi'}
r = requests.post('https://api.macrovar.com/api/search', json=data)
dt=r.json()
print(dt)
MacroVar Excel
Download MacroVar using MS Excel