No description
Find a file
Tridro 4ceea7a46c rename: UnderlyingAssetInformation → underlying-asset-information
Update repo title and submodule add URL in README.
2026-05-14 15:31:03 +08:00
EXCHANGE.json 初始化:从 FuturesSettlementAnalysis/static 迁移基础信息数据 2026-04-18 22:33:51 +08:00
FUTURE.json 初始化:从 FuturesSettlementAnalysis/static 迁移基础信息数据 2026-04-18 22:33:51 +08:00
LICENSE Initial commit 2026-04-18 22:23:48 +08:00
OPTION.json 初始化:从 FuturesSettlementAnalysis/static 迁移基础信息数据 2026-04-18 22:33:51 +08:00
README.md rename: UnderlyingAssetInformation → underlying-asset-information 2026-05-14 15:31:03 +08:00

underlying-asset-information

期货标的物基础信息数据库。

说明

本仓库维护中国期货交易所的基础静态信息,包括:

  • EXCHANGE.json: 交易所信息(代码、名称、交易时段等)
  • FUTURE.json: 期货品种信息(合约代码、乘数、最小变动价位、保证金率等)
  • OPTION.json: 期权品种信息(标的物、行权价、到期日等)

数据来源

这些信息由 FuturesSettlementAnalysis 项目提取并维护,定期更新。

使用方式

作为子模块集成到项目中使用:

git submodule add http://192.168.0.101:3100/tridro/underlying-asset-information.git static

quantvendor-core 中通过 core/constant.py 加载:

from core.constant import (
    load_exchange_info,
    load_future_info,
    load_option_info,
)

更新频率

基础信息不经常变更,仅在交易所增加新品种或有重大规则调整时更新。一般每季度或每半年更新一次。

许可证

MIT License