Overview
Financial news moves fast. This workflow pulls the latest headlines for a specific stock, measures the market mood, and writes an analysis report. It calculates the weighted sentiment of articles to show you the logic behind price movements. You get a clear view of the market sentiment without manual research.
Who This Is For
This template is for anyone who needs to quantify market opinion and identify key drivers.
- Investors. Check the news sentiment for your holdings to help with your decisions.
- Financial Analysts. Quickly summarize market opinion to use as material for research reports.
- Trading Teams. Use weighted sentiment scores as signals for trading strategies.
- PR Teams. Monitor how a company or its competitors are discussed in the media.
How It Works
- Time Logic
- The system turns your "DaysAgo" input into a date string for the news search.
- Data Fetching
- It connects to Alpha Vantage to grab the most recent news for your chosen stock ticker.
- Sentiment Analysis
- A Python script calculates an impact score for each article and identifies hot topics like earnings.
- AI Reporting
- An AI model interprets the data to write an executive summary and a forward-looking outlook.
What You'll Need
- A free API key from Alpha Vantage.
- The stock ticker (like TSLA or AAPL) you want to analyze.
- The number of days back you want to include in the search.
How to Use
Step 1. Access Alpha Vantage to get a free API key.
Step 2. Enter the Tickers, APIKey, and DaysAgo in the "Test Run" button.
Step 3. Click "Start Running."
Step 4. After the workflow finishes, expand the "AI Analyst Report Generation" node and check the "Output" content; this is the final result.