client-python
client-python copied to clipboard
Argument limit not working when using list_ticker_news
Describe the bug
I found that the argument limit is not working when I query for news using list_ticker_news.
To Reproduce
Steps to reproduce the behavior:
- Create a polygon python client
- Use list_ticker_news with limit
- Iterate the query results
- Check how many items were fetched
Expected behavior
Exactly limit number of results are displayed
Screenshots
Additional context
I think it may be related to #858