MostafaCurrent Ethereum Price
    Updated 2022-06-15
    select
    avg(price ) as "Current Ethereum Price"
    from ethereum.core.fact_hourly_token_prices
    where date(hour) = current_date
    and symbol = 'WETH'
    Run a query to Download Data