bpsmith / tia

Toolkit for integration and analysis
BSD 3-Clause "New" or "Revised" License
404 stars 165 forks source link

For get_historical, how to input additional argument that is not within the class #22

Open vionwinnie opened 7 years ago

vionwinnie commented 7 years ago

I would like to set additional argument to the request

so for example:

request.Set("adjustmentSplit",true)

How can I insert that to the existing argument?

Thanks.

STguerin commented 7 years ago

did you take a look at possible arguments?... s['SPY US Equity'].get_historical('PX_LAST',start='1990-01-01', end='', adjustment_split=True)