dpguthrie / dpguthrie/yahooquery
p_get_financial_data can support specific start date
Open
- Dominant language
- Python
- Stars
- 920
- Forks
- 164
- PR merge metrics
- No merged PRs in 30d
Description
**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")
Contributor guide
Assessment
This issue has not been assessed yet.