---
title: "General US market news"
method: GET
path: "/api/lookup/news/market"
tags: ["Symbol Lookup"]
---

# General US market news

`GET /api/lookup/news/market`

![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)

Top US market and business news headlines, merged from multiple public 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. Multi-source merge mitigates any single feed degrading, but availability and freshness may change without notice. Use for informational purposes; not suitable for automated trading decisions.

## Query parameters

- `limit` integer

## Response `200`

Aggregated market news items

- object
  - `news` object[], required
    - `title` string, required — Article headline
    - `link` string, required — URL to the original article
    - `source` string, nullable — Publisher name (derived from the article hostname)
    - `publishedAt` string, date-time, required — 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)
