---
title: "Get most discussed assets"
method: GET
path: "/news/most_discussed"
tags: ["News"]
---

# Get most discussed assets

`GET /news/most_discussed`

Retrieve a list of the most discussed assets in the last 8 hours, sorted by number of mentions

## Response `200`

Successfully retrieved most discussed assets

- object[] — Array of most discussed assets, sorted by number of mentions
  - `identifier` string, nullable, required — ISIN or other unique identifier of the asset
  - `name` string, nullable, required — Display name of the asset
  - `mentions` integer, required — Number of times the asset was mentioned in news articles

## Other responses

- `401` — Unauthorized - Missing or invalid API key

---

[API](https://skmtc.dev/elbstream/apis/elbstream-api.md) · [All operations](https://skmtc.dev/elbstream/apis/elbstream-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/elbstream/elbstream-api/revisions/21aaa5c851aa/schema)
