Missing data from Apple financial payments report from API

we are downloading the Apple financial reports but we just realized we haven't received any data since period covering Oct-Nov 26, 2022 pay period. anyone else seeing this? note, the other reports (daily sales summary, etc) are working fine.

https://developer.apple.com/help/app-store-connect/getting-paid/download-financial-reports

https://help.apple.com/app-store-connect/?lang=en#/dev63d64d955

https://apphud.com/fiscal-calendar

sample call

https://api.appstoreconnect.apple.com/v1/financeReports?filter[regionCode]=ZZ&filter[reportType]=FINANCIAL&filter[vendorNumber]=123&filter[reportDate]=2022-12

Figured it out.

See Apple doesn't want the actual year and month from the Gregorian calendar, but rather the year and month of their own fiscal accounting calendar. So 01 is October, 02 is November, and so on.

https://developer.apple.com/forums/thread/114240?login=true

Missing data from Apple financial payments report from API
 
 
Q