ConsoleCatalog
Sign in
India TRADESTAT logo

India TRADESTAT

HS code search, commodity- and country-wise export tables, and historical data.

Country Wise Export Report

ASYNCWRITENo auth

Returns export values, shares, and growth rates by destination country for a fiscal year.

ParametersFormJSON

Fiscal year ending year (e.g. 2025 for the 2025-2026 reporting period)

Destination country filter code or 'all' for every country

Report level / values unit code (2 = US $ Million)

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_tradestat_commerce_country_wise_export_report",
    "params": {
      "fiscal_year": "2025",
      "country_filter": "all",
      "report_level": "2"
    }
  }'