---
title: "Get ticker-specific news"
method: GET
path: "/api/research/news"
tags: ["Research"]
---

# Get ticker-specific news

`GET /api/research/news`

## Query parameters

- `symbol` string, required

## Response `200`

News articles

- ResearchNewsResponse
  - `data` ResearchArticle[], required
    - `date` string, required
    - `image_url` string
    - `news_url` string, required
    - `sentiment` string, required
    - `source_name` string, required
    - `text` string, required
    - `tickers` string[], required
    - `title` string, required
    - `topics` string[], required
    - `type` string, required
  - `total_items` number, required
  - `total_pages` number, required

## Other responses

- `401` — Unauthorized
- `422` — Validation failed
- `502` — Stock News 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)
