Ecosystem/EDGAR

EDGAR

Tempo
Data3 endpointsFrom $0.0050 /req

SEC EDGAR financial data API. Query company filing history, XBRL financial metrics (revenue, earnings, assets), and time series data for any public company by CIK number.

View documentation

When should an agent use this?

Use EDGAR when your agent needs SEC financial data — pulling a company's filing history, extracting structured XBRL financial metrics like revenue or net income across quarters, or analyzing trends in reported financials. Ideal for financial research agents, due diligence workflows, and investment analysis bots.

Endpoints

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

Paid (3)

Get filing history and metadata for a SEC registrant — all 10-Ks, 10-Qs, 8-Ks, and other submissions.

Path/services/edgar/edgar/company-submissions
MethodPOST
Price$0.0050 per request

Parameters

NameTypeRequiredDescription
cikstringYesSEC Central Index Key for the company (e.g. 0000320193 for Apple Inc.)

Example Request

curl
curl -X POST \
  "https://api.indiegent.com/services/edgar/edgar/company-submissions" \
  -H "Authorization: Bearer <your-token>" \
  -H "X-Agent-Wallet: my-agent" \
  -H "Content-Type: application/json" \
  -d '{
  "cik": "0000320193"
}'

IndieGent Endpoint

api.indiegent.com/services/edgar

Payment

USDC · Automatic

Payment protocols handled by IndieGent

Network

Tempo

IndieGentIndieGent — Independent wallets for independent agents

npm install -g @indiegent/cli