mirror of
https://github.com/langgenius/dify-plugins.git
synced 2026-07-22 01:55:36 -04:00
[PR #1264] [CLOSED] Add AKShare Stock Data Plugin #1492
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-plugins/pull/1264
Author: @shaoxing-xie
Created: 9/20/2025
Status: ❌ Closed
Base:
main← Head:add-akshare-stockdata-plugin📝 Commits (1)
5b06652Add AKShare Stock Data Plugin📊 Changes
75 files changed (+54199 additions, -0 deletions)
View changed files
➕
Organization/akshare-stockdata-plugin/.difyignore(+180 -0)➕
Organization/akshare-stockdata-plugin/.env.example(+4 -0)➕
Organization/akshare-stockdata-plugin/.github/prompts/dify_plugin.prompt.md(+1416 -0)➕
Organization/akshare-stockdata-plugin/.github/workflows/plugin-publish.yml.disabled(+144 -0)➕
Organization/akshare-stockdata-plugin/.gitignore(+0 -0)➕
Organization/akshare-stockdata-plugin/.pre-commit-config.yaml(+27 -0)➕
Organization/akshare-stockdata-plugin/AKShare 股票数据插件详细功能文档.md(+1010 -0)➕
Organization/akshare-stockdata-plugin/AKShare-Stockdata-plugin.difypkg(+0 -0)➕
Organization/akshare-stockdata-plugin/CHANGELOG.md(+101 -0)➕
Organization/akshare-stockdata-plugin/CONTRIBUTING.md(+185 -0)➕
Organization/akshare-stockdata-plugin/LEGAL.md(+105 -0)➕
Organization/akshare-stockdata-plugin/LEGAL_EN.md(+105 -0)➕
Organization/akshare-stockdata-plugin/LEGAL_PT_BR.md(+104 -0)➕
Organization/akshare-stockdata-plugin/LEGAL_ZH_TW.md(+104 -0)➕
Organization/akshare-stockdata-plugin/LICENSE(+21 -0)➕
Organization/akshare-stockdata-plugin/PRIVACY.md(+64 -0)➕
Organization/akshare-stockdata-plugin/PRIVACY_EN.md(+60 -0)➕
Organization/akshare-stockdata-plugin/PRIVACY_PT_BR.md(+97 -0)➕
Organization/akshare-stockdata-plugin/PRIVACY_ZH_TW.md(+97 -0)➕
Organization/akshare-stockdata-plugin/README.md(+348 -0)...and 55 more files
📄 Description
Plugin Submission Form
1. Metadata
2. Submission Type
3. Description
This plugin provides comprehensive stock data access for the Dify platform by integrating with the AKShare library. It offers 113 data interfaces across 8 major categories, supporting A-share, Hong Kong, and US stock markets. The plugin enables users to access real-time quotes, historical data, financial analysis, capital flow analysis, and technical analysis through a unified interface, making it easier to build AI-powered stock analysis applications on Dify.
4. Checklist
5. Documentation Checklist
Please confirm that your plugin README includes all necessary information:
6. Privacy Protection Information
Based on Dify Plugin Privacy Protection Guidelines:
Data Collection
No user personal data is collected. This plugin only processes publicly available stock market data through the AKShare library. All data processing occurs in memory and no user information is stored or transmitted.
Privacy Policy
7. Additional Information
Key Features
Technical Details
Files Included
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.