Function: appendStockSuffix

appendStockSuffix(stock): string

识别股票代码添加市场后缀

Parameters

Name Type Description
stock string 股票代码

Returns

string

带有市场后缀的股票代码

Example

appendStockSuffix('600570')
// => '600570.SS'
ON THIS PAGE