---
title: "Get news articles"
method: GET
path: "/news"
tags: ["News"]
---

# Get news articles

`GET /news`

Get recent news articles for a specific company or the broad market. Pass a ticker for company-specific news, or omit the ticker for general market news. Articles are sourced from RSS feeds of publishers like The Motley Fool, Investing.com, Reuters, and more.

## Query parameters

- `ticker` string
- `limit` integer

## Response `200`

News articles response

- NewsResponse
  - `news` News[]
    - `ticker` string — The ticker symbol.
    - `title` string — The title of the news article.
    - `source` string — The source of the news article.
    - `date` string, date — The date the news article was published.
    - `url` string, uri — The URL of the news article.

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `402` — The request requires a paid subscription
- `404` — The specified resource was not found

---

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