← 返回
开发者工具 Key 中文

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...
通过股票代码或SEC CIK编号,使用apipick Company Facts API获取上市公司信息,返回公司名称、行业、板块等数据。
javainthinking
开发者工具 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 796
下载
💾 6
安装
1
版本
#latest

概述

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):

ParameterDescription
------------------------
tickerStock ticker symbol (e.g. AAPL, MSFT, GOOGL, TSLA)
cikSEC 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

CodeMeaning
---------------
400Invalid or missing ticker/CIK parameter
401Missing or invalid API key
402Insufficient credits

Cost: 1 credit per request

Usage Pattern

  1. Use $APIPICK_API_KEY env var as the x-api-key header value; if not set, ask the user for their apipick API key
  2. Accept a company name, ticker, or CIK from the user
  3. If the user provides a company name, infer the ticker (e.g. "Apple" → AAPL, "Microsoft" → MSFT)
  4. Make the GET request with ticker or cik
  5. Present results clearly; format market_cap as a readable figure (e.g. $3T, $250B)

See references/api_reference.md for full response field descriptions.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 14:10 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 66 📥 179,998
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 668 📥 323,975
developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 921 📥 185,767