Documentation ¶
Index ¶
Constants ¶
View Source
const ( // GDP 国内生产总值同比增长 、国内生产总值环比增长 // • 页面展示接口:https://data.eastmoney.com/cjsj/gdp.html // • 数据获取接口: GDP = "" /* 309-byte string literal not displayed */ // IAV 工业增加值 // • 页面展示接口:https://data.eastmoney.com/cjsj/gyzjz.html // • 数据获取接口: IAV = "" /* 207-byte string literal not displayed */ // XFP 社会消费品零售总额 // • 页面展示接口:https://data.eastmoney.com/cjsj/xfp.html // • 数据获取接口: XFP = "" /* 291-byte string literal not displayed */ // M2 货币和准货币(M2)供应量 // • 页面展示接口:https://data.eastmoney.com/cjsj/hbgyl.html // • 数据获取接口: M2 = "" /* 350-byte string literal not displayed */ // CPI 居民消费价格指数 // • 页面展示接口:https://data.eastmoney.com/cjsj/cpi.html // • 数据获取接口: CPI = "" /* 370-byte string literal not displayed */ // PMI 采购经理人指数 // • 页面展示接口:https://data.eastmoney.com/cjsj/pmi.html // • 数据获取接口: PMI = "" /* 222-byte string literal not displayed */ // PPI 工业品出厂价格指数 // • 页面展示接口:https://data.eastmoney.com/cjsj/ppi.html // • 数据获取接口: PPI = "" /* 207-byte string literal not displayed */ // ZBJ 存款准备金率 // • 页面展示接口:https://data.eastmoney.com/cjsj/ckzbj.html // • 数据获取接口: ZBJ = "" /* 369-byte string literal not displayed */ // JCK 海关进出口 // • 页面展示接口:https://data.eastmoney.com/cjsj/hgjck.html // • 数据获取接口: JCK = "" /* 370-byte string literal not displayed */ // LL 利率调整 // • 页面展示接口:https://data.eastmoney.com/cjsj/yhll.html // • 数据获取接口: LL = "" /* 314-byte string literal not displayed */ // WH 外汇和黄金储备 // • 页面展示接口:https://data.eastmoney.com/cjsj/hjwh.html // • 数据获取接口: WH = "" /* 284-byte string literal not displayed */ )
东方财富-经济数据接口
View Source
const ( // FxExchange 汇通财经全球指数统一数据获取接口 FxExchange = "https://quote.fx678.com/exchange/#" // FxExchangeSpecial 汇通财经一些特殊的全球指数统一数据获取接口 FxExchangeSpecial = "https://api-q.fx678img.com/getQuote.php?exchName=#&symbol=$" FxExchangeSpecialRefer = "https://quote.fx678.com/" )
汇通财经-全球指数接口
View Source
const ( // Forex 汇率统一数据获取接口 // $:当前时间的unix时间戳: 1674015528333 // #:A货币兑B货币: cnyusd、cnyhkd、cnyjpy Forex = "https://hq.sinajs.cn/rn=$list=fx_s#" ForexReferer = "https://finance.sina.com.cn/money/forex/hq/#.shtml" )
新浪财经-汇率接口
View Source
const (
// Global 全球指数统一数据获取接口
Global = "http://push2.eastmoney.com/api/qt/stock/get?invt=2&fltt=1&fields=f43%2Cf44%2Cf45%2Cf46%2Cf60%2Cf86%2Cf169%2Cf170&#"
)
东方财富-全球指数接口
View Source
const ( // IndustrialOutput 工业增加值统一获取接口 // #:第几页 // $:每一页几条数据 IndustrialOutput = "" /* 170-byte string literal not displayed */ )
国家统计局-统计数据接口
View Source
const ( // Industry 行业指数统一数据获取接口 Industry = "" /* 287-byte string literal not displayed */ )
东方财富-行业指数接口
View Source
const ( // LendingRate 拆借利率统一数据获取接口 LendingRate = "" /* 203-byte string literal not displayed */ )
东方财富-拆借利率接口
View Source
const ( // Marco 宏观经济统一数据获取接口 // #:指标编码: cate=nation&event=7、cate=price&event=2 // $:页数 Marco = "https://quotes.sina.cn/mac/api/jsonp_v3.php/SINAREMOTECALLCALLBACK/MacPage_Service.get_pagedata?#&from=$&num=31&condition=" )
新浪财经-宏观经济接口
View Source
const (
// MonetaryFinance 货币金融
MonetaryFinance = "https://www.ndrc.gov.cn/fggz/fgzh/gnjjjc/hbjr/index.html"
)
中华人民共和国国家发展和改革委员会
View Source
const ( // NPLoan 商业银行不良贷款余额季度 // • 页面展示接口:http://www.cbirc.gov.cn/cn/view/pages/index/jiansuo.html?keyWords=银行业保险业主要监管指标数据 // • 数据获取接口: NPLoan = "http://www.cbirc.gov.cn/cbircweb/solr/totalStaSerch" )
银保监会-监管指标数据接口
View Source
const ( // NationalDebt 中美国债收益率 // • 页面展示接口:https://data.eastmoney.com/cjsj/zmgzsyl.html // • 数据获取接口: NationalDebt = "https://datacenter-web.eastmoney.com/api/data/get?type=RPTA_WEB_TREASURYYIELD&sty=ALL&st=SOLAR_DATE&sr=-1&p=1&ps=100" )
东方财富-中美国债接口
View Source
const (
// SCI 卓创资讯指标统一数据获取接口
SCI = "https://index.sci99.com/api/zh-cn/dataitem/datavalue"
)
View Source
const (
// WuLiu 中国物流统计数据统一获取接口
WuLiu = "http://www.chinawuliu.com.cn/xsyj/tjsj/"
)
中国物流-统计数据接口
View Source
const (
// XiBen 西本资讯指数统一数据获取接口
XiBen = "http://www.96369.net/indices/#"
)
西本资讯-指数接口
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.