cURL
curl --request GET \ --url https://api.asksurf.ai/surf-ai/v1/market/must-know-news \ --header 'Authorization: <api-key>'
{ "data": [ { "content": "<string>", "datetime": "<string>", "source": "<string>", "title": "<string>" } ], "error_code": "FORBIDDEN", "message": "success", "success": true }
Must-know macro/market news list for a given date (optional).
The AI-Highlighted News API returns a curated list of macro market headlines for quick daily context.
Optional: choose a date
date
Render as a digest
Date in YYYY-MM-DD format. If date is not provided, returns the most recent data
Returns news list on success
Show child attributes
"FORBIDDEN"
"success"
true