Skip to content

Commit dd8f02d

Browse files
Update: Add MIC specification for primary exchange (#436)
This PR updates this param text to align with our documentation on the website.
1 parent e9fb4ba commit dd8f02d

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
@@ -99,7 +99,7 @@ def list_tickers(
9999
:param ticker_gte: Ticker greater than or equal to.
100100
:param type: Specify the type of the tickers. Find the types that we support via our Ticker Types API. Defaults to empty string which queries all types.
101101
:param market: Filter by market type. By default all markets are included.
102-
:param exchange: Specify the primary exchange of the asset in the ISO code format. Find more information about the ISO codes at the ISO org website. Defaults to empty string which queries all exchanges.
102+
:param exchange: Specify the assets primary exchange Market Identifier Code (MIC) according to ISO 10383. Defaults to empty string which queries all exchanges.
103103
:param cusip: Specify the CUSIP code of the asset you want to search for. Find more information about CUSIP codes at their website. Defaults to empty string which queries all CUSIPs.
104104
:param cik: Specify the CIK of the asset you want to search for. Find more information about CIK codes at their website. Defaults to empty string which queries all CIKs.
105105
:param date: Specify a point in time to retrieve tickers available on that date. Defaults to the most recent available date.

0 commit comments

Comments
 (0)