Skip to main content

Overview

The get_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)
Use this tool when you have exact identifiers and need to resolve them to security records. For fuzzy name or theme searches, use find_securities instead.
Install the Financial Research Analyst skill to guide your Agent in creating professional financial research reports using the Bigdata MCP tools.

Parameters

Response

Returns a JSON object with:
  • results: Map of each requested identifier → resolved object (or null if unknown/malformed)
    • Each resolved entry includes security_type: COMPANY, ETF, or BOND
    • Includes RavenPack entity ID (id) and security metadata
  • metadata: request_id and timestamp
Error Handling: Malformed identifiers are skipped with an explanatory message. Well-formed identifiers are still resolved even if others in the batch are malformed.

Usage Monitoring

The tool get_securities does not consume any quota.

Key Differences from find_securities