API Documentation
⌘K
API Key
Get free key GET
/api/1/equity-extended/market-newsMarket News API
Returns the latest general market news from major financial news sources
Parameters
1limitnumberNumber 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"
}
]