Skip to main content
POST
Find recent annual reports for a company.

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

Pattern: ^\d{4}-(0[1-9]|1[0-2])-(0[1-9]|[12]\d|3[01])$
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