Skip to content

查询证券生命周期当前状态

security.lifecycle.list

按北京时间日期查询待上市、近期上市及退出证券,并返回板块关联和权威来源。

调用契约

项目
MethodGET
Path/api/gendangzou/securities
业务域security
数据更新hourly_official_exchange_and_cninfo_catalog

受控意图:list_prelisted_securitieslist_new_listingslist_recent_delistingsinspect_security_lifecycle

请求参数

参数位置类型必填约束与默认值
datequerystringLifecycle date; defaults to the current Beijing date;格式 date
scopequerystring默认 recent_listed;可选 prelistedrecent_listeddepartures
daysqueryinteger默认 30;最小 1;最大 365
qquerystring最短 1 字符;最长 100 字符
exchangequerystring可选 SSESZSEBSE
boardquerystring可选 MAINSTARCHINEXTBSE
sector_idquerystring最短 2 字符;最长 128 字符
pagequeryinteger从 1 开始的页码;默认 1;最小 1
page_sizequeryinteger默认 30;最小 1;最大 100
snapshot_idquerystring最短 8 字符;最长 128 字符
detailquerystringfull 保留完整 Web 响应;compact 返回供 Agent 使用的稳定快照引用;默认 full;可选 fullcompact
includequerystring逗号分隔的精简版本扩展:sector_dynamics、coverage;最长 80 字符

最小调用

bash
curl --fail --silent --show-error \
  -H "Authorization: Bearer $MOBIUSQUANT_TOKEN" \
  "https://api.mobiusquant.ai/api/gendangzou/securities?page_size=10&detail=compact"

响应

字段类型必有含义
business_datestring本次查询使用的北京时间业务日期。
snapshotSnapshotContext / SnapshotReference本次查询实际使用的数据版本。
scopestring-
window_daysinteger-
summarySecurityLifecycleSummary当前查询的聚合统计。
sector_impactsarray<SecurityLifecycleSectorImpact>-
coverageSecurityLifecycleCoverage数据覆盖数量与完成度统计。
itemsarray<SecurityLifecycleItem>当前查询返回的结果列表。
paginationPagination分页位置、总数和总页数。

SecurityLifecycleSummary

字段类型必有含义
prelistedinteger-
recent_listedinteger-
recent_departuresinteger-

SecurityLifecycleSectorImpact

字段类型必有含义
sector_idstring板块稳定标识。
sector_namestring板块名称。
sector_layerstring关系对应板块的层级。
event_countinteger-
effective_countinteger-
preview_countinteger-
historical_countinteger-
stock_codesarray<string>-
stock_namesarray<string>-

SecurityLifecycleCoverage

字段类型必有含义
last_verified_atstring-
listed_exchangesarray<string>-
delisted_exchangesarray<string>-
prelisting_sourcesarray<string>-
degraded_sourcesarray<string>-
sourcesarray<SecurityLifecycleSourceHealth>归并材料涉及的全部来源。

SecurityLifecycleSourceHealth

字段类型必有含义
source_idstring材料来源标识。
exchangestring上市交易所。
statusstring对象或关系的当前状态。
row_countinteger-
last_success_atstring-

SecurityLifecycleItem

字段类型必有含义
stock_codestring保留前导零的六位 A 股代码。
stock_namestring上市公司简称。
company_namestring交易所名册记录的公司全称。
exchangestring上市交易所。
boardstringA 股上市板标识。
lifecycle_statusstring当前对象的生命周期状态。
lifecycle_stagestring政策材料在征求意见、正式发布等生命周期中的阶段。
status_effective_datestring-
planned_listing_datestring / null-
listing_datestring / null-
delisting_datestring / null-
first_seen_atstring系统首次发现材料的时间。
last_seen_atstring-
source_idstring材料来源标识。
source_urlstring-
reasonstring-
evidence_countinteger支撑当前结果的可溯源证据数量。
latest_evidenceSecurityLifecycleEvidence / null-
sector_countinteger当前结果关联的板块数量。
sectorsarray<SecurityLifecycleSector>当前对象关联的板块摘要或映射结果。

SecurityLifecycleEvidence

字段类型必有含义
evidence_idstring可溯源证据标识。
source_idstring材料来源标识。
evidence_typestring-
effective_datestring该序列点实际生效的日期。
titlestring原始材料标题。
source_urlstring-
observed_atstring-

SecurityLifecycleSector

字段类型必有含义
relation_idstring公司与板块关系的稳定标识,用于继续查询证据。
sector_idstring板块稳定标识。
sector_namestring板块名称。
sector_layerstring关系对应板块的层级。
relation_typestring公司与板块的业务关系或市场关系。
relation_statusstring公司板块关系在当前版本中的状态。
scorenumber公司业务事实与板块定义的关系强度。
confidencenumber结果置信度;不能与关系分或热度分互换。
evidence_countinteger支撑当前结果的可溯源证据数量。
mapping_statestring板块映射处于预览、生效或历史状态。

调用要点

  • Agent 建议使用 detail=compact 控制上下文体积。
  • 分页从 page_size=10 开始,确认需要后再继续翻页。
  • 需要解释结论时,再调用关联证据能力。

关联能力

机器可读契约

AI 交易的基础设施平台