metricsdaocourse - UNI price student question
    Updated 2023-01-26
    SELECT *
    from ethereum.core.fact_hourly_token_prices
    where
    -- symbol = 'UNI'
    token_address = lower('0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984')
    and hour::date = '{{yyyy-mm-dd}}'
    order by hour desc
    limit 5
    Run a query to Download Data