Ecosystem/EDGAR Search

EDGAR Search

Tempo
Data1 endpointFrom $0.0050 /req

Full-text search across all SEC filings. Find specific mentions, clauses, or disclosures in 10-Ks, 10-Qs, 8-Ks, proxy statements, and every other form type in the EDGAR database.

View documentation

When should an agent use this?

Use EDGAR Search when your agent needs to find specific language or disclosures across SEC filings — searching for risk factors, executive compensation clauses, related-party transactions, or any keyword across thousands of public company filings. Ideal for legal research agents, compliance monitoring, and financial due diligence.

Endpoints

Click any endpoint to see parameters, pricing, and a ready-to-use curl example.

Paid (1)

Full-text search across all SEC filings by keyword, company name, form type, and date range.

Path/services/edgar-search/edgar-search/search
MethodPOST
Price$0.0050 per request

Parameters

NameTypeRequiredDescription
qstringYesFull-text search query across all SEC filings
dateRangestringNoDate range filter (e.g. '2025-01-01:2026-01-01')
formsstringNoComma-separated form types to filter (e.g. '10-K,10-Q,8-K')

Example Request

curl
curl -X POST \
  "https://api.indiegent.com/services/edgar-search/edgar-search/search" \
  -H "Authorization: Bearer <your-token>" \
  -H "X-Agent-Wallet: my-agent" \
  -H "Content-Type: application/json" \
  -d '{
  "q": "artificial intelligence risk factors"
}'

IndieGent Endpoint

api.indiegent.com/services/edgar-search

Payment

USDC · Automatic

Payment protocols handled by IndieGent

Network

Tempo

IndieGentIndieGent — Independent wallets for independent agents

npm install -g @indiegent/cli