Skip to content

Repository files navigation

Stocker

Reason

This program is still under creation.

Basics

  • The OS of creation of Stocker project is Windows 11.
  • The Programming Language and Version for data manipulation, management and ML is Python 3.9
  • The API yahoo_fin is being used to retrieve the stock data.

Installation

conda create -n stocker python=3.12 pip
pip install requirements.txt

If there are more packages installed, update the environment.yml file with:

conda env export --from-history > environment.yml

To export the packages to a requirements.txt file:

pipreqs . --force

If you want to build the environment from scratch, run the following:

conda create -n stocker python=3.12 pip
pip install SQLAlchemy
pip install rich
pip install psycopg2-binary
pip install -U "ray[default]"
pip install gpustat
pip install tqdm
pip install yfinance
pip install yahooquery
pip install "modin[all]"
pip install yahoo_fin

Base branches

  • Master
  • Develop

Base contributors

  1. Nikolas Bakalis
  2. Andreas Karatzas

About

Repo for populating databases with useful stock data and more.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages