板块估值

Determine a stock's valuation position within its sector and compare it against the HS300.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/crimes342/skills --skill -crimes342
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 板块估值
Source: https://github.com/crimes342/skills/tree/main/skills/tdxskill/tdx-board-valuation
Command: npx skills add https://github.com/crimes342/skills --skill -crimes342

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

帮助你快速判断个股或指数在所属板块中的估值位置,并查看板块/沪深300的历史估值走势,从而为“贵不贵、处于什么区间”提供可对比的结构化依据。

Core Features & Use Cases

  • 板块与沪深300相对估值对比:比较个股(相对板块)以及板块与沪深300的估值相对位置与排名信息。
  • 历史估值走势查询:支持查询板块或指数的最新值、区间高低与样本点数,适合做趋势分析。
  • 基于 queryType 的路由与结构化结果:通过 queryType 自动选择两类任务(相对估值 vs 历史估值),并按约定读取上游转换后的表格结果。

Quick Start

让系统执行一次板块估值对比查询,例如当你想看个股在板块中的估值定位时,直接调用 tdx_api_data 并传入 entry、queryType="01"、targetCode 和 stockCode。

Frequently Asked Questions about 板块估值

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check a stock's valuation ranking within its sector against HS300?

You retrieve historical valuation trends for a sector or index by calling tdx_api_data with queryType set for history valuation, passing targetCode to get the latest level, range high, range low, and sample point count.

How do I retrieve historical PE PB trends for a sector or index?

You retrieve historical valuation trends for a sector or index by calling tdx_api_data with queryType set for history valuation, passing targetCode to get the latest level, range high, range low, and sample point count.

What data source is required for sector valuation comparison?

The queryType parameter routes the request: it selects the relative valuation scenario for sector ranking with queryType 01, or switches to the historical valuation scenario for retrieving range highs, lows, and sample sizes.

Can I compare a stock's relative valuation position without specifying the sector manually?

The queryType parameter routes the request: it selects the relative valuation scenario for sector ranking with queryType 01, or switches to the historical valuation scenario for retrieving range highs, lows, and sample sizes.

What limitations exist when analyzing sector valuation trends with this approach?

To check a stock's valuation ranking within its sector against HS300, the Skill uses tdx_api_data with queryType 01, passing targetCode and stockCode to retrieve relative valuation placement and ranking information from transformed tables.