Skip to main content
POST
/
api
/
v1
/
fundamentals
/
financials
The last four quarterly income statements.
finterm tool financial_statements AAPL --statement-type income_statement --as-of-date 2024-12-01 --timeframe quarterly
{
  "finterm": {
    "schema": "<string>",
    "tool": "<string>",
    "args": {},
    "request_id": "<string>",
    "cursor": "<string>"
  },
  "data": {
    "ticker": "<string>",
    "periods": [
      {
        "fiscal_year": 123,
        "fiscal_quarter": 123,
        "period_end": "<string>",
        "filing_date": "<string>",
        "timeframe": "<string>",
        "total_assets": 123,
        "total_current_assets": 123,
        "cash_and_equivalents": 123,
        "short_term_investments": 123,
        "accounts_receivable": 123,
        "inventory": 123,
        "total_non_current_assets": 123,
        "property_plant_equipment": 123,
        "goodwill": 123,
        "intangible_assets": 123,
        "total_liabilities": 123,
        "total_current_liabilities": 123,
        "accounts_payable": 123,
        "short_term_debt": 123,
        "total_non_current_liabilities": 123,
        "long_term_debt": 123,
        "total_equity": 123,
        "retained_earnings": 123,
        "common_stock": 123
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

A live account API key from FINTERM_API_KEY.

Body

application/json
ticker
string
required

Stock ticker symbol

statement_type
enum<string>
required

Financial statement type

Available options:
balance_sheet,
income_statement,
cash_flow
as_of_date
string
required

Filing-date cutoff in YYYY-MM-DD format

timeframe
enum<string>

Period type

Available options:
quarterly,
annual,
trailing_twelve_months
fiscal_year
number

Fiscal-year filter

fiscal_quarter
number

Fiscal-quarter filter

Required range: 1 <= x <= 4
limit
number

Number of periods to return

Required range: 1 <= x <= 20

Response

Success.

The two-key success envelope.

finterm
object
required

Canonical result meta header.

data
object
required