Skip to content

Commit 567815d

Browse files
Update reference.py to include indices (#435)
The v3 Tickers endpoint supports indices too. Minor tweak here to fix this comment.
1 parent dd8f02d commit 567815d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polygon/rest/reference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def list_tickers(
9090
options: Optional[RequestOptionBuilder] = None,
9191
) -> Union[Iterator[Ticker], HTTPResponse]:
9292
"""
93-
Query all ticker symbols which are supported by Polygon.io. This API currently includes Stocks/Equities, Crypto, and Forex.
93+
Query all ticker symbols which are supported by Polygon.io. This API currently includes Stocks/Equities, Indices, Forex, and Crypto.
9494
9595
:param ticker: Specify a ticker symbol. Defaults to empty string which queries all tickers.
9696
:param ticker_lt: Ticker less than.

0 commit comments

Comments
 (0)