Skip to content

Repo for populating databases with useful stock data and more.

Notifications You must be signed in to change notification settings

StockerAI/Stocker

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 env create --file environment.yml
conda activate stocker

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

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages