← Back to Indicators

Macro News Summary API

AI-generated daily digest of key financial headlines with sentiment analysis — captures prevailing macro narrative and market tone.

Webhook URL
https://api.hunchmachine.com/webhook/indicators?indicator=macro_news_summary&api_key=YOUR_API_KEY

Description

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

source

Origin of the summarized news feed (e.g., Yahoo Finance, Bloomberg).

timestamp

UTC timestamp of the summary's publication.

title

Headline or title of the news summary.

summary

Natural-language summary of key macro events, policy shifts, and market movements.

sentiment_score

Numerical score (0–10) representing overall sentiment intensity.

general_sentiment

Simplified 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"
  }
]

Interpretation & Use

The macro_news_summary indicator offers a "digestible" layer of qualitative context — ideal for AI agents and automations that need to understand the prevailing narrative. • **Bullish sentiment** → Optimism, improving risk appetite. • **Bearish sentiment** → Defensive positioning, rising caution. • **Neutral sentiment** → Balanced or mixed signals. By monitoring shifts in sentiment_score and general_sentiment over time, agents can adjust reasoning models or trigger alerts when macro tone transitions from optimism to caution (or vice versa).