Sparkle is the powerful API that fuels Twinkle, allowing you to keep track of real-time stock prices and company data with ease. This API offers detailed, accurate, and timely financial data, enabling developers to build feature-rich financial applications.
Documentation: sparkle-demo.ryawaa.com/docs 📚
Live Demo: sparkle-demo.ryawaa.com 🌐
GitHub Repository: github.com/ryanamay/sparkle 🐙
Source Code: Available on code.lgbt 🏳️🌈
- Real-Time Data: Get access to real-time stock prices and market data.
- Comprehensive Endpoints: Fetch data including company financials, stock recommendations, and news.
- Broadcast Updates: Receive real-time updates broadcasted from a single FinHub key.
- Scalable: Designed to handle high volumes of requests efficiently.
- Secure: Implemented with robust security measures to protect your data.
- Detailed Documentation: API documentation to help you get started quickly.
- Source Code Available: Open source on code.lgbt 🏳️⚧️!
This project is not production-ready, but you can easily run it locally.
docker run -d -p 8000:8000 ryanamay/sparkle
Sparkle uses Poetry to manage dependencies.
pipx install poetry
python3 -m venv $VENV_PATH
$VENV_PATH/bin/pip install -U pip setuptools
$VENV_PATH/bin/pip install poetry
git clone https://github.com/ryanamay/sparkle.git
cd sparkle
poetry install
cd app
poetry run uvicorn main:app --host 0.0.0.0 --port 8000
Though it's not yet production-ready, you can deploy Sparkle using any cloud provider that supports Docker or by running it directly on a server. Keep in mind that the current codebase might need refinement for production environments, and the refactor branch is in progress.
Sparkle is licensed under an open-source license. Feel free to use it, contribute, and make it better.