Install
openclaw skills install @paperandbeyond23-gif/edgrapi-fundamentalsNormalized company financial statements and computed ratios from SEC EDGAR via Edgrapi.com. Pull clean income/balance/cash-flow figures and margin/return/leverage/liquidity ratios for any US-listed ticker, parsed from EDGAR XBRL.
openclaw skills install @paperandbeyond23-gif/edgrapi-fundamentalsClean financial statements and ratios from SEC EDGAR via Edgrapi.com. The focused two-tool variant of edgrapi-full — install this when you only need the numbers, not filings/profile lookups.
Use when the user explicitly asks for a US-listed company's financials: revenue, net income, assets, debt, cash flow, EPS, margins, ROE/ROA, leverage, or liquidity.
Each call spends one Edgrapi credit (1 credit = 1 request). Activate only for a genuine financials request about a specific company — not when a ticker appears in passing, and not for live stock prices (Edgrapi is filings-derived fundamentals, not a price feed).
get_fundamentalsNormalized income-statement, balance-sheet, and cash-flow figures, parsed from EDGAR XBRL companyfacts. Args: ticker (required), period (annual | quarterly, default annual), limit (1–20, default 5). Periodized by fiscal period end, in USD.
get_ratiosMargins, returns, leverage, and liquidity ratios derived from the fundamentals. Args: ticker (required). Price-based ratios (P/E, P/B) are not included — EDGAR carries no market price.
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.