# GetFincanceEx 事件
GetFincanceEx(Type,Index)
 取指定财务数据.  
返回值:返回指定的财务数据。
&emsp
参数
 | 参数 | 说明 | 
|---|---|
| Type | 详见GetFincance 方法 | 
| Index | 基于0索引的财务数据序号(具体有多少财务数据,通过FinanceCount调取) | 
示例
 Set Finance = marketdata.GetFincance("600000","SH",1)'调取历史财务数据
Application.MsgOut Finance.GetFincanceex(1,0)'显示第一个总股本财务数据
 1
2
3
2
3
应用于