{"slug":"goodsong-dev-verify-filing-928f52","title":"Verify an SEC filing","host":"goodsong.dev","method":"POST","resource":"https://goodsong.dev/verify/filing","category":"other","description":"Verify an SEC filing: given a filer's CIK and a claimed accession number, does that filing actually exist, and does its form type/filing date match what's claimed? Checked against SEC EDGAR's submissions API. Catches a fabricated or misattributed filing citation, including a real-looking accession n","price_listed":0.005,"price_asked":null,"state":"effects","state_label":"Not tested: has real-world effects","checks_7d":0,"answered_7d":0,"latency_ms_median":null,"reported_calls_30d":1,"reported_payers_30d":1,"networks":["eip155:8453"],"badge":"unverified","paid_checks_7d":0,"paid_ok_7d":0,"example_input":{"body":{"accession_number":"0000320193-23-000106","cik":"320193"},"bodyType":"json","method":"POST","type":"http"},"output_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"description":"Provide the filer's CIK and the filing's accession number; form_type and filed_date are optional and checked against the canonical record when given.","properties":{"accession_number":{"description":"The filing's SEC accession number, e.g. '0000320193-23-000106'.","type":"string"},"cik":{"description":"The filer's SEC Central Index Key (CIK), e.g. '320193' or '0000320193'.","type":"string"},"filed_date":{"description":"Optional expected filing date (YYYY-MM-DD) to cross-check.","type":"string"},"form_type":{"description":"Optional expected form type, e.g. '10-K', '8-K', '4'.","type":"string"}},"required":["cik","accession_number"]},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"properties":{"canonical":{"type":["object","null"]},"checks":{"type":"object"},"cost":{"type":"object"},"evidence":{"type":"array"},"latency_ms":{"type":"integer"},"verdict":{"enum":["confirmed","contradicted","unknown"],"type":"string"}},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"},"history":[],"description_full":"Verify an SEC filing: given a filer's CIK and a claimed accession number, does that filing actually exist, and does its form type/filing date match what's claimed? Checked against SEC EDGAR's submissions API. Catches a fabricated or misattributed filing citation, including a real-looking accession number paired with an invented form type or date.","last_updated":"2026-09-04T01:27:26.687Z","schemes":["exact"]}