D

Data Lookup API · SEC Filings Search

by Data Lookup API

GETBase

$0.05

per call · USD Coin on Base

Full-text search across every SEC EDGAR filing since 2001 (10-K, 10-Q, 8-K, and more) by keyword, company name, or topic. Returns matching filings: company name, ticker (if available), CIK, form type, filing date, accession number, SIC code, and a direct link to the filing. Optional forms filters by comma-separated form type(s); startdt/enddt filter by filing date (YYYY-MM-DD).

Endpoint

GET https://x402-seller.onrender.com/sec/filings-search

2

Calls / 30d

2

Unique payers / 30d

Aug 26

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://x402-seller.onrender.com/sec/filings-search", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://x402-seller.onrender.com/sec/filings-search?forms=10-K&q=chip+shortage" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "count": 1,
  "filings": [
    {
      "accessionNumber": "0001564590-22-031301",
      "cik": 933034,
      "company": "STRATTEC SECURITY CORP",
      "filingDate": "2022-09-08",
      "filingUrl": "https://www.sec.gov/Archives/edgar/data/933034/0001564590-22-031301-index.htm",
      "formType": "10-K",
      "sic": "3714",
      "ticker": "STRT"
    }
  ],
  "query": "chip shortage",
  "source": "U.S. Securities and Exchange Commission (SEC) EDGAR Full-Text Search",
  "totalMatches": 227,
  "totalMatchesApproximate": false
}

Payment details

Pay to0xbd61dfb01f81c91f02b0ccd51b0220e0c8918639
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Search & Web and the homepage with a featured placement.

Get featured →

More from Data Lookup API & similar services