Skip to content

查询实时板块窗口聚合

signal.realtime.sectors

按1小时、6小时、24小时或3天滚动窗口分别聚合政策、权威媒体和即时市场关注强度,并与前一个等长窗口比较。

调用契约

项目
MethodGET
Path/api/gendangzou/realtime/sectors
业务域signal
数据更新每 5 分钟发现新增材料;正文与分析完成后发布

受控意图:find_realtime_sector_signalscompare_realtime_sector_windowsmonitor_intraday_sector_attentionmonitor_realtime_market_attention

请求参数

参数位置类型必填约束与默认值
windowquerystring默认 24h;可选 1h6h24h3d
channelquerystring默认 all;可选 allpolicymediamarket_attention
layerquerystring可选 own_l1own_l2dynamicmarket_dynamic
signalquerystring可选 new_signalstrengtheningmulti_sourcepressuremixedsteady
limitqueryinteger默认 30;最小 1;最大 100

最小调用

bash
curl --fail --silent --show-error \
  -H "Authorization: Bearer $MOBIUSQUANT_TOKEN" \
  "https://api.mobiusquant.ai/api/gendangzou/realtime/sectors"

响应

字段类型必有含义
schema_versionstring-
business_datestring本次查询使用的北京时间业务日期。
generated_atstring-
windowRealtimeWindow独立于日报的滚动时间窗口及前一个等长比较窗口。
catalogRealtimeCatalog实时聚合使用的当前活动板块目录。
summaryRealtimeSummary当前查询的聚合统计。
sectorsarray<RealtimeSectorDelta>当前对象关联的板块摘要或映射结果。

RealtimeWindow

字段类型必有含义
kindstring-
durationstring当前滚动窗口长度。
timezonestring-
startstring当前窗口起点,包含该时刻。
endstring当前窗口终点,不包含该时刻。
previous_startstring前一个等长窗口起点。
previous_endstring前一个等长窗口终点。

RealtimeCatalog

字段类型必有含义
release_idstring-
namespacestring-
versionstring-
as_ofstring该数据版本对应的业务日期。
statusstring对象或关系的当前状态。
activated_atstring-
sector_countinteger当前活动板块目录节点数。

RealtimeSummary

字段类型必有含义
material_countinteger-
policy_material_countinteger-
media_material_countinteger-
market_attention_material_countinteger-
sector_countinteger当前结果关联的板块数量。
new_signal_sector_countinteger-
multi_source_sector_countinteger-
pressure_sector_countinteger-

RealtimeSectorDelta

字段类型必有含义
sector_idstring板块稳定标识。
sector_namestring板块名称。
layerstring板块层级。
signalsarray<string>-
attention_scorenumber当前滚动窗口内政策、权威媒体与即时市场关注的综合强度。
policy_scorenumber当前滚动窗口内的政策材料强度。
media_scorenumber当前滚动窗口内的权威媒体材料强度。
market_attention_scorenumber当前滚动窗口内即时财经材料形成的市场关注强度。
previous_attention_scorenumber前一个等长窗口的综合关注强度。
previous_policy_scorenumber前一个等长窗口的政策材料强度。
previous_media_scorenumber前一个等长窗口的媒体材料强度。
previous_market_attention_scorenumber前一个等长窗口的即时市场关注强度。
attention_changenumber当前综合关注强度相对前一个等长窗口的变化。
policy_changenumber当前政策强度相对前一个等长窗口的变化。
media_changenumber当前媒体强度相对前一个等长窗口的变化。
market_attention_changenumber当前即时市场关注强度相对前一个等长窗口的变化。
previous_material_countinteger-
direction_balancenumber / null-
direction_coveragenumber-
material_countinteger-
policy_material_countinteger-
media_material_countinteger-
market_attention_material_countinteger-
source_countinteger-
positive_material_countinteger-
negative_material_countinteger-
neutral_material_countinteger-
latest_signal_atstring-
material_idsarray<string>归并到当前展示项的全部材料标识。
referencesarray<RealtimeMaterialReference>-

RealtimeMaterialReference

字段类型必有含义
material_idstring归并后材料的主标识。
channelstring-
source_idstring材料来源标识。
source_namestring材料来源名称。
titlestring原始材料标题。
urlstring原始材料 URL。
signal_ready_atstring-
evidence_idstring可溯源证据标识。
viewpointstring系统从材料中抽取的产业观点。
rationalestring当前判断或关系的依据。
impact_directionstring材料对板块的正向、负向、中性或未知方向。
direction_scorenumber方向强度,正值、负值和零分别表示正向、负向和中性。

调用要点

  • 需要解释结论时,再调用关联证据能力。

关联能力

机器可读契约

AI 交易的基础设施平台