dpguthrie / dpguthrie/yahooquery
Screener pagination
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.**
I want to get all securities from a screener, but there is a limitation in the number of securities we can get in each request.
**Describe the solution you'd like**
Adding a parameter `offset` to method `Screener().get_screeners`.
```
s.get_screeners(screen, count, offset)
```
I have the code. If you agree I will open a PR with this change.
Contributor guide
Assessment
This issue has not been assessed yet.