From bb0c88d4202bc697145d5d935d523ff24413e7bd Mon Sep 17 00:00:00 2001 From: mashurr Date: Sat, 6 Dec 2025 19:47:09 -0500 Subject: [PATCH] Bugfix: changed limit value in doc to match the actual default value of 10. --- massive/rest/reference.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/massive/rest/reference.py b/massive/rest/reference.py index b7a91c31..d3bb9576 100644 --- a/massive/rest/reference.py +++ b/massive/rest/reference.py @@ -108,7 +108,7 @@ def list_tickers( :param date: Specify a point in time to retrieve tickers available on that date. Defaults to the most recent available date. :param search: Search for terms within the ticker and/or company name. :param active: Specify if the tickers returned should be actively traded on the queried date. Default is true. - :param limit: Limit the size of the response per-page, default is 100 and max is 1000. + :param limit: Limit the size of the response per-page, default is 10 and max is 1000. :param sort: The field to sort the results on. Default is ticker. If the search query parameter is present, sort is ignored and results are ordered by relevance. :param order: The order to sort the results on. Default is asc (ascending). :param params: Any additional query params.