res = xtdata.get_full_tick(['000967.SZ', '600084.SH'])
print(res)
{'600084.SH': {'timetag': '20250220 11:13:15', 'lastPrice': 5.74, 'open': 5.21, 'high': 5.74, 'low': 5.17, 'lastClose': 5.22, 'amount': 39785900, 'volume': 71106, 'pvolume': 7110614, 'stockStatus': 3, 'openInt': 13, 'settlementPrice': 0, 'lastSettlementPrice': 5.22, 'askPrice': [0, 0, 0, 0, 0], 'bidPrice': [5.74, 5.73, 5.72, 0, 0], 'askVol': [0, 0, 0, 0, 0], 'bidVol': [167673, 139, 7, 0, 0]}, '000967.SZ': {'timetag': '20250220 11:13:36', 'lastPrice': 6.02, 'open': 5.73, 'high': 6.06, 'low': 5.56, 'lastClose': 5.68, 'amount': 900129000, 'volume': 1543949, 'pvolume': 154394870, 'stockStatus': 3, 'openInt': 13, 'settlementPrice': 0, 'lastSettlementPrice': 5.68, 'askPrice': [6.02, 6.03, 6.04, 0, 0], 'bidPrice': [6, 5.99, 5.98, 0, 0], 'askVol': [121, 925, 1721, 0, 0], 'bidVol': [434, 97, 2146, 0, 0]}}