Macro News Summary API
AI-generated daily digest of key financial headlines with sentiment analysis — captures prevailing macro narrative and market tone.
https://api.hunchmachine.com/webhook/indicators?indicator=macro_news_summary&api_key=YOUR_API_KEYDescription
Aggregates and summarizes key daily market headlines from major financial sources to capture the prevailing macro narrative and tone. It transforms qualitative news data into structured insight that agents and automations can easily interpret — helping them understand how global events and sentiment may influence market context.
What this endpoint provides
A concise digest of the day's most relevant financial and economic developments, along with an overall sentiment assessment. This lets automations monitor the market mood and narrative direction without manual news parsing.
Response fields
sourceOrigin of the summarized news feed (e.g., Yahoo Finance, Bloomberg).
timestampUTC timestamp of the summary's publication.
titleHeadline or title of the news summary.
summaryNatural-language summary of key macro events, policy shifts, and market movements.
sentiment_scoreNumerical score (0–10) representing overall sentiment intensity.
general_sentimentSimplified label (bullish, bearish, or neutral) summarizing tone and direction.
Output example
[
{
"indicator": "macro_news_summary",
"source": "Yahoo Finance",
"timestamp": "2025-11-01T00:00:00Z",
"title": "Today's Market News Summary",
"summary": "U.S. markets closed out a volatile October with major indexes posting multi-month winning streaks as strong tech earnings and AI-related spending powered a late-month rally...",
"sentiment_score": "6/10",
"general_sentiment": "bullish"
}
]