</>

公司概况通达信

查询公司发行上市资料和指数调入调出记录。 源端直取默认不写入本地数据。

查询公司发行上市资料和指数调入调出记录。 源端直取默认不写入本地数据。

输入参数

参数类型必填说明默认值
codestring股票代码:支持 000001、000001.SZ、sz000001;批量可传列表或英文逗号分隔字符串。
typestring资料类型:listing 发行上市信息,index_change 指数调入调出;默认 listing。"listing"

返回字段

字段类型说明
instrument_idstringAxData 统一证券代码,例如 000001.SZ。
symbolstring交易所原始六位代码。
stock_typestring股票类别。
list_datedate上市日期。
issue_methodstring发行方式。
issue_systemstring发行制度。
par_valuenumber每股面值,单位:元。
issue_pricenumber发行价格,单位:元。
issue_volumenumber发行数量。
raised_amountnumber实际募资总额。
net_raised_amountnumber实际募资净额。
first_opennumber首日开盘价,单位:元。
first_closenumber首日收盘价,单位:元。
lead_underwriterstring主承销商。
sponsorstring上市保荐人。
publish_datedate指数调整公布日期。
change_directionstring指数调入/调出方向。
index_namestring指数名称。
publish_date_change_pctnumber公布日涨跌幅,单位:%。
effective_datedate指数调整日期。
effective_date_change_pctnumber调整日涨跌幅,单位:%。

调用示例

Python SDK

import axdata as ax

client = ax.AxDataClient()
rows = client.call(
    "stock_company_profile_tdx",
    code='000001.SZ',
    type='listing',
)

HTTP API

POST /v1/request/stock_company_profile_tdx
Content-Type: application/json

{
  "params": {
    "code": "000001.SZ",
    "type": "listing"
  }
}

真实样例快照

展示插件接口目录里的固定 example.response,页面打开不会再次请求源端。

请求参数

{
  "code": "000001.SZ",
  "type": "listing"
}

响应样例

stock_typelist_dateissue_methodissue_systempar_valueissue_priceissue_volumeraised_amountnet_raised_amountfirst_openfirst_closelead_underwritersponsorinstrument_idsymbol
A股19940509申请表抽签限额认购核准制1.05.246802433623390.27.26.76巨田证券有限责任公司巨田证券有限责任公司000001.SZ000001

生成时间:2026-07-06T16:54:55+00:00