IBC_insiderAlgorand mega 3
    Updated 2023-01-03
    select avg(CLOSE) as price,
    date_trunc('day',RECORDED_HOUR) as date
    from
    crosschain.core.fact_hourly_prices
    where
    ID='flow'
    group by date
    Run a query to Download Data