kiacrypto$MATIC price since Oct 2021
    Updated 2022-06-08
    select date_trunc('day', hour) as date1, avg(price)
    from ethereum.core.fact_hourly_token_prices
    where date1 >= '2021-10-01' and symbol = 'MATIC'
    group by 1
    Run a query to Download Data