Skip to content

fintech-hub/stocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stocks

Stock Screener using FastAPI

Active virtual environment

$ python3 -m virtualenv venv
$ source .venv/bin/activate

Install

$ pip install -r requirements.txt

Server running

$ uvicorn main:app --reload