Updated 2021-06-27
    SELECT
    block_timestamp,
    symbol,
    luna_exchange_rate,
    price_usd
    FROM terra.oracle_prices
    ORDER BY 1 DESC
    LIMIT 100
    Run a query to Download Data