select sum(amount_in),sum(amount_out),symbol_in,symbol_out from ethereum.core.ez_dex_swaps
where BLOCK_TIMESTAMP > '2021-09-01'
and token_in= lower('0xB14b87790643D2dAB44b06692D37Dd95B4b30E56') or
token_out= lower('0xB14b87790643D2dAB44b06692D37Dd95B4b30E56')
GROUP by 3,4