Catalog
FinancePOSTlive

SEC filings search

Search SEC EDGAR filings by query, form type, date range, and entity.

$0.008
per call
Success
100%
p50 latency
4.11s
p95 latency
6.81s
Calls (30d)
2

Provider contract

Call path
/routes/locus-edgar/finance/sec-filings-search
Method
POST
Selected provider
locus-edgardefault
Provider price
$0.008
Settlement
Base USDC · x402 · 5% h402 fee

Quickstart

Both commands call the selected provider directly.

cURL
curl -X POST '/routes/locus-edgar/finance/sec-filings-search' \
  -H 'content-type: application/json' \
  -d '{"q":"artificial intelligence risk factors","hits":10}'
CLI
h402 call 'finance/sec-filings-search' --provider 'locus-edgar' --method POST --json '{"q":"artificial intelligence risk factors","hits":10}'

Parameters & live test

pays real USDC

Fill the request fields, quote the exact per-call total, then choose x402 or eligible bonus credit explicitly before sending. Only the selected provider's listed parameters are accepted.

qstringrequired

Full-text search query, e.g. "climate risk" or "material weakness".

formsstringoptional

Optional comma-separated SEC form filters.

e.g.
dateRangestringoptional

Set to custom when using startdt or enddt.

One of
startdtstringoptional

Optional filed-date range start, YYYY-MM-DD.

enddtstringoptional

Optional filed-date range end, YYYY-MM-DD.

entitystringoptional

Optional company name filter.

hitsintegeroptional1–10default 10

Optional number of results to return; EDGAR defaults to 10 and caps at 10.

POST/routes/locus-edgar/finance/sec-filings-search
Request body
{
  "q": "artificial intelligence risk factors",
  "hits": 10
}

