skills/tushare-data-1.0.5/references/数据接口/期货数据/历史Tick行情.md
wangyitong a65adcc2e5 Initial commit: merged, deduplicated, and vetted skill collection
Sources: extracted from two upstream archives (skill-repo, skills-main),
merged with the following policy:

- 15 broken symlinks (pointing to /Users/jameslee/.cc-switch/skills or
  ../../.agents/skills on a foreign machine) discarded
- 3 real name collisions with identical content (ai-pair, ifind-http-api,
  zhipu-websearch) kept as one copy
- Functional overlaps deduped keeping the strongest variant:
  - docx family: kept docx (official, full toolchain) + docx-cn
    (GB/T 9704 Chinese official-document constants),
    dropped docx_writer (no scripts, name collided with docx)
  - humanizer family: kept humanizer-zh (6 zh reference docs),
    dropped humanizer (en, redundant for CN workflow)
- Skills that only ran in a foreign environment removed:
  ablemind-ops, app-publish, hlb-design-system, openclaw-adj-skill,
  claude-driver
- alphapai excluded from this public repo because its SKILL.md hard-coded
  live credentials

Result: 25 skills, 572 files, ~7.5 MB.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-13 14:47:12 +08:00

37 lines
1.8 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 期货Tick行情数据
----
获取全市场期货合约的Tick高频行情当前不提供API方式获取只提供csv网盘交付近10年历史数据一次性网盘拷贝支持按交易所按日期定制每天增量更新。tick行情属于单独的数据服务内容不在积分权限范畴有需求的用户请微信联系waditu_a 联系时请注明期货tick数据。
<br>
<br>
**数据字段内容说明**
字段 | 类型 | 中文含义 | 样例
---- | ----- | ---- | ----
InstrumentID | string | 合约ID | cu2310
BidPrice1 | float | 买一价 | 68190.000000
BidVolume1 | int | 买一量 | 4
AskPrice1 | float | 卖一价 | 68212.000000
AskVolume1 | int | 卖一量 | 2
LastPrice | float | 最新价 | 68210.000000
Volume | int | 成交量 | 3223
Turnover | float | 成交金额 | 382577245.000000
OpenInterest | int | 持仓量 | 203332.000000
UpperLimitPrice | float | 涨停价 | 68210.000000
LowerLimitPrice | float | 跌停价 | 62210.000000
OpenPrice | float | 今开盘 | 68010.000000
PreSettlementPrice | float | 昨结算价 | 68110.000000
PreClosePrice | float | 昨收盘价 | 68113.000000
PreOpenInterest | int | 昨持仓量 | 3232343.000000
TradingDay | string | 交易日期 | 20230925
UpdateTime | string | 更新时间 | 10:00:00.500
<br>
<br>
**文件样例**
<img src='https://tushare.pro/files/web/ft_tick.png'>