FAQ > 金融建模 > 建模问题 > 股票相关

Q:股本结构中A股字段怎么提取指定日的?    

  • A:范例:
    Endt:=datetoInt(20160601T);
     return vselect ['A股'] from infotable 16 of 'SZ000002'
         where ['变动日']<=dEndt order by ['变动日'] desc end;