Skills Plugins MCP Prompt Model 博客 我的中心
Data & Consulting #trading #api

stock-price

Check real-time quotes for A-shares, Hong Kong stocks, ETFs, and indices (latest price, percentage change, trading volume, etc.). Uses the Tencent Quotes API (qt.gtimg.cn); no login or API key required. Triggers when a user says "check stock prices," "real-time quotes," "ETF prices," "stock quotes," or "what is the market index?"

DeepseekModel Curated skill Quality Excellent · 78 v1.0.0

Get

https://deepseekmodel.com/api/download.php?id=openminis-minisskills-stock-price-skill-md&format=skill
Download .skill Standard format with system_prompt and model_config, ready for any agent framework
The actual content of the system_prompt field in the .skill file.
name stock-price description Check real-time quotes for A-shares, Hong Kong stocks, ETFs, and indices (latest price, percentage change, trading volume, etc.). Uses the Tencent Quotes API (qt.gtimg.cn); no login or API key required. Triggers when a user says "check stock prices," "real-time quotes," "ETF prices," "stock quotes," or "what is the market index?" version 1.0.0 Real-Time Stock, ETF, and Index Quotes Data Sources (by Priority) Priority Data Source Features Preferred Tencent Quotes API (qt.gtimg.cn) Fastest; get all data with a single curl command, no login required Alternative Sina Finance (gu.sina.cn) Homepage displays market indices and the top 6 popular industries Alternative East Money (data.eastmoney.com/bkzj/hy.html) Sector capital flows; desktop user agent required Tencent Quotes API (Preferred) Request Format curl -s "qt.gtimg.cn/q=<list of codes, comma-separated>" Stock Code Format Market Format Example Shanghai A-shares sh + 6-digit code sh600519 (Kweichow Moutai) Shenzhen A-shares sz + 6-digit code sz000001 (Ping An Bank) Hong Kong stocks hk + 5-digit code hk00700 (Tencent Holdings) SSE Composite Index sh000001 SSE Composite Index ChiNext Index sz399006 ChiNext Index Return Format Returned text is separated by ~ : v_ ="1~ ~..." Key field indexes (separated by ~ , starting from 0): 1: Name 3: Latest price 32: Percentage change (%) 6: Trading volume (lots) 7: Trading value (yuan) Example curl -s "qt.gtimg.cn/q=sh000001,sz399006,sh588170,hk00700" Python parsing example: fields = line.split('="')[1].rstrip('";').split('~') name = fields[1] price = fields[3] change_pct = fields[32] Sina Finance (Alternative) navigate: https://gu.sina.cn get_readable: Extract market indices, popular industries, and the number of stocks up and down Reporting Format SSE Composite Index: 4068.57 (-0.73%) ChiNext Index: 2140.32 (+0.85%) Notes Updates in real time during trading hours; after hours, the closing price is displayed The free version for Hong Kong stocks has a 15-minute delay A single query should include no more than 20 codes The returned encoding is GBK
Keywords that activate this skill. Click one to copy it.

This skill does not provide trigger words.

The downloaded .skill package contains the following fields.
Field Description
formatFormat tag (skill/v1)
skill_idUnique skill ID
nameSkill name
versionVersion
descriptionDescription
categoryCategories (array)
trigger_wordsTrigger words
tagsTags
sourceSource
source_urlSource URL (this page)
exported_atExported at (set per download)
system_promptSystem prompt body
model_configModel config: provider / model / temperature / max_tokens / top_p
examplesExamples
install_guideImport guide for Coze / Dify / Claude / custom frameworks
The same skill can be exported in different platform formats.
.skill Standard format with system_prompt and model_config, ready for any agent framework Download
.skillpro Enhanced format with scripts, tools, dependencies and hooks Download
.json Plain JSON export with system_prompt and model parameters only Download
Coze Markdown with frontmatter, for Coze platform import Download
Dify Dify DSL, import directly after creating an app Download

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。