RAPTOR v18.4: Исправлена отчетность, активированы выходные
This commit is contained in:
10
invest-python-master/examples/get_trading_statuses.py
Normal file
10
invest-python-master/examples/get_trading_statuses.py
Normal file
@@ -0,0 +1,10 @@
|
||||
import os
|
||||
|
||||
from t_tech.invest import Client
|
||||
|
||||
token = os.environ["INVEST_TOKEN"]
|
||||
|
||||
|
||||
with Client(token) as client:
|
||||
statuses = client.market_data.get_trading_statuses(instrument_ids=["BBG004730N88"])
|
||||
print(statuses)
|
||||
Reference in New Issue
Block a user