skills/tushare-data-1.0.5/references/数据接口/宏观经济/国内宏观/金融/社会融资/社融增量(月度).md
wangyitong a65adcc2e5 Initial commit: merged, deduplicated, and vetted skill collection
Sources: extracted from two upstream archives (skill-repo, skills-main),
merged with the following policy:

- 15 broken symlinks (pointing to /Users/jameslee/.cc-switch/skills or
  ../../.agents/skills on a foreign machine) discarded
- 3 real name collisions with identical content (ai-pair, ifind-http-api,
  zhipu-websearch) kept as one copy
- Functional overlaps deduped keeping the strongest variant:
  - docx family: kept docx (official, full toolchain) + docx-cn
    (GB/T 9704 Chinese official-document constants),
    dropped docx_writer (no scripts, name collided with docx)
  - humanizer family: kept humanizer-zh (6 zh reference docs),
    dropped humanizer (en, redundant for CN workflow)
- Skills that only ran in a foreign environment removed:
  ablemind-ops, app-publish, hlb-design-system, openclaw-adj-skill,
  claude-driver
- alphapai excluded from this public repo because its SKILL.md hard-coded
  live credentials

Result: 25 skills, 572 files, ~7.5 MB.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-13 14:47:12 +08:00

2.0 KiB
Raw Blame History

社融数据(月度)


接口sf_month 描述:获取月度社会融资数据 限量单次最大2000条数据可循环提取 积分需2000积分



输入参数

名称 类型 必选 描述
m str N 月份YYYYMM下同支持多个月份同时输入逗号分隔
start_m str N 开始月份
end_m str N 结束月份


输出参数

名称 类型 默认显示 描述
month str Y 月度
inc_month float Y 社融增量当月值(亿元)
inc_cumval float Y 社融增量累计值(亿元)
stk_endval float Y 社融存量期末值(万亿元)


接口调用


pro = ts.pro_api()

df = pro.sf_month(start_m='201901', end_m='202307')



数据样例

     month inc_month inc_cumval stk_endval
0   202307   5282.00  220800.00     365.77
1   202306  42241.00  215487.00     365.45
2   202305  15555.00  173246.00     361.42
3   202304  12253.00  157691.00     359.95
4   202303  53862.00  145438.00     359.02
5   202302  31623.00   91576.00     353.97
6   202301  59953.00   59953.00     350.93
7   202212  13058.00  320099.00     344.21
8   202211  19837.00  307041.00     343.19
9   202210   9134.00  287204.00     341.42
10  202209  35411.00  278070.00     340.65
11  202208  24712.00  242659.00     337.22
12  202207   7785.00  217947.00     334.90
13  202206  51926.00  210162.00     334.28
14  202205  28415.00  158236.00     329.20
15  202204   9327.00  129821.00     326.47
16  202203  46565.00  120494.00     325.63
17  202202  12170.00   73929.00     321.12
18  202201  61759.00   61759.00     320.03
19  202112  23580.00  313408.00     314.12
20  202111  25983.00  289828.00     311.90
21  202110  16176.00  263845.00     309.45
22  202109  29026.00  247669.00     308.05
23  202108  29893.00  218643.00     305.29
24  202107  10752.00  188750.00     302.47