edtechre / pybroker

Algorithmic Trading in Python with Machine Learning

Home Page:https://www.pybroker.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AKShare got an unexpected keyword argument 'timeframe'

jackielihf opened this issue · comments

akshare = AKShare(timeframe="1d")
TypeError: init() got an unexpected keyword argument 'timeframe'

try:
akshare = AKShare()

try: akshare = AKShare()

yes, it works without parameters

Thank you @mepwang ! Yes, timeframe is not an argument to the AKShare constructor.