Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion massive/rest/reference.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading