Install
openclaw skills install @paperandbeyond23-gif/edgrapi-filingsCompany profiles and recent SEC filings from EDGAR via Edgrapi.com. Resolve a US-listed ticker to its CIK, industry, fiscal-year end, and exchange, and list its recent 10-K / 10-Q / 8-K filings with document links.
openclaw skills install @paperandbeyond23-gif/edgrapi-filingsCompany profiles and recent SEC filings from EDGAR via Edgrapi.com. The focused two-tool variant of edgrapi-full — install this when you need filer metadata and disclosure history, not financial statements.
Use when the user explicitly asks who/what a filer is (CIK, industry, fiscal-year end, exchange) or for a company's recent SEC filings.
Each call spends one Edgrapi credit (1 credit = 1 request). Activate only for a genuine lookup about a specific company — not when a ticker appears in passing.
get_companyCIK, legal name, SIC industry, fiscal-year end, exchanges, and website, resolved from EDGAR submissions. Args: ticker (required).
get_filingsRecent filings with filing/report dates and document links. Args: ticker (required), limit (1–100, default 20), form (optional filter, e.g. 10-K, 10-Q, 8-K).
Set EDGRAPI_KEY to your Edgrapi key (edgr_...), sent as the X-API-Key header.
export EDGRAPI_KEY="edgr_..."
Free key (100 free credits, no card) at https://edgrapi.com/app.
Free 100 one-time · Pro $29/mo (60k credits) or $290/yr (720k) · top-up packs from $7. 1 credit = 1 call. See https://edgrapi.com/pricing.
Functions return a dict; on failure it has an error key: auth_required, auth_invalid, ticker_not_found, out_of_credits, rapidapi_only, edgar_unavailable, network, HTTP <code>, unexpected.
Edgrapi is an independent service, not affiliated with or endorsed by the U.S. SEC. All data originates from the SEC's public EDGAR system.