All Projects → Lucassssss → Stock

Lucassssss / Stock

🐛 股票10档盘口 小工具

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Stock

Rqalpha
A extendable, replaceable Python algorithmic backtest && trading framework supporting multiple securities
Stars: ✭ 4,425 (+11246.15%)
Mutual labels:  stock
Machinelearningstocks
Using python and scikit-learn to make stock predictions
Stars: ✭ 897 (+2200%)
Mutual labels:  stock
Kschart
k线图/kline/kchart,已经集成MA/EMA/MACD/KDJ/BOLL/RSI/WR/AVG等指标,新增指标及其方便。适用于股票/区块链交易所等种类App。Swift5编写,CPU/内存占用率极低,60FPS稳定运行。示例集成websocket,并接入币安数据(需VPN)。
Stars: ✭ 909 (+2230.77%)
Mutual labels:  stock
Algotrader
Simple algorithmic stock and option trading for Node.js.
Stars: ✭ 468 (+1100%)
Mutual labels:  stock
Tidyquant
Bringing financial analysis to the tidyverse
Stars: ✭ 635 (+1528.21%)
Mutual labels:  stock
Moneymanagerex
Money Manager Ex is an easy to use, money management application built with wxWidgets
Stars: ✭ 836 (+2043.59%)
Mutual labels:  stock
Deepstock
Technical experimentations to beat the stock market using deep learning 📈
Stars: ✭ 422 (+982.05%)
Mutual labels:  stock
Portbalance
Determine optimal rebalancing of a passive stock portfolio.
Stars: ✭ 31 (-20.51%)
Mutual labels:  stock
Twstock
台灣股市股票價格擷取 (含即時股票資訊) - Taiwan Stock Opendata with realtime
Stars: ✭ 763 (+1856.41%)
Mutual labels:  stock
Star
A STock Analysis and Research tool for terminal(cli) users. 技术控和命令行爱好者的 A 股辅助分析工具。
Stars: ✭ 887 (+2174.36%)
Mutual labels:  stock
Ystockquote
Fetch stock quote data from Yahoo Finance
Stars: ✭ 502 (+1187.18%)
Mutual labels:  stock
Istock
👉一个基于spring boot 实现的java股票爬虫(仅支持A股),如果你❤️请⭐️ . V2升级版正在开发中!
Stars: ✭ 622 (+1494.87%)
Mutual labels:  stock
Finance4py
股市技術分析小工具
Stars: ✭ 8 (-79.49%)
Mutual labels:  stock
Nsepy
Python Library to get publicly available data on NSE website ie. stock quotes, historical data, live indices
Stars: ✭ 453 (+1061.54%)
Mutual labels:  stock
Ddy Stock Real
股票行情--来源恒生,新浪,腾讯,网易
Stars: ✭ 27 (-30.77%)
Mutual labels:  stock
Trady
Trady is a handy library for computing technical indicators, and it targets to be an automated trading system that provides stock data feeding, indicator computing, strategy building and automatic trading. It is built based on .NET Standard 2.0.
Stars: ✭ 433 (+1010.26%)
Mutual labels:  stock
Axistradecult
Assist tool for trading on stock market, automatic download historical stock data, technical research, chart and analysis.
Stars: ✭ 26 (-33.33%)
Mutual labels:  stock
Fooltrader
quant framework for stock
Stars: ✭ 960 (+2361.54%)
Mutual labels:  stock
Stock2vec
Variational Reccurrent Autoencoder for Embedding stocks to vectors based on the price history
Stars: ✭ 30 (-23.08%)
Mutual labels:  stock
Sina Stock Crawler
Sina stock options crawler with CSV output 新浪上证ETF期权数据爬虫
Stars: ✭ 12 (-69.23%)
Mutual labels:  stock

Stock

一个10档盘口的小工具 不敢独享,分享出来。

###Update 2015-11-1###

用Nodejs抓取原接口数据,然后用express框架再撸出去,也就是说先抓数据,拿到数据后自己再写一个接口自用,解决了跨域问题。理论上这种方法可以拿到任何自己想要的数据接口。

1、在命令行中跳至 /get 目录,node server.js 运行server.js;

2、在浏览器中访问localhost:8080/api?id=股票代码;

3、在console中可以看到数据已经抓取出来,浏览器中也能看到api抓取的数据,可以用get请求到。

###Update 2015-10-30###

用Node-webkit打包了桌面端可运行的客户端程序

我只打包了win64的程序,使用Node-webkit可以打包全平台运行的程序,具体方式请查看这里 http://nwjs.io/

###Update 2015-10-29###

请使用chrome并在chrome快捷方式(可以专门专门建个用)属性 → 目标 “"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe"” 后面添加 --disable-web-security (有空格) 这么设置是为了能够跨域,我是暂时没有别的办法。

然后随便起个服务器环境。

然后就可以看10档盘口了

###Update 2016-06-24### 由于一些问题,这个小工具将不再维护。

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].