scottincryptoEth Price Chart
    Updated 2021-12-13
    SELECT
    block_hour,
    token_price as eth_usd
    from compound.market_stats
    where underlying_symbol = 'ETH' and block_hour > getdate() - interval'60 days'
    order by 1
    Run a query to Download Data