freemartianETH & stETH Price Chart
    Updated 2022-06-13
    select avg(price), date_trunc('day', hour::date) as TIME, symbol
    from ethereum_core.fact_hourly_token_prices
    where symbol in ('stETH', 'WETH')
    and hour > '2020-12-23'
    group by symbol, TIME

    Run a query to Download Data