Skip to main content
GET
Fetch
This endpoint supports date range filtering via startDate and endDate (ISO 8601).

Authorizations

X-API-Key
string
header
required

API key authentication. Get your API key from https://www.byul.ai/api/dashboard

Query Parameters

limit
integer
default:10

Number of articles to return

Required range: 1 <= x <= 100
cursor
string

Pagination cursor for next page

sinceId
string

Fetch articles after this ID

minImportance
integer
default:1

Minimum importance level

Required range: 1 <= x <= 10
q
string

Search query for filtering articles

startDate
string<date-time>

Start of date range (ISO 8601)

endDate
string<date-time>

End of date range (ISO 8601)

symbol
string

Stock symbol filter

Response

Successfully retrieved news articles

items
object[]
required

Array of news articles

hasMore
boolean
required

Whether additional pages are available

Example:

true

nextCursor
string | null

Cursor for next page (only when hasMore is true, can be null)

Example:

"67850d7b0123456789abcde0"