This project contains three tasks:
A Flask API that returns historical data for BANKNIFTY, FINNIFTY, and NIFTY.
A Flask API to start and stop a simulated algorithm process.
A script to process and filter JSON data based on the latest date entries.
- Create a virtual environment:
python -m venv venv - Activate the virtual environment.
- Install dependencies:
pip install -r requirements.txt
- Run each task script as needed, e.g.,
python task1.pyfor the first task.