boomer77eth n luna price
    Updated 2021-10-02
    select date_trunc('day', block_timestamp) as days, avg(price_usd), symbol
    from terra.oracle_prices
    where symbol in ('LUNA', 'mETH') and block_timestamp >= '2021-08-02'
    group by 1,3
    Run a query to Download Data