Skip to main content
GET
/
v1
/
financials
/
ratios
Get Financial Ratios
curl --request GET \
  --url https://api.aries.com/v1/financials/ratios \
  --header 'Authorization: Bearer <token>'
{
  "results": [
    {
      "ticker": "AAPL",
      "cik": "0000320193",
      "date": "2025-12-24",
      "price": 273.81,
      "averageVolume": 45872477,
      "marketCap": 4045913214930,
      "earningsPerShare": 7.58,
      "priceToEarnings": 36.12,
      "priceToBook": 54.87,
      "priceToSales": 9.72,
      "priceToCashFlow": 36.29,
      "priceToFreeCashFlow": 40.96,
      "dividendYield": 0.0038,
      "returnOnAssets": 0.3118,
      "returnOnEquity": 1.5191,
      "debtToEquity": 1.34,
      "current": 0.89,
      "quick": 0.86,
      "cash": 0.22,
      "evToSales": 9.87,
      "evToEbitda": 28.38,
      "enterpriseValue": 4108636214930,
      "freeCashFlow": 98767000000
    }
  ],
  "status": "OK",
  "requestId": "1fd04d305f74456cb3b304b705572a2c"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

ticker
string

ticker parameter

Response

200 - application/json

Successful response

results
object[]
status
string
requestId
string