Skip to main content
POST
/
api
/
v1
/
sec
/
search
Find recent annual reports for a company.
finterm tool sec_filings_search AAPL --form-type 10-K --as-of-date 2024-12-31
{
  "finterm": {
    "schema": "<string>",
    "tool": "<string>",
    "args": {},
    "request_id": "<string>",
    "cursor": "<string>"
  },
  "data": {
    "total_results": 0,
    "filings": [
      {
        "accession_number": "<string>",
        "form_type": "<string>",
        "filed_at": "<string>",
        "company_name": "<string>",
        "filing_url": "<string>",
        "period_of_report": "<string>",
        "fiscal_year": 0,
        "fiscal_period": "<string>"
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

A live account API key from FINTERM_API_KEY.

Body

application/json
ticker
string
required

Stock ticker symbol

form_type
enum<string>

SEC form type

Available options:
10-K,
10-Q,
20-F,
6-K,
all
from_date
string

Start filing date in YYYY-MM-DD format

limit
integer

Maximum filings to return

Required range: 1 <= x <= 50

Response

Success.

The two-key success envelope.

finterm
object
required

Canonical result meta header.

data
object
required