Skip to content

Commit

Permalink
new exchange mappings (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssnyder-intrinio authored Sep 30, 2024
1 parent f2295cf commit 68c9461
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,11 @@ class Exchange(IntEnum):
ISE = ord('I')
MERCURY = ord('J')
MIAMI = ord('M')
NYSE_ARCA = ord('N')
MIAMI_PEARL = ord('O')
NYSE_ARCA = ord('P')
NYSE_ARCA_DEPRECIATED = ord('P')
NASDAQ = ord('Q')
MIAX_SAPPHIRE = ord('S')
NASDAQ_BX = ord('T')
MEMX = ord('U')
CBOE_C2 = ord('W')
Expand Down

0 comments on commit 68c9461

Please sign in to comment.