Grade Price Trend
get_grade_trendPurpose: return the historical series of the layered rCB index for one grade tier - period-by-period assessedbenchmark price, period-on-period change, anchor, adjustment factor and verification factor. Guidelines: gradedefaults to P2 in the CN region; set start_date and end_date as YYYY-MM to slice a window; pair withget_rcb_index for the current cross-section and get_price_trend for category-level trends. Limits: index pointsonly - dimensionless, non-tradable, and never to be converted into an absolute price; early periods may carry ananchor carried forward from an earlier month, and the output flags when this happens. Ex:get_grade_trend(grade='P2'), get_grade_trend(grade='P1', start_date='2025-12', end_date='2026-09').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| grade | No | 层级,默认 P2 | |
| region | No | 区域,默认 CN | |
| end_date | Yes | 结束期 YYYY-MM | |
| start_date | Yes | 起始期 YYYY-MM |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Human-readable result (markdown, or a JSON string when response_format=json). |