Skip to content

這是一個去台灣證卷交易所TWSE抓股票資訊的npm安裝包source code

Notifications You must be signed in to change notification settings

dean9703111/twse-stock-prices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

就是一個傳入陣列抓出股票資訊的小套件

install

npm install twse-stock-prices

example

var twseStockPrices = require('twse-stock-prices');

yahooStockPrices.getCurrentPrice(['1101','1815'], function(err, price){

	console.log(price);

});

會把json吐回去,然後就自己運用吧,基本上這個套件估計只有我自己在用

About

這是一個去台灣證卷交易所TWSE抓股票資訊的npm安裝包source code

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published