All Projects → FrankBGao → Heatmap_for_tushare

FrankBGao / Heatmap_for_tushare

Licence: mit
Create a heatmap for Real time China stocks price by Tushare's data

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Heatmap for tushare

Mobilepose Pytorch
Light-weight Single Person Pose Estimator
Stars: ✭ 427 (+941.46%)
Mutual labels:  realtime, heatmap
MobilePose
Light-weight Single Person Pose Estimator
Stars: ✭ 588 (+1334.15%)
Mutual labels:  heatmap, realtime
Go Mesh
Realtime data exchange platform for Smart Cities
Stars: ✭ 20 (-51.22%)
Mutual labels:  realtime
Rtb
Benchmarking tool to stress real-time protocols
Stars: ✭ 35 (-14.63%)
Mutual labels:  realtime
Portbalance
Determine optimal rebalancing of a passive stock portfolio.
Stars: ✭ 31 (-24.39%)
Mutual labels:  stock
Ddy Stock Real
股票行情--来源恒生,新浪,腾讯,网易
Stars: ✭ 27 (-34.15%)
Mutual labels:  stock
Freertos Cell
FreeRTOS for Jailhouse Cells
Stars: ✭ 31 (-24.39%)
Mutual labels:  realtime
Spark Streaming Monitoring With Lightning
Plot live-stats as graph from ApacheSpark application using Lightning-viz
Stars: ✭ 15 (-63.41%)
Mutual labels:  realtime
Rt0s
Minimal Realtime OS for Cortex-M0
Stars: ✭ 41 (+0%)
Mutual labels:  realtime
Ably Go
Go client library SDK for Ably realtime messaging service
Stars: ✭ 29 (-29.27%)
Mutual labels:  realtime
Realtime Newsapi
Financial News Aggregator - Real Time & Query API for Financial News
Stars: ✭ 34 (-17.07%)
Mutual labels:  realtime
Realtimeboard
🙌 Collaborative Whiteboard (Socket.IO + Vanilla JS Frontend)
Stars: ✭ 30 (-26.83%)
Mutual labels:  realtime
Reactivemaps
A data aware UI components library for building realtime maps
Stars: ✭ 944 (+2202.44%)
Mutual labels:  realtime
Vue World Map
A Vue JS component for displaying dynamic data on a world map.
Stars: ✭ 33 (-19.51%)
Mutual labels:  heatmap
Kschart
k线图/kline/kchart,已经集成MA/EMA/MACD/KDJ/BOLL/RSI/WR/AVG等指标,新增指标及其方便。适用于股票/区块链交易所等种类App。Swift5编写,CPU/内存占用率极低,60FPS稳定运行。示例集成websocket,并接入币安数据(需VPN)。
Stars: ✭ 909 (+2117.07%)
Mutual labels:  stock
Progress Bot
High-tech weaponized moe progress delivery bot for IRC, Discord, and web
Stars: ✭ 38 (-7.32%)
Mutual labels:  realtime
Star
A STock Analysis and Research tool for terminal(cli) users. 技术控和命令行爱好者的 A 股辅助分析工具。
Stars: ✭ 887 (+2063.41%)
Mutual labels:  stock
Stock2vec
Variational Reccurrent Autoencoder for Embedding stocks to vectors based on the price history
Stars: ✭ 30 (-26.83%)
Mutual labels:  stock
Fooltrader
quant framework for stock
Stars: ✭ 960 (+2241.46%)
Mutual labels:  stock
Iex Api Python
A python wrapper for the IEX API
Stars: ✭ 41 (+0%)
Mutual labels:  stock

Please see the project of HeatMap_Echart_for_TuShare, it is better solution.

HeatMap_for_TuShare

Create a heatmap for Real time China stocks price by TuShare's data

This project is aiming at visualizing data from tushare. At this point of time, we create a heatmap for real time China stock price. Wtihin this map, you could view all stock's day price movement in one glimpse. Meanwhile, the stocks in one horizontal line are in same industry, so you could easliy identify which industry is focused by market.

And this project is create by Flask for dealing requests, Bokeh for visualizing data and TuShare for getting data. Many thanks for those wonderful project.

Usage of this project is simple, you just download those files and run stock.py. Then, browsing the link http://localhost:5000, waiting a bit of time for tushare downloading data, and you will see the pic.

image

请参阅HeatMap_Echart_for_TuShare的项目,更好的解决方案。 使用TuShare作为数据源,制作了中国股市的股价的实时热力图。

TuShare具有很多很丰富的股市数据,这个工作致力于将这些数据可视化,进而挖掘数据价值。目前我们基于TuShare的实时股价接口,制作了股价热力图,直观表现股价的每日变化。同时,将同一行业板块的股票放置在同一行,可以很直观的发现市场热点板块,追踪热点。

这个项目是主要由Flask、Bokeh、TuShare搭建而成。Flask作为框架驱动程序、完成访问,Bokeh完成可视化、绘制热力图,TuShare作为数据源下载数据。十分感谢这些很牛逼的开源项目,没有他们将我将无法完成本项目。

使用本项目很简单,只要下载代码,然后运行stock.py。你也可以使用各种其他Flask的wsgi部署方式。然后,访问http://localhost:5000, 等TuShare下载数据后,你将看到下图。

image

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].