From b75ebb2c1d6ff3885f38e4554e33a5889edcecfd Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Tue, 25 Aug 2026 11:59:59 +0200 Subject: [PATCH] Bugfix/country mapping of Macau in FMP service (#7719) * Fix country mapping of Macau * Update changelog --- CHANGELOG.md | 4 ++++ .../financial-modeling-prep.service.ts | 1 + 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e1a45cd7..d9e51a5d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Migrated the create and edit access dialogs to dedicated routes +### Fixed + +- Fixed the country mapping of Macau in the _Financial Modeling Prep_ service + ## 3.60.0 - 2026-08-24 ### Added diff --git a/apps/api/src/services/data-provider/financial-modeling-prep/financial-modeling-prep.service.ts b/apps/api/src/services/data-provider/financial-modeling-prep/financial-modeling-prep.service.ts index c768de070..648ec5fe1 100644 --- a/apps/api/src/services/data-provider/financial-modeling-prep/financial-modeling-prep.service.ts +++ b/apps/api/src/services/data-provider/financial-modeling-prep/financial-modeling-prep.service.ts @@ -56,6 +56,7 @@ export class FinancialModelingPrepService private static countriesMapping = { 'Czech Republic': 'CZ', 'Korea (the Republic of)': 'KR', + Macau: 'MO', 'Russian Federation': 'RU', 'Taiwan (Province of China)': 'TW', Turkey: 'TR'