@ -142,8 +142,8 @@ export class WatchlistService {
date: allTimeHigh?.date
}
},
trend200d: trends.trend200d,
trend50d: trends.trend50d
trend50d: trends.trend50d,
trend200d: trends.trend200d
};
})
);
@ -8,7 +8,7 @@ export interface WatchlistResponse {
marketCondition: Benchmark['marketCondition'];
name: string;
performances: Benchmark['performances'];
trend200d: Benchmark['trend200d'];
trend50d: Benchmark['trend50d'];
})[];