❶ 搜狐股票历史数据接口
publicclassStockConnection{
publicstaticvoidmain(String[]args){
URLur=null;
try{
//搜狐行情历史接口
// ur=newURL(");
//新浪行情历史接口
ur=newURL("(10000)&symbol=sh600000&end_date=20150809&begin_date=20000101&type=plain");
HttpURLConnectionuc=(HttpURLConnection)ur.openConnection();
BufferedReaderreader=newBufferedReader(newInputStreamReader(ur.openStream(),"GBK"));
Stringline;
while((line=reader.readLine())!=null){
System.out.println(line);
}
}catch(Exceptione){
//TODOAuto-generatedcatchblock
e.printStackTrace();
}
}
}
❷ 股票历史数据接口
直接在网络搜“量亿数据”,里面提供票历史数据接口
❸ 股票行情数据接口,一般哪里有
你再网络搜一下“量亿数据”,里面有各种股票数据接口
❹ 股票行情数据接口
关于股票行情数据接口,英为财情的网站管理员工具是提供了一系列对外的行情接口。包括了股票,期货,加密货币,指数,汇率,财经日历等等。你可以具体查看网页链接。
如果需要其他工具和高级解决方案,都是可以商讨的。
❺ 股票行情接口,股票行情数据接口。哪里有
你网络搜索一下“量亿数据”,里面有股票数据接口,美股、国内股、A股
❻ 目前国内还有没有能够查询股票历史数据的接口
软件可以查询历史数据的
❼ 请问怎样用Java获取股票行情历史数据新浪、搜狐、百度财经都可以......
publicclassStockConnection{
publicstaticvoidmain(String[]args){
URLur=null;
try{
//搜狐股票行情历史接口
// ur=newURL("http://q.stock.sohu.com/hisHq?code=cn_300228&start=20130930&end=20131231&stat=1&order=D&period=d&callback=historySearchHandler&rt=jsonp");
//新浪股票行情历史接口
ur=newURL("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");
HttpURLConnectionuc=(HttpURLConnection)ur.openConnection();
BufferedReaderreader=newBufferedReader(newInputStreamReader(ur.openStream(),"GBK"));
Stringline;
while((line=reader.readLine())!=null){
System.out.println(line);
}
}catch(Exceptione){
//TODOAuto-generatedcatchblock
e.printStackTrace();
}
}
}
❽ 股票怎么查历史数据
1、打开自己的手机桌面,选择大智慧这个图标进入。
❾ 怎样查询一只股票的历史行情详细数据,高分求详细步骤
1、打开自己的手机桌面,选择大智慧这个图标进入。