Skip to content

Commit a7c00b8

Browse files
authoredFeb 20, 2025
Adds IEX business feed (#852)
1 parent 4f54c2c commit a7c00b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎polygon/websocket/models/common.py

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ class Feed(Enum):
1111
Launchpad = "launchpad.polygon.io"
1212
Business = "business.polygon.io"
1313
EdgxBusiness = "edgx-business.polygon.io"
14+
IEXBusiness = "iex-business.polygon.io"
1415
DelayedBusiness = "delayed-business.polygon.io"
1516
DelayedEdgxBusiness = "delayed-edgx-business.polygon.io"
1617
DelayedNasdaqLastSaleBusiness = "delayed-nasdaq-last-sale-business.polygon.io"

0 commit comments

Comments
 (0)
Failed to load comments.