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'