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

# Get the news items

`GET /api/v2/news`

This REST API returns structured data for news. For optimal performance, limit the scope of the query using parameters such as tickers, date, and channels, or use updatedSince for deltas. Page offsets are limited from 0 - 100000.

## Query parameters

- `page` integer
- `pageSize` integer
- `displayOutput` 'full' | 'abstract' | 'headline'
- `date` string
- `dateFrom` string
- `dateTo` string
- `updatedSince` integer
- `publishedSince` integer
- `sort` 'id:asc' | 'id:desc' | 'created:asc' | 'created:desc' | 'updated:asc' | 'updated:desc'
- `isin` string
- `cusips` string
- `tickers` string
- `primaryTickers` string
- `channels` string
- `topics` string
- `topic_group_by` 'and' | 'or'
- `authors` string
- `content_types` string
- `format` 'text'
- `importance` string
- `importanceRank` integer
- `region` string

## Headers

- `accept` 'application/json' | 'application/xml', required

## Response `200`

success

- ApiNewsItem[]
  - `author` string
  - `body` string
  - `channels` ApiChannelTag[]
    - `name` string
  - `created` string
  - `id` integer
  - `image` ApiImage[]
    - `alt` string
    - `size` string
    - `url` string
  - `importance_rank` integer
  - `original_id` integer
  - `stocks` ApiStock[]
    - `cusip` string
    - `exchange` string
    - `gics` string
    - `gics_code` string
    - `isin` string
    - `name` string
    - `sector` 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.dev/benzinga/apis/data-api-proxy.md) · [All operations](https://skmtc.dev/benzinga/apis/data-api-proxy/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/benzinga/data-api-proxy/revisions/ea334a9e2e05/schema)
