API Documentation
⌘K
API Key
Get free key GET
/api/1/macro/searchMacro Data Search API
Search across all macro data sources (FRED, ECB, IMF, World Bank, Eurostat) by keyword. Returns matching series from all providers.
Parameters
2qstringSearch keyword (e.g. "GDP", "unemployment", "inflation")
limitnumberMax results per source (default 20, max 50)
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/macro/search?q=GDP&limit=5' \
-H 'Accept: application/json'200 Response
{
"fred": [],
"ecb": [],
"imf": [],
"worldbank": [],
"eurostat": []
}