File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ print "msg:", msg
37
37
print " task_id:" , task_id
38
38
```
39
39
40
- + TradeApi的详细使用方法,请参看[ 这里] ( http ://www.quantos. org/tradesim/ doc.html ) .
40
+ + TradeApi的详细使用方法,请参看[ 这里] ( https ://github.com/quantOS- org/JAQS/blob/master/ doc/trade_api.md ) .
41
41
42
42
## Web综合客户端
43
43
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ api.login("手机号", "token")
24
24
25
25
df, msg = api.daily(
26
26
symbol = " 600832.SH, 600030.SH" ,
27
- start_date = " 2012-10-26 " ,
28
- end_date = " 2012-11-30 " ,
27
+ start_date = 20121026 ,
28
+ end_date = 20121130 ,
29
29
fields = " " ,
30
30
adjust_mode = " post" )
31
31
```
@@ -40,5 +40,6 @@ df, msg = api.daily(
40
40
| 5.11| 600832| 5.14| 5.09| NaN | 5.12 | NaN | 600832.SH| 20121031 | 交易 | 1.072007e+07| 2097770 | 5.11|
41
41
| 5.18| 600832| 5.20| 5.12| NaN | 5.12 | NaN | 600832.SH| 20121101 | 交易 | 1.972100e+07| 3814712 | 5.17|
42
42
43
- 详细接口API,请参看:[ http://tushare.org/pro/usage.html ] ( http://tushare.org/pro/usage.html )
44
-
43
+ 详细接口API,请参看:
44
+ 1 . [ http://tushare.org/pro/usage.html ] ( http://tushare.org/pro/usage.html )
45
+ 2 . [ https://github.com/quantOS-org/JAQS/blob/master/doc/data_api.md ] ( https://github.com/quantOS-org/JAQS/blob/master/doc/data_api.md )
You can’t perform that action at this time.
0 commit comments