verified-data

Fetch real-time market data for US, HK, and A-share tickers via yfinance.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/SennTse/openclaw-backup --skill verified-data
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verified-data
Source: https://github.com/SennTse/openclaw-backup/tree/main/skills/verified-data
Command: npx skills add https://github.com/SennTse/openclaw-backup --skill verified-data

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

从底层数据源直接抓取实时市值与现价,确保数据真实性,避免网页抓取带来的偏差和延迟。

Core Features & Use Cases

  • 直接通过 yfinance 获取美股、港股和A股(.SS/.SZ)的最新市值与股价。
  • 支持一次查询多个 ticker,返回结构化的结果并附带货币单位与时间戳。
  • 适用于投资分析、资产估值对比、以及日常行情核对等场景。

Quick Start

Invoke the Python script with one or more tickers to fetch their real-time market data.

Frequently Asked Questions about verified-data

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

FAQPage Schema
How do I fetch real-time market data and market cap for multiple stock tickers?

To fetch real-time market data, you can query multiple stock tickers directly using the yfinance library. This Skill supports batch queries for US, HK, and A-share markets, returning structured results with current prices, market cap, currency units, and timestamps.

Does yfinance support fetching real-time stock prices for A-shares and Hong Kong stocks?

Yes, yfinance supports fetching real-time stock prices for A-shares and Hong Kong stocks. You can query A-shares using the .SS and .SZ suffixes, alongside standard US and HK ticker symbols, to retrieve current market values and prices directly from the data source.

What is the best way to get reliable market cap data without web scraping delays?

The best way to get reliable market cap data without web scraping delays is to fetch it directly from the underlying data source using yfinance. This approach ensures data authenticity and avoids the latency and deviations common in scraping financial websites.

How do I handle errors when real-time market data is unavailable for a specific ticker?

When real-time market data is unavailable for a specific ticker, the script returns clear error messages instead of failing silently. This allows you to identify missing data immediately during batch queries across US, HK, and A-share markets.

Can I query multiple tickers at once to compare current stock prices and market values?

Yes, you can query multiple tickers at once to compare current stock prices and market values. The Skill supports batch queries, returning a structured dataset that includes prices, market cap, currency units, and timestamps for investment analysis and asset valuation.

Do I need to install yfinance to use this real-time market data fetching script?

Yes, you need to install the yfinance library as it is a required dependency for this script. The Skill relies on yfinance to connect directly to the underlying data source and retrieve real-time market data for your specified tickers.