Skip to main content

No project description provided

Project description

Tickermood

Tickermood is a Python package that provides market sentiment analysis for stock tickers based on news from multiple sources. It combines web scraping techniques with large language models (LLMs) using the LangChain and LangGraph frameworks to generate sentiment scores for given tickers.


📦 Installation

Install Tickermood via pip:

pip install tickermood

Note: To use Tickermood locally, Ollama must be installed and qwen3:4b model needs to be available.

ollama pull qwen3:4b

🚀 Usage

Programmatic Usage

from tickermood import TickerMood

ticker_mood = TickerMood.from_symbols(["AAPL", "GOOGL", "MSFT"])
ticker_mood.run()

CLI Usage

tickermood AAPL GOOGL MSFT

This will:

  • Fetch the latest news for the specified tickers
  • Run LLM agents to analyze the news
  • Provide a sentiment score for each ticker

Results are stored in a SQLite database.

Tickermood Output


🗃️ Database

Tickermood creates a SQLite database in the current directory named tickermood.db if it doesn't already exist. It includes:

  • Sentiment ratings (e.g., Buy, Hold, Sell)
  • Price targets
  • Summaries of the fetched news articles

⚙️ LLM Backend Options

Default: Local LLM (Ollama)

  • Runs LLMs locally for free
  • Performance depends on your hardware

Optional: OpenAI API

  • Requires setting the OPENAI_API_KEY environment variable

Or, pass the key via CLI:

tickermood AAPL GOOGL MSFT --openai_api_key_path /path/to/openai_api_key.txt

📝 License

MIT License

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tickermood-0.29.0.tar.gz (16.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

tickermood-0.29.0-py3-none-any.whl (22.1 kB view details)

Uploaded Python 3

File details

Details for the file tickermood-0.29.0.tar.gz.

File metadata

  • Download URL: tickermood-0.29.0.tar.gz
  • Upload date:
  • Size: 16.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.11

File hashes

Hashes for tickermood-0.29.0.tar.gz
Algorithm Hash digest
SHA256 0b7ceb161437f354db4e6389a03b1f9aed0454ac17380679fd023af4c155e50a
MD5 3bb899b04df02d53a142b8ab0c5db9de
BLAKE2b-256 6c2688cceb8a21660665c343ed51d67d7e4af2e4e2873c4523b403e1c2200328

See more details on using hashes here.

File details

Details for the file tickermood-0.29.0-py3-none-any.whl.

File metadata

  • Download URL: tickermood-0.29.0-py3-none-any.whl
  • Upload date:
  • Size: 22.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.11

File hashes

Hashes for tickermood-0.29.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7587f362fd5be5c3f44eddc285fdd90737b89f4a0378cf0a50a0d1087c5a94b4
MD5 a5d87ba5ec9078b4d323d7f1742f9857
BLAKE2b-256 ad42522d07009e195e33bf9fb218a024baa4be10510f3d49d5bc04bb8bc92174

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page