[PR #1530] [CLOSED] shaoxing-xie/akshare-stockdata #1674

Closed
opened 2026-02-22 18:04:44 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugins/pull/1530
Author: @shaoxing-xie
Created: 11/11/2025
Status: Closed

Base: mainHead: shaoxing-xie/akshare_stockdata


📝 Commits (1)

📊 Changes

7 files changed (+8397 additions, -108 deletions)

View changed files

AKShare 股票数据插件详细功能文档.md (+3677 -0)
AKShare-Stockdata-plugin-v0.7.0-20251106.difypkg (+0 -0)
📝 README.md (+591 -108)
RELEASE_NOTES_v0.7.0.md (+343 -0)
result.png (+0 -0)
workflow.png (+0 -0)
个股诊断助手.yml (+3786 -0)

📄 Description

Plugin Submission Form

1. Metadata

2. Submission Type

  • New plugin submission
  • Version update for existing plugin

3. Description

Feature Description

AKShare Stock Data Plugin is a comprehensive stock data tool developed specifically for the Dify platform, built on the renowned AKShare Python library. This plugin provides users with a one-stop stock market data access solution.

Core Features

  • Provides 78 professional tools
  • Covers 190+ data interfaces
  • Supports multi-market data including A-shares, B-shares, Hong Kong stocks, US stocks, STAR Market, and Beijing Stock Exchange
  • Covers multiple dimensions including real-time quotes, historical data, financial analysis, capital flow, technical analysis, and Shanghai-Shenzhen-Hong Kong Stock Connect

File Structure

Plugin files are located at: shaoxing-xie/akshare_stockdata/

Includes:

  • Plugin source code
  • Package file: AKShare-Stockdata-plugin-v0.7.0-20251106.difypkg
  • Complete documentation and examples

Testing Status

  • Plugin has been fully tested
  • All 78 tools are functioning normally
  • Complies with Dify Plugin Developer Guidelines
  • Privacy policy has been included in manifest.yaml

Compliance

  • Follows plugin developer guidelines
  • Privacy policy file has been created and configured
  • Contact information and repository URL have been provided in README.md

4. Checklist

  • I have read and followed the Publish to Dify Marketplace guidelines
  • I have read and comply with the Plugin Developer Agreement
  • I confirm my plugin works properly on both Dify Community Edition and Cloud Version
  • I confirm my plugin has been thoroughly tested for completeness and functionality
  • My plugin brings new value to Dify

5. Documentation Checklist

Please confirm that your plugin README includes all necessary information:

  • Step-by-step setup instructions
  • Detailed usage instructions
  • All required APIs and credentials are clearly listed
  • Connection requirements and configuration details
  • Link to the repository for the plugin source code

6. Privacy Protection Information

Based on Dify Plugin Privacy Protection Guidelines:

Data Collection

No, this plugin does not collect any user personal data.

The plugin only processes functional query parameters provided by users during plugin execution:

  • Query Parameters: Stock codes, date ranges, technical indicator types, and other functional parameters required for data retrieval
  • Temporary Processing: All data is processed only in memory during the request lifecycle and is immediately cleared after the request completes
  • No Persistent Storage: The plugin does not store, log, or retain any user data
  • No Personal Information: The plugin does not collect, access, or process any personal identification information such as:
    • Email addresses
    • IP addresses
    • User names or identities
    • Age or demographic information
    • Location data
    • Any other personal identifiers

Data Flow:

  1. User provides query parameters (e.g., stock code "600519")
  2. Plugin forwards parameters to AKShare library to fetch stock data
  3. Plugin returns the requested financial data through Dify platform
  4. All data is cleared from memory after the request completes

Third-Party Data Sources:
The plugin uses AKShare library to access public financial data sources (East Money, Sina Finance, etc.). These are public data interfaces and do not involve user personal information.

For detailed information, please refer to the plugin's privacy policy: PRIVACY.md

Privacy Policy

  • I confirm that I have prepared and included a privacy policy in my plugin package based on the Plugin Privacy Protection Guidelines

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-plugins/pull/1530 **Author:** [@shaoxing-xie](https://github.com/shaoxing-xie) **Created:** 11/11/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `shaoxing-xie/akshare_stockdata` --- ### 📝 Commits (1) - [`91deb56`](https://github.com/langgenius/dify-plugins/commit/91deb5688733953e137ac5bad7413df3ba52b8ce) Add files via upload ### 📊 Changes **7 files changed** (+8397 additions, -108 deletions) <details> <summary>View changed files</summary> ➕ `AKShare 股票数据插件详细功能文档.md` (+3677 -0) ➕ `AKShare-Stockdata-plugin-v0.7.0-20251106.difypkg` (+0 -0) 📝 `README.md` (+591 -108) ➕ `RELEASE_NOTES_v0.7.0.md` (+343 -0) ➕ `result.png` (+0 -0) ➕ `workflow.png` (+0 -0) ➕ `个股诊断助手.yml` (+3786 -0) </details> ### 📄 Description # Plugin Submission Form ## 1. Metadata <!-- Please provide the following metadata of your plugin to make it easier for the reviewer to check the changes. - Plugin Author : The author of the plugin which is defined in your manifest.yaml - Plugin Name : The name of the plugin which is defined in your manifest.yaml - Repository URL: The URL of the repository where the source code of your plugin is hosted --> - **Plugin Author**: shaoxing-xie - **Plugin Name**: AKShare Stock Data Plugin - **Repository URL**: https://github.com/shaoxing-xie/akshare-stockdata-plugin ## 2. Submission Type - [X] New plugin submission - [ ] Version update for existing plugin ## 3. Description <!-- Please briefly describe the purpose of the new plugin or the updates made to the existing plugin --> ### Feature Description AKShare Stock Data Plugin is a comprehensive stock data tool developed specifically for the Dify platform, built on the renowned AKShare Python library. This plugin provides users with a one-stop stock market data access solution. #### Core Features - Provides 78 professional tools - Covers 190+ data interfaces - Supports multi-market data including A-shares, B-shares, Hong Kong stocks, US stocks, STAR Market, and Beijing Stock Exchange - Covers multiple dimensions including real-time quotes, historical data, financial analysis, capital flow, technical analysis, and Shanghai-Shenzhen-Hong Kong Stock Connect ### File Structure Plugin files are located at: `shaoxing-xie/akshare_stockdata/` Includes: - Plugin source code - Package file: `AKShare-Stockdata-plugin-v0.7.0-20251106.difypkg` - Complete documentation and examples ### Testing Status - ✅ Plugin has been fully tested - ✅ All 78 tools are functioning normally - ✅ Complies with Dify Plugin Developer Guidelines - ✅ Privacy policy has been included in manifest.yaml ### Compliance - ✅ Follows plugin developer guidelines - ✅ Privacy policy file has been created and configured - ✅ Contact information and repository URL have been provided in README.md - ## 4. Checklist - [X] I have read and followed the Publish to Dify Marketplace guidelines - [X] I have read and comply with the Plugin Developer Agreement - [X] I confirm my plugin works properly on both Dify Community Edition and Cloud Version - [X] I confirm my plugin has been thoroughly tested for completeness and functionality - [X] My plugin brings new value to Dify ## 5. Documentation Checklist Please confirm that your plugin README includes all necessary information: - [X] Step-by-step setup instructions - [X] Detailed usage instructions - [X] All required APIs and credentials are clearly listed - [X] Connection requirements and configuration details - [X] Link to the repository for the plugin source code ## 6. Privacy Protection Information Based on Dify Plugin Privacy Protection [Guidelines](https://docs.dify.ai/plugins/publish-plugins/publish-to-dify-marketplace/plugin-privacy-protection-guidelines): ### Data Collection <!-- Does your plugin collect any user personal data? If yes, please list what types of user personal data are being collected according to the Plugin Privacy Protection Guidelines (for example: Email address, IP address, Age, etc) --> **No, this plugin does not collect any user personal data.** The plugin only processes functional query parameters provided by users during plugin execution: - **Query Parameters**: Stock codes, date ranges, technical indicator types, and other functional parameters required for data retrieval - **Temporary Processing**: All data is processed only in memory during the request lifecycle and is immediately cleared after the request completes - **No Persistent Storage**: The plugin does not store, log, or retain any user data - **No Personal Information**: The plugin does not collect, access, or process any personal identification information such as: - Email addresses - IP addresses - User names or identities - Age or demographic information - Location data - Any other personal identifiers **Data Flow:** 1. User provides query parameters (e.g., stock code "600519") 2. Plugin forwards parameters to AKShare library to fetch stock data 3. Plugin returns the requested financial data through Dify platform 4. All data is cleared from memory after the request completes **Third-Party Data Sources:** The plugin uses AKShare library to access public financial data sources (East Money, Sina Finance, etc.). These are public data interfaces and do not involve user personal information. For detailed information, please refer to the plugin's privacy policy: `PRIVACY.md` ### Privacy Policy - [X] I confirm that I have prepared and included a privacy policy in my plugin package based on the Plugin Privacy Protection Guidelines --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:04:44 -05:00
yindo closed this issue 2026-02-22 18:04:46 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugins#1674