Growth

Retrieve growth history derived from reported statements for trend and acceleration analysis.

Endpoint

GET /statements/growth
Test request
/statements/growth?ticker=AAPL&start=2024&end=2024&timeframe=annual&limit=5

Create a free account to run these investor-grade stock endpoints with your own key. Create a free account to run the full workflow.

Send a request to view the response.

Query Parameters

  • ticker: required when cik is not provided
  • cik: optional SEC CIK
  • start: optional fiscal-year lower bound
  • end: optional fiscal-year upper bound
  • timeframe: optional annual, quarterly, or ttm
  • limit: optional row limit

Response

Typical fields include:

  • revenue_growth_yoy
  • gross_profit_growth_yoy
  • operating_income_growth_yoy
  • net_income_growth_yoy
  • eps_diluted_growth_yoy
  • operating_cash_flow_growth_yoy
  • free_cash_flow_growth_yoy
  • assets_growth_yoy
  • equity_growth_yoy
  • shares_outstanding_growth_yoy

Example Request

curl -H "Authorization: Bearer $your_api_key" \
  "https://api.apifinance.ai/statements/growth?ticker=AAPL&timeframe=annual&limit=5"

Next step

Run this endpoint with your own API key

Use the playground to inspect the response first, then create a key and move into implementation once the payload fits your product.