jackguyDeFi on Flow
    Updated 2022-11-21
    SELECT
    date_trunc('day', timestamp) as day,
    symbol,
    avg(price_usd)
    from flow.core.fact_prices
    GROUP BY 1,2
    Run a query to Download Data