Skip to content

thepylot/real-time-forex-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real-time Forex API

Real-time stock market API built with Beautiful Soup & Django REST Framework

Getting Started

This tutorial works on Python 3+ and Django 2+.

Install dependencies:

python3 -m pip3 install -r requirements.txt

run following commands:

python manage.py makemigrations forexAPI
python manage.py migrate
python manage.py runserver

and start Celery worker:

celery -A trading worker -l info

Disclamier

This project created only for educational purposes. Do not use the project in production without owner permission otherwise I am not responsible for any action.

About

Real-time stock market data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages