Commerce: Get Commodity Wise Report
Commerce via Parse · government_public
Fetch commodity-wise trade data for a given financial year. Returns a table of commodities with HS codes, trade values for two consecutive years, percentage share, and growth rate. Paginates as a single page containing all matching rows at the requested HS-code digit level. When hs_code is provided, filters results to the single row matching that code. 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.20 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_commodity_wise_report
- Interface artifact
- sha256:f8c4888ea3d9ccddf55f6d6106ceb6139d5d13d0ee416dad14f35884c8e9c41d
- Manifest digest
- sha256:ec47fd12dc6ecb7fd55257b2855e62163ce9d918f3737f0c3b695259ad2448a3
Request fields
- year (string): Financial year starting year (e.g., '2024' for 2024-2025). Available values: 2018 through 2025.
- hs_code (string): Optional HS code to filter results. When provided, only the row with a matching HSCode is returned. Should match the digit level specified by commodity_level (e.g., an 8-digit code when commodity_level is '8').
- values_in (string): Currency or unit for values.: Allowed values: US $ Million, ₹ Crore, Quantity
- trade_type (string): Type of trade.: Allowed values: exports, imports
- commodity_level (string): HS code digit level.: Allowed values: 2, 4, 6, 8
Example queries
- {"year":"2024","values_in":"US $ Million","trade_type":"exports","commodity_level":"2"}