Commerce: Get Ftspcc Commodity Country Monthly Report
Commerce via Parse · government_public
Fetch FTSPCC Commodity x Country wise (Monthly) report from India's Foreign Trade Statistics. Returns monthly trade values (in both Rs. Crores and US$ Millions) for a specific commodity-country pair over a date range. Each row represents one month's trade data. The report covers data from January 2010 onwards. 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.02 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_ftspcc_commodity_country_monthly_report
- Interface artifact
- sha256:f8aad0aa072f1a6323ff74c57bc894b465bfaa7a8ab9f0b21f46e4d88cd023bb
- Manifest digest
- sha256:072f393484b3c4aee94fee49921de8744470db45faa9ce8321cf1f651568ab03
Request fields
- country (string, required): Country numeric code (e.g., '423' for U S A, '421' for U K, '419' for U ARAB EMTS). Use the site's predefined country codes.
- to_year (string): End year (e.g., '2025'). Available range: 2010 through 2026.
- to_month (string): End month number (1-12).
- commodity (string, required): Principal commodity code (e.g., 'A1' for TEA, 'H8' for DRUG FORMULATIONS, BIOLOGICALS). Use the site's predefined commodity codes.
- from_year (string): Start year (e.g., '2025'). Available range: 2010 through 2026.
- from_month (string): Start month number (1-12).
- trade_type (string): Type of trade.: Allowed values: exports, imports
Example queries
- {"country":"423","to_year":"2025","to_month":"6","commodity":"A1","from_year":"2025","from_month":"1","trade_type":"exports"}