Metadata-Version: 2.1
Name: Stockify
Version: 0.1.0
Summary: A Python library for financial data analysis and portfolio management
Home-page: https://github.com/ray-singh/Stockify
Author: Rayansh Singh
Author-email: rayansh365@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# QuantKit

QuantKit is a Python-based financial data analysis toolkit designed to provide user-friendly tools for analyzing stock market data. 

The library integrates data from Yahoo Finance and Alpha Vantage APIs to fetch historical and real-time financial data. It includes a wide range of technical analysis indicators such as Moving Averages, RSI, MACD, OBV, and the Stochastic Oscillator. 

Features to be Added Shortly:
-Portfolio Analytics: Tools for calculating risk metrics, returns, and portfolio optimization.
-Comparative Analysis: Functions to compare the performance of multiple stocks or sectors over various time frames.
-Interactive Visualizations: Integration with libraries like Plotly for dynamic and interactive charting of financial data.
-Machine Learning: Incorporating linear regression and LSTM neural networks for predicting future stock prices.

