diff --git a/apps/api/src/services/data-gathering.service.ts b/apps/api/src/services/data-gathering.service.ts index 6d96e0a55..c84148307 100644 --- a/apps/api/src/services/data-gathering.service.ts +++ b/apps/api/src/services/data-gathering.service.ts @@ -267,7 +267,7 @@ export class DataGatheringService { } private async getSymbolsMax() { - const startDate = new Date(getUtc('2000-01-01')); + const startDate = new Date(getUtc('2015-01-01')); const customSymbolsToGather = await this.getCustomSymbolsToGather( startDate