v1

latestOpenAPI 3.0.1Apache-2.02026-07-17105189262.9 KB
Default

Price Metrics

Get company price performance statistics such as 52-week high/low, YTD return and much more.

get/stock/price-metric

Query parameters

symbolstring required

Symbol of the company: AAPL.

datestring

Get data on a specific date in the past. The data is available weekly so your date will be automatically adjusted to the last day of that week.

Response

successful operation

symbolstring

Symbol of the company.

atDatestring

Data date.

dataobject

Example response

{
  "symbol": "symbol",
  "data": "{}",
  "atDate": "atDate"
}