Metrics (V1)

The Stock Metrics API provides key financial and performance metrics for individual stocks. Each metric includes a value, validity flag, and supporting metadata. Version v1 introduces safer calculations and handles cases where metric denominators are near zero, preventing unstable results like NaN or Infinity.

Parameters

ParameterTypeRequiredDescription
symbolstringYESThe stock ticker symbol (e.g., AAPL)

Response

FieldTypeDescription
datestringDate for which metrics are returned
metricsarray[object]List of metric objects

Metric Object

FieldTypeDescription
metric_idstringUnique identifier for the metric (e.g., wrapper_10y_return)
valuenumber or nullCalculated metric value. null indicates an invalid calculation (e.g., division by near-zero)
validbooleanIndicates whether the value is safe and accurate
reasonstring or nullOptional explanation if valid is false
root_causestring or nullOptional root cause of invalid metrics
descriptionstringHuman-readable description of the metric
unitstringUnit of the metric (e.g., NUMERIC)
currencystring or nullCurrency of the metric if applicable (e.g., USD)
Language
Credentials
Header
Click Try It! to start a request and see the response here!