---
title: "News by symbol"
method: GET
path: "/api/lookup/news"
tags: ["Symbol Lookup"]
---

# News by symbol

`GET /api/lookup/news`

![Free](https://img.shields.io/badge/Free-22c55e) ![Starter](https://img.shields.io/badge/Starter-3b82f6) ![Stock](https://img.shields.io/badge/Stock-f97316) ![ETF](https://img.shields.io/badge/ETF-14b8a6) ![Pro](https://img.shields.io/badge/Pro-8b5cf6)

Recent news headlines for a ticker symbol (stocks, ETFs, and mutual funds), aggregated from public news sources. Returns headline, publisher, publication timestamp, and a link to the original article — full article text is not included. Results are deduplicated by title and sorted newest-first.

> **Best-effort data:** Aggregated from third-party news sources without a service-level agreement. Availability and freshness may change without notice. Use for informational purposes; not suitable for automated trading decisions.

## Query parameters

- `symbol` string
- `cik` integer
- `cusip` string
- `composite_figi` string
- `share_class_figi` string
- `limit` integer

## Response `200`

Aggregated news items

- object
  - `symbol` string
  - `news` object[]
    - `title` string — Article headline
    - `link` string — URL to the original article
    - `source` string, nullable — Publisher name (derived from the article hostname)
    - `publishedAt` string, date-time — Publication timestamp in ISO 8601
    - `summary` string, nullable — Short text summary if provided by the feed

## Other responses

- `400` — Invalid parameters
- `403` — Feature not available on current plan

---

[API](https://skmtc.net/stockfit/apis/stockfit-api.md) · [All operations](https://skmtc.net/stockfit/apis/stockfit-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stockfit/stockfit-api/revisions/3d5897270d8a/schema)
