天软金融分析.NET函数大全 > 金融函数 > 金融工程 > 指数研究 > 中间函数

KLineDataForIndex    

简述
K线数据(指数专用)
定义
KLineDataForIndex(StockID:String;BegT:TDateTime;EndT:TDateTime):TableArray
参数
名称类型说明
StockIDString字符串,股票代码
BegTTDateTime日期型时间,开始日期
EndTTDateTime日期型时间,截止日期
返回TableArrayK线数据(指数专用)
  • 范例

    Return KLineDataForIndex("SH600206",inttodate(20120618),inttodate(20120926));

    //结果:
相关