{"id":15195345,"url":"https://github.com/kuranez/krypto-dashboard","last_synced_at":"2026-02-15T19:04:21.973Z","repository":{"id":253151187,"uuid":"842611105","full_name":"kuranez/krypto-dashboard","owner":"kuranez","description":"Cryptocurrency Dashboard displaying price and volume information for BTC, ETH, BNB using  Python, Jupyter Notebooks and the Binance API.","archived":false,"fork":false,"pushed_at":"2025-12-04T19:58:48.000Z","size":6955,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-08T03:44:37.679Z","etag":null,"topics":["anaconda-cloud","binance-api","cryptocurrency","dashboard","finance","holoviz-panel","jupyter","pandas","plotly","python"],"latest_commit_sha":null,"homepage":"https://apps.kuracodez.space/krypto-dashboard/main","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kuranez.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-08-14T17:45:16.000Z","updated_at":"2025-12-04T19:59:10.000Z","dependencies_parsed_at":"2024-08-14T20:03:38.897Z","dependency_job_id":"d19df63e-3709-49a8-8c7e-252db2a78a37","html_url":"https://github.com/kuranez/krypto-dashboard","commit_stats":{"total_commits":38,"total_committers":1,"mean_commits":38.0,"dds":0.0,"last_synced_commit":"1ee0f90ed20a09e3a513fd7a391fd60462c21a19"},"previous_names":["kuranez/krypto-dashboard"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/kuranez/krypto-dashboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuranez%2Fkrypto-dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuranez%2Fkrypto-dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuranez%2Fkrypto-dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuranez%2Fkrypto-dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kuranez","download_url":"https://codeload.github.com/kuranez/krypto-dashboard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuranez%2Fkrypto-dashboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29487397,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T15:33:17.885Z","status":"ssl_error","status_checked_at":"2026-02-15T15:32:53.698Z","response_time":118,"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":["anaconda-cloud","binance-api","cryptocurrency","dashboard","finance","holoviz-panel","jupyter","pandas","plotly","python"],"created_at":"2024-09-27T23:21:42.022Z","updated_at":"2026-02-15T19:04:21.968Z","avatar_url":"https://github.com/kuranez.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cryptocurrency Dashboard\n\nSimple finance dashboard to track and compare cryptocurrency prices written in Python. \n\n**New Project** (based on this one) https://github.com/kuranez/krypto-dashboard-webapp\n\n**Update:** \n**Complete overhaul in v1.2!**\n- Extensive Jupyter Notebook with full documentation.\n- Use as a basis and create your own python script using the components you need.  \n\n**Features:**\n- Fetch cryptocurrency data from *Binance*.\n- Store API-Keys securely using *dotenv*.\n- Helper functions to extract data and save to *CSV*.\n- Explore dataframes in *Tabulate*.\n- Create plots in *Plotly*. \n- Build dashboard in *Panel*.\n\n## WebApp\n\nSimple example dashboard (*crypto_prices_over_time.ipynb*) is hosted on Anaconda Cloud.\n\n[View Demo Dashboard App on Anaconda Cloud!](https://supportive-cuban-boa.anacondaapps.cloud/crypto_prices_over_time)\n\n## Requirements \u0026 Installation\n\n### List of Python packages\n\n- load_dotenv\n- datetime\n- pandas\n- panel\n- plotly\n- matplotlib\n\n---\n\n### Installation\n\nInstall with **pip**:\n\n``pip install \u003cPACKAGE_NAME\u003e``\n\nInstall with **conda**:\n\n``conda install --channel=conda-forge \u003cPACKAGE_NAME\u003e``\n\n---\n\n### Binance API Key\n\nStore your Public Binance API-Key in **keys.env**. \n\n![howto_add_api_key.png](https://raw.githubusercontent.com/kuranez/Krypto-Dashboard/refs/heads/v.1.2/screenshots/howto_add_api_key.png)\n\n---\n\n### Add Cryptocurrency Symbols\n\nGo to **Add Symbol** section of the notebook and add custom Crypto-USDT-pairs.\n\n![howto_add_symbols.png](https://raw.githubusercontent.com/kuranez/Krypto-Dashboard/refs/heads/v.1.2/screenshots/howto_add_symbols.png)\n\nPick custom colors for plotly using the matplotlib colors library and add to colors dictionaries. \n\n[https://matplotlib.org/stable/gallery/color/named_colors.html](https://matplotlib.org/stable/gallery/color/named_colors.html)\n\n![howto_add_symbols_customize.png](https://raw.githubusercontent.com/kuranez/Krypto-Dashboard/refs/heads/v.1.2/screenshots/howto_add_symbols_customize.png)\n\n---\n\n### Example Datasets\n\nExample data sets are available.\n\n![howto_example_datasets](https://raw.githubusercontent.com/kuranez/Krypto-Dashboard/refs/heads/v.1.2/screenshots/howto_example_datasets.png)\n\n---\n\n### Run Notebook\n\nRun all cells first to guarantee full functionality.\n\n![howto_run_notebook.png](https://raw.githubusercontent.com/kuranez/Krypto-Dashboard/refs/heads/v.1.2/screenshots/howto_run_notebook.png)\n\n---\n\n## Features\n\n### Overview \n\nGrab and check all data you need using the **Main Function**. \n\n![features_main.png](https://raw.githubusercontent.com/kuranez/Krypto-Dashboard/refs/heads/v.1.2/screenshots/features_main.png)\n\n---\n\n### Save Data to CSV\n\nSave data locally as a csv file.\n\n![features_CSV.png](https://raw.githubusercontent.com/kuranez/Krypto-Dashboard/refs/heads/v.1.2/screenshots/features_CSV.png)\n\n---\n\n### Price Plots\n\nGenerate nice looking charts with Plotly.\n\n\n#### Market Overview Figures\n\n---\n\n![fig_market_overview_comparison_1.png](https://raw.githubusercontent.com/kuranez/Krypto-Dashboard/refs/heads/v.1.2/screenshots/fig_market_overview_comparison_1.png)\n\n----\n\n![fig_market_overview_comparison_2.png](https://raw.githubusercontent.com/kuranez/Krypto-Dashboard/refs/heads/v.1.2/screenshots/fig_market_overview_comparison_2.png)\n\n---\n\n#### Interactive Price Charts\n\n---\n\n![fig_detail.png](https://raw.githubusercontent.com/kuranez/Krypto-Dashboard/refs/heads/v.1.2/screenshots/fig_detail.png)\n\n---\n\n### Explore DataFrames in Tabulate\n\nExplore \u0026 Compare data tables and apply filters if necessary.\n\n![features_compare_filter_data.png](https://raw.githubusercontent.com/kuranez/Krypto-Dashboard/refs/heads/v.1.2/screenshots/features_compare_filter_data.png)\n\n---\n\n### Interactive Widgets\n\nUse interactive widgets to explore data in **Jupyter Notebook** or build a **Dashboard App** using **Panel**. \n\n![features_dashboard.png](https://raw.githubusercontent.com/kuranez/Krypto-Dashboard/refs/heads/v.1.2/screenshots/features_dashboard.png)\n\n---\n\n## Resources\n\n- [JupyterLab - Scientific Python Notebook Suite](https://jupyter.org/)\n- [HoloViz Panel Data Exploration \u0026 Web App Framework for Python](https://panel.holoviz.org/index.html)\n- [Plotly Open Source Graphing Library for Python](https://plotly.com/python/)\n- [Matplotlib Color Gallery](https://matplotlib.org/stable/gallery/color/named_colors.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkuranez%2Fkrypto-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkuranez%2Fkrypto-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkuranez%2Fkrypto-dashboard/lists"}