diff --git a/AssetManager.Services/PortfolioService.cs b/AssetManager.Services/PortfolioService.cs index aa2dc1a..f67ad66 100644 --- a/AssetManager.Services/PortfolioService.cs +++ b/AssetManager.Services/PortfolioService.cs @@ -267,7 +267,7 @@ public class PortfolioService : IPortfolioService currency = targetCurrency, todayProfit = (double)totalTodayProfitInTargetCurrency, todayProfitCurrency = targetCurrency, - totalReturnRate = totalReturnRate + totalReturnRate = Math.Round(totalReturnRate, 2) }; }