---
title: "Ticker News"
method: GET
path: "/v2/reference/news"
tags: ["reference:news"]
---

# Ticker News

`GET /v2/reference/news`

Get the most recent news articles relating to a stock ticker symbol, including a summary of the article and a link to the original source.

## Query parameters

- `ticker` string — The exchange symbol that this item is traded under.
- `published_utc` union
  - string, date-time
  - string, date
- `ticker.gte` string — The exchange symbol that this item is traded under.
- `ticker.gt` string — The exchange symbol that this item is traded under.
- `ticker.lte` string — The exchange symbol that this item is traded under.
- `ticker.lt` string — The exchange symbol that this item is traded under.
- `published_utc.gte` union
  - string, date-time
  - string, date
- `published_utc.gt` union
  - string, date-time
  - string, date
- `published_utc.lte` union
  - string, date-time
  - string, date
- `published_utc.lt` union
  - string, date-time
  - string, date
- `order` 'asc' | 'desc'
- `limit` integer
- `sort` 'published_utc'

## Response `200`

An array of news articles.

- object
  - `count` integer — The total number of results for this request.
  - `next_url` string — If present, this value can be used to fetch the next page of data.
  - `request_id` string — A request id assigned by the server.
  - `results` object[] — An array of results containing the requested data.
    - `amp_url` string — The mobile friendly Accelerated Mobile Page (AMP) URL.
    - `article_url` string, required — A link to the news article.
    - `author` string, required — The article's author.
    - `description` string — A description of the article.
    - `id` string, required — Unique identifier for the article.
    - `image_url` string — The article's image URL.
    - `insights` object[] — The insights related to the article.
      - `sentiment` 'positive' | 'neutral' | 'negative', required — The sentiment of the insight.
      - `sentiment_reasoning` string, required — The reasoning behind the sentiment.
      - `ticker` string, required — The ticker symbol associated with the insight.
    - `keywords` string[] — The keywords associated with the article (which will vary depending on the publishing source).
    - `published_utc` string, date-time, required — The UTC date and time when the article was published, formatted in RFC3339 standard (e.g. YYYY-MM-DDTHH:MM:SSZ).
    - `publisher` object, required — Details the source of the news article, including the publisher's name, logo, and homepage URLs. This information helps users identify and access the original source of news content.
      - `favicon_url` string — The publisher's homepage favicon URL.
      - `homepage_url` string, required — The publisher's homepage URL.
      - `logo_url` string, required — The publisher's logo URL.
      - `name` string, required — The publisher's name.
    - `tickers` string[], required — The ticker symbols associated with the article.
    - `title` string, required — The title of the news article.
  - `status` string — The status of this request's response.

## Other responses

- `401` — Unauthorized - Check our API Key and account status
- `404` — The specified resource was not found

---

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