PapasotCopy of ETH hourly price (USD)
    Updated 2022-11-27
    select *
    from ethereum.token_prices_hourly
    where
    symbol = 'AAVE' AND
    hour > '2020-09-15'
    --symbol = 'ETH' OR
    --symbol = 'AAVE'
    order by hour;
    Run a query to Download Data