@薛定谔の喵-JoinQuant
q = query(
income.code,
income.statDate,
indicator.roe
).filter(
income.code.in_([stock])
)
testresult=get_fundamentals(q,statDate=2018)
testresult1=get_history_fundamentals(stock,[indicator.roe],count=2,stat_date="2018", interval='1y', stat_by_year=Ture)
2019-12-02