Skip to main content

global-stock-data

Provides a comprehensive toolkit for analyzing US and Hong Kong stock data, including real-time quotes, financial reports, and technical indicators.

Install this skill

or
71/100

Security score

The global-stock-data skill was audited on Jun 11, 2026 and we found 25 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 16

Access to hidden dotfiles in home directory

SourceSKILL.md
16**使用方式:** 将本文件放入 `~/.claude/skills/global-stock-data/SKILL.md`,Claude Code 会自动识别并在美股/港股相关对话中激活。
low line 141

External URL reference

SourceSKILL.md
141s.get('https://fc.yahoo.com', timeout=10)
low line 144

External URL reference

SourceSKILL.md
144r = s.get('https://query2.finance.yahoo.com/v1/test/getcrumb', timeout=10)
low line 154

External URL reference

SourceSKILL.md
154r = s.get(f'https://query2.finance.yahoo.com/v10/finance/quoteSummary/{symbol}', params={
low line 167

External URL reference

SourceSKILL.md
167DATACENTER_URL = "https://datacenter-web.eastmoney.com/api/data/v1/get"
low line 202

External URL reference

SourceSKILL.md
202url = f"https://hq.sinajs.cn/list=gb_{ticker.lower()}"
low line 204

External URL reference

SourceSKILL.md
204"Referer": "https://finance.sina.com.cn/",
low line 241

External URL reference

SourceSKILL.md
241url = f"https://qt.gtimg.cn/q=us{ticker.upper()}"
low line 281

External URL reference

SourceSKILL.md
281url = f"https://qt.gtimg.cn/q=r_hk{code}"
low line 319

External URL reference

SourceSKILL.md
319url = f"https://hq.sinajs.cn/list=rt_hk{code}"
low line 321

External URL reference

SourceSKILL.md
321"Referer": "https://finance.sina.com.cn/",
low line 366

External URL reference

SourceSKILL.md
366url = "https://push2.eastmoney.com/api/qt/stock/get"
low line 418

External URL reference

SourceSKILL.md
418url = "https://stock.finance.sina.com.cn/usstock/api/jsonp.php/var/US_MinKService.getDailyK"
low line 420

External URL reference

SourceSKILL.md
420r = requests.get(url, params=params, headers={"Referer": "https://finance.sina.com.cn/"}, timeout=15)
low line 452

External URL reference

SourceSKILL.md
452url = f"https://query2.finance.yahoo.com/v8/finance/chart/{symbol}"
low line 1003

External URL reference

SourceSKILL.md
1003url = "https://push2his.eastmoney.com/api/qt/stock/fflow/daykline/get"
low line 1053

External URL reference

SourceSKILL.md
1053r = s.get(f"https://query2.finance.yahoo.com/v7/finance/options/{symbol}",
low line 1107

External URL reference

SourceSKILL.md
1107url = f"https://data.sec.gov/submissions/CIK{cik}.json"
low line 1130

External URL reference

SourceSKILL.md
1130"url": f"https://www.sec.gov/Archives/edgar/data/{int(cik)}/{accessions[i].replace('-', '')}/{primary_docs[i]}" if i < len(primary_docs) and primary_docs[i] else "",
low line 1156

External URL reference

SourceSKILL.md
1156url = f"https://data.sec.gov/api/xbrl/companyfacts/CIK{cik}.json"
low line 1241

External URL reference

SourceSKILL.md
1241url = "https://searchapi.eastmoney.com/api/suggest/get"
low line 1282

External URL reference

SourceSKILL.md
1282s.get("https://fc.yahoo.com", timeout=10) # 获取 cookie
low line 1284

External URL reference

SourceSKILL.md
1284url = "https://query2.finance.yahoo.com/v1/finance/search"
low line 1317

External URL reference

SourceSKILL.md
1317r = requests.get("https://www.sec.gov/files/company_tickers.json",
low line 1358

External URL reference

SourceSKILL.md
1358url = "https://push2.eastmoney.com/api/qt/clist/get"
Scanned on Jun 11, 2026
View Security Dashboard
Installation guide →