ResponseExample response
{
  "data": {
    "success": true,
    "data": {
      "took": 167,
      "timed_out": false,
      "_shards": {
        "total": 50,
        "successful": 50,
        "skipped": 0,
        "failed": 0
      },
      "hits": {
        "total": {
          "value": 5195,
          "relation": "eq"
        },
        "max_score": 24.942219,
        "hits": [
          {
            "_index": "edgar_file",
            "_id": "0001477932-26-002727:cctc_10ka.htm",
            "_score": 24.942219,
            "_source": {
              "ciks": [
                "0001477960"
              ],
              "period_ending": "2025-12-31",
              "file_num": [
                "000-56634"
              ],
              "display_names": [
                "Catalyst Crew Technologies Corp.  (CCTC)  (CIK 0001477960)"
              ],
              "xsl": null,
              "sequence": 1,
              "root_forms": [
                "10-K"
              ],
              "file_date": "2026-05-04",
              "biz_states": [],
              "sics": [
                "7370"
              ],
              "form": "10-K/A",
              "adsh": "0001477932-26-002727",
              "film_num": [
                "26936253"
              ],
              "biz_locations": [
                "Piso 4 Oficina 4-d, Urb Boleit"
              ],
              "file_type": "10-K/A",
              "file_description": "FORM 10-K/A",
              "inc_states": [],
              "items": []
            }
          },
          {
            "_index": "edgar_file",
            "_id": "0001683168-26-004149:loanai_i10q-033126.htm",
            "_score": 24.831726,
            "_source": {
              "ciks": [
                "0001594968"
              ],
              "period_ending": "2026-03-31",
              "file_num": [
                "000-56529"
              ],
              "display_names": [
                "Loan Artificial Intelligence Corp.  (LAAI, VEST)  (CIK 0001594968)"
              ],
              "xsl": null,
              "sequence": 1,
              "root_forms": [
                "10-Q"
              ],
              "file_date": "2026-05-20",
              "biz_states": [],
              "sics": [
                "7900"
              ],
              "form": "10-Q",
              "adsh": "0001683168-26-004149",
              "film_num": [
                "261002664"
              ],
              "biz_locations": [
                "Admiralty"
              ],
              "file_type": "10-Q",
              "file_description": "FORM 10-Q FOR MAR 2026",
              "inc_states": [
                "FL"
              ],
              "items": []
            }
          },
          {
            "_index": "edgar_file",
            "_id": "0001683168-26-002984:loan_i10k-123125.htm",
            "_score": 24.435936,
            "_source": {
              "ciks": [
                "0001594968"
              ],
              "period_ending": "2025-12-31",
              "file_num": [
                "000-56529"
              ],
              "display_names": [
                "Loan Artificial Intelligence Corp.  (LAAI, VEST)  (CIK 0001594968)"
              ],
              "xsl": null,
              "sequence": 1,
              "root_forms": [
                "10-K"
              ],
              "file_date": "2026-04-15",
              "biz_states": [],
              "sics": [
                "7900"
              ],
              "form": "10-K",
              "adsh": "0001683168-26-002984",
              "film_num": [
                "26863833"
              ],
              "biz_locations": [
                "Admiralty"
              ],
              "file_type": "10-K",
              "file_description": "FORM 10-K FOR DEC 2025",
              "inc_states": [
                "FL"
              ],
              "items": []
            }
          }
        ]
      },
      "aggregations": {
        "entity_filter": {
          "doc_count_error_upper_bound": 50,
          "sum_other_doc_count": 5266,
          "buckets": [
            {
              "key": "Core Scientific, Inc./tx  (CORZ, CORZR, CORZW, CORZZ)  (CIK 0001839341)",
              "doc_count": 6
            },
            {
              "key": "Cambium Networks Corp  (CMBMF)  (CIK 0001738177)",
              "doc_count": 5
            },
            {
              "key": "ACCURAY INC  (ARAY)  (CIK 0001138723)",
              "doc_count": 4
            }
          ]
        },
        "sic_filter": {
          "doc_count_error_upper_bound": 41,
          "sum_other_doc_count": 2108,
          "buckets": [
            {
              "key": "2834",
              "doc_count": 444
            },
            {
              "key": "7372",
              "doc_count": 286
            },
            {
              "key": "6798",
              "doc_count": 258
            }
          ]
        },
        "biz_states_filter": {
          "doc_count_error_upper_bound": 0,
          "sum_other_doc_count": 395,
          "buckets": [
            {
              "key": "CA",
              "doc_count": 948
            },
            {
              "key": "NY",
              "doc_count": 634
            },
            {
              "key": "TX",
              "doc_count": 453
            }
          ]
        },
        "form_filter": {
          "doc_count_error_upper_bound": 0,
          "sum_other_doc_count": 0,
          "buckets": [
            {
              "key": "10-K",
              "doc_count": 3510
            },
            {
              "key": "10-Q",
              "doc_count": 1685
            }
          ]
        }
      },
      "query": {
        "_source": {
          "exclude": [
            "doc_text"
          ]
        },
        "query": {
          "bool": {
            "must": [
              {
                "match_phrase": {
                  "doc_text": "artificial"
                }
              },
              {
                "match_phrase": {
                  "doc_text": "intelligence"
                }
              },
              {
                "match_phrase": {
                  "doc_text": "risk"
                }
              }
            ],
            "must_not": [],
            "should": [],
            "filter": [
              {
                "terms": {
                  "root_forms": [
                    "10-K",
                    "10-Q"
                  ]
                }
              },
              {
                "range": {
                  "file_date": {
                    "gte": "2026-01-01",
                    "lte": "2026-05-21"
                  }
                }
              }
            ]
          }
        },
        "from": 0,
        "size": 100,
        "aggregations": {
          "form_filter": {
            "terms": {
              "field": "root_forms",
              "size": 30
            }
          },
          "entity_filter": {
            "terms": {
              "field": "display_names.raw",
              "size": 30
            }
          },
          "sic_filter": {
            "terms": {
              "field": "sics",
              "size": 30
            }
          },
          "biz_states_filter": {
            "terms": {
              "field": "biz_states",
              "size": 30
            }
          }
        }
      }
    }
  },
  "h402": {
    "routeId": "finance/sec-filings-search",
    "provider": "locus-edgar",
    "selectedCandidateId": "finance/sec-filings-search/locus-edgar",
    "routing": "manual",
    "paidBy": "x402-exact"
  }
}

Providers

Choose a provider for this task. The catalog recommends the current default from quality, reliability, and price; your selected provider stays pinned. Listed prices are provider prices; settlement adds a 5% h402 fee.

locus-edgar
mpp
100
Success
100%
p50
4.11s
Calls
2
100%
$0.008$0.0080/call
Last successful call: 27d ago· Aggregated by h402 — not the source provider