App Store Connect API - Getting Sales in USD

We started using the App Store Connect API to pull sales and proceeds data using the Web Service Endpoint api.appstoreconnect.apple.com/v1/salesReports


The issue we are having is that the "dollar" amount in Developer Proceeds and Customer Price columns are in the native currency and we need the total sales and proceeds in United States Dollars(USD).


How do you convert the sales and proceeds that are returned in this request to United States Dollars(USD)?


Thanks,

Chris

Post not yet marked as solved Up vote post of bickster Down vote post of bickster
2.1k views

Replies

I had a related question several months ago, and the answer was that currency conversion information is not available via the REST API: https://forums.developer.apple.com/thread/110931
If there are any Apple folks who read this, can we please put in a feature request to add estimated developer proceeds in native currency to the API sales reports? The App Store Connect user interface has had this feature for several years via the 'Sales' and 'Proceeds' pages, so I don't understand why we can't retrieve the same data from the API that we can retrieve from the interface.

This is a pretty significant API failure on the part of Apple. Can you please add the Estimated Proceeds (USD) to the sales report so it has parity with the CSVs downloadable via the Sales & Trends web interface on the App Store Connect web interface?

At this point the most tenable way to automate our reporting is to scrape the app store connect page to get that report, which is totally nuts!
Post not yet marked as solved Up vote reply of azey Down vote reply of azey