kkovmdp835OSMO price
    Updated 2022-10-13
    select avg(PRICE) , RECORDED_AT::date
    from osmosis.core.dim_prices
    where SYMBOL='OSMO' and RECORDED_AT::date > current_date - interval '30 days'
    group by 2
    Run a query to Download Data