Introducing the FX Dashboard
The FXMacroData dashboard puts every macro signal a trader needs in one place — real-time indicator charts, a live release calendar, COT positioning, bond yields, precious-metals prices, and more — without switching between five different tools.
Trading FX without a macro context is like navigating without a map. Central-bank rate decisions, inflation prints, employment data, and futures positioning all move currency pairs — often before the price action is obvious on a chart. Today we’re walking through the FXMacroData interactive dashboard: what each section does, what data it surfaces, and how active traders and macro analysts can weave it into their daily workflow.
What’s in the Dashboard
The dashboard is a single-page product surface with ten distinct views, all accessible from a persistent tab bar at the top of every page. Each view is focused on one data dimension so you can move quickly from a high-level market overview down to granular indicator history without losing context.
- Market Summary — daily change for major pairs, bond yields, and commodities
- Macro Indicators — per-currency indicator charts with full history
- Release Calendar — upcoming announcements with expected vs prior values
- FX Sessions — live session clock, overlap windows, and holiday awareness
- COT — CFTC Commitment of Traders positioning for eight FX futures
- Multi Charts — up to four indicator series displayed side-by-side
- Commodities — gold, silver, and platinum spot prices
- Bond Yields — government benchmark yields across maturities
- Technical — RSI, MACD, Bollinger Bands, and moving averages for FX pairs
- Press Releases — latest central-bank statements across all covered currencies
Why It Matters for Traders
Most macro data tools are either expensive terminal subscriptions or fragmented free sources that force you to toggle between a dozen browser tabs. The FXMacroData dashboard consolidates the data layer into one coherent surface. That means less time wrangling feeds and more time building thesis.
Every indicator value shown in the dashboard is backed by the same API endpoints available to programmatic users, so what you see on screen can be replicated exactly in an algo or a notebook. When an announcement prints, the dashboard updates within minutes — and the announcement timestamp carries second-level precision, not just a date.
One dashboard visit can answer: What printed overnight? Which session is active? Is the market net-long or net-short my pair? Where are yields moving relative to rate expectations? — all before the opening bell.
Section Deep Dive
Market Summary
The Market Summary page is the natural entry point each morning. It shows the daily percentage change for a curated list of major FX pairs (EUR/USD, GBP/USD, USD/JPY, AUD/USD, and others) alongside benchmark government bond yields and precious metals. Colour-coded deltas make it easy to spot outliers at a glance — an unusual move in EUR/USD or a spike in the 10-year yield is immediately visible before you drill in.
Macro Indicators
The Macro Indicators view is the analytical core. Select any supported currency — USD, EUR, GBP, JPY, AUD, CAD, CHF, NZD, and more — and browse the full indicator catalogue for that currency: policy rate, inflation, unemployment, GDP, PMI, retail sales, trade balance, and dozens more. Each indicator renders a time-series chart with the full history available in the database, plus the latest announcement date and value.
The underlying data is the same as the /v1/announcements/{currency}/{indicator} endpoint family, so power users can pull the same series programmatically for backtesting or systematic signal generation.
Release Calendar
The Release Calendar surfaces the forward-looking event schedule across all covered currencies. Each upcoming release shows the indicator name, the scheduled announcement datetime (in your local timezone), the prior value, and — once available — the actual and revised figures. High-impact events like central-bank decisions or non-farm payrolls are flagged so you can prioritise your watch list.
This section connects directly to the /v1/calendar/{currency} endpoint. If you want to pre-load the full schedule into a strategy or alert system, that endpoint returns the same data in structured JSON.
COT Positioning
The COT page renders CFTC Commitment of Traders data for the eight major FX futures contracts (AUD, CAD, CHF, EUR, GBP, JPY, NZD, USD index). For each contract you can see net non-commercial positions over time, making trend-reversals and crowded trades visible before they unwind. COT data is weekly, sourced from the CFTC’s official releases, and lags by approximately three days.
Multi Charts
The Multi Charts section lets you place up to four indicator series on a shared canvas. Comparing the EUR policy rate against EUR inflation, or USD unemployment against non-farm payrolls, on the same time axis makes divergences and correlations immediately apparent. This is one of the fastest ways to build a macro thesis without writing a single line of code.
Commodities (Metals)
The Commodities section tracks gold, silver, and platinum spot prices. Precious-metals prices carry strong signals for safe-haven flows, real-yield expectations, and USD sentiment — all relevant context when trading USD, JPY, or CHF pairs. The page also surfaces derived analytics such as the gold/silver ratio and gold versus the USD index.
Bond Yields
The Bond Yields page plots government benchmark yields across the full maturity curve (1-year through 30-year where available) for the major economies. Yield spreads — for example the 2-year US-DE spread — are among the most reliable leading indicators for EUR/USD direction, and this view makes those relationships easy to monitor without a terminal subscription.
Technical Indicators
The Technical section overlays momentum and trend indicators on FX spot rate data: RSI(14), MACD, Bollinger Bands, 20-day SMA, and 200-day SMA. This gives macro traders a quick check on whether a fundamental thesis is aligned with the current technical regime — for example, whether an oversold EUR/USD also shows convergent macro deterioration in the Euro-area data.
Press Releases
The Press Releases feed aggregates the latest central-bank communications across all covered currencies. Statements, speeches, and monetary policy summaries appear here as they are published, giving traders a single location to track the narrative shift — often the real driver of intra-day moves — without following fourteen separate RSS feeds.
Practical Example: Pre-positioning Around an RBA Decision
You’re watching AUD/USD heading into an RBA meeting. Here’s how you might use the dashboard end-to-end in a single session:
- Market Summary — check the overnight AUD/USD move and whether AU 10-year yields shifted relative to US 10-year yields.
- Release Calendar — confirm the exact announcement datetime for the RBA decision and note what CPI and employment prints are scheduled in the same week.
- Macro Indicators → AUD — review the last six months of policy rate, trimmed-mean inflation, and unemployment to judge whether the RBA has room to hold or cut.
- COT → AUD Futures — assess whether speculative positioning is already net-long or net-short, which affects the asymmetry of the post-announcement move.
- Technical → AUD/USD — check RSI and the 50-day SMA to confirm whether the fundamental thesis has technical support.
The same data is accessible programmatically. For instance, to pull the full AUD release schedule:
curl "https://fxmacrodata.com/api/v1/calendar/aud?api_key=YOUR_API_KEY"
Response (illustrative):
{
"currency": "aud",
"events": [
{
"indicator": "policy_rate",
"announcement_datetime": "2026-05-06T04:30:00Z",
"expected": 4.10,
"prior": 4.35,
"revised": null,
"actual": null
},
{
"indicator": "unemployment",
"announcement_datetime": "2026-05-15T01:30:00Z",
"expected": 4.1,
"prior": 4.1,
"revised": null,
"actual": null
},
{
"indicator": "trimmed_mean_inflation",
"announcement_datetime": "2026-04-23T01:30:00Z",
"expected": 2.8,
"prior": 3.2,
"revised": null,
"actual": null
}
]
}
With the policy decision flagged two days before the unemployment print, you can plan your position sizing around both risk windows in a single API call rather than chasing separate data sources. The AUD policy rate indicator page shows the full history so you can compare this decision to prior cycles.
Get Started
The dashboard is available at fxmacrodata.com/dashboard — no API key required for the visual interface. If you want to connect your own tools or automate data pulls, explore the API documentation or subscribe at fxmacrodata.com/subscribe to get your API key.
1. Open Market Summary for your morning overview.
2. Navigate to Release Calendar to see what prints today.
3. Drill into Macro Indicators for the pair you’re trading.
4. Check COT positioning before sizing your entry.