get-news

Retrieve news articles for a stock ticker up to a cutoff date.

3|1|Updated Dec 2, 2024
One-click install
npx skills add https://github.com/faisalanjum/EventTrader --skill get-news
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: get-news
Source: https://github.com/faisalanjum/EventTrader/tree/main/.claude/skills/get-news
Command: npx skills add https://github.com/faisalanjum/EventTrader --skill get-news

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users quickly retrieve relevant news articles for a specific stock ticker within a defined date range, aiding in financial analysis and decision-making.

Core Features & Use Cases

  • Targeted News Retrieval: Fetch news articles for a given stock ticker.
  • Date Range Filtering: Specify a cutoff date and optionally a monthly offset to narrow down news to specific periods.
  • Use Case: An investor wants to see all news related to AAPL that occurred in March 2025 to understand its market performance during that month.

Quick Start

Fetch all news for AAPL up to April 1st, 2025.

Frequently Asked Questions about get-news

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve news articles for a specific stock ticker?

To retrieve news articles for a specific stock ticker, you query a graph database using cypher to find news influencing a company. The query returns the article creation date, title, and the daily stock return.

Can I filter stock news by a specific date range or month?

Yes, you can filter stock news by specifying a cutoff date and optionally applying a monthly offset. This narrows down the retrieved news articles to a specific period for targeted financial analysis.

What financial data is returned alongside news articles for a ticker?

When fetching news for a ticker, the graph database query returns the news article creation date, the article title, and the daily stock return. This data helps correlate news events with market performance.

Does this news retrieval method require a graph database?

Yes, retrieving news for a stock ticker using this method requires a graph database. It specifically uses cypher queries to locate news influencing a company and extract related financial data.

What is the best way to analyze market performance using stock news?

The best way to analyze market performance is to fetch news articles for a stock ticker within a defined date range and review the associated daily stock returns. This correlates specific news events with market movements.