news-sentiment

Fetch recent news from Yahoo Finance.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "news-sentiment" with this command: npx skills add staskh/trading_skills/staskh-trading-skills-news-sentiment

News Sentiment

Fetch recent news from Yahoo Finance.

Instructions

Note: If uv is not installed or pyproject.toml is not found, replace uv run python with python in all commands below.

uv run python scripts/news.py SYMBOL [--limit LIMIT]

Arguments

  • SYMBOL

  • Ticker symbol

  • --limit

  • Number of articles (default: 10)

Output

Returns JSON with:

  • articles

  • Array of recent news with title, publisher, date, link

  • summary

  • Brief summary of overall sentiment

Present key headlines and note any significant news that could impact the stock.

Dependencies

  • yfinance

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

fundamentals

No summary provided by upstream source.

Repository SourceNeeds Review
General

risk-assessment

No summary provided by upstream source.

Repository SourceNeeds Review
General

ib-portfolio

No summary provided by upstream source.

Repository SourceNeeds Review
General

report-stock

No summary provided by upstream source.

Repository SourceNeeds Review