return getbkbydate('XGSG',20210113T);
//返回:
SH787680 |
SH787689 |
SZ300932 |
SH787669 |
SZ300933 |
endt:=20210113T;
sg:= getbkbydate('XGSG',20210113T);
dEndt:=datetoInt(endt);
t:=select ['StockID'],['申购代码'],['网上申购日']
from infotable 12 of GetBK("深证A股#上证A股#创业板#科创板#即将上市")
where ['网上申购日']=dEndt
end;
s:=select ['StockID'],['申购代码'] from t where ['申购代码']in sg end;
return s;
//返回:
StockID | 申购代码
|
---|
SH688689 | SH787689
|
SH688669 | SH787669
|
SH688680 | SH787680
|
SZ300932 | SZ300932
|
SZ300933 | SZ300933
|