powered by
Retrieves transaction statistics for multiple months and combines them into a single tibble.
get_pix_transaction_stats_multi(databases, ...)
A tibble::tibble with combined transaction statistics.
Character vector of year-months in "YYYYMM" format.
Additional arguments passed to get_pix_transaction_stats().
get_pix_transaction_stats()
# It usually takes much longer than 5 seconds. # Get data for Q3 2025 q3_data <- get_pix_transaction_stats_multi( databases = c("202507", "202508", "202509") )
Run the code above in your browser using DataLab