✅ Precision: Get only the content where the company was actually detected, avoiding the noise of similar names that refer to something unrelated.
Resolving your universe
The recommended endpoint depends on the type of entity you want to resolve. Use the tabs below to find the right approach for each one.- Public companies or ETFs
- Private companies
The most reliable way to resolve public companies is through a market identifier: an ISIN, CUSIP, SEDOL, or listing (in
MIC:Ticker form). Bigdata exposes a dedicated get endpoint for each of these, and every endpoint accepts up to 500 identifiers in a single request, so even large universes can be resolved with very few API calls.| Identifier | Endpoint |
|---|---|
| ISIN | /v1/knowledge-graph/companies/isin |
| CUSIP | /v1/knowledge-graph/companies/cusip |
| SEDOL | /v1/knowledge-graph/companies/sedol |
Listing (MIC:Ticker) | /v1/knowledge-graph/companies/listing |
Try it yourself
How-to scripts: resolve company IDs
Ready-to-run scripts that resolve both public and private companies optimally, using multi-threading while respecting Bigdata rate limits.