Install
openclaw skills install sec-financeFetch structured financial data and filing metadata from SEC EDGAR and SEC XBRL companyfacts for US-listed companies, especially Chinese issuers. Use when the task is quarterly/annual financial analysis, CIK resolution, filing lookup, or extracting metrics such as revenue, net income, and EPS from SEC data. Do not use for downloading static IR PDFs; use ir-pdf-downloader for document discovery/download.
openclaw skills install sec-financeUse this skill for structured SEC data, not IR document downloading.
Use ir-pdf-downloader for those.
# Resolve a company and fetch recent financials
python3 scripts/sec_finance.py --search JD.com
# Query by known CIK
python3 scripts/sec_finance.py --cik 0001549802 --period quarterly
# JSON output for downstream processing
python3 scripts/sec_finance.py --search Alibaba --period annual --output json
companyfacts from data.sec.gov.ir-pdf-downloader.references/issuers.json.