fantaSecond Part : The two weeks prior Dec 18th 2021 - Dec 31st 2021
    Updated 2022-02-23
    SELECT sum(amount/1e6) as sum FROM algorand.payment_transaction as apt inner join algorand.labels as als
    ON als.address=apt.sender
    WHERE
    als.label_type='cex'
    and date(block_timestamp) >='2021-12-18' and date(block_timestamp) <='2021-12-31'
    Run a query to Download Data