public class StockConnection {
public static void main(String[] args) {
URL ur = null;
try {
//搜狐股票行情历史接口
// ur = new URL("http://q.stock.sohu.com/hisHq?code=cn_300228&start=20130930&end=20131231&stat=1&order=D&period=d&callback=historySearchHandler&rt=jsonp");
//新浪股票行情历史接口
ur = new URL("http://biz.finance.sina.com.cn/stock/flash_hq/kline_data.php?&rand=random(10000)&symbol=sh600000&end_date=20150809&begin_date=20000101&type=plain");
HttpURLConnection uc = (HttpURLConnection) ur.openConnection();
BufferedReader reader = new BufferedReader(new InputStreamReader(ur.openStream(),"GBK"));
String line;
while((line = reader.readLine()) != null){
System.out.println(line);
}
} catch (Exception e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
}
}
风险与收益是成正比的,收益越大风险也越高,所以在配资时选择适当的杠杆倍数。超凡脱俗
好的配资公司还是有的,配资是一种合作,安全是股民一个永恒的话题die, the better she gets over
如果要获得股票历史数据的话,推荐你用免费开源的Python数据接口平台tushare。
tushare 不仅能获取股票数据,其他行情历史数据如基金、期货、债券、外汇和行业的都能获取。目前已经运行四年了,而且使用很稳定,现在已经升级到Pro版了。