Asia Industry Taxonomies
The Asia Industry Taxonomies API provides the Uzabase proprietary industry classification system for companies in the Asia Private Markets Data feed. We specialize in Asia data, and we also have data available globally. The taxonomy is organized as a three-level hierarchy:
Sector > Sub-Sector > Industry
Each company can be mapped to one or more industries, with one designated as the primary classification. Mappings may be analyst-curated or auto-assigned with a confidence score.
Base URL
https://datafeed.ub-speeda.com/asia/industry-taxonomies/v1
Required Scopes
| Scope | Description |
|---|---|
taxonomy:read | Read taxonomy classification data |
country:{code} | Access data for a specific country (ISO 3166-1 alpha-3) |
country:* | Access data for all countries |
Endpoints at a Glance
| Method | Endpoint | Description |
|---|---|---|
| GET | /companies | Get all companies with taxonomy classifications |
| GET | /companies/{companyId} | Get taxonomy data for a specific company |
| GET | /industries/{industryId}/companies | Get companies by industry |
| GET | /sub-sectors/{subSectorId}/companies | Get companies by sub-sector |
| GET | /sectors/{sectorId}/companies | Get companies by sector |
| GET | /tree | Get the full taxonomy hierarchy tree |
See Endpoints for full request/response details.
Pagination
List endpoints support pagination:
| Parameter | Type | Default | Description |
|---|---|---|---|
page | integer | 1 | Page number (1-indexed) |
page_size | integer | 25 | Items per page |
Error Handling
| Status Code | Description |
|---|---|
200 | Success |
400 | Bad request — invalid or missing parameters |
401 | Unauthorized — missing or invalid authentication |
403 | Forbidden — insufficient scopes |
404 | Resource not found |
500 | Internal server error |
Rate Limits
API requests are subject to rate limiting. When exceeded, the API returns 429 Too Many Requests. Implement exponential backoff and retry logic.
Versioning
The API is versioned via the URL path (/asia/industry-taxonomies/v1/). Breaking changes will result in a new version.