Skip to main content
GET
List recent news

Authorizations

Authorization
string
header
required

Use the HTTP authentication scheme with a Qoory API key.

Query Parameters

entity_type
enum<string>

Optional entity family filter applied within the endpoint's fixed candidate set. Entity type filter. Provide together with entity_slug.

Available options:
project,
fund,
person,
token,
stock,
x_account
entity_slug
string

Canonical Qoory entity slug, or a canonical lowercase X handle when entity_type is x_account. Entity slug filter. Provide together with entity_type. When entity_type is x_account, use a canonical lowercase handle matching ^[a-z0-9_]{1,15}$.

Required string length: 1 - 160
sentiment
enum<string>

Optional normalized sentiment filter for curated Qoory news.

Available options:
positive,
neutral,
negative
language
string

Optional two-letter or bounded locale code for curated Qoory news.

Required string length: 2 - 16
days
integer
default:7

Bounded UTC day window used by this endpoint.

Required range: 1 <= x <= 30
limit
integer
default:10

Maximum number of items to return. This API does not expose pagination for this operation.

Required range: 1 <= x <= 20

Response

Successful response.

data
Recent News Response Data · object
required

Operation-specific response data.

meta
object
required

Request correlation, credit, and rate-limit metadata.