yahooquery icon indicating copy to clipboard operation
yahooquery copied to clipboard

p_get_financial_data can support specific start date

Open zhenyulin opened this issue 4 years ago • 2 comments

Is your feature request related to a problem? Please describe. Currently, p_get_financial_data would return all the historical data, e.g. can be back in 1980s. Old reports that are not needed are excessive increasing network usage.

Describe the solution you'd like p_get_financial_data(fields, oldest="2010-01-01")

zhenyulin avatar Dec 16 '20 23:12 zhenyulin

I'm working on a fix for this where a user can specify start and end arguments similar to the history method.

dpguthrie avatar Jan 16 '21 13:01 dpguthrie

@dpguthrie I would like to work on this feature request. Because seeing the code, this feature has still not being implemented. Correct me if I am wrong.

keenborder786 avatar Apr 19 '23 20:04 keenborder786