v1

latestOpenAPI 3.0.1Apache-2.02026-07-17105189262.9 KB
Default

Basic Financials

Get company basic financials such as margin, P/E ratio, 52-week high/low etc.

get/stock/metric

Query parameters

symbolstring required

Symbol of the company: AAPL.

metricstring required

Metric type. Can be 1 of the following values <code>all</code>

Response

successful operation

symbolstring

Symbol of the company.

metricTypestring

Metric type.

seriesobject
metricobject

Example response

{
  "symbol": "symbol",
  "metricType": "metricType",
  "metric": "{}",
  "series": "{}"
}