Skip to content

Commit ab40663

Browse files
committed
refresh DataApi and TradeApi
1 parent 1580bc8 commit ab40663

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

tradesimguide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ print "msg:", msg
3737
print "task_id:", task_id
3838
```
3939

40-
+ TradeApi的详细使用方法,请参看[这里](http://www.quantos.org/tradesim/doc.html).
40+
+ TradeApi的详细使用方法,请参看[这里](https://github.com/quantOS-org/JAQS/blob/master/doc/trade_api.md).
4141

4242
## Web综合客户端
4343

tusharepro.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ api.login("手机号", "token")
2424

2525
df, msg = api.daily(
2626
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,
2929
fields="",
3030
adjust_mode="post")
3131
```
@@ -40,5 +40,6 @@ df, msg = api.daily(
4040
|5.11| 600832| 5.14| 5.09| NaN |5.12 |NaN |600832.SH| 20121031 |交易 |1.072007e+07| 2097770 | 5.11|
4141
|5.18| 600832| 5.20| 5.12| NaN |5.12 |NaN |600832.SH| 20121101 |交易 |1.972100e+07| 3814712 | 5.17|
4242

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)

0 commit comments

Comments
 (0)