โœ“ Verified ๐Ÿ’ป Development โœ“ Enhanced Data

Dividend Premium Tracker

Track the dividend premium (dividend yield minus 10-year bond yield) for CSI Dividend Low Volatility

Rating
5 (360 reviews)
Downloads
1,272 downloads
Version
1.0.0

Overview

Track the dividend premium (dividend yield minus 10-year bond yield) for CSI Dividend Low Volatility Index.

โœจKey Features

1

๐Ÿ“Š Auto-download and track dividend and bond yield data

2

๐Ÿ“ˆ Generate Excel reports with clean charts

3

๐Ÿ”” Alert when bond yield rises for 3 consecutive days

4

๐Ÿ”” Alert when premium drops below 1%

5

๐Ÿ“… Support for historical data backfill

Complete Documentation

View Source โ†’

Dividend Premium Tracker

Track the dividend premium (dividend yield minus 10-year bond yield) for CSI Dividend Low Volatility Index.

Description

This skill tracks the dividend premium for the CSI Dividend Low Volatility Index (H30269), which is crucial for investment decisions in China's dividend-focused market. The dividend premium represents the excess return of dividend-paying stocks over risk-free bonds.

What It Tracks

  • CSI Dividend Low Volatility Index Dividend Yield - From China Securities Index
  • 10-Year China Government Bond Yield - From Ministry of Finance
  • Dividend Premium = Dividend Yield - Bond Yield

Features

  • ๐Ÿ“Š Auto-download and track dividend and bond yield data
  • ๐Ÿ“ˆ Generate Excel reports with clean charts
  • ๐Ÿ”” Alert when bond yield rises for 3 consecutive days
  • ๐Ÿ”” Alert when premium drops below 1%
  • ๐Ÿ“… Support for historical data backfill

Commands

Update Today's Data

bash
python3 scripts/update_dividend_premium.py --update

Check Monitoring Alerts

bash
python3 scripts/monitor_dividend_premium.py --check

Backfill Historical Data

bash
python3 scripts/update_dividend_premium.py --backfill 2026-01-01 2026-01-31

Files

text
dividend-premium-tracker/
โ”œโ”€โ”€ SKILL.md              # This file
โ”œโ”€โ”€ scripts/
โ”‚   โ”œโ”€โ”€ update_dividend_premium.py   # Main update script
โ”‚   โ””โ”€โ”€ monitor_dividend_premium.py  # Monitoring script
โ”œโ”€โ”€ references/           # Documentation (optional)
โ””โ”€โ”€ assets/              # Output files (optional)

Setup

Telegram Alerts (Optional)

Set Telegram Bot Token for alerts:

bash
export TELEGRAM_BOT_TOKEN="your_bot_token_here"

Cron Job (Daily Update)

bash
crontab -e
# Add line:
0 17 * * * cd /path/to/skill && python3 scripts/update_dividend_premium.py --update

Data Sources

DataSourceURL
Dividend YieldChina Securities IndexH30269 Indicator XLS
Bond YieldMinistry of FinanceChinaBond

Alert Thresholds

ConditionAction
Bond yield rises 3 consecutive daysTelegram alert
Premium < 1%Telegram alert

Requirements

  • Python 3.10+
  • pandas
  • openpyxl
  • xlrd
  • curl (for data download)

Usage Notes

  • Premium is calculated as: Dividend Yield (%) - Bond Yield (%)
  • Premium < 1% suggests potential buying opportunity
  • Premium < 0 indicates dividend stocks are cheaper than bonds
  • Historical data from 2026-01-14 to present included

Related Indices:

  • CSI Dividend Low Volatility Index (H30269/000966)
  • 10-Year China Government Bond

Installation

Terminal bash

openclaw install dividend-premium-tracker
    
Copied!

๐Ÿ’ปCode Examples

โ””โ”€โ”€ assets/ # Output files (optional)

-assets--output-files-optional.txt
## Setup

### Telegram Alerts (Optional)

Set Telegram Bot Token for alerts:
example.txt
dividend-premium-tracker/
โ”œโ”€โ”€ SKILL.md              # This file
โ”œโ”€โ”€ scripts/
โ”‚   โ”œโ”€โ”€ update_dividend_premium.py   # Main update script
โ”‚   โ””โ”€โ”€ monitor_dividend_premium.py  # Monitoring script
โ”œโ”€โ”€ references/           # Documentation (optional)
โ””โ”€โ”€ assets/              # Output files (optional)
example.sh
crontab -e
# Add line:
0 17 * * * cd /path/to/skill && python3 scripts/update_dividend_premium.py --update

Tags

#coding_agents-and-ides

Quick Info

Category Development
Model Claude 3.5
Complexity One-Click
Author gykdly
Last Updated 3/10/2026
๐Ÿš€
Optimized for
Claude 3.5
๐Ÿง 

Ready to Install?

Get started with this skill in seconds

openclaw install dividend-premium-tracker