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
Send a request to view the response.
Query Parameters
ticker: required whencikis not providedcik: optional SEC CIKstart: optional fiscal-year lower boundend: optional fiscal-year upper boundtimeframe: optionalannual,quarterly, orttmlimit: optional row limit
Response
Typical fields include:
revenue_growth_yoygross_profit_growth_yoyoperating_income_growth_yoynet_income_growth_yoyeps_diluted_growth_yoyoperating_cash_flow_growth_yoyfree_cash_flow_growth_yoyassets_growth_yoyequity_growth_yoyshares_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.