Skip to content

Instantly share code, notes, and snippets.

@sinfere
Forked from jet10000/Stock api
Created April 8, 2019 08:26
Show Gist options
  • Save sinfere/6f946c93d24cbecf44f39a548e025aa3 to your computer and use it in GitHub Desktop.
Save sinfere/6f946c93d24cbecf44f39a548e025aa3 to your computer and use it in GitHub Desktop.
China stock api
1.163_API(0-sh,1-sz):http://api.money.126.net/data/feed/1002151,0600036,hkHSI,hkHSCEI,hk00005
2.QQ_API(sh,sz,s_simple data):http://qt.gtimg.cn/r=0.8409869808238q=s_sz000559,s_sz002434,s_sz002472,s_sz002488,hk00700
3.sina_API(sh,sz,s_simple data):http://hq.sinajs.cn/list=sh600000,sh600004,hk00700,sz002594
# 4.xueqiu_API:http://xueqiu.com/v4/stock/quote.json?code=02318,01211,SH000001,DJI30,HKHSI
163
日内实时盘口(JSON):
http://api.money.126.net/data/feed/1000002,1000001,1000881,0601398,money.api
历史成交数据(CSV):
http://quotes.money.163.com/service/chddata.html?code=0601398&start=20000720&end=20150508
财务指标(CSV):
http://quotes.money.163.com/service/zycwzb_601398.html?type=report
资产负债表(CSV):
http://quotes.money.163.com/service/zcfzb_601398.html
利润表(CSV):
http://quotes.money.163.com/service/lrb_601398.html
现金流表(CSV):
http://quotes.money.163.com/service/xjllb_601398.html
杜邦分析(HTML):
http://quotes.money.163.com/f10/dbfx_601398.html
===================================
5.yahoo_finance: http://query.yahooapis.com/v1/public/yql?q=select%20%2a%20from%20yahoo.finance.quotes%20where%20symbol%20in%20%28%22YHOO%22%2C%22AAPL%22%2C%220001.ss%22%2C%22MSFT%22%29%0A%09%09&env=http%3A%2F%2Fdatatables.org%2Falltables.env&format=json
6.https://www.quandl.com/data/WIKI/documentation/metadata
7. http://www.google.com/finance/info?infotype=infoquoteall&q=1211
http://d.yimg.com/aq/autoc?query=0050&region=US&lang=en-US&callback=YAHOO.util.ScriptNodeDataSource.callbacks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment