Skip to main content
The Sales and Trends API lets you download the same reports available in App Store Connect > Sales and Trends: sales summaries, installs, subscriptions, and more. Reports are returned as gzip-compressed TSV files.
Requires a Team (Organization) key — Individual Apple Developer accounts cannot access Sales Reports. You also need your Vendor Number from Payments and Financial Reports (the numeric Vendor #).

Download Sales Report

Download a Sales and Trends report. The response is a gzip file—save it and decompress to get the TSV.

Required Headers

Required Query Parameters

Optional Query Parameters

Report Date Format


Report Types & Valid Combinations

See Apple’s documentation for the full matrix.

Response

The API returns the raw gzip file. Save it with a .tsv.gz extension and decompress:

Code Example


Finding Your Vendor Number

  1. Go to App Store Connect
  2. Payments and Financial Reports (left sidebar / Finance section)
  3. Find your Vendor # (numeric, e.g. 12345678) — copy only the digits, not a name or team ID

Credits