Skip to content

Commit bb0c88d

Browse files
committed
Bugfix: changed limit value in doc to match the actual default value of 10.
1 parent 9d38d7b commit bb0c88d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

massive/rest/reference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def list_tickers(
108108
:param date: Specify a point in time to retrieve tickers available on that date. Defaults to the most recent available date.
109109
:param search: Search for terms within the ticker and/or company name.
110110
:param active: Specify if the tickers returned should be actively traded on the queried date. Default is true.
111-
:param limit: Limit the size of the response per-page, default is 100 and max is 1000.
111+
:param limit: Limit the size of the response per-page, default is 10 and max is 1000.
112112
: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.
113113
:param order: The order to sort the results on. Default is asc (ascending).
114114
:param params: Any additional query params.

0 commit comments

Comments
 (0)