{"info":{"_postman_id":"20502a39-abbd-476c-8fa1-4067bd3ff42f","name":"FX Macro & Central Bank Indicator API","description":"<html><head></head><body><h1 id=\"fxmacrodata-professional-macroeconomic-fx-api\">FXMacroData: Professional Macroeconomic &amp; FX API</h1>\n<p><strong>FXMacroData</strong> provides high-frequency, standardized macroeconomic data and historical forex rates specifically for quantitative trading and financial analysis. We aggregate data from global central banks—including the <strong>ECB</strong>, <strong>FRED (Federal Reserve)</strong>, and <strong>RBA</strong>—into a single, easy-to-use REST API.</p>\n<h3 id=\"🚀-get-started-with-a-1-month-free-trial\">🚀 Get Started with a 1-Month Free Trial</h3>\n<p>To use this collection with live data for non-USD currencies, you must obtain an API key:</p>\n<ol>\n<li><p><strong>Visit</strong> <a href=\"https://fxmacrodata.com/\"><b>fxmacrodata.com</b></a>.</p>\n</li>\n<li><p><strong>Sign up for the Professional Tier</strong> to activate your <strong>1-month free trial</strong>.</p>\n</li>\n<li><p><strong>Copy your API Key</strong> from your dashboard and paste it into the <code>apikey</code> header in Postman.</p>\n</li>\n</ol>\n<hr>\n<h2 id=\"💎-why-quants-choose-fxmacrodata\">💎 Why Quants Choose FXMacroData</h2>\n<ul>\n<li><p><strong>Zero Lookahead Bias:</strong> Our datasets include the actual <strong>announcement timestamps</strong> (not just the reference period), ensuring your backtests reflect real-world execution.</p>\n</li>\n<li><p><strong>Real-Time Central Bank Feeds:</strong> Data is updated within minutes of official publication, minimizing latency between a release and your trade.</p>\n</li>\n<li><p><strong>Institutional Coverage:</strong> Access 17+ indicators—from <strong>Non-Farm Payrolls</strong> and <strong>GDP</strong> to <strong>Government Bond Yields</strong> and <strong>Policy Rates</strong>—for USD, EUR, GBP, and AUD.</p>\n</li>\n<li><p><strong>Developer First:</strong> Native support for Python, pandas, and NumPy workflows with an official GitHub library.</p>\n</li>\n</ul>\n<hr>\n<h2 id=\"📊-data--currencies\">📊 Data &amp; Currencies</h2>\n<p>| <strong>Category</strong> | <strong>Indicators Available</strong> |\n| <strong>Monetary Policy</strong> | Policy Rate, Interbank Rate |\n| <strong>Economy</strong> | GDP, Inflation (CPI), Trade Balance, Current Account |\n| <strong>Labor Market</strong> | Unemployment, Employment (Full/Part), Participation Rate, NFP |\n| <strong>Bonds</strong> | Gov Bonds (2Y, 3Y, 5Y, 10Y), Inflation-Linked Bonds |</p>\n<p><strong>Currencies Supported:</strong> USD, EUR, GBP, AUD.</p>\n<hr>\n<h2 id=\"🛠-authentication--usage\">🛠 Authentication &amp; Usage</h2>\n<ul>\n<li><p><strong>API Key:</strong> Required for all EUR, GBP, and AUD requests. USD data is free to access without a key.</p>\n</li>\n<li><p><strong>Header:</strong> <code>apikey: YOUR_API_KEY_FROM_WEBSITE</code>.</p>\n</li>\n<li><p><strong>Base URL:</strong> <code>https://fxmacrodata.com/api</code>.</p>\n</li>\n</ul>\n<p><strong>Ready to automate your macro strategy?</strong> <a href=\"https://www.google.com/search?q=https://fxmacrodata.com/subscribe\">Sign up at fxmacrodata.com</a> to get your API key and start your free trial today.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"FXMacroData: Professional Macroeconomic & FX API","slug":"fxmacrodata-professional-macroeconomic-fx-api"}],"owner":"50030119","collectionId":"20502a39-abbd-476c-8fa1-4067bd3ff42f","publishedId":"2sBXVhDBBf","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-01-15T06:52:20.000Z"},"item":[{"name":"api","item":[{"name":"{currency}","item":[{"name":"{indicator}","item":[{"name":"Retrieve specific economic indicator data","id":"c1f69b89-8ebd-405b-b6bd-167e8ebb0c9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://fxmacrodata.com/api/:currency/:indicator?start_date=2025-01-01&end_date=2026-01-15","description":"<p>Fetch historical data points for a specific macro indicator by currency.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apikey"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"20502a39-abbd-476c-8fa1-4067bd3ff42f","id":"20502a39-abbd-476c-8fa1-4067bd3ff42f","name":"FX Macro & Central Bank Indicator API","type":"collection"}},"urlObject":{"path":["api",":currency",":indicator"],"host":["https://fxmacrodata.com"],"query":[{"description":{"content":"<p>Format: YYYY-MM-DD</p>\n","type":"text/plain"},"key":"start_date","value":"2025-01-01"},{"key":"end_date","value":"2026-01-15"}],"variable":[{"id":"3dcba41f-c54a-4e69-a49d-ecf4cdf38dcc","type":"any","value":"eur","key":"currency"},{"id":"2d7c1e04-1211-448a-81f8-b399a3d919fe","type":"any","value":"current_account_balance","key":"indicator"}]}},"response":[{"id":"b600f25a-034e-4255-b061-de8e7a14f602","name":"Indicator data retrieved successfully","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"apikey","value":"<API Key>"}],"url":{"raw":"https://fxmacrodata.com/api/:currency/:indicator?start_date=2025-01-01&end_date=2026-01-15","host":["https://fxmacrodata.com"],"path":["api",":currency",":indicator"],"query":[{"description":"Format: YYYY-MM-DD","key":"start_date","value":"2025-01-01"},{"key":"end_date","value":"2026-01-15"}],"variable":[{"key":"currency","value":"eur"},{"key":"indicator","value":"current_account_balance"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"currency\": \"usd\",\n  \"indicator\": \"non_farm_payrolls\",\n  \"start_date\": \"2025-01-01\",\n  \"end_date\": \"2026-01-15\",\n  \"data\": [\n    {\n      \"date\": \"2025-12-05\",\n      \"value\": 215000\n    },\n    {\n      \"date\": \"2026-01-09\",\n      \"value\": 198000\n    }\n  ]\n}"},{"id":"c7b4ed27-ae41-49b1-bd57-b6d694cffd34","name":"Unauthorized: Invalid API Key","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"apikey","value":"<API Key>"}],"url":{"raw":"https://fxmacrodata.com/api/:currency/:indicator?start_date=2025-01-01&end_date=2026-01-15","host":["https://fxmacrodata.com"],"path":["api",":currency",":indicator"],"query":[{"description":"Format: YYYY-MM-DD","key":"start_date","value":"2025-01-01"},{"key":"end_date","value":"2026-01-15"}],"variable":[{"key":"currency","value":"eur"},{"key":"indicator","value":"current_account_balance"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c1f69b89-8ebd-405b-b6bd-167e8ebb0c9f"}],"id":"e87216f0-06ee-4215-aa70-004edfa2ee47","_postman_id":"e87216f0-06ee-4215-aa70-004edfa2ee47","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apikey"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"20502a39-abbd-476c-8fa1-4067bd3ff42f","id":"20502a39-abbd-476c-8fa1-4067bd3ff42f","name":"FX Macro & Central Bank Indicator API","type":"collection"}}}],"id":"22051c6d-2784-4695-8cef-ef89754e9835","_postman_id":"22051c6d-2784-4695-8cef-ef89754e9835","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apikey"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"20502a39-abbd-476c-8fa1-4067bd3ff42f","id":"20502a39-abbd-476c-8fa1-4067bd3ff42f","name":"FX Macro & Central Bank Indicator API","type":"collection"}}},{"name":"forex","item":[{"name":"{base}","item":[{"name":"{quote}","item":[{"name":"Get historical forex exchange rates","id":"450d8ca0-189a-4ce7-b43a-d00df32765f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://fxmacrodata.com/api/forex/:base/:quote","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apikey"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"20502a39-abbd-476c-8fa1-4067bd3ff42f","id":"20502a39-abbd-476c-8fa1-4067bd3ff42f","name":"FX Macro & Central Bank Indicator API","type":"collection"}},"urlObject":{"path":["api","forex",":base",":quote"],"host":["https://fxmacrodata.com"],"query":[],"variable":[{"id":"8cbef0a4-04f0-448a-845f-1e2a903a161d","type":"any","value":"eur","key":"base"},{"id":"f7befb01-ee95-4dc9-9e3e-c3e03411c91c","type":"any","value":"eur","key":"quote"}]}},"response":[{"id":"b010b994-8fd3-438e-a0da-229f8c604169","name":"Forex rates retrieved successfully","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"apikey","value":"<API Key>"}],"url":{"raw":"https://fxmacrodata.com/api/forex/:base/:quote","host":["https://fxmacrodata.com"],"path":["api","forex",":base",":quote"],"variable":[{"key":"base","value":"eur"},{"key":"quote","value":"eur"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"base\": \"gbp\",\n  \"quote\": \"eur\",\n  \"data\": {\n    \"2025-01-15\": 1.1861,\n    \"2026-01-15\": 1.1537\n  }\n}"}],"_postman_id":"450d8ca0-189a-4ce7-b43a-d00df32765f0"}],"id":"e21c9fb4-e961-4464-aaad-0aae1194a635","_postman_id":"e21c9fb4-e961-4464-aaad-0aae1194a635","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apikey"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"20502a39-abbd-476c-8fa1-4067bd3ff42f","id":"20502a39-abbd-476c-8fa1-4067bd3ff42f","name":"FX Macro & Central Bank Indicator API","type":"collection"}}}],"id":"ee5a3fed-0b70-4bea-bd3c-b2af462474b0","_postman_id":"ee5a3fed-0b70-4bea-bd3c-b2af462474b0","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apikey"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"20502a39-abbd-476c-8fa1-4067bd3ff42f","id":"20502a39-abbd-476c-8fa1-4067bd3ff42f","name":"FX Macro & Central Bank Indicator API","type":"collection"}}}],"id":"bcd6febb-2a73-4996-9c3b-54da270132e5","_postman_id":"bcd6febb-2a73-4996-9c3b-54da270132e5","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apikey"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"20502a39-abbd-476c-8fa1-4067bd3ff42f","id":"20502a39-abbd-476c-8fa1-4067bd3ff42f","name":"FX Macro & Central Bank Indicator API","type":"collection"}}}],"id":"d857f44a-24af-4ef5-88dd-373bc3db5649","_postman_id":"d857f44a-24af-4ef5-88dd-373bc3db5649","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apikey"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"20502a39-abbd-476c-8fa1-4067bd3ff42f","id":"20502a39-abbd-476c-8fa1-4067bd3ff42f","name":"FX Macro & Central Bank Indicator API","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apikey"},{"key":"value","value":"{{apiKey}}"}]}},"variable":[{"key":"baseUrl","value":"https://fxmacrodata.com"}]}