GET /web/sic when an existing system expects Standard Industrial Classification codes. Choose the dataset that matches the consumer of your data.
Choose a dataset
The two datasets are not interchangeable. Persist the selected
classification value with every code.
Classify a company
Read the result
An SEC-list response can contain:original_sic item uses majorGroup and majorGroupName instead of office. The common fields are code, name, and confidence.
Keep four-digit SIC codes as strings so leading zeroes are preserved.
Control result count
Result count is not a confidence threshold. Filter by
confidence separately and keep a human-review path for classifications that affect reporting or compliance.
Production behavior
- Prefer a domain over a company title to reduce identity ambiguity.
- Do not infer NAICS or EIC values by transforming a SIC code.
- Treat
404as a normal no-match and408or429as retryable with a bounded policy. - Use the dataset owner’s source when you need an authoritative taxonomy definition rather than an inferred company match.
Next steps
SIC API reference
Review the complete classification request and response contract.