diff --git a/changelog/api.mdx b/changelog/api.mdx
index 8d4371f..4359252 100644
--- a/changelog/api.mdx
+++ b/changelog/api.mdx
@@ -3,6 +3,15 @@ title: "API Updates"
icon: newspaper
description: "Changelog of all major API updates, new features, removals, and improvements."
---
+
+
+## Removed support for Bulgarian Lev (BGN)
+
+Following Bulgaria's move to adopt the Euro **(1 January 2026)**, we have removed FX support for BGN. Please refer to the Currencies [API reference](/reference/currencies) to view our currency support for top ups and FX.
+
+All affected customers were notified ahead of time and any remaining balance have been converted automatically to `EUR`.
+
+
diff --git a/reference/countries.mdx b/reference/countries.mdx
index f92a5ac..80f7448 100644
--- a/reference/countries.mdx
+++ b/reference/countries.mdx
@@ -15,6 +15,7 @@ To request products you'll need to provide a country code. The currently support
| 🇬🇧 United Kingdom | `GB` | `GBP` |
| 🇨🇦 Canada | `CA` | `CAD` |
| 🇦🇹 Austria | `AT` | `EUR` |
+| 🇧🇬 Bulgaria | `BG` | `EUR` |
| 🇧🇪 Belgium | `BE` | `EUR` |
| 🇩🇪 Germany | `DE` | `EUR` |
| 🇫🇮 Finland | `FI` | `EUR` |
@@ -29,7 +30,6 @@ To request products you'll need to provide a country code. The currently support
| 🇦🇷 Argentina | `AR` | `ARS` |
| 🇦🇺 Australia | `AU` | `AUD` |
| 🇧🇷 Brazil | `BR` | `BRL` |
-| 🇧🇬 Bulgaria | `BG` | `BGN` |
| 🇨🇱 Chile | `CL` | `CLP` |
| 🇨🇳 China | `CN` | `CNY` |
| 🇨🇴 Colombia | `CO` | `COP` |
diff --git a/reference/currencies.mdx b/reference/currencies.mdx
index fd473ae..abb7211 100644
--- a/reference/currencies.mdx
+++ b/reference/currencies.mdx
@@ -19,7 +19,6 @@ A list of currently supported currencies is below, we'll update this as we add m
| 🇦🇪 `AED` | Arab Emirates Dirham | ✅ _from USD only_ | ❌ _FX only_ |
| 🇦🇷 `ARS` | Argentine Peso | ✅ _from USD only_ | ❌ _FX only_ |
| 🇦🇺 `AUD` | Australian Dollar | ✅ | ✅ |
-| 🇧🇬 `BGN` | Bulgarian Lev | ✅ _from USD only_ | ❌ _FX only_ |
| 🇧🇷 `BRL` | Brazilian Real | ✅ _from USD only_ | ❌ _FX only_ |
| 🇨🇦 `CAD` | Canadian Dollar | ✅ | ✅ |
| 🇨🇭 `CHF` | Swiss Franc | ✅ | ✅ |