Commerce: Get Country Wise Report
Commerce via Parse · government_public
Fetch trade summary grouped by country for a given financial year. Returns country-level trade data with values for two years, percentage share, and growth. Supports exports and imports views. When hs_code is provided, returns country-level data for that specific commodity (using the commodity-wise-all-countries report). Access India's Export Import Data Bank (EIDB and MEIDB) for detailed trade statistics by commodity, country, and region. Fulfilled by Parse from tradestat.commerce.gov.in.
- b2b-directory
- commerce
- finance
- government-public
- parse
- platform-key
- tradestat-commerce-gov-in
Price and execution
- Price
- $0.04 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- government_public
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/6bc89ab4-56b1-4990-a960-086912f43fa2/get_country_wise_report
- Interface artifact
- sha256:e637cfc406d0723a6f153c4d19dbfaad2adc20413fc58cd6ee79cb237b344824
- Manifest digest
- sha256:9655cad754258e0ee3d845b5911e96fb9905c87cc96a3493be75cf71804d3f6a
Request fields
- year (string): Financial year starting year (e.g., '2024' for 2024-2025). Available values: 2018 through 2025.
- country (string): Country code or 'all' for all countries.
- hs_code (string): Optional HS code to filter results. When provided, returns country-level trade data for that specific commodity across all countries.
- values_in (string): Currency for values.: Allowed values: US $ Million, ₹ Crore, Quantity
- trade_type (string): Type of trade.: Allowed values: exports, imports
Example queries
- {"year":"2024","country":"all","values_in":"US $ Million","trade_type":"exports"}