AnswerPool SEC XBRL Financial Ratios is a paid API for AI agents from answerpool.io, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).
Computes key financial ratios (net margin, debt-to-equity, etc.) from SEC EDGAR XBRL filings for any public US company, returned as structured JSON with full provenance.
AnswerPool turns SEC EDGAR, the Federal Register, USAspending, NIH, BLS and OpenAlex into structured JSON answers that AI agents and developers fetch in one call. 69 endpoints free, no account; derived analyses $0.02–$0.05 per call by card credits or USDC (x402). MCP server, full provenance.
Returns a JSON object containing an array of computed financial ratios (e.g. net_margin_pct, debt_to_equity) each with the ratio name, numeric value, definition, and the underlying numerator/denominator metric names and values. Also includes the company CIK, fiscal period end date, computation method identifier, as-of timestamp, a disclaimer, and a list of any missing inputs that caused nulls.
GEThttps://answerpool.io/v1/sec/xbrl/ratiosChoose this endpoint when you need structured, computation-ready financial ratios derived directly from SEC EDGAR XBRL data with full provenance and per-metric sourcing. Prefer it over scraping financial data sites when you need machine-readable JSON with numerator/denominator transparency, or when building automated pipelines that require traceable, as-filed figures rather than third-party-adjusted numbers.
| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"type": "json",
"example": {
"cik": "0001045810",
"note": "Every ratio is computed from values sharing one fiscal period end, so a ratio is null when either input was not reported for that period rather than mixed across years. Percentages are percent, debt_to_equity is a multiple. Figures as filed.",
"as_of": "2026-09-03T14:30:00Z",
"method": "sec_xbrl_ratios_rules_v1",
"ratios": [
{
"ratio": "net_margin_pct",
"value": 55.85,
"definition": "Net income / revenue",
"as_multiple": false,
"numerator_value": 72880000000,
"numerator_metric": "net_income",
"denominator_value": 130497000000,
"denominator_metric": "revenue"
}
],
"disclaimer": "Derived from public SEC EDGAR filings; not investment advice.",
"period_end": "2025-01-26",
"period_source": "latest fiscal year end reported on Form 10-K for every input used",
"inputs_missing": []
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"