Financial report API - FINANCE_DETAIL

Hi, I'm trying to obtain the detailed financial report via the API.

I'm able to get the aggregated monthly report using filter `reportType: FINANCIAL`,
But the doc says another value could be `reportType: FINANCE_DETAIL`, but when I use it I get "There were no sales for the date specified."
I'd love to have a detailed report per-transaction or per-day, similar to the web interface "Create Reports" - "All Countries And Regions (Detailed)" option.


The documentation in question:
https://developer.apple.com/documentation/appstoreconnectapi/download_finance_reports


Thanks

Replies

Also looking for an answer to this!
The report available via the API is very basic and missing a lot of information.
Hello,

The financial detail report can be accessed through the API by using the region code Z1. Here’s the documentation link: https://help.apple.com/app-store-connect/#/dev63d64d955
Can we have details mentioned here in the api?