yquotes:Go中的Yahoo股票行情 源码
不再支持 Y行情 从Yahoo Finance获取股票报价的简单方法。 获取库存信息(价格,名称等) 获取历史价格数据 安装 go get github.com/doneland/yquotes 如何使用 获取单个股票的价格信息 客户可以通过调用NewStock(symbol string, history bool)方法从Finance Yahoo获取有关股票的价格信息。 它使用最近的价格信息重新运行Stock类型。 history属性指示是否应加载历史数据。 // Get stock information without historical data. If you want
文件列表
yquotes-master.zip
(预估有个4文件)
yquotes-master
yquotes.go
8KB
LICENSE.txt
1KB
README.md
4KB
yquotes_test.go
1KB
暂无评论