diff --git a/apps/api/src/app/symbol/symbol.service.ts b/apps/api/src/app/symbol/symbol.service.ts index 3f377c551..cdd13da8d 100644 --- a/apps/api/src/app/symbol/symbol.service.ts +++ b/apps/api/src/app/symbol/symbol.service.ts @@ -32,7 +32,7 @@ export class SymbolService { let historicalData: HistoricalDataItem[]; if (includeHistoricalData) { - const days = 7; + const days = 10; const marketData = await this.marketDataService.getRange({ dateQuery: { gte: subDays(new Date(), days) }, diff --git a/apps/client/src/app/components/home-market/home-market.html b/apps/client/src/app/components/home-market/home-market.html index 2705530bc..c721d4c78 100644 --- a/apps/client/src/app/components/home-market/home-market.html +++ b/apps/client/src/app/components/home-market/home-market.html @@ -12,7 +12,7 @@