From fe0ff406eb78ece7bc3e4c9cab6fc104746a5b1d Mon Sep 17 00:00:00 2001 From: firstdata-dev Date: Fri, 13 Mar 2026 10:07:35 +0800 Subject: [PATCH] feat: add IRENA, US-FRED, UNDP-HDR data sources Add 3 new authoritative data sources identified from Langfuse MCP usage analysis: - IRENA (International Renewable Energy Agency) - global renewable energy statistics - US-FRED (Federal Reserve Economic Data) - 800K+ US economic time series - UNDP-HDR (Human Development Reports) - HDI and development indices Sources: Langfuse Insight pipeline 2026-03-13 --- assets/badges/sources-count.json | 2 +- firstdata/indexes/all-sources.json | 213 +++++++++++++++++- firstdata/indexes/by-authority.json | 44 +++- firstdata/indexes/by-domain.json | 160 ++++++++++++- firstdata/indexes/by-region.json | 16 +- firstdata/indexes/statistics.json | 40 ++-- .../international/development/undp-hdr.json | 64 ++++++ .../sources/international/energy/irena.json | 66 ++++++ firstdata/sources/us/economics/us-fred.json | 73 ++++++ 9 files changed, 647 insertions(+), 31 deletions(-) create mode 100644 firstdata/sources/international/development/undp-hdr.json create mode 100644 firstdata/sources/international/energy/irena.json create mode 100644 firstdata/sources/us/economics/us-fred.json diff --git a/assets/badges/sources-count.json b/assets/badges/sources-count.json index e77b929..2620122 100644 --- a/assets/badges/sources-count.json +++ b/assets/badges/sources-count.json @@ -1,6 +1,6 @@ { "schemaVersion": 1, "label": "sources", - "message": "238/1000+", + "message": "241/1000+", "color": "blue" } diff --git a/firstdata/indexes/all-sources.json b/firstdata/indexes/all-sources.json index 399a018..9550622 100644 --- a/firstdata/indexes/all-sources.json +++ b/firstdata/indexes/all-sources.json @@ -1,7 +1,7 @@ { "metadata": { - "generated_at": "2026-03-13T02:05:17.902545+00:00", - "total_sources": 238, + "generated_at": "2026-03-13T02:07:30.289105+00:00", + "total_sources": 241, "version": "2.0", "schema_version": "v2.0.0" }, @@ -11009,6 +11009,72 @@ "has_api": true, "file_path": "international/development/idb.json" }, + { + "id": "undp-hdr", + "name": { + "en": "UNDP Human Development Reports", + "zh": "联合国开发计划署人类发展报告" + }, + "description": { + "en": "The United Nations Development Programme (UNDP) Human Development Report Office publishes the Human Development Index (HDI) and related composite indices since 1990. It provides authoritative data on human development across 190+ countries, including education, health, income, inequality, gender, and multidimensional poverty indicators. The HDI is the world's most widely cited measure of national development beyond GDP.", + "zh": "联合国开发计划署(UNDP)人类发展报告办公室自1990年起发布人类发展指数(HDI)及相关综合指数。它提供190多个国家的人类发展权威数据,涵盖教育、健康、收入、不平等、性别和多维贫困指标。HDI是全球引用最广泛的超越GDP的国家发展衡量指标。" + }, + "website": "https://hdr.undp.org", + "data_url": "https://hdr.undp.org/data-center", + "api_url": null, + "country": null, + "domains": [ + "development", + "social", + "economics", + "education", + "health" + ], + "geographic_scope": "global", + "update_frequency": "annual", + "tags": [ + "hdi", + "human-development", + "poverty", + "inequality", + "education", + "health", + "undp", + "人类发展指数", + "贫困", + "不平等", + "发展指标", + "mpi", + "gii", + "gender", + "sustainable-development" + ], + "data_content": { + "en": [ + "Human Development Index (HDI) - composite index of life expectancy, education, and income", + "Inequality-adjusted HDI (IHDI) - HDI adjusted for inequality in each dimension", + "Gender Development Index (GDI) - gender gaps in human development", + "Gender Inequality Index (GII) - gender-based disadvantage across health, empowerment, labor", + "Multidimensional Poverty Index (MPI) - non-income poverty across health, education, living standards", + "Planetary pressures-adjusted HDI (PHDI) - sustainability-adjusted development measure", + "Country profiles and dashboards - detailed statistics for 190+ countries", + "Historical time series data from 1990 onwards" + ], + "zh": [ + "人类发展指数(HDI)- 预期寿命、教育和收入的综合指数", + "不平等调整人类发展指数(IHDI)- 按各维度不平等调整的HDI", + "性别发展指数(GDI)- 人类发展中的性别差距", + "性别不平等指数(GII)- 健康、赋权、劳动方面的性别劣势", + "多维贫困指数(MPI)- 健康、教育、生活水平方面的非收入贫困", + "行星压力调整HDI(PHDI)- 可持续发展调整的发展指标", + "国家概况和仪表板 - 190多个国家的详细统计", + "1990年以来的历史时间序列数据" + ] + }, + "authority_level": "international", + "has_api": false, + "file_path": "international/development/undp-hdr.json" + }, { "id": "intl-copernicus-cdse", "name": { @@ -12440,6 +12506,74 @@ "has_api": true, "file_path": "international/energy/iea.json" }, + { + "id": "irena", + "name": { + "en": "IRENA - International Renewable Energy Agency", + "zh": "国际可再生能源署" + }, + "description": { + "en": "The International Renewable Energy Agency (IRENA) is an intergovernmental organisation supporting countries in their transition to a sustainable energy future. IRENA provides the most comprehensive global dataset on renewable energy capacity, generation, costs and investment. Its statistics cover 200+ countries with data from 2000 onwards, serving as the definitive reference for renewable energy deployment worldwide.", + "zh": "国际可再生能源署(IRENA)是支持各国向可持续能源未来转型的政府间组织。IRENA提供全球最全面的可再生能源装机容量、发电量、成本和投资数据集,统计覆盖200多个国家,数据从2000年起,是全球可再生能源部署的权威参考。" + }, + "website": "https://www.irena.org", + "data_url": "https://www.irena.org/Data", + "api_url": "https://pxweb.irena.org/pxweb/en/IRENASTAT", + "country": null, + "domains": [ + "energy", + "climate", + "environment", + "economics" + ], + "geographic_scope": "global", + "update_frequency": "annual", + "tags": [ + "renewable-energy", + "solar", + "wind", + "hydropower", + "bioenergy", + "geothermal", + "energy-transition", + "可再生能源", + "太阳能", + "风能", + "装机容量", + "发电量", + "能源成本", + "irena", + "clean-energy", + "energy-investment" + ], + "data_content": { + "en": [ + "Renewable Energy Statistics - capacity, generation and balances for 200+ countries", + "Renewable Power Generation Costs - LCOE data for solar, wind, hydro, bioenergy, geothermal", + "Renewable Energy Employment - jobs by technology and country", + "IRENA RE Capacity Statistics - installed capacity by technology and country", + "Global Landscape of Renewable Energy Finance", + "Renewable Energy Auctions - contract prices and volumes", + "Off-grid Renewable Energy Statistics", + "Hydrogen cost and production data", + "Energy Transition Investment Tracking" + ], + "zh": [ + "可再生能源统计 - 200多个国家的装机容量、发电量和能源平衡", + "可再生能源发电成本 - 太阳能、风能、水电、生物能源、地热的平准化度电成本", + "可再生能源就业 - 按技术和国家分类的就业数据", + "可再生能源装机容量统计 - 按技术和国家分类的装机容量", + "全球可再生能源融资格局", + "可再生能源拍卖 - 合同价格和交易量", + "离网可再生能源统计", + "氢能成本和生产数据", + "能源转型投资追踪" + ] + }, + "authority_level": "international", + "has_api": true, + "file_path": "international/energy/irena.json" + }, { "id": "basel-convention", "name": { @@ -17391,6 +17525,81 @@ "has_api": false, "file_path": "thailand/national/thailand-nso.json" }, + { + "id": "us-fred", + "name": { + "en": "FRED - Federal Reserve Economic Data", + "zh": "美联储经济数据库" + }, + "description": { + "en": "FRED (Federal Reserve Economic Data) is a comprehensive database maintained by the Federal Reserve Bank of St. Louis containing over 800,000 economic time series from 100+ sources. It is one of the most widely used free macroeconomic data platforms globally, covering GDP, employment, inflation, interest rates, money supply, trade, housing, and hundreds of other economic indicators for the US and international economies.", + "zh": "FRED(美联储经济数据)是由圣路易斯联邦储备银行维护的综合数据库,包含来自100多个数据源的超过80万条经济时间序列。它是全球使用最广泛的免费宏观经济数据平台之一,涵盖美国和国际经济的GDP、就业、通胀、利率、货币供应、贸易、住房等数百种经济指标。" + }, + "website": "https://fred.stlouisfed.org", + "data_url": "https://fred.stlouisfed.org", + "api_url": "https://fred.stlouisfed.org/docs/api/fred/", + "country": "US", + "domains": [ + "economics", + "finance", + "labor", + "trade" + ], + "geographic_scope": "national", + "update_frequency": "daily", + "tags": [ + "fred", + "federal-reserve", + "macroeconomics", + "gdp", + "inflation", + "interest-rates", + "unemployment", + "money-supply", + "cpi", + "美联储", + "宏观经济", + "经济数据", + "利率", + "通胀", + "m2", + "time-series", + "economic-indicators" + ], + "data_content": { + "en": [ + "GDP and National Accounts - real/nominal GDP, GDP components, growth rates", + "Employment and Labor - unemployment rate, nonfarm payrolls, labor force participation", + "Prices and Inflation - CPI, PCE, PPI, breakeven inflation", + "Interest Rates - federal funds rate, Treasury yields, LIBOR/SOFR", + "Money Supply - M1, M2, monetary base", + "Banking - commercial bank assets/liabilities, lending standards", + "Housing - home prices, housing starts, mortgage rates", + "International Trade - trade balance, exchange rates", + "Industrial Production and Capacity Utilization", + "Consumer and Business Surveys - consumer confidence, PMI", + "Regional Data - state and metro area economic indicators", + "International data from IMF, World Bank, OECD, and other sources" + ], + "zh": [ + "GDP和国民账户 - 实际/名义GDP、GDP构成、增长率", + "就业和劳动力 - 失业率、非农就业、劳动参与率", + "物价和通胀 - CPI、PCE、PPI、盈亏平衡通胀率", + "利率 - 联邦基金利率、国债收益率、LIBOR/SOFR", + "货币供应量 - M1、M2、基础货币", + "银行业 - 商业银行资产负债、贷款标准", + "住房 - 房价、新房开工、抵押贷款利率", + "国际贸易 - 贸易差额、汇率", + "工业生产和产能利用率", + "消费者和商业调查 - 消费者信心、PMI", + "地区数据 - 州和都会区经济指标", + "来自IMF、世界银行、OECD等来源的国际数据" + ] + }, + "authority_level": "government", + "has_api": true, + "file_path": "us/economics/us-fred.json" + }, { "id": "sec-edgar", "name": { diff --git a/firstdata/indexes/by-authority.json b/firstdata/indexes/by-authority.json index c953823..259524c 100644 --- a/firstdata/indexes/by-authority.json +++ b/firstdata/indexes/by-authority.json @@ -1,11 +1,11 @@ { "metadata": { - "generated_at": "2026-03-13T02:05:17.902545+00:00", - "total_sources": 238, + "generated_at": "2026-03-13T02:07:30.289105+00:00", + "total_sources": 241, "authority_counts": { "research": 33, - "international": 57, - "government": 116, + "international": 59, + "government": 117, "market": 16, "commercial": 15, "other": 1 @@ -645,6 +645,18 @@ "file_path": "international/development/idb.json", "geographic_scope": "regional" }, + { + "id": "undp-hdr", + "name": { + "en": "UNDP Human Development Reports", + "zh": "联合国开发计划署人类发展报告" + }, + "authority_level": "international", + "data_url": "https://hdr.undp.org/data-center", + "has_api": false, + "file_path": "international/development/undp-hdr.json", + "geographic_scope": "global" + }, { "id": "intl-copernicus-cdse", "name": { @@ -831,6 +843,18 @@ "file_path": "international/energy/iea.json", "geographic_scope": "global" }, + { + "id": "irena", + "name": { + "en": "IRENA - International Renewable Energy Agency", + "zh": "国际可再生能源署" + }, + "authority_level": "international", + "data_url": "https://www.irena.org/Data", + "has_api": true, + "file_path": "international/energy/irena.json", + "geographic_scope": "global" + }, { "id": "basel-convention", "name": { @@ -2533,6 +2557,18 @@ "file_path": "thailand/national/thailand-nso.json", "geographic_scope": "national" }, + { + "id": "us-fred", + "name": { + "en": "FRED - Federal Reserve Economic Data", + "zh": "美联储经济数据库" + }, + "authority_level": "government", + "data_url": "https://fred.stlouisfed.org", + "has_api": true, + "file_path": "us/economics/us-fred.json", + "geographic_scope": "national" + }, { "id": "sec-edgar", "name": { diff --git a/firstdata/indexes/by-domain.json b/firstdata/indexes/by-domain.json index f2e3382..2ec98d3 100644 --- a/firstdata/indexes/by-domain.json +++ b/firstdata/indexes/by-domain.json @@ -1,8 +1,8 @@ { "metadata": { - "generated_at": "2026-03-13T02:05:17.902545+00:00", + "generated_at": "2026-03-13T02:07:30.289105+00:00", "total_domains": 688, - "total_sources": 238, + "total_sources": 241, "version": "2.0" }, "domains": { @@ -2382,6 +2382,18 @@ "has_api": true, "file_path": "international/energy/iea.json", "geographic_scope": "global" + }, + { + "id": "irena", + "name": { + "en": "IRENA - International Renewable Energy Agency", + "zh": "国际可再生能源署" + }, + "authority_level": "international", + "data_url": "https://www.irena.org/Data", + "has_api": true, + "file_path": "international/energy/irena.json", + "geographic_scope": "global" } ], "climate change": [ @@ -4278,6 +4290,18 @@ "file_path": "international/development/afdb-statistics.json", "geographic_scope": "regional" }, + { + "id": "undp-hdr", + "name": { + "en": "UNDP Human Development Reports", + "zh": "联合国开发计划署人类发展报告" + }, + "authority_level": "international", + "data_url": "https://hdr.undp.org/data-center", + "has_api": false, + "file_path": "international/development/undp-hdr.json", + "geographic_scope": "global" + }, { "id": "adb-ado", "name": { @@ -5738,6 +5762,18 @@ "file_path": "international/development/afdb-statistics.json", "geographic_scope": "regional" }, + { + "id": "undp-hdr", + "name": { + "en": "UNDP Human Development Reports", + "zh": "联合国开发计划署人类发展报告" + }, + "authority_level": "international", + "data_url": "https://hdr.undp.org/data-center", + "has_api": false, + "file_path": "international/development/undp-hdr.json", + "geographic_scope": "global" + }, { "id": "adb-ado", "name": { @@ -5900,6 +5936,18 @@ "file_path": "international/energy/iea.json", "geographic_scope": "global" }, + { + "id": "irena", + "name": { + "en": "IRENA - International Renewable Energy Agency", + "zh": "国际可再生能源署" + }, + "authority_level": "international", + "data_url": "https://www.irena.org/Data", + "has_api": true, + "file_path": "international/energy/irena.json", + "geographic_scope": "global" + }, { "id": "ebrd", "name": { @@ -6073,6 +6121,18 @@ "file_path": "thailand/national/thailand-nso.json", "geographic_scope": "national" }, + { + "id": "us-fred", + "name": { + "en": "FRED - Federal Reserve Economic Data", + "zh": "美联储经济数据库" + }, + "authority_level": "government", + "data_url": "https://fred.stlouisfed.org", + "has_api": true, + "file_path": "us/economics/us-fred.json", + "geographic_scope": "national" + }, { "id": "sec-edgar", "name": { @@ -6395,6 +6455,18 @@ "file_path": "international/development/idb.json", "geographic_scope": "regional" }, + { + "id": "undp-hdr", + "name": { + "en": "UNDP Human Development Reports", + "zh": "联合国开发计划署人类发展报告" + }, + "authority_level": "international", + "data_url": "https://hdr.undp.org/data-center", + "has_api": false, + "file_path": "international/development/undp-hdr.json", + "geographic_scope": "global" + }, { "id": "adb", "name": { @@ -7016,6 +7088,18 @@ "file_path": "international/energy/iea.json", "geographic_scope": "global" }, + { + "id": "irena", + "name": { + "en": "IRENA - International Renewable Energy Agency", + "zh": "国际可再生能源署" + }, + "authority_level": "international", + "data_url": "https://www.irena.org/Data", + "has_api": true, + "file_path": "international/energy/irena.json", + "geographic_scope": "global" + }, { "id": "unctad-infrastructure-statistics", "name": { @@ -7581,6 +7665,18 @@ "file_path": "international/energy/iea.json", "geographic_scope": "global" }, + { + "id": "irena", + "name": { + "en": "IRENA - International Renewable Energy Agency", + "zh": "国际可再生能源署" + }, + "authority_level": "international", + "data_url": "https://www.irena.org/Data", + "has_api": true, + "file_path": "international/energy/irena.json", + "geographic_scope": "global" + }, { "id": "basel-convention", "name": { @@ -8588,6 +8684,18 @@ "file_path": "sectors/finance_markets/joinquant.json", "geographic_scope": "national" }, + { + "id": "us-fred", + "name": { + "en": "FRED - Federal Reserve Economic Data", + "zh": "美联储经济数据库" + }, + "authority_level": "government", + "data_url": "https://fred.stlouisfed.org", + "has_api": true, + "file_path": "us/economics/us-fred.json", + "geographic_scope": "national" + }, { "id": "sec-edgar", "name": { @@ -10422,6 +10530,18 @@ "file_path": "international/development/idb.json", "geographic_scope": "regional" }, + { + "id": "undp-hdr", + "name": { + "en": "UNDP Human Development Reports", + "zh": "联合国开发计划署人类发展报告" + }, + "authority_level": "international", + "data_url": "https://hdr.undp.org/data-center", + "has_api": false, + "file_path": "international/development/undp-hdr.json", + "geographic_scope": "global" + }, { "id": "adb", "name": { @@ -12605,6 +12725,18 @@ "has_api": false, "file_path": "thailand/national/thailand-nso.json", "geographic_scope": "national" + }, + { + "id": "us-fred", + "name": { + "en": "FRED - Federal Reserve Economic Data", + "zh": "美联储经济数据库" + }, + "authority_level": "government", + "data_url": "https://fred.stlouisfed.org", + "has_api": true, + "file_path": "us/economics/us-fred.json", + "geographic_scope": "national" } ], "labor force": [ @@ -16938,6 +17070,18 @@ "file_path": "international/development/afdb-statistics.json", "geographic_scope": "regional" }, + { + "id": "undp-hdr", + "name": { + "en": "UNDP Human Development Reports", + "zh": "联合国开发计划署人类发展报告" + }, + "authority_level": "international", + "data_url": "https://hdr.undp.org/data-center", + "has_api": false, + "file_path": "international/development/undp-hdr.json", + "geographic_scope": "global" + }, { "id": "adb-ado", "name": { @@ -18761,6 +18905,18 @@ "has_api": false, "file_path": "thailand/national/thailand-nso.json", "geographic_scope": "national" + }, + { + "id": "us-fred", + "name": { + "en": "FRED - Federal Reserve Economic Data", + "zh": "美联储经济数据库" + }, + "authority_level": "government", + "data_url": "https://fred.stlouisfed.org", + "has_api": true, + "file_path": "us/economics/us-fred.json", + "geographic_scope": "national" } ], "trade and integration": [ diff --git a/firstdata/indexes/by-region.json b/firstdata/indexes/by-region.json index dd0e945..8f22951 100644 --- a/firstdata/indexes/by-region.json +++ b/firstdata/indexes/by-region.json @@ -1,8 +1,8 @@ { "metadata": { - "generated_at": "2026-03-13T02:05:17.902545+00:00", + "generated_at": "2026-03-13T02:07:30.289105+00:00", "total_regions": 24, - "total_sources": 238, + "total_sources": 241, "version": "2.0" }, "regions": { @@ -1554,6 +1554,18 @@ "file_path": "sectors/computer_science_ai/aws-open-data-registry.json", "geographic_scope": "global" }, + { + "id": "us-fred", + "name": { + "en": "FRED - Federal Reserve Economic Data", + "zh": "美联储经济数据库" + }, + "authority_level": "government", + "data_url": "https://fred.stlouisfed.org", + "has_api": true, + "file_path": "us/economics/us-fred.json", + "geographic_scope": "national" + }, { "id": "sec-edgar", "name": { diff --git a/firstdata/indexes/statistics.json b/firstdata/indexes/statistics.json index 325b3db..80af6ed 100644 --- a/firstdata/indexes/statistics.json +++ b/firstdata/indexes/statistics.json @@ -1,62 +1,62 @@ { "metadata": { - "generated_at": "2026-03-13T02:05:17.902545+00:00", + "generated_at": "2026-03-13T02:07:30.289105+00:00", "version": "2.0" }, "overview": { - "total_sources": 238, - "sources_with_api": 107, + "total_sources": 241, + "sources_with_api": 109, "last_updated": "2026-03-13" }, "by_authority_level": { "research": 33, - "international": 57, - "government": 116, + "international": 59, + "government": 117, "market": 16, "commercial": 15, "other": 1 }, "by_geographic_scope": { - "global": 80, - "national": 134, + "global": 82, + "national": 135, "regional": 24 }, "by_update_frequency": { "irregular": 45, - "daily": 44, + "daily": 45, "weekly": 9, "quarterly": 26, "monthly": 61, - "annual": 43, + "annual": 45, "real-time": 10 }, "by_domain": { - "economics": 78, - "trade": 43, - "finance": 38, + "economics": 81, + "trade": 44, + "finance": 39, "demographics": 35, - "health": 29, - "environment": 29, - "education": 29, + "health": 30, + "environment": 30, + "education": 30, "agriculture": 28, - "social": 21, + "social": 22, "infrastructure": 15, "technology": 15, + "energy": 14, "industry": 14, "employment": 13, - "energy": 13, - "development": 12, + "development": 13, "manufacturing": 12, "transportation": 11, + "climate": 10, "housing": 10, - "climate": 9, "statistics": 9, "banking": 9, + "labor": 8, "population": 8, "prices": 8, "securities": 8, "genomics": 7, - "labor": 7, "machine learning": 7, "monetary policy": 7, "financial markets": 7, diff --git a/firstdata/sources/international/development/undp-hdr.json b/firstdata/sources/international/development/undp-hdr.json new file mode 100644 index 0000000..9e5f060 --- /dev/null +++ b/firstdata/sources/international/development/undp-hdr.json @@ -0,0 +1,64 @@ +{ + "id": "undp-hdr", + "name": { + "en": "UNDP Human Development Reports", + "zh": "联合国开发计划署人类发展报告" + }, + "description": { + "en": "The United Nations Development Programme (UNDP) Human Development Report Office publishes the Human Development Index (HDI) and related composite indices since 1990. It provides authoritative data on human development across 190+ countries, including education, health, income, inequality, gender, and multidimensional poverty indicators. The HDI is the world's most widely cited measure of national development beyond GDP.", + "zh": "联合国开发计划署(UNDP)人类发展报告办公室自1990年起发布人类发展指数(HDI)及相关综合指数。它提供190多个国家的人类发展权威数据,涵盖教育、健康、收入、不平等、性别和多维贫困指标。HDI是全球引用最广泛的超越GDP的国家发展衡量指标。" + }, + "website": "https://hdr.undp.org", + "data_url": "https://hdr.undp.org/data-center", + "api_url": null, + "country": null, + "domains": [ + "development", + "social", + "economics", + "education", + "health" + ], + "geographic_scope": "global", + "update_frequency": "annual", + "tags": [ + "hdi", + "human-development", + "poverty", + "inequality", + "education", + "health", + "undp", + "人类发展指数", + "贫困", + "不平等", + "发展指标", + "mpi", + "gii", + "gender", + "sustainable-development" + ], + "data_content": { + "en": [ + "Human Development Index (HDI) - composite index of life expectancy, education, and income", + "Inequality-adjusted HDI (IHDI) - HDI adjusted for inequality in each dimension", + "Gender Development Index (GDI) - gender gaps in human development", + "Gender Inequality Index (GII) - gender-based disadvantage across health, empowerment, labor", + "Multidimensional Poverty Index (MPI) - non-income poverty across health, education, living standards", + "Planetary pressures-adjusted HDI (PHDI) - sustainability-adjusted development measure", + "Country profiles and dashboards - detailed statistics for 190+ countries", + "Historical time series data from 1990 onwards" + ], + "zh": [ + "人类发展指数(HDI)- 预期寿命、教育和收入的综合指数", + "不平等调整人类发展指数(IHDI)- 按各维度不平等调整的HDI", + "性别发展指数(GDI)- 人类发展中的性别差距", + "性别不平等指数(GII)- 健康、赋权、劳动方面的性别劣势", + "多维贫困指数(MPI)- 健康、教育、生活水平方面的非收入贫困", + "行星压力调整HDI(PHDI)- 可持续发展调整的发展指标", + "国家概况和仪表板 - 190多个国家的详细统计", + "1990年以来的历史时间序列数据" + ] + }, + "authority_level": "international" +} diff --git a/firstdata/sources/international/energy/irena.json b/firstdata/sources/international/energy/irena.json new file mode 100644 index 0000000..eb40ec9 --- /dev/null +++ b/firstdata/sources/international/energy/irena.json @@ -0,0 +1,66 @@ +{ + "id": "irena", + "name": { + "en": "IRENA - International Renewable Energy Agency", + "zh": "国际可再生能源署" + }, + "description": { + "en": "The International Renewable Energy Agency (IRENA) is an intergovernmental organisation supporting countries in their transition to a sustainable energy future. IRENA provides the most comprehensive global dataset on renewable energy capacity, generation, costs and investment. Its statistics cover 200+ countries with data from 2000 onwards, serving as the definitive reference for renewable energy deployment worldwide.", + "zh": "国际可再生能源署(IRENA)是支持各国向可持续能源未来转型的政府间组织。IRENA提供全球最全面的可再生能源装机容量、发电量、成本和投资数据集,统计覆盖200多个国家,数据从2000年起,是全球可再生能源部署的权威参考。" + }, + "website": "https://www.irena.org", + "data_url": "https://www.irena.org/Data", + "api_url": "https://pxweb.irena.org/pxweb/en/IRENASTAT", + "country": null, + "domains": [ + "energy", + "climate", + "environment", + "economics" + ], + "geographic_scope": "global", + "update_frequency": "annual", + "tags": [ + "renewable-energy", + "solar", + "wind", + "hydropower", + "bioenergy", + "geothermal", + "energy-transition", + "可再生能源", + "太阳能", + "风能", + "装机容量", + "发电量", + "能源成本", + "irena", + "clean-energy", + "energy-investment" + ], + "data_content": { + "en": [ + "Renewable Energy Statistics - capacity, generation and balances for 200+ countries", + "Renewable Power Generation Costs - LCOE data for solar, wind, hydro, bioenergy, geothermal", + "Renewable Energy Employment - jobs by technology and country", + "IRENA RE Capacity Statistics - installed capacity by technology and country", + "Global Landscape of Renewable Energy Finance", + "Renewable Energy Auctions - contract prices and volumes", + "Off-grid Renewable Energy Statistics", + "Hydrogen cost and production data", + "Energy Transition Investment Tracking" + ], + "zh": [ + "可再生能源统计 - 200多个国家的装机容量、发电量和能源平衡", + "可再生能源发电成本 - 太阳能、风能、水电、生物能源、地热的平准化度电成本", + "可再生能源就业 - 按技术和国家分类的就业数据", + "可再生能源装机容量统计 - 按技术和国家分类的装机容量", + "全球可再生能源融资格局", + "可再生能源拍卖 - 合同价格和交易量", + "离网可再生能源统计", + "氢能成本和生产数据", + "能源转型投资追踪" + ] + }, + "authority_level": "international" +} diff --git a/firstdata/sources/us/economics/us-fred.json b/firstdata/sources/us/economics/us-fred.json new file mode 100644 index 0000000..b6d00ef --- /dev/null +++ b/firstdata/sources/us/economics/us-fred.json @@ -0,0 +1,73 @@ +{ + "id": "us-fred", + "name": { + "en": "FRED - Federal Reserve Economic Data", + "zh": "美联储经济数据库" + }, + "description": { + "en": "FRED (Federal Reserve Economic Data) is a comprehensive database maintained by the Federal Reserve Bank of St. Louis containing over 800,000 economic time series from 100+ sources. It is one of the most widely used free macroeconomic data platforms globally, covering GDP, employment, inflation, interest rates, money supply, trade, housing, and hundreds of other economic indicators for the US and international economies.", + "zh": "FRED(美联储经济数据)是由圣路易斯联邦储备银行维护的综合数据库,包含来自100多个数据源的超过80万条经济时间序列。它是全球使用最广泛的免费宏观经济数据平台之一,涵盖美国和国际经济的GDP、就业、通胀、利率、货币供应、贸易、住房等数百种经济指标。" + }, + "website": "https://fred.stlouisfed.org", + "data_url": "https://fred.stlouisfed.org", + "api_url": "https://fred.stlouisfed.org/docs/api/fred/", + "country": "US", + "domains": [ + "economics", + "finance", + "labor", + "trade" + ], + "geographic_scope": "national", + "update_frequency": "daily", + "tags": [ + "fred", + "federal-reserve", + "macroeconomics", + "gdp", + "inflation", + "interest-rates", + "unemployment", + "money-supply", + "cpi", + "美联储", + "宏观经济", + "经济数据", + "利率", + "通胀", + "m2", + "time-series", + "economic-indicators" + ], + "data_content": { + "en": [ + "GDP and National Accounts - real/nominal GDP, GDP components, growth rates", + "Employment and Labor - unemployment rate, nonfarm payrolls, labor force participation", + "Prices and Inflation - CPI, PCE, PPI, breakeven inflation", + "Interest Rates - federal funds rate, Treasury yields, LIBOR/SOFR", + "Money Supply - M1, M2, monetary base", + "Banking - commercial bank assets/liabilities, lending standards", + "Housing - home prices, housing starts, mortgage rates", + "International Trade - trade balance, exchange rates", + "Industrial Production and Capacity Utilization", + "Consumer and Business Surveys - consumer confidence, PMI", + "Regional Data - state and metro area economic indicators", + "International data from IMF, World Bank, OECD, and other sources" + ], + "zh": [ + "GDP和国民账户 - 实际/名义GDP、GDP构成、增长率", + "就业和劳动力 - 失业率、非农就业、劳动参与率", + "物价和通胀 - CPI、PCE、PPI、盈亏平衡通胀率", + "利率 - 联邦基金利率、国债收益率、LIBOR/SOFR", + "货币供应量 - M1、M2、基础货币", + "银行业 - 商业银行资产负债、贷款标准", + "住房 - 房价、新房开工、抵押贷款利率", + "国际贸易 - 贸易差额、汇率", + "工业生产和产能利用率", + "消费者和商业调查 - 消费者信心、PMI", + "地区数据 - 州和都会区经济指标", + "来自IMF、世界银行、OECD等来源的国际数据" + ] + }, + "authority_level": "government" +}