theericstoneUNI Prices
    Updated 2020-12-03
    select *
    from
    public.daily_candles
    where asset_id = '7083'
    and recorded_at > '2020-09-01'
    order by recorded_at desc;
    Run a query to Download Data