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