findata-toolkit-cn
Original:🇨🇳 Chinese
Translated
5 scriptsChecked / no sensitive code detected
A-share financial data toolkit. Provides scripts to obtain real-time A-share market quotes, financial indicators, share increases/reductions by directors, supervisors and senior executives, northbound capital flows, and macroeconomic data (LPR, CPI/PPI, PMI, social financing, M2). Used when real-time A-share market data is required to support investment analysis. All data sources are free and no API key is required.
16installs
Sourcegeeksfino/finskills
Added on
NPX Install
npx skill4agent add geeksfino/finskills findata-toolkit-cnTags
Translated version includes tags in frontmatterSKILL.md Content (Chinese)
View Translation Comparison →Financial Data Toolkit — A-share Market
A self-contained data toolkit that provides real-time financial data and quantitative calculations for the A-share market. All data sources are free and no API key is required.
Installation
Install dependencies (one-time):
bash
pip install -r requirements.txtAvailable Tools
All scripts are located in the directory. Run from the skill root directory.
scripts/1. A-share Data (scripts/stock_data.py
)
scripts/stock_data.pyObtain A-share fundamentals, market quotes, and financial indicators via AKShare.
| Command | Purpose |
|---|---|
| Basic information (Kweichow Moutai) |
| Complete financial indicators (valuation, profitability, leverage, growth) |
| Historical OHLCV market quotes |
| Income statement, balance sheet, cash flow statement |
| Data on share increases/reductions by directors, supervisors and senior executives |
| Northbound capital flows (Shanghai Stock Connect/Shenzhen Stock Connect) |
| Batch screening |
2. Macroeconomic Data (scripts/macro_data.py
)
scripts/macro_data.pyObtain Chinese macroeconomic indicators via AKShare.
| Command | Purpose |
|---|---|
| Complete macroeconomic dashboard |
| Interest rate data (LPR, Shibor) |
| CPI/PPI data |
| PMI data (manufacturing/non-manufacturing) |
| Social financing scale + M2 |
| Judgment of economic cycle stages |
Data Sources
| Data Source | Data Content | API Key |
|---|---|---|
| AKShare | A-share market quotes, financial data, insider transactions by directors, supervisors and senior executives, northbound capital, macro indicators | Not required |
Output Format
All scripts output to standard output in JSON format for easy parsing. Error messages are output to standard error.
Configuration
Optional: Edit to customize rate limits or add API keys for paid data sources.
config/data_sources.yaml