Skip to Content
BlitzPulse docs are live. Looking for the app? Visit https://app.blitzglobalcapital.com.

News API

Auto-generated from openapi-snapshot.json. Do not edit by hand — changes are overwritten by scripts/docs/generate_api_reference.py.

3 endpoints in this group.

GET /api/news/feed

Get News Feed

Merged news feed: ticker news for requested symbols + general market news. P0-8: limit capped at 100.

Parameters

NameInTypeRequiredDescription
symbolsquerystringoptionalComma-separated tickers, e.g. AAPL,MSFT
limitqueryintegeroptionalPage size (max 100).
cursorqueryoptionalOpaque pagination cursor from a previous page’s next_cursor.

Responses

CodeDescription
200Successful Response
422Validation Error

GET /api/news/market

Get Market News

Latest general market news (symbol IS NULL). P0-8: limit capped at 100.

Parameters

NameInTypeRequiredDescription
categoryqueryoptional
limitqueryintegeroptionalPage size (max 100).
cursorqueryoptionalOpaque pagination cursor from a previous page’s next_cursor.

Responses

CodeDescription
200Successful Response
422Validation Error

GET /api/news/ticker/{symbol}

Get Ticker News

Ticker-scoped news for a specific symbol. P0-8: limit capped at 100.

Parameters

NameInTypeRequiredDescription
symbolpathstringrequired
sincequeryoptionalISO 8601 timestamp — only return news after this time
limitqueryintegeroptionalPage size (max 100).
cursorqueryoptionalOpaque pagination cursor from a previous page’s next_cursor.

Responses

CodeDescription
200Successful Response
422Validation Error