lookup_sec_company_ticker
ActiveTool of TensorFeed
Resolve a stock ticker symbol (e.g. AAPL, MSFT, NVDA) or numeric CIK to the canonical SEC entity record. Returns ticker, CIK, company name, and exchange. Pair with get_sec_submissions to retrieve filings. License: US Government public domain.
Parameters schema
{
"type": "object",
"required": [
"ticker_or_cik"
],
"properties": {
"ticker_or_cik": {
"type": "string",
"description": "Ticker symbol (case-insensitive) or numeric CIK"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
TensorFeed
https://github.com/RipperMercs/tensorfeed
1/7 registries