AnswerPool SEC Filings Since Cursor is a paid API for AI agents from answerpool.io, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).
Returns SEC filings for a single filer newer than a given date cursor, plus the next cursor for incremental polling
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 with the filer's CIK, the as-of timestamp, a count of new filings, an array of filing objects each containing URL, form type, filed date, accession number, items list, and description, plus a next_cursor date string to use in the subsequent poll call.
GEThttps://answerpool.io/v1/sec/filings/sinceUse this endpoint when you need to incrementally watch a single company's SEC filings without re-fetching their entire submission history — it is purpose-built for polling loops where you store a cursor between runs. Prefer it over bulk EDGAR submissions JSON when you only care about one filer and want to minimize data transfer and cost. Ideal for automated agents that need to detect new filings in near-real-time on a per-company basis.
{
"type": "json",
"example": {
"cik": "0000320193",
"as_of": "2026-08-31T14:00:00Z",
"count": 1,
"filings": [
{
"url": "https://www.sec.gov/Archives/edgar/data/320193/000143774926028920-index.htm",
"form": "8-K",
"filed": "2026-08-29",
"items": [
"1.03"
],
"accession": "0001437749-26-028920",
"description": "FORM 8-K",
"report_date": "2026-08-28"
}
],
"next_cursor": "2026-08-29"
}
}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"