
股市数据
stanmarsh
这个作者很懒,什么都没留下…
展开
-
javascript读取sina的股市数据
股市走向 var elements=hq_str_sh601006.split(","); document.write("公司:"+elements[0]+""); document.write("今日开盘:"+elements[1]+""); document.write("昨日收盘:"+element原创 2013-06-01 16:24:59 · 1257 阅读 · 1 评论 -
matlab读取sina股市数据
clear all;close all;clc;stock_code=input('请输入股票代码:','s');%stock_code='sh601006';str=['http://hq.sinajs.cn/list=',stock_code];s=urlread(str,'get','','gb2312');s1=regexp(s,'=','split');s2=s1{2原创 2013-06-01 16:35:48 · 6589 阅读 · 0 评论 -
下载yahoo股票历史数据
http://table.finance.yahoo.com/table.csv?s=ibm&d=8&e=5&f=2013&g=d&a=11&b=16&c=1991&ignore=.csv上面的链接可以抓取IBM股票从1991年11月16日起到2013年8月5日的数据。http://table.finance.yahoo.com/table.csv?s=sohu&d=8&e=5&f原创 2013-08-06 18:26:46 · 19804 阅读 · 3 评论 -
下载新浪股票历史数据
http://biz.finance.sina.com.cn/stock/flash_hq/kline_data.php?&rand=random(10000)&symbol=sz002241&end_date=20130806&begin_date=20130101&type=plain上面的链接可以抓取“歌尔声学”股票从2013年1月1日起到2013年8月6日的数据原创 2013-08-06 18:45:47 · 18455 阅读 · 5 评论