fat3mehAlgo Price Chart (May 4th and 19th)
    Updated 2022-06-05
    select
    block_hour as date,
    avg(price_usd) as Algo_price
    from algorand.prices_swap
    where asset_id='0'
    and block_hour::date BETWEEN '2022-05-04' AND '2022-05-19'
    group by date
    Run a query to Download Data