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

# Get company news

`GET /v1/company/news`

Returns company news.

## Query parameters

- `apiKey` string — API Key (alternatively send via X-Api-Key header)
- `ticker` string — Company ticker, use with mic or alone for US tickers
- `micCode` string — Company MIC, use with ticker
- `exchange` string — Company exchange code, use with ticker
- `companyKey` string — Company key (alternative to ticker/micCode/exchange)
- `cusip` string — Requires CUSIP/ISIN license. An alternative to ticker/micCode/exchange. Company CUSIP
- `isin` string — Requires CUSIP/ISIN license. An alternative to ticker/micCode/exchange. Company ISIN
- `figi` string — FIGI (Financial Instrument Global Identifier). An alternative to ticker/micCode/exchange.
- `cik` string — Company CIK (SEC Central Index Key). An alternative to ticker/micCode/exchange.
- `fscl` string — Fiscal.ai stable company identifier (the companyFiscalIdentifier field). An alternative to ticker/micCode/exchange.
- `startDate` string — Start date of the inclusive UTC date range. Must be supplied together with endDate. If both are omitted, returns the latest 14 UTC dates.
- `endDate` string — End date of the inclusive UTC date range. Must be supplied together with startDate. Range cannot exceed 31 days. If both are omitted, returns the latest 14 UTC dates.
- `eventType` 'earnings' | 'guidance' | 'dividend' | 'stock_split' | 'buyback' | 'ma' | 'partnership' | 'product_launch' | 'expansion' | 'regulatory' | 'legal' | 'executive' | 'restructuring' | 'financing' | 'technology' | 'esg' | 'analyst' | 'market_commentary' | 'other' — Optional filter to a single normalized event type. For multiple event types, use /v1/top-news (comma-separated eventType).
- `importance` integer — Optional filter to a single exact importance score (1-5). For multiple levels or a range, use /v1/top-news (minImportance/maxImportance).

## Response `200`

Company news articles sorted newest first by UTC file date, then collection timestamp.

- object[]
  - `date` string, required — UTC date of the stored news file.
  - `title` string, required
  - `description` string, required
  - `summary` string, required
  - `eventType` string, required — News event category.
  - `importance` integer, required — Relative importance score. Scores run from 1 to 5: 1 = Major Event, 2 = Measurable Impact, 3 = Notable Update, 4 = Minor Mention, 5 = Routine Event.
  - `sourceUrl` string, required
  - `collectedAt` string, required — UTC timestamp when the article was collected.

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.dev/fiscal/apis/openapi.md) · [All operations](https://skmtc.dev/fiscal/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fiscal/openapi/revisions/706968b7c65f/schema)
