freemartianETH Price
    Updated 2022-06-08
    select avg(price), date_trunc('week', hour::date) as DATE
    from ethereum_core.fact_hourly_token_prices
    where symbol = 'WETH'
    and hour::date > '2022-01-01'
    group by DATE
    Run a query to Download Data