List 8-K filings with item codes mapped to event labels — bankruptcy, officer ch
List 8-K filings with item codes mapped to event labels — bankruptcy, officer change, earnings, cyber and more — filterable by item, ticker and window, with salience scores. Use instead of polling EDGAR and mapping items yourself.
Answers HTTP 200 without x402 payment termsour last check, 2026-09-24
0 of 1checks answered this week
n/amedian answer time
$0.005listed price per call
n/aprice it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://answerpool.io/v1/sec/8k
| Category | Everything else |
|---|---|
| Provider host | answerpool.io |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | no x402 terms | 200 | 355 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"limit": 25
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"additionalProperties": false,
"properties": {
"items": {
"anyOf": [
{
"maxLength": 40,
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"description": "Comma-separated 8-K item codes, e.g. 5.02,2.02",
"title": "Items"
},
"limit": {
"default": 50,
"maximum": 200,
"minimum": 1,
"title": "Limit",
"type": "integer"
},
"since": {
"anyOf": [
{
"maxLength": 32,
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Since"
},
"ticker": {
"anyOf": [
{
"maxLength": 12,
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Ticker"
}
},
"title": "EightKIn",
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"as_of": {
"title": "As Of",
"type": "string"
},
"count": {
"title": "Count",
"type": "integer"
},
"disclaimer": {
"default": "Derived from public SEC EDGAR filings; not investment advice.",
"title": "Disclaimer",
"type": "string"
},
"events": {
"items": {
"properties": {
"accession": {
"title": "Accession",
"type": "string"
},
"cik": {
"title": "Cik",
"type": "string"
},
"company": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Company"
},
"event_id": {
"title": "Event Id",
"type": "string"
},
"event_type": {
"title": "Event Type",
"type": "string"
},
"filing_url": {
"title": "Filing Url",
"type": "string"
},
"flags": {
"items": {
"type": "string"
},
"title": "Flags",
"type": "array"
},
"form": {
"title": "Form",
"type": "string"
},
"occurred_at": {
"title": "Occurred At",
"type": "string"
},
"payload": {
"additionalProperties": true,
"title": "Payload",
"type": "object"
},
"score": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"title": "Score"
},
"ticker": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Ticker"
}
},
"required": [
"event_id",
"accession",
"cik",
"ticker",
"company",
"form",
"event_type",
"occurred_at",
"flags",
"score",
"payload",
"filing_url"
],
"title": "Event",
"type": "object"
},
"title": "Events",
"type": "array"
},
"index_started_at": {
"title": "Index Started At",
"type": "string"
},
"method_id": {
"default": "sec_events_rules_v1",
"title": "Method Id",
"type": "string"
},
"next_cursor": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Next Cursor"
},
"since": {
"title": "Since",
"type": "string"
}
},