ThemePica(语势科技)是面向投资的叙事分析平台,致力于捕获、量化和深度分析能够影响资金流向、资产定价、投资者风险偏好的"市场故事"。
核心价值:捕捉传统金融数据难以量化的"认知动能",提前捕捉未来价值迁移信号。
| 对比维度 | 舆情数据 | 叙事数据(ThemePica) |
|---|---|---|
| ---------- | --------- | ---------------------- |
| 底层问题 | 情绪温度是多少? | 市场正在相信什么底层逻辑? |
| 时间跨度 | 瞬时、易逝 | 长期、生命周期演进 |
| 技术侧重 | 词频、正负面判定 | 语境理解、因果逻辑构建 |
| 抗噪能力 | 弱,易受噪音干扰 | 强,侧重影响力与逻辑性 |
| 应用场景 | 高频套利因子 | 趋势拐点预判、主题全周期管理 |
> "人类作为'讲故事的物种'(homo narrans),通过叙事构建认知、理解因果。" —— 罗伯特·席勒
| 模块 | 接口 | 脚本 | 用途 |
|---|---|---|---|
| ------ | ------ | ------ | ------ |
| 登录 | /account/login | login.js | 获取JWT token |
| 主题列表 | /theme/list/all | theme-list.js | 86个投资主题 |
| 季度重点 | /theme/list-important | theme-important.js | 5个重点主题 |
| 主题共识 | /v1.1/consensus/theme | consensus-theme.js | 多维叙事数据(热度+情绪+共识度+象限+信号) |
| 关联指数 | /v1.1/index/theme/get | theme-index.js | 主题关联的所有指数 |
| 最新股票池 | /security/list/theme | security-pool.js | 主题关联股票 |
| 股票池历史 | /security-pool/list/theme | security-pool-history.js | 池变化跟踪 |
| 关联资讯 | /news/list/theme | news.js | 主题新闻 |
| 资讯数量 | /news/size/theme | news-count.js | 新闻统计 |
node scripts/login.js
node scripts/theme-list.js
node scripts/theme-important.js
返回:军事科技, 传统能源, 新型电力系统, 算力网络, 软件服务
新接口!一次调用获取多维叙事数据
node scripts/consensus-theme.js <themeId> <startTime> <endTime>
返回数据(5个维度):
| 指标 | 说明 | 值范围 |
|---|---|---|
| ------ | ------ | -------- |
| themeHeat | 热度原始值 | 0-1 |
| themeHeatNorm | 热度归一值 | 0-1 |
| themeSentiment | 情绪原始值 | 0-1 |
| themeSentimentNorm | 情绪归一值 | 0-1 |
| themeConsensus | 共识度 | 0-1 |
| themeQuadrant | 象限 | 蓄力/沉寂/爆发/分化 |
| themeSignal | 信号 | 观察/关注/回调 |
> 注:themeHeat/themeHeatNorm 是热度维度, themeSentiment/themeSentimentNorm 是情绪维度. 实际5个维度.
示例:
node scripts/consensus-theme.js 7 "2026-01-29 00:00:00" "2026-01-29 23:59:59"
返回机器人主题的共识度、热度、情绪、象限、信号。
注意: 时间间隔不能超过30天
新接口!获取主题关联的所有指数
node scripts/theme-index.js <themeId>
返回数据:
| 指标 | 说明 |
|---|---|
| ------ | -------- |
| themeIndexTicker | 指数代码(如 950180.SH) |
| indexShortName | 指数简称(如 科创AI) |
| order | 排序 |
| score | 关联度得分 |
示例:
node scripts/theme-index.js 300
返回AI智能终端主题关联的TOP指数:
node scripts/security-pool.js <themeId>
Example: node scripts/security-pool.js 3 (生成式AI, 80只股票)
node scripts/security-pool-history.js <themeId> [startTime] [endTime]
node scripts/news.js <themeId> [startTime] [endTime]
node scripts/news-count.js <themeId> [startTime] [endTime]
| ID | Theme | Description |
|---|---|---|
| ---- | ------- | ------------- |
| 3 | 生成式AI | AI models creating content |
| 7 | 机器人 | Humanoid/industrial robots |
| 8 | 新型电力系统 | Power grid modernization |
| 13 | 军事科技 | Defense technology |
| 200 | 半导体 | Chips, semiconductor equipment |
| 300 | AI智能终端 | AI-powered terminals/devices |
| 1000 | 算力网络 | Computing infrastructure |
| 2000 | 体验消费 | Experience-based consumption |
| 6400 | 商业航天 | Commercial spaceflight |
API keys stored in config.json:
{
"appKey": "YOUR_APP_KEY",
"appSecret": "YOUR_APP_SECRET",
"baseUrl": "https://api.themepica.com/theme-api/v1.1"
}
| Error | Solution |
|---|---|
| ------- | ---------- |
| No token | Run login.js |
| 401 Unauthorized | Token expired, re-login |
| 间隔超过30天 | Reduce time range |
| Network error | Check connectivity |
references/DataAPI.md - Complete API specificationreferences/Product-Overview.md - Product overview (叙事数据 vs 舆情数据)语势科技AI叙事计算一季度重点主题超额收益验证。
| 主题 | 股票池涨幅 | 股票数 |
|---|---|---|
| ------ | ----------- | -------- |
| 战略矿产 | +13.91% | 72 |
| 通信网络 | +8.60% | 88 |
| 半导体 | +2.69% | 100 |
| 生成式AI | -2.92% | 78 |
| 商业航天 | -6.75% | 86 |
| 平均收益 | +3.11% | 424 |
超越基准ETF指数(+0.3%),验证AI叙事计算前瞻性。
详见:references/Q1-2026-Validation.md
语势科技是面向投资的叙事数据分析平台, 通过AI大模型对正规财经叙事进行深度分析, 捕捉市场底层逻辑而非瞬时情绪。
| 产品 | 说明 |
|---|---|
| ------ | ------ |
| 季度重点主题 | AI计算季度重点主题及股票池 |
| 年度主题报告 | 年度叙事驱动主题前瞻 |
| 主题周报/季报 | 持续跟踪主题生命周期 |
| 月度/日度计算 | 动态调整配置策略 |
| 主题观察服务 | 主题信息及观点推送 |
| 渠道 | 链接 |
|---|---|
| ------ | ------ |
| 碰词Punch小程序 | 微信小程序搜索 |
| 主题蜂平台 | www.themepica.com |
| 邮件咨询 | mail@themegpt.cn |
| 公众号 | "语势科技" |
来源:语势科技数据产品介绍 2026-04-01
共 1 个版本