Skip to main content
POST
/
api
/
v1
/
sec
/
fetch
Fetch annual risk factors and MD&A for a company.
finterm tool sec_filing_fetch AAPL --year 2024 --period FY --sections risk_factors,mda
{
  "finterm": {
    "schema": "<string>",
    "tool": "<string>",
    "args": {},
    "request_id": "<string>",
    "cursor": "<string>"
  },
  "data": {
    "ticker": "<string>",
    "year": 0,
    "period": "<string>",
    "form_type": "<string>",
    "filed_at": "<string>",
    "period_of_report": "<string>",
    "accession_number": "<string>",
    "company_name": "<string>",
    "filing_url": "<string>",
    "sections": {}
  }
}

Authorizations

Authorization
string
header
required

A live account API key from FINTERM_API_KEY.

Body

application/json
ticker
string
required

Stock ticker symbol

year
integer
required

Fiscal year

Required range: 1993 <= x <= 2030
period
enum<string>
required

Fiscal period

Available options:
FY,
Q1,
Q2,
Q3,
Q4
sections
string
required

Comma-separated section names

format
enum<string>

Output format

Available options:
text,
html

Response

Success.

The two-key success envelope.

finterm
object
required

Canonical result meta header.

data
object
required