❶ 搜狐股票歷史數據介面
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、打開自己的手機桌面,選擇大智慧這個圖標進入。