Ratios
Retrieve ratio history derived from the statement layer for quality, leverage, liquidity, and valuation analysis.
Endpoint
GET /statements/ratio
Test request
/statements/ratio?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:
gross_marginoperating_marginnet_marginroaroeroiccurrent_ratioquick_ratiodebt_to_equityinterest_coverage
Example Request
curl -H "Authorization: Bearer $your_api_key" \
"https://api.apifinance.ai/statements/ratio?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.