skills/tushare-data-1.0.5/references/数据接口/宏观经济/国内宏观/利率数据/LPR贷款基础利率.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.4 KiB
Raw Blame History

LPR贷款基础利率


接口shibor_lpr 描述LPR贷款基础利率 限量单次最大4000(相当于单次可提取18年历史),总量不限制,可通过设置开始和结束日期分段获取 积分用户积累120积分可以调取具体请参阅积分获取办法


LPR介绍

贷款基础利率Loan Prime Rate简称LPR是基于报价行自主报出的最优贷款利率计算并发布的贷款市场参考利率。目前对社会公布1年期贷款基础利率。

LPR报价银行团现由10家商业银行组成。报价银行应符合财务硬约束条件和宏观审慎政策框架要求系统重要性程度高、市场影响力大、综合实力强已建立内部收益率曲线和内部转移定价机制具有较强的自主定价能力已制定本行贷款基础利率管理办法以及有利于开展报价工作的其他条件。市场利率定价自律机制依据《贷款基础利率集中报价和发布规则》确定和调整报价行成员监督和管理贷款基础利率运行规范报价行与指定发布人行为。

全国银行间同业拆借中心受权贷款基础利率的报价计算和信息发布。每个交易日根据各报价行的报价剔除最高、最低各1家报价对其余报价进行加权平均计算后得出贷款基础利率报价平均利率并于11:30对外发布。


输入参数

名称 类型 必选 描述
date str N 日期 (日期输入格式YYYYMMDD下同)
start_date str N 开始日期
end_date str N 结束日期

输出参数

名称 类型 默认显示 描述
date str Y 日期
1y float Y 1年贷款利率
5y float Y 5年贷款利率

接口调用


pro = ts.pro_api()

df = pro.shibor_lpr(start_date='20180101', end_date='20181130', fields='date,1y')


数据样例

     date       1y
0    20181130  4.31
1    20181129  4.31
2    20181128  4.31
3    20181127  4.31
4    20181126  4.31
5    20181123  4.31
6    20181122  4.31
7    20181121  4.31
8    20181120  4.31
9    20181119  4.31
10   20181116  4.31
11   20181115  4.31
12   20181114  4.31
13   20181113  4.31
14   20181112  4.31
15   20181109  4.31
16   20181108  4.31
17   20181107  4.31
18   20181106  4.31
19   20181105  4.31
20   20181102  4.31