Asset-specific news
GET /v1/markets/asset-news — Paginated news for one stock, crypto asset, or forex pair. Proxied from Minara's asset news service and cached for 5 min
GET /v1/markets/asset-news
Paginated news for one stock, crypto asset, or forex pair. Proxied from Minara's asset news service and cached for 5 minutes.
| Method | GET |
| Path | /v1/markets/asset-news |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | market |
Response body
{ "symbol": "AAPL", "type": "stock", "page": 0, "hasMore": true, "items": [{ "title": "...", "summary": "...", "source": "fmp", "site": "Reuters", "url": "https://...", "image": "https://...", "publishedAt": "2026-06-20T20:00:00.000Z" }] }