Overview
Thelookup_company_cik tool converts company ticker symbols to CIK (Central Index Key) numbers for more reliable API performance.
Parameters
ticker(string): Company ticker symbol (e.g., “AAPL”)
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Convert ticker symbols to CIK numbers
lookup_company_cik tool converts company ticker symbols to CIK (Central Index Key) numbers for more reliable API performance.
ticker (string): Company ticker symbol (e.g., “AAPL”)"What is Apple's CIK number?"
{
"success": true,
"cik": "0000320193",
"ticker": "AAPL",
"suggestion": "Use CIK '0000320193' instead of ticker 'AAPL' for more reliable and faster API calls"
}