export interface Price {
    datetime: string;
    price: number;
    volume: number;
}
