{"id":21578313,"url":"https://github.com/stephanakkerman/live-binance-charts","last_synced_at":"2026-04-01T17:17:56.298Z","repository":{"id":45128803,"uuid":"396958361","full_name":"StephanAkkerman/live-binance-charts","owner":"StephanAkkerman","description":"Dive into real-time cryptocurrency market trends with this Python-based charting tool. Inspired by TradingView's UI, it taps into Binance's live data, offering a sleek and interactive experience for crypto enthusiasts.","archived":false,"fork":false,"pushed_at":"2024-05-23T15:23:37.000Z","size":220,"stargazers_count":62,"open_issues_count":12,"forks_count":13,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-27T15:24:39.190Z","etag":null,"topics":["binance","binance-api","candlestick-chart","charting","charts","crypto","cryptocurrency","finplot","graphs","plots","plotting","pyqt6","pyqtgraph","ta","technical-analysis","technical-indicators","tradingview"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/StephanAkkerman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-08-16T20:20:39.000Z","updated_at":"2026-03-22T17:27:45.000Z","dependencies_parsed_at":"2025-04-10T17:31:07.467Z","dependency_job_id":"11a0094c-0f2d-4794-b608-4cad7356e3cb","html_url":"https://github.com/StephanAkkerman/live-binance-charts","commit_stats":null,"previous_names":["stephanakkerman/live-binance-charts"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/StephanAkkerman/live-binance-charts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StephanAkkerman%2Flive-binance-charts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StephanAkkerman%2Flive-binance-charts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StephanAkkerman%2Flive-binance-charts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StephanAkkerman%2Flive-binance-charts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StephanAkkerman","download_url":"https://codeload.github.com/StephanAkkerman/live-binance-charts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StephanAkkerman%2Flive-binance-charts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31053762,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-27T16:55:14.406Z","status":"ssl_error","status_checked_at":"2026-03-27T16:55:07.885Z","response_time":164,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["binance","binance-api","candlestick-chart","charting","charts","crypto","cryptocurrency","finplot","graphs","plots","plotting","pyqt6","pyqtgraph","ta","technical-analysis","technical-indicators","tradingview"],"created_at":"2024-11-24T13:10:07.042Z","updated_at":"2026-04-01T17:17:56.276Z","avatar_url":"https://github.com/StephanAkkerman.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Live Binance Charts\n[![Python 3.8](https://img.shields.io/badge/python-3.8-blue.svg)](https://www.python.org/downloads/release/python-380/)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![MIT License](https://img.shields.io/github/license/StephanAkkerman/Live_Binance_Charts.svg?color=brightgreen)](https://opensource.org/licenses/MIT)\n\n---\nThis repository showcases my efforts in visualizing live cryptocurrency price data from the Binance exchange using two distinct implementations.\n\n## 📊 Implementations\n### 1. finplot\nUtilizing `finplot` combined with `PyQt6`, this implementation offers a sophisticated and advanced charting solution in Python.\n\n### 2. mplfinance\nLeveraging `mplfinance`—built on the foundation of the widely-used `matplotlib` library—this approach provides another way to chart cryptocurrency data. Configure your Binance API keys in `src/mplfinance/keys.py` to auto-plot your assets, or leave it blank to manually specify the cryptocurrencies you'd like to visualize.\n\n## ✨ Features\n- Dark Mode: Enjoy a Tradingview-style dark theme for better visual clarity.\n- Customizable View: Easily add or remove charts as per your preferences.\n- Real-time Updates: Stay updated with live data thanks to the Binance websocket integration.\n\n## Dependencies\nThe required packages to run this code can be found in the `requirements.txt` file. To run this file, execute the following code block:\n```\npip install -r requirements.txt \n```\n\n## How to run\n- Clone the repository\n- Run `python src/finplot/main.py` or `python src/mplfinance/main.py` \n- See result\n\n## Images\n### finplot\n![Chart](https://github.com/StephanAkkerman/Live_Binance_Charts/blob/main/img/charts.png)\n\n### mplfinance\n![image](https://github.com/StephanAkkerman/live-binance-charts/assets/45365128/242ea434-809c-4b80-bec3-0059a8d1a3ae)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstephanakkerman%2Flive-binance-charts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstephanakkerman%2Flive-binance-charts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstephanakkerman%2Flive-binance-charts/lists"}