0.5.5 • Published 8 years ago

setushare v0.5.5

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

NPM version npm download

warning:

This doesn't seem to work correctly since it will return repeatedly on multiple querying.

Query tushare.org through python-shell. Also see example.

Tushare = require './setushare'
ts = new Tushare()
#console.log ts
ts.data {func: 'get_hist_data',args: "'300388',ktype='W'"}, (res)->
  console.log(res)

ts.data {func: 'get_hist_data',args: "'159915',ktype='M'"}, (res)->
  console.log(res)

ts.data {func: 'get_h_data',args: "'300388'"}, (res)->
  console.log(res)
  # use this to end conversatio
ts.done()
0.5.5

8 years ago

0.5.4

8 years ago

0.5.3

8 years ago

0.5.2

8 years ago

0.5.1

8 years ago

0.5.0

8 years ago