Skills Plugins MCP Prompt Model 博客 我的中心
データ分析 #data #finance #api

akshare

AKShare financial data aggregator (18k+ stars). Free, no API key. Covers A-shares, US, HK, futures, macro, forex. Primary fallback for tushare and yfinance.

DeepseekModel キュレーション済みスキル 品質 優秀 · 90 v1.0.0

取得

https://deepseekmodel.com/api/download.php?id=hkuds-vibe-trading-agent-src-skills-akshare-skill-md&format=skill
ダウンロード .skill 標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能
.skill ファイルの system_prompt フィールドの実際の内容。
name akshare category data-source description AKShare financial data aggregator (18k+ stars). Free, no API key. Covers A-shares, US, HK, futures, macro, forex. Primary fallback for tushare and yfinance. Overview AKShare is a completely free, open-source Python financial data library. No registration or API key required. It aggregates data from public sources (Sina, East Money, etc.) covering Chinese and global markets. GitHub: https://github.com/akfamily/akshare (18k+ stars) Install: pip install akshare Quick Start import akshare as ak # A-share daily OHLCV (前复权) df = ak.stock_zh_a_hist(symbol= "000001" , period= "daily" , start_date= "20240101" , end_date= "20260101" , adjust= "qfq" ) # US stock daily df = ak.stock_us_hist(symbol= "105.AAPL" , period= "daily" , start_date= "20240101" , end_date= "20260101" , adjust= "qfq" ) # HK stock daily df = ak.stock_hk_hist(symbol= "00700" , period= "daily" , start_date= "20240101" , end_date= "20260101" , adjust= "qfq" ) Top 10 High-Frequency Interfaces A-shares Function Description Key Params stock_zh_a_hist() A-share OHLCV symbol, period, start_date, end_date, adjust stock_zh_a_spot_em() Real-time A-share quotes (none) stock_individual_info_em() Stock basic info symbol stock_zh_a_hist_min_em() Intraday bars symbol, period(1/5/15/30/60) US / HK Function Description Key Params stock_us_hist() US stock OHLCV symbol (e.g. "105.AAPL"), period, start_date, end_date stock_hk_hist() HK stock OHLCV symbol (e.g. "00700"), period, start_date, end_date Macro / Forex / Futures Function Description macro_china_gdp() China GDP data macro_china_cpi() China CPI data futures_main_sina() Futures main contract quotes currency_boc_sina() BOC forex rates Column Names AKShare returns Chinese column names by default: Chinese English Description 日期 date Trade date 开盘 open Open price 最高 high High price 最低 low Low price 收盘 close Close price 成交量 volume Volume 成交额 amount Turnover 涨跌幅 pct_change % change 换手率 turnover_rate Turnover rate Date Format Input: YYYYMMDD string (e.g. "20240101" ) Output: 日期 column as string, convert with pd.to_datetime() Symbol Format A-shares: pure digits "000001" (no .SZ suffix) US stocks: "105.AAPL" (NASDAQ prefix 105), "106.BABA" (NYSE prefix 106) HK stocks: "00700" (5-digit zero-padded) Built-in Loader The project has a built-in AKShare DataLoader at backtest/loaders/akshare_loader.py . When backtesting, the runner automatically falls back to AKShare when tushare/yfinance are unavailable. Reference Docs For less common interfaces, see the references/ subdirectory or the official docs at https://akshare.akfamily.xyz/
このスキルを起動するキーワード。クリックでコピーできます。

このスキルにはトリガーワードがありません。

ダウンロードした .skill に含まれるフィールド。
フィールド 説明
formatフォーマット識別子(skill/v1)
skill_idスキル固有 ID
nameスキル名
versionバージョン
description説明
categoryカテゴリ(配列)
trigger_wordsトリガーワード
tagsタグ
sourceソース
source_urlソース URL(本ページ)
exported_atエクスポート日時(ダウンロード毎)
system_promptシステムプロンプト本文
model_configモデル設定:provider / model / temperature / max_tokens / top_p
examplesサンプル
install_guide各プラットフォームの導入説明(Coze / Dify / Claude / カスタム)
同じスキルを各プラットフォーム形式で出力できます。
.skill 標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能 ダウンロード
.skillpro 拡張形式。scripts / tools / dependencies / hooks を含む ダウンロード
.json 純粋な JSON 出力。system_prompt とモデル設定のみ ダウンロード
Coze frontmatter 付き Markdown。Coze へのインポート用 ダウンロード
Dify Dify DSL。アプリ作成後にそのままインポート ダウンロード

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

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

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

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