# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.1.2] - 2024-12-09
### Added
- Added comprehensive module docstring to server.py with author information
## [0.1.1] - 2024-12-09
### Fixed
- Corrected package name in README.md installation commands
- Fixed incorrect `uv pip install yahoo-finance-mcp-server-server` command
- Fixed directory name in development setup instructions
## [0.1.0] - 2024-12-09
### Added
- Initial release of Yahoo Finance MCP Server
- Support for historical stock prices with customizable periods and intervals
- Stock information retrieval (comprehensive company and financial data)
- Yahoo Finance news fetching
- Stock actions (dividends and splits)
- Financial statements (income statement, balance sheet, cash flow)
- Holder information (institutional, mutual fund, insider data)
- Options data (expiration dates and option chains)
- Analyst recommendations and upgrades/downgrades
- Full uv and uvx support for easy installation
- Comprehensive documentation and examples
- MIT License