Overview
Theget_securities tool resolves one or more exact security identifiers to issuer/company records from the Bigdata.com Knowledge Graph. This tool is designed for precise identifier resolution when you already have a CUSIP, ISIN, SEDOL, or exchange listing code.
The tool automatically infers identifier type based on format:
- Length 12 → ISIN
- Length 9 → CUSIP
- Length 7 → SEDOL
- Contains ”:” → LISTING (e.g.,
XNAS:AAPL)
find_securities instead.
Parameters
Response
Returns a JSON object with:- results: Map of each requested identifier → resolved object (or
nullif unknown/malformed)- Each resolved entry includes
security_type:COMPANY,ETF, orBOND - Includes RavenPack entity ID (
id) and security metadata
- Each resolved entry includes
- metadata:
request_idandtimestamp
Usage Monitoring
The toolget_securities does not consume any quota.

