rustdx
rustdx copied to clipboard
【长期计划】增加更多 (py)tdx 提供的数据接口
done | pytdx.hq | pytdx.parser | rustdx::tcp |
---|---|---|---|
√ | get_security_bars | GetSecurityBarsCmd | stock::Kline |
get_index_bar | GetIndexBarsCmd | / | |
get_security_quotes | GetSecurityQuotesCmd | / | |
√ | get_security_count | GetSecurityCountCmd | SecurityCount |
√ | get_security_list | GetSecurityList | SecurityList |
get_minute_time_data | GetMinuteTimeData | / | |
get_history_minute_time_data | GetHistoryMinuteTimeData | / | |
get_transaction_data | GetTransactionData | / | |
get_history_transaction_data | GetHistoryTransactionData | / | |
get_company_info_category | GetCompanyInfoCategory | / | |
get_company_info_content | GetCompanyInfoContent | / | |
√ | get_xdxr_info | GetXdXrInfo | stock::Xdxr |
get_finance_info | GetFinanceInfo | / | |
get_block_info_meta | GetBlockInfoMeta | / | |
get_block_info | GetBlockInfo | / | |
get_and_parse_block_info | / | / | |
get_report_file | GetReportFile | / | |
get_report_file_by_size | / | / | |
√ | do_heartbeat | / | Heartbeat |
get_k_data | / | / |
【注】 tcp feature 目前没有计划短期内完成。 因为一次只获取一只/一小部分的接口会让程序大部分时间花在 网络 IO 等待上,所以在有其他替代品(或者本人暂时不需要)的情况下,不会优先实现(不过欢迎 PR)。