nitsMATIC price
    Updated 2022-08-02
    SELECT date(hour) as day, avg(price) as avg_price from ethereum.core.fact_hourly_token_prices
    where symbol = 'MATIC' and day >= CURRENT_DATE -90
    GROUP by 1
    -- LIMIT 100
    Run a query to Download Data