API Documentation

GET/api/1/equity-extended/market-news

Market News API

Returns the latest general market news from major financial news sources

Parameters

1
limitnumber
query

Number of articles (default 50, max 200)

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/equity-extended/market-news?limit=10' \
  -H 'Accept: application/json'
200 Response
[
  {
  "headline": "Fed Holds Rates Steady",
  "source": "CNBC",
  "url": "https://...",
  "summary": "...",
  "image": "https://...",
  "category": "general",
  "datetime": 1706122800,
  "related": "AAPL,MSFT"
}
]