A Python-based analysis tool for evaluating mining stocks using public financial APIs. This tool provides comprehensive analysis of financial metrics using publicly available data.
Operational Analysis (On Hold - Awaiting Data Source)
Risk Assessment (On Hold - Awaiting Data Source)
Clone the repository
git clone https://github.com/mdavila0422/Mining_Analysis.git
cd Mining_Analysis
Create and activate virtual environment
python -m venv mining-env
# On Windows
mining-env\Scripts\activate
# On Unix or MacOS
source mining-env/bin/activate
Install required packages
pip install -r requirements.txt
mining-stocks-analyzer/
βββ src/
β βββ data/
β β βββ sources/
β β β βββ __init__.py
β β β βββ financial_source.py
β β βββ models.py
β βββ analysis/
β β βββ analyzer.py
β β βββ reports.py
β βββ visualization/
β β βββ dashboards.py
β βββ main.py
βββ tests/
βββ requirements.txt
βββ README.md
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
π§ Under Development