vegardCurrent Price of ETH
    Updated 2022-11-23
    select avg(price) as eth_price
    from ethereum.core.fact_hourly_token_prices
    where hour::date = (select max(hour::date) from ethereum.core.fact_hourly_token_prices)
    and symbol = 'WETH'
    Run a query to Download Data