company_lookup_batch
ActiveTool of Ready APIs
declared in 1.0.0
Resolve up to 50 mixed identifiers (domain, LEI, ticker, name) in a single POST. Each result preserves the original input for join-back.
Parameters schema
{
"type": "object",
"required": [
"identifiers"
],
"properties": {
"identifiers": {
"type": "array",
"items": {
"type": "object",
"required": [
"type",
"value"
],
"properties": {
"type": {
"enum": [
"domain",
"lei",
"ticker",
"name"
],
"type": "string"
},
"value": {
"type": "string"
}
}
},
"maxItems": 50,
"minItems": 1
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Ready APIs
https://github.com/ReadyAPIs-com/readyapis
1/7 registries