Skip to content

Suravi021/RL-ALgorithmic-Trading

Repository files navigation

Stock Algorithm Trainer Backend

Setup

  1. Create a virtual environment:
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate
  1. Install dependencies:
pip install -r requirements.txt
  1. Run the server:
python main.py

The API will be available at http://localhost:8000

API Endpoints

  • GET / - Health check
  • POST /train - Train algorithms on stock data

Example Request

{
  "symbol": "AAPL"
}

Example Response

Returns data for 4 different algorithms with their performance metrics and growth data.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages