boomer77Assets Prices (USD)
    Updated 2022-05-10
    select date_trunc('day', block_timestamp) as dt, pool_name, avg(asset_usd) as asset_usd
    from thorchain.prices
    where date(block_timestamp) = CURRENT_DATE - 6
    group by 1,2
    Run a query to Download Data