PS D:\qmt> python .\get_instrument_detail.py {'ExchangeID': 'SH', 'InstrumentID': '600288', 'InstrumentName': '大恒科技', 'ProductID': '', 'ProductName': '', 'ExchangeCode': '600288', 'UniCode': '600288', 'CreateDate': '0', 'OpenDate': '20001129', 'ExpireDate': 2147483647, 'PreClose': 8.62, 'SettlementPrice': 8.62, 'UpStopPrice': 9.48, 'DownStopPrice': 7.76, 'FloatVolume': 436800000.0, 'TotalVolume': 436800000.0, 'LongMarginRatio': 1.7976931348623157e+308, 'ShortMarginRatio': 1.7976931348623157e+308, 'PriceTick': 0.01, 'VolumeMultiple': 1, 'MainContract': 0, 'LastVolume': 2147483647, 'InstrumentStatus': 0, 'IsTrading': False, 'IsRecent': False, 'ProductTradeQuota': 2147483647, 'ContractTradeQuota': 2147483647, 'ProductOpenInterestQuota': 2147483647, 'ContractOpenInterestQuota': 2147483647}
今天 get_instrument_detail 接口取出来的涨跌停数据都不对,'UpStopPrice': 9.48, 'DownStopPrice': 7.76,
实际涨停10.43,跌停8.53? |