美股 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 安裝步驟。
查看使用者設定文件