Lisa Graph: A Django-based GraphQL API for querying Lusaka Stock Exchange data. Built with Python, PostgreSQL, and JWT tokens for security. Precise, efficient, and easy integration. Explore financial insights effortlessly.
PythonGPL-3.0
Lisa Graph API Documentation
Lisa Graph, a robust Django-powered GraphQL API, facilitates seamless querying of Lusaka Stock Exchange data. The API offers a single query with optional filters (start, end, single_date, date) that fetches data in descending order by default.
Getting Started
Installation:
git clone https://github.com/suwilanji-chipofya-hadat/lisa_graph
cd lisa_graph
pip install -r requirements.txt
make init # runs initial migrations (you can run individual commands in the makefile if you don't have make command available)
make run # or
python manage.py runserver
NOTE: CHANGE THE DATABASE CONFIGURATIONS IN THE settings.py file
WILL SOON PROVIDE ACCESS TO A PUBLIC DEVELOPMENT DATABASE