[Mod] use no adjustment type of equity history data
This commit is contained in:
parent
1f5a57c2c7
commit
be315e4bc1
@ -123,7 +123,8 @@ class RqdataClient:
|
|||||||
frequency=rq_interval,
|
frequency=rq_interval,
|
||||||
fields=["open", "high", "low", "close", "volume"],
|
fields=["open", "high", "low", "close", "volume"],
|
||||||
start_date=start,
|
start_date=start,
|
||||||
end_date=end
|
end_date=end,
|
||||||
|
adjust_type="none"
|
||||||
)
|
)
|
||||||
|
|
||||||
data: List[BarData] = []
|
data: List[BarData] = []
|
||||||
|
Loading…
Reference in New Issue
Block a user