← Back to Skills Marketplace
javainthinking

Get company fact and information by ticker or CIK

by javainthinking · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
523
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install apipick-company-facts
Description
Retrieve public company information by stock ticker symbol or SEC CIK number using the apipick Company Facts API. Returns company name, industry, sector, exc...
README (SKILL.md)

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

  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.

Usage Guidance
This skill appears to do what it says: it queries apipick's Company Facts API and only needs your APIPICK_API_KEY. Before installing/providing a key, confirm the API key is for apipick.com and understand that each request costs 1 credit. Provide the key via a secure method (not pasted in public chat). If you have concerns about autonomous invocation, keep the skill user-invokable only and revoke the API key from apipick if you ever suspect misuse.
Capability Analysis
Type: OpenClaw Skill Name: apipick-company-facts Version: 1.0.0 The skill bundle is designed to retrieve public company information from the apipick.com API. It correctly specifies the need for an API key via an environment variable (APIPICK_API_KEY) in SKILL.md. All instructions for the AI agent in SKILL.md are aligned with the stated purpose, focusing on API interaction, parameter handling, and result presentation. There is no evidence of data exfiltration to unauthorized endpoints, malicious command execution, persistence mechanisms, or prompt injection attempts designed to subvert the agent's intended behavior. The skill appears to be a legitimate and safe wrapper for a third-party API.
Capability Assessment
Purpose & Capability
Name/description match the actual behavior: the skill calls apipick's Company Facts endpoint and only requires an APIPICK_API_KEY. There are no unrelated binaries, services, or credentials requested.
Instruction Scope
SKILL.md only instructs making GET requests to https://www.apipick.com/api/company/facts with x-api-key and to accept ticker/CIK or infer a ticker from a company name; it does not instruct reading unrelated files, environment variables, or sending data to unexpected endpoints.
Install Mechanism
This is an instruction-only skill with no install spec and no code files to write to disk, which minimizes install-time risk.
Credentials
The only required environment variable is APIPICK_API_KEY (declared as primaryEnv), which is appropriate and proportional for an API client that needs an API key.
Persistence & Privilege
always is false and there is no install behavior that modifies other skills or system settings. The skill can be invoked autonomously (platform default), but that is consistent with its function and there are no additional broad privileges requested.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install apipick-company-facts
  3. After installation, invoke the skill by name or use /apipick-company-facts
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
apipick-company-facts 1.0.0 - Initial release. - Retrieve public company data (name, industry, sector, exchange, market cap, employees, website, SEC filings) by ticker or CIK. - Requires an apipick API key. - Provides readable formatting for market capitalization in responses. - Automatically infers ticker from company name if needed.
Metadata
Slug apipick-company-facts
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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.

💬 Comments