# market_data **Repository Path**: bistulpf/market_data ## Basic Information - **Project Name**: market_data - **Description**: 获取CTP 行情数据 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2023-03-08 - **Last Updated**: 2025-08-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 1. CTP接口引用不同平台的引用说明 #### windwo平台 from CTP_API.window import thosttraderapi as tdapi from CTP_API.window import thostmduserapi as mdapi #### Linux和mac平台 from CTP_API.linux import thosttraderapi as tdapi from CTP_API.Linux import thostmduserapi as mdapi ### 2. python 版本 #### Linux平台 建议用python版本3.8 #### window平台 目前window环境的版本 python3.10.7 ,如果选择其他版本则要选择对应的依赖