# apipick-company-facts A skill that retrieves public company information by stock ticker or SEC CIK number using the [apipick](https://www.apipick.com) Company Facts API — returning market cap, employee count, industry, exchange, and SEC filings. ## Compatible Platforms This skill works with any AI coding agent that supports skill packages or can execute shell commands:
Claude Code
Claude Code
Cursor
Cursor
OpenAI Codex
OpenAI Codex
Manus
Manus
Google Antigravity
Google Antigravity
OpenClaw
OpenClaw
Anthropic's agentic
CLI for Claude
AI-powered
code editor
OpenAI's terminal
coding agent
Autonomous AI
agent by Meta
Google's agent-first
IDE with Gemini
Open-source personal
AI assistant
## What it does Given a stock ticker symbol (e.g. `AAPL`) or SEC CIK number, this skill returns: - **Company name** — official legal name - **Industry & sector** — business classification - **Exchange** — trading exchange (NASDAQ, NYSE, etc.) - **Market cap** — market capitalization in USD - **Employees** — total headcount - **Website** — official company URL - **SEC filings** — link to EDGAR filings page ## Requirements An apipick API key is required. Get 100 free credits at [apipick.com](https://www.apipick.com). ## Usage Once installed, just ask your AI agent naturally: - *"Look up company info for Apple"* - *"What's the market cap of TSLA?"* - *"How many employees does Microsoft have?"* - *"Get SEC filings for NVIDIA"* ## API Reference | Field | Value | |-------|-------| | Endpoint | `GET https://www.apipick.com/api/company/facts` | | Auth | `x-api-key` header | | Cost | 1 credit per request | See [`references/api_reference.md`](references/api_reference.md) for full documentation. ## Links - [apipick.com](https://www.apipick.com) — API platform - [Company Facts](https://www.apipick.com/company-facts) — product page - [Get API Key](https://www.apipick.com/dashboard/api-keys)