ngxuan885MIM + Its Peg (2)
    Updated 2022-02-11
    select COUNT(*) as hours_losing_its_peg
    from ethereum.token_prices_hourly
    where SYMBOL = 'MIM' and HOUR >= '2022-01-01' and price not BETWEEN 0.99 AND 1.01

    Run a query to Download Data