From 4ec3dc3472eb5b35f9f85ae800014d00d48221dd Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Fri, 14 Aug 2026 11:58:35 +0200 Subject: [PATCH] Bugfix/add missing country mapping for Czech Republic in FMP service (#7619) * Add missing country mapping for Czech Republic * Update changelog --- CHANGELOG.md | 1 + .../financial-modeling-prep/financial-modeling-prep.service.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8490d2e9e..bcf39f9a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fixed the cash balance update related to activities in a custom currency +- Fixed the missing mapping for Czech Republic in the country weightings of the _Financial Modeling Prep_ service ## 3.50.0 - 2026-08-13 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 913214b41..2fd101396 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 @@ -54,6 +54,7 @@ export class FinancialModelingPrepService implements DataProviderInterface, OnModuleInit { private static countriesMapping = { + 'Czech Republic': 'CZ', 'Korea (the Republic of)': 'KR', 'Russian Federation': 'RU', 'Taiwan (Province of China)': 'TW',