---
title: "Get stock quote (price + change)"
method: GET
path: "/api/research/quote"
tags: ["Research"]
---

# Get stock quote (price + change)

`GET /api/research/quote`

## Query parameters

- `symbol` string, required

## Response `200`

Quote data

- Quote
  - `change` number, required
  - `changePercent` number, required
  - `companyName` string, required
  - `currentPrice` number, required

## Other responses

- `401` — Unauthorized
- `404` — Ticker not found
- `422` — Validation failed
- `502` — FMP upstream failed

---

[API](https://skmtc.net/cobaltpf/apis/cobalt-api.md) · [All operations](https://skmtc.net/cobaltpf/apis/cobalt-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cobaltpf/cobalt-api/versions/8ef0dfb5d23c/schema)
