client-python icon indicating copy to clipboard operation
client-python copied to clipboard

Argument limit not working when using list_ticker_news

Open AirswitchAsa opened this issue 9 months ago • 0 comments

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:

  1. Create a polygon python client
  2. Use list_ticker_news with limit
  3. Iterate the query results
  4. Check how many items were fetched

Expected behavior

Exactly limit number of results are displayed

Screenshots

Image

Additional context

I think it may be related to #858

AirswitchAsa avatar Mar 26 '25 10:03 AirswitchAsa