Twinkle HubTwinkle Hub
登入

📌 2026-08-17 新增:⚖️ 台灣法條時光機 — 歷史法條原文 · 修法沿革 · 全文檢索 · 條文關聯圖(935 個 dataset · 35,454+ 筆 row)

查看完整 Changelog →

美股 SEC 公司搜尋 (ticker → CIK)

us_search_sec_company

台灣​專屬MIT

**關鍵字 / Keywords**: SEC EDGAR 美股 上市公司 公司搜尋 ticker CIK 代號 10-K 10-Q 8-K XBRL company filing quarterly annual US stocks NYSE NASDAQ Apple Microsoft TSMC

Scope: US public companies filing with the SEC (EDGAR).

Resolve a ticker / company name / CIK to matching SEC filers, then pull
each one's submissions profile (name · SIC · exchange · fiscal year end
· recent filings count).

Endpoints:
    https://www.sec.gov/files/company_tickers.json (ticker resolver, cached 24h)
    https://data.sec.gov/submissions/CIK{cik10}.json (profile per hit)

Args:
    query: ticker ("AAPL"), company name substring ("apple"), or
           CIK ("0000320193" / "320193" / "CIK0000320193"). Ticker
           matches case-insensitive exact; name matches
           case-insensitive substring.
    limit: max hits to return (default 10, hard cap 20).

Returns dict with `results` — each row has `cik`, `ticker`, `name`,
`sic`, `sic_description`, `exchange`, `fiscal_year_end`,
`state_of_incorporation`, `recent_filings_count`. License is
"US Public Domain (17 USC §105)". Rate-limited to 10 req/sec.

輸入 schema

{
  "properties": {
    "query": {
      "title": "Query",
      "type": "string"
    },
    "limit": {
      "default": 10,
      "title": "Limit",
      "type": "integer"
    }
  },
  "required": [
    "query"
  ],
  "title": "us_search_sec_companyArguments",
  "type": "object"
}

呼叫​方式

配置​好 Twinkle Hub 的 MCP client 後,​agent 會​看到 us_search_sec_company。直接讓它呼叫​即可,​例如:

# Ask Claude / any MCP client:
請用 us_search_sec_company 處理 "…"。

# It will call:
us_search_sec_company(input="…")

尚未​設定 Client?

Claude Desktop 約 3 分鐘即可完成​設定 — 下載 .mcpb 檔案並雙擊​即可,或參閱​文件中的各 Client 安裝​步驟。

查看使用者設定​文件