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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install apipick-company-facts - 安装完成后,直接呼叫该 Skill 的名称或使用
/apipick-company-facts触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 523 次。
如何安装 Get company fact and information by ticker or CIK?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install apipick-company-facts」即可一键安装,无需额外配置。
Get company fact and information by ticker or CIK 是免费的吗?
是的,Get company fact and information by ticker or CIK 完全免费(开源免费),可自由下载、安装和使用。
Get company fact and information by ticker or CIK 支持哪些平台?
Get company fact and information by ticker or CIK 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Get company fact and information by ticker or CIK?
由 javainthinking(@javainthinking)开发并维护,当前版本 v1.0.0。