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

# Get News

`GET /api/v2/news`

Get News

## Query parameters

- `tickers` string
- `cusips` string
- `isins` string
- `channels` string
- `topics` string
- `authors` string
- `contentTypes` string
- `sort` string
- `date` string, date
- `publishedSince` string
- `updatedSince` string
- `dateFrom` string
- `dateTo` string
- `pageSize` integer
- `page` integer
- `lastID` string
- `displayOutput` string
- `noise` string
- `format` string

## Response `200`

OK

- ApiNewsItem[]
  - `author` string
  - `body` string
  - `channels` ApiChannelTag[]
    - `name` string
  - `created` string
  - `id` integer
  - `image` ApiImage[]
    - `size` string
    - `url` string
  - `original_id` integer
  - `stocks` ApiStock[]
    - `cusip` string
    - `isin` string
    - `name` string
  - `tags` ApiChannelTag[]
    - `name` string
  - `teaser` string
  - `title` string
  - `updated` string
  - `url` string

## Other responses

- `400` — Invalid or Missing Query Parameters
- `499` — Request Context Cancelled
- `500` — Internal Error

---

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