Kemiex Market Insights API (0.1.0)
Download OpenAPI specification:Download
An API to provide access to Kemiex Market Insigts data.
A rate limit of 100 quota units per minute is enforced. Exceeding this limit returns HTTP code 429. The table below lists the corresponding quota units consumed per api endpoint.
Endpoint | Quota units |
---|---|
/price-benchmarks |
1 unit |
Kemiex Price Benchmarks
Retrieve weekly price points that include average, minimum, maximum, and own company submission values for the specified products and date range. Price Benchmark data is published every Wednesday.
Authorizations:
ApiKeyAuth
query Parameters
products required | string Example: products=VB1-EU,VAL-USW A comma-separated list of product-region codes to query (e.g.,
VB1-EU,VAL-USW) Available products:
Available regions:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||
startDate required | string <date> Example: startDate=2024-01-01 The start date for the price points series |
Responses
Response samples
- 200
- 400
- 404
- 500
Content type
application/json
{- "data": [
- {
- "productCode": "VB1",
- "productName": "Vitamin B1",
- "regionCode": "USE",
- "regionName": "CFR US East",
- "week": "2024-01-04",
- "currency": "USD",
- "unit": "kg",
- "average": 15.75,
- "minimum": 14.5,
- "maximum": 16.25,
- "ownCompanySubmission": 15
}
]
}