You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: massive/rest/reference.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,7 @@ def list_tickers(
108
108
:param date: Specify a point in time to retrieve tickers available on that date. Defaults to the most recent available date.
109
109
:param search: Search for terms within the ticker and/or company name.
110
110
: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.
112
112
: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.
113
113
:param order: The order to sort the results on. Default is asc (ascending).
0 commit comments