SandeshUntitled Query
    Updated 2022-10-09
    select * from osmosis.core.dim_prices
    where symbol ilike '%USD%'
    and recorded_at >= CURRENT_DATE - 7
    Run a query to Download Data