Skip to main content

Timeseries forecasting for stock prediction

Project description

logo

Python application Quality Gate Status codecov

Predictor

Timeseries forecasting for stock prediction.

Installation

Enviroment Variables

The following command must be used to insert the Alpha Vantage API key into the environment variables in Windows:

setx ALPHAVANTAGE_API_KEY "API key" /m

Docker

The Docker image can be created with the following command:

docker build --build-arg alphavantage_api_key=${ALPHAVANTAGE_API_KEY} -t predictor_image .

The Docker container can be started with the following command:

docker run -d --name predictor_container predictor_image

Packaging

The package can be generated with the following command:

python setup.py sdist bdist_wheel

The package can be installed with the following command:

python setup.py install

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

trading-bot-predictor-0.0.1.tar.gz (8.9 kB view hashes)

Uploaded Source

Built Distribution

trading_bot_predictor-0.0.1-py3-none-any.whl (15.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page