“K data”版本间的差异
来自cslt Wiki
(→每只股票的k线数据) |
|||
第23行: | 第23行: | ||
PE1 Double 市盈率 | PE1 Double 市盈率 | ||
PB Double 市净率 | PB Double 市净率 | ||
+ | |||
+ | =指数的参数对应= | ||
+ | |||
+ | 名称 类型 描述 | ||
+ | indexID string 指数内部编码 | ||
+ | tradeDate Date 交易日 | ||
+ | ticker string 指数代码 | ||
+ | porgFullName string 发布机构全称 | ||
+ | secShortName string 证券简称 | ||
+ | exchangeCD string 交易所代码 | ||
+ | preCloseIndex Double 昨收盘指数 | ||
+ | openIndex Double 今开盘指数 | ||
+ | lowestIndex Double 最低价指数 | ||
+ | highestIndex Double 最高价指数 | ||
+ | closeIndex Double 今收盘指数 | ||
+ | turnoverVol Double 成交量 | ||
+ | turnoverValue Double 成交金额 | ||
+ | CHG Double 涨跌 | ||
+ | CHGPct Double 涨跌幅 |
2015年8月20日 (四) 10:21的版本
每只股票的k线数据
名称 类型 描述 secID String 证券内部编码 tradeDate Date 交易日 ticker string 证券代码 secShortName string 证券简称 exchangeCD string 交易所代码 preClosePrice Double 昨收盘 actPreClosePrice Double 实际昨收盘 openPrice Double 今开盘 highestPrice Double 最高价 lowestPrice Double 最低价 closePrice Double 今收盘 turnoverVol Double 成交量 turnoverValue Double 成交金额 dealAmount Int32 成交笔数 turnoverRate Double 日换手率 accumAdjFactor Double 累积复权因子 negMarketValue Double 流通市值 marketValue Double 总市值 PE Double 滚动市盈率 PE1 Double 市盈率 PB Double 市净率
指数的参数对应
名称 类型 描述 indexID string 指数内部编码 tradeDate Date 交易日 ticker string 指数代码 porgFullName string 发布机构全称 secShortName string 证券简称 exchangeCD string 交易所代码 preCloseIndex Double 昨收盘指数 openIndex Double 今开盘指数 lowestIndex Double 最低价指数 highestIndex Double 最高价指数 closeIndex Double 今收盘指数 turnoverVol Double 成交量 turnoverValue Double 成交金额 CHG Double 涨跌 CHGPct Double 涨跌幅