diff --git a/CHANGELOG.md b/CHANGELOG.md index d4bdce1f8..333f0357d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +- Fixed the data provider information in the holding detail dialog - Fixed the storage of the market data in the data provider service to store only the newly fetched quotes - Fixed the immediate expiration of a portfolio snapshot with errors - Fixed the missing country mapping of _Congo (Dem. Rep. of the)_ and _Congo (Rep. of)_ in the _Financial Modeling Prep_ service diff --git a/apps/api/src/app/portfolio/portfolio.service.ts b/apps/api/src/app/portfolio/portfolio.service.ts index 3f8ff055a..9f81754f4 100644 --- a/apps/api/src/app/portfolio/portfolio.service.ts +++ b/apps/api/src/app/portfolio/portfolio.service.ts @@ -1094,7 +1094,9 @@ export class PortfolioService { userId: assetProfile.userId }, averagePrice: averagePrice.toNumber(), - dataProviderInfo: portfolioCalculator.getDataProviderInfos()?.[0], + dataProviderInfo: this.dataProviderService + .getDataProvider(dataSource) + .getDataProviderInfo(), dividendInBaseCurrency: dividendInBaseCurrency.toNumber(), dividendYieldPercent: dividendYieldPercent.toNumber(), dividendYieldPercentWithCurrencyEffect: