โ† All skills
Tencent SkillHub ยท Developer Tools

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...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Retrieve public company information by stock ticker symbol or SEC CIK number using the apipick Company Facts API. Returns company name, industry, sector, exc...

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, references/api_reference.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 6 sections Open source page

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

CodeMeaning400Invalid or missing ticker/CIK parameter401Missing or invalid API key402Insufficient credits Cost: 1 credit per request

Usage Pattern

Use $APIPICK_API_KEY env var as the x-api-key header 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 ticker or cik Present results clearly; format market_cap as a readable figure (e.g. $3T, $250B) See references/api_reference.md for full response field descriptions.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Docs
  • SKILL.md Primary doc
  • README.md Docs
  • references/api_reference.md Docs