KaskoazulDAILY PRICES STABLES
    Updated 2023-05-07
    select timestamp::date as fecha,
    token_contract,
    symbol,
    avg (price_usd) as avg_price
    from near.core.fact_prices where symbol in ('USDC', 'USDT', 'USN', 'DAI', 'cUSD', 'nUSDO')
    group by 1,2,3
    Run a query to Download Data