An open API service indexing awesome lists of open source software.

https://github.com/keisku/marketmetrics

A Python application for technical stock market analysis
https://github.com/keisku/marketmetrics

Last synced: 2 months ago
JSON representation

A Python application for technical stock market analysis

Awesome Lists containing this project

README

        

# Market Metrics

Market Metrics is a Python application for technical stock market analysis. It allows users to analyze stock data using various technical indicators and visualize the results.

## ⚠️ DISCLAIMER ⚠️

Market Metrics is intended for educational and informational purposes only. It does not constitute financial advice or recommendations for any investment decisions. Users are required to conduct their own research and consult with a certified financial advisor before making any trading or investment decisions.

## Features

- Fetch stock data using the Yahoo Finance API
- Calculate and plot technical indicators such as:
- Daily / Annual Volatility
- Moving Averages (MA)
- Relative Strength Index (RSI)
- Moving Average Convergence Divergence (MACD)
- Bollinger Bands
- Fibonacci Retracement Levels
- Mark Golden Crosses and Death Crosses

## Installation

## From Source

1. Install [rye](https://rye.astral.sh/guide/installation/)
2. `rye sync`
3. `rye run marketmetrics`

## Contributing

- `rye test` for run pytest.
- `rye fmt` for format code.
- `rye lint` for linting code.