sarathuser behaviour 4
    Updated 2022-06-22
    SELECT date(timestamp) as date,avg(price_usd) as price from flow.core.fact_prices where symbol='FLOW'
    GROUP by 1
    LIMIT 1000

    Run a query to Download Data