Skip to content

Commit 6ca3fc3

Browse files
Sync benzinga, economy, furures, and tmx (#898)
* Sync benzinga, economy, furures, and tmx * Adds any_of
1 parent f254f53 commit 6ca3fc3

File tree

10 files changed

+1037
-81
lines changed

10 files changed

+1037
-81
lines changed

polygon/rest/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
from .aggs import AggsClient
22
from .futures import FuturesClient
3+
from .benzinga import BenzingaClient
4+
from .economy import EconomyClient
5+
from .tmx import TmxClient
36
from .trades import TradesClient
47
from .quotes import QuotesClient
58
from .snapshot import SnapshotClient
@@ -25,6 +28,9 @@
2528
class RESTClient(
2629
AggsClient,
2730
FuturesClient,
31+
BenzingaClient,
32+
EconomyClient,
33+
TmxClient,
2834
TradesClient,
2935
QuotesClient,
3036
SnapshotClient,

0 commit comments

Comments
 (0)