mootdx icon indicating copy to clipboard operation
mootdx copied to clipboard

历史分笔数据怎么查某一天全部的数据?

Open amangqq opened this issue 1 year ago • 4 comments

1.我看文档是以下示例代码,offset多少可以拿到一天的全部数据?

from mootdx.quotes import Quotes

client = Quotes.factory(market='std') client.transactions(symbol='000001', start=0, offset=10, date='20170209')

2.文档里是分笔明细,请问有逐笔成交明细吗

amangqq avatar Sep 25 '23 05:09 amangqq