boomer77Prices assets thorchain
    Updated 2022-05-21
    select date_trunc('day', block_timestamp) as dt, pool_name, avg(asset_usd) as price
    from thorchain.prices
    where date(block_timestamp) = CURRENT_DATE - 1
    group by 1,2

    Run a query to Download Data