Get company fact and information by ticker or CIK
/install apipick-company-facts
apipick Company Facts
Retrieve public company data via stock ticker symbol or SEC CIK number.
Endpoint
GET https://www.apipick.com/api/company/facts
Authentication: x-api-key: YOUR_API_KEY header required.
Get a free API key at https://www.apipick.com/dashboard/api-keys
Request Parameters
Use either ticker or cik (not both):
| Parameter | Description |
|---|---|
ticker |
Stock ticker symbol (e.g. AAPL, MSFT, GOOGL, TSLA) |
cik |
SEC Central Index Key number (e.g. 0000320193) |
# By ticker
GET /api/company/facts?ticker=AAPL
# By CIK
GET /api/company/facts?cik=0000320193
Response
{
"company_facts": {
"ticker": "AAPL",
"name": "Apple Inc.",
"cik": "0000320193",
"industry": "Technology",
"sector": "Consumer Electronics",
"exchange": "NASDAQ",
"market_cap": 3000000000000,
"number_of_employees": 164000,
"website_url": "https://www.apple.com",
"sec_filings_url": "https://www.sec.gov/edgar/browse/?CIK=320193"
}
}
Error Codes
| Code | Meaning |
|---|---|
| 400 | Invalid or missing ticker/CIK parameter |
| 401 | Missing or invalid API key |
| 402 | Insufficient credits |
Cost: 1 credit per request
Usage Pattern
- Use
$APIPICK_API_KEYenv var as thex-api-keyheader value; if not set, ask the user for their apipick API key - Accept a company name, ticker, or CIK from the user
- If the user provides a company name, infer the ticker (e.g. "Apple" →
AAPL, "Microsoft" →MSFT) - Make the GET request with
tickerorcik - Present results clearly; format
market_capas a readable figure (e.g.$3T,$250B)
See references/api_reference.md for full response field descriptions.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install apipick-company-facts - After installation, invoke the skill by name or use
/apipick-company-facts - Provide required inputs per the skill's parameter spec and get structured output
What is Get company fact and information by ticker or CIK?
Retrieve public company information by stock ticker symbol or SEC CIK number using the apipick Company Facts API. Returns company name, industry, sector, exc... It is an AI Agent Skill for Claude Code / OpenClaw, with 523 downloads so far.
How do I install Get company fact and information by ticker or CIK?
Run "/install apipick-company-facts" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Get company fact and information by ticker or CIK free?
Yes, Get company fact and information by ticker or CIK is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Get company fact and information by ticker or CIK support?
Get company fact and information by ticker or CIK is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Get company fact and information by ticker or CIK?
It is built and maintained by javainthinking (@javainthinking); the current version is v1.0.0.