adr-hshare

Analyze pricing gaps between US-listed ADRs, HK H-shares, and A-shares.

Updated May 25, 2026
One-click install
npx skills add https://github.com/NigarumOvum/AutoTrading --skill adr-hshare-nigarumovum
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: adr-hshare
Source: https://github.com/NigarumOvum/AutoTrading/tree/main/Vibe-Trading/agent/src/skills/adr-hshare
Command: npx skills add https://github.com/NigarumOvum/AutoTrading --skill adr-hshare-nigarumovum

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires yfinance, pandas, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill unit analyzes pricing gaps between ADRs, H-shares, and A-shares to identify arbitrage opportunities, assess dual-listing valuations, and evaluate delisting risks.

Core Features & Use Cases

  • Cross-Listing Premium Analysis: Calculate and interpret AH premium for dual-listed stocks.
  • ADR Premium/Discount Analysis: Analyze the premium/discount of ADRs compared to HK listings.
  • Delisting Risk Assessment: Evaluate the risk of US-listed Chinese ADRs being de-listed under the HFCAA framework.
  • Arbitrage Strategies: Implement mean-reversion strategies for AH premium and intraday arbitrage opportunities between ADRs and HK listings.

Quick Start

Execute the 'adr-hshare' skill with the parameters: 'company=ALIBABA' to retrieve ADR premium information for Alibaba.

Frequently Asked Questions about adr-hshare

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

FAQPage Schema
How do I calculate the ADR premium for cross-listed Chinese stocks?▼

You can analyze ADR premiums for specific companies like Alibaba by running the skill with a company parameter. It retrieves current stock prices and currency exchange rates to identify pricing gaps between US and HK listings.

How does the AH premium analysis work for dual-listed stocks?▼

It requires access to financial data sources for current stock prices and currency exchange rates to accurately compute the cross-listing premium. The analysis supports both individual companies and entire sectors.

Can I assess delisting risk for US-listed Chinese ADRs under HFCAA?▼

It evaluates the risk of US-listed Chinese ADRs being de-listed under the HFCAA framework, providing context for whether the cross-listing premium represents an arbitrage opportunity or a risk premium.

Does this tool support intraday arbitrage strategies between ADRs and HK listings?▼

It utilizes Python functions to calculate cross-listing premiums and identify intraday arbitrage opportunities between US-listed ADRs and HK-listed H-shares, requiring access to current financial data.

What data sources do I need for ADR and H-share cross-listing valuation?▼

The dependencies include yfinance for fetching stock prices and pandas for data manipulation. These tools allow the Skill to calculate premiums and assess valuations for specific companies or entire sectors.

Are there limitations when analyzing AH premiums for entire sectors?▼

While the Skill supports sector-wide analysis, the accuracy of mean-reversion strategies and delisting risk assessments depends on the availability and reliability of the underlying financial data fetched via yfinance.