export interface GetValueObject { date: Date; symbol: string; marketPrice: number; }