PapasotCopy of UNI price
    Updated 2022-03-30
    select *
    from ethereum.token_prices_hourly_v2
    where
    symbol = 'UNI' AND
    decimals = 18 AND
    hour > '2020-09-15'
    --symbol = 'ETH' OR
    --symbol = 'AAVE'
    order by hour;
    Run a query to Download Data