Skip to main content
GET
/
v1
/
market
/
must-know-news
AI-Highlighted news
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
}

Overview

The AI-Highlighted News API returns a curated list of macro market headlines for quick daily context.

This endpoint returns a point-in-time snapshot. Results may change as new data is ingested.

How to use

1

Optional: choose a date

Provide date (YYYY-MM-DD). If omitted, the latest available snapshot is returned.
2

Render as a digest

Display the list as a daily macro/market digest and link out to the original sources when available.
Outputs are for informational purposes only and should not be interpreted as financial advice.

Authorizations

Authorization
string
header
required

Query Parameters

date
string

Date in YYYY-MM-DD format. If date is not provided, returns the most recent data

Response

Returns news list on success

data
object[]
error_code
string
Example:

"FORBIDDEN"

message
string
Example:

"success"

success
boolean
Example:

true