Skip to main content
GET
/
v1
/
company
/
metrics
Get Company Financial Metrics
curl --request GET \
  --url https://api.aries.com/v1/company/metrics \
  --header 'Authorization: Bearer <token>'
{
  "series": {
    "annual": {
      "currentRatio": [
        {
          "period": "2019-09-28",
          "v": 1.5401
        },
        {
          "period": "2018-09-29",
          "v": 1.1329
        }
      ],
      "salesPerShare": [
        {
          "period": "2019-09-28",
          "v": 55.9645
        },
        {
          "period": "2018-09-29",
          "v": 53.1178
        }
      ],
      "netMargin": [
        {
          "period": "2019-09-28",
          "v": 0.2124
        },
        {
          "period": "2018-09-29",
          "v": 0.2241
        }
      ]
    }
  },
  "metric": {
    "10DayAverageTradingVolume": 32.50147,
    "52WeekHigh": 310.43,
    "52WeekLow": 149.22,
    "52WeekLowDate": "2019-01-14",
    "52WeekPriceReturnDaily": 101.96334,
    "beta": 1.2989
  },
  "metricType": "all",
  "symbol": "AAPL"
}

Authorizations

Authorization
string
header
required

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

Query Parameters

symbol
string

Stock symbol.

metric
enum<string>

Metric type (all, price, valuation, margin).

Available options:
all,
price,
valuation,
margin

Response

200 - application/json

Successful response

series
object

Time series data for various financial metrics

metric
object

Current financial metrics and ratios (dynamic object with various metric keys)

metricType
string

Type of metrics returned (all, price, valuation, margin)

symbol
string

Stock ticker symbol