boomer77MIM abracadabra
    Updated 2022-02-06
    select *, (((price-1)/1)*100) as percentage_depeg
    from ethereum.token_prices_hourly
    where token_address = '0x99d8a9c45b2eca8864373a26d1459e3dff1e17f3'
    and hour >= '2022-01-23'
    Run a query to Download Data