Few central banks have moved as decisively in the post-pandemic cycle as Sweden's Riksbank. In the space of roughly three years it hiked from zero to 4 percent, then cut back to 1.75 percent — a full round trip that left the krona stronger than when the journey began and KPIF inflation back near target. For FX traders, that trajectory contains a rich set of lessons: about the relationship between Scandinavian rate policy and EUR/SEK, about how quickly the krona can swing when the Riksbank turns, and about the data series worth monitoring to stay ahead of the next policy shift.
Core Finding — April 2026
After five cuts in 2024 and one in early 2025, the Riksbank has held its policy rate at 1.75% since January 2025. KPIF inflation has returned to the 2% target zone. The krona is the best-performing G10 currency of 2025, having appreciated more than 16% against the US dollar on the back of capital repatriation and Swedish growth outperformance.
The Riksbank in Brief
The Riksbank (Sveriges Riksbank) is the world's oldest central bank, founded in 1668. Its modern statutory mandate, defined under the Sveriges Riksbank Act, centres on price stability — measured via KPIF (Consumer Price Index with Fixed Interest Rate) — with a symmetric target of 2% per year. When inflation is near target, the Riksbank also takes broad economic conditions into account, including the labour market and financial stability.
Monetary policy is set by an executive board of six members, who meet approximately six times per year. Each meeting produces a policy rate decision and a monetary policy report containing the bank's economic projections. Those projections, particularly the rate path forecast, are the single most market-moving piece of communication the Riksbank produces.
Sweden is not in the eurozone. This gives the Riksbank full discretion over short-term interest rates, making the Riksbank–ECB policy differential a persistent driver of EUR/SEK. When that differential compresses — Riksbank cuts more aggressively than the ECB, or holds while the ECB hikes — the krona typically weakens. When the Riksbank leads the ECB in tightening, the krona tends to outperform.
The Full Rate Cycle: 0% to 4% to 1.75%
The 2022–2025 cycle is among the most complete in modern Riksbank history. Entering 2022, the policy rate sat at 0%, where it had been pinned for most of the post-financial-crisis era. The KPIF surge that followed the pandemic reopening and the energy shock from the Russia–Ukraine war forced the Riksbank into one of its fastest tightening sequences ever.
By May 2023 the rate had reached 3.5%, and by September 2023 it peaked at 4.0%. The Riksbank was among the first major G10 central banks to begin easing, delivering five cuts of 25 basis points each through 2024, arriving at 2.5% by December 2024. January 2025 brought one final cut to 2.25%, followed shortly by a further cut to 2.00%, and then to 1.75% in the spring of 2025, where it has remained.
Riksbank Policy Rate — 2018 to 2026
From negative rates in 2018–2022, through a rapid hiking phase to 4%, then five cuts in 2024 landing at 1.75%. The full cycle completed in under three years.
Tracking the Riksbank policy rate series via FXMacroData provides the complete decision history, including announcement datetimes accurate to the minute — critical for event-study work around policy announcements:
import requests
BASE = "https://fxmacrodata.com/api/v1"
KEY = "YOUR_API_KEY"
sek_rate = requests.get(
f"{BASE}/announcements/sek/policy_rate",
params={"api_key": KEY, "start": "2018-01-01"}
).json()["data"]
print(f"Current Riksbank rate: {sek_rate[0]['val']}% as of {sek_rate[0]['date']}")
The announcement_datetime field in each record carries the second-level timestamp of the original Riksbank release — letting traders pinpoint the exact window in which EUR/SEK moved on each decision day. Access the full docs at /api-data-docs/sek/policy_rate.
KPIF Inflation: From 10% to Target and Below
KPIF — which strips out the mechanical effect of mortgage rate changes on housing costs — peaked at just over 10% year-on-year in early 2023. That peak coincided almost perfectly with the Riksbank's most aggressive hike phase. By the second half of 2024, KPIF had fallen back to 2%, and the Riksbank's own projections for 2026 suggest a temporary undershoot toward 1% before a gradual recovery to 2% in 2027, driven by base effects and energy price normalization.
The speed of that disinflation — from 10% to 2% in roughly 18 months — was faster than most models predicted, and played a central role in unlocking the 2024 cutting cycle. The Riksbank has signalled that the disinflation came partly from imported deflation (commodity prices, goods), while domestic services inflation has proved stickier. Any re-acceleration in services inflation would be the primary reason to push the policy rate higher again.
KPIF Inflation vs. 2% Target — 2020 to 2026
KPIF peaked above 10% in early 2023 and collapsed back to target by mid-2024. The 2% line is the Riksbank's symmetric target — current trajectory projects a brief undershoot below 1% in 2026.
The inflation series for SEK is queryable directly from the FXMacroData inflation endpoint, which returns the KPIF monthly readings with announcement datetimes aligned to the Statistics Sweden (SCB) release calendar.
The Krona: From Laggard to Leader
For much of 2022 and 2023, the krona was under persistent pressure. EUR/SEK climbed from around 10.20 in early 2022 to a high above 11.70 by late 2023 — a krona depreciation of over 14%. The drivers were familiar: risk-off sentiment in global markets, rising energy prices hitting Sweden's terms of trade, and the perception that the Riksbank was behind the curve on tightening relative to the ECB.
That narrative reversed decisively through 2024 and 2025. As global inflation fell and risk appetite recovered, the krona retraced most of its losses. By early 2026, EUR/SEK had fallen back toward the 10.80–10.90 range, and USD/SEK had compressed from over 11.0 to around 9.25 — a move partly driven by the broader USD retreat but amplified by SEK-specific outperformance.
EUR/SEK Spot Rate — 2020 to 2026
EUR/SEK (higher = weaker krona) peaked above 11.70 in late 2023. The krona's recovery through 2024–2025 has been the strongest G10 currency move of the post-pandemic cycle. Note: axis is inverted so a rising line reflects a strengthening krona.
Pulling EUR/SEK spot data and pairing it with the Riksbank rate decisions allows traders to build a simple event-aligned view of the rate-FX relationship:
import requests
BASE = "https://fxmacrodata.com/api/v1"
KEY = "YOUR_API_KEY"
# EUR/SEK daily spot
fx = requests.get(
f"{BASE}/forex/eur/sek",
params={"api_key": KEY, "start": "2022-01-01"}
).json()["data"]
# Policy rate decisions
rate = requests.get(
f"{BASE}/announcements/sek/policy_rate",
params={"api_key": KEY, "start": "2022-01-01"}
).json()["data"]
decisions = [(r["date"], r["val"]) for r in rate]
print(f"Riksbank decisions since 2022: {len(decisions)}")
print(f"Latest EUR/SEK: {fx[0]['val']:.4f} on {fx[0]['date']}")
Rate Differential: Riksbank vs. ECB vs. Fed
EUR/SEK is most mechanically linked to the Riksbank–ECB policy gap. When the Riksbank rate exceeds the ECB deposit facility rate, the krona has a carry advantage; when it falls below, EUR carries positive carry against SEK. Through the 2022–2023 hiking phase, both banks moved roughly in parallel, keeping the differential tight. The divergence came in 2024, when the Riksbank began cutting before the ECB, briefly pushing the differential negative — contributing to a period of SEK underperformance.
By 2025 the ECB had caught up and cut aggressively as eurozone growth stalled under trade headwinds. With both policy rates converging near 1.75–2.00%, the differential is effectively flat — making forward growth expectations and terms-of-trade dynamics the primary SEK drivers in the near term.
Policy Rate Comparison: Riksbank vs ECB vs Fed — 2020 to 2026
The Riksbank hiked faster than the ECB in 2022 and cut earlier in 2024. The Fed remained higher for longer, making USD/SEK carry dynamics a factor for cross-currency positioning.
The Macro Scorecard
Beyond policy rates, the Riksbank makes its decisions against a backdrop of six core macro indicators. Understanding their current posture provides context for how far the bank is from its next move in either direction.
Sweden Macro Scorecard — Current Regime (April 2026)
Scores from 0 (hawkish pressure) to 10 (easing pressure) based on current indicator readings vs. Riksbank target ranges. A high score implies pressure to cut; a low score implies pressure to hold or hike.
The scorecard translates to a broadly neutral posture for the Riksbank in early 2026: inflation is near target, the labour market has softened but not collapsed, GDP growth is recovering, and the trade balance is modestly positive. There is no urgency to move in either direction — which the Riksbank's own forward guidance confirms. The bank has indicated it expects to hold at 1.75% through 2026 barring a material surprise.
Key Risk Flags to Watch
- Services inflation re-acceleration: domestic wages and rents are the stickiest components; a surprise here would force the Riksbank to signal a pause extension or even a hike.
- EUR/SEK above 11.20: would import inflation via energy and goods prices, complicating the disinflation path.
- Global trade shock: Sweden is an export-led economy; tariff escalation or a eurozone recession would weaken Swedish GDP and give the Riksbank cover to cut further.
- ECB divergence: if the ECB cuts below 1.0% while the Riksbank holds, the rate differential would turn significantly positive for SEK — potentially propelling EUR/SEK below 10.50.
Accessing Sweden Macro Data via FXMacroData
The full suite of Riksbank-relevant indicators is available through a single API key. Key series for monitoring the Swedish policy outlook include the policy rate, KPIF inflation, unemployment rate, GDP, and trade balance.
import requests
BASE = "https://fxmacrodata.com/api/v1"
KEY = "YOUR_API_KEY"
indicators = ["policy_rate", "inflation", "unemployment", "gdp", "trade_balance"]
for ind in indicators:
resp = requests.get(
f"{BASE}/announcements/sek/{ind}",
params={"api_key": KEY}
).json()
latest = resp["data"][0]
print(f"{ind:20s} {latest['val']:>10} {latest['date']}")
# Example output:
# policy_rate 1.75 2025-03-26
# inflation 1.2 2026-03-14
# unemployment 8.7 2026-03-20
# gdp 2.1 2026-03-28
# trade_balance 4820 2026-03-13
Each data point includes an announcement_datetime field precise to the second, enabling tick-level event studies on EUR/SEK and USD/SEK reactions to each SCB (Statistics Sweden) and Riksbank release. The release calendar endpoint shows upcoming announcement dates, useful for pre-positioning around scheduled events. See the full API docs at /api-data-docs/sek/inflation.
Outlook: 2026 and Beyond
The Riksbank's own projections frame 2026 as a consolidation year. Policy stays at 1.75%, KPIF briefly undershoots 2% before recovering, and GDP growth accelerates modestly to around 2.5% on the back of rising real incomes (lower mortgage rates plus recovering purchasing power) and a pick-up in European final demand. The krona is expected to remain well-supported at these levels.
The primary scenario for deviation is a return of imported inflation — driven either by a renewed commodity price spike or a sharp EUR/SEK depreciation — or a domestic housing market re-acceleration as lower rates reduce borrowing costs. Either would shift the Riksbank's forward guidance in a hawkish direction. For now, however, the most probable path is an extended pause, with EUR/SEK trading in the 10.6–11.0 range as long as growth differentials between Sweden and the eurozone remain broadly aligned.
Traders monitoring the Riksbank cycle should keep close tabs on the monthly KPIF print (released by Statistics Sweden around the 12th of each month) and the quarterly GDP release. A KPIF print above 2.5% for two consecutive months would likely trigger Riksbank hawkish guidance — and a meaningful krona rally.