boomer77mim peg
    Updated 2022-02-06
    select *, (((price-1)/1)*100) as "depeg %"
    from ethereum.token_prices_hourly
    where symbol in ('MIM', 'UST', 'USDC', 'USDT', 'DAI', 'FRAX') and date(hour) >= '2022-01-23'
    Run a query to Download Data