Baselight

World Development Indicators

The most current and accurate global development data available

@worldbank.world_development_indicators

Loading...
Loading...

About this Dataset

World Development Indicators

World Development Indicators (WDI) is the primary World Bank collection of development indicators, compiled from officially recognized international sources. It presents the most current and accurate global development data available, and includes national, regional, and global estimates.

Note: Even though Global Development Finance (GDF) is no longer listed in the WDI database name, all external debt and financial flows data continue to be included in WDI. The GDF publication has been renamed International Debt Statistics (IDS), and has its own separate database as well.

Tables

Total Reserves In Months Of Imports

@worldbank.world_development_indicators.fi_res_totl_mo
  • 94.35 KB
  • 17290 rows
  • 3 columns
Loading...

CREATE TABLE fi_res_totl_mo (
  "economy" VARCHAR,
  "year" BIGINT,
  "value" DOUBLE
);

Total Reserves Minus Gold (current US$)

@worldbank.world_development_indicators.fi_res_xgld_cd
  • 95.21 KB
  • 17290 rows
  • 3 columns
Loading...

CREATE TABLE fi_res_xgld_cd (
  "economy" VARCHAR,
  "year" BIGINT,
  "value" DOUBLE
);

Claims On Central Government (annual Growth As % Of Broad Money)

@worldbank.world_development_indicators.fm_ast_cgov_zg_m3
  • 87.11 KB
  • 17290 rows
  • 3 columns
Loading...

CREATE TABLE fm_ast_cgov_zg_m3 (
  "economy" VARCHAR,
  "year" BIGINT,
  "value" DOUBLE
);

Claims On Other Sectors Of The Domestic Economy (annual Growth As % Of Broad Money)

@worldbank.world_development_indicators.fm_ast_domo_zg_m3
  • 35.83 KB
  • 17290 rows
  • 3 columns
Loading...

CREATE TABLE fm_ast_domo_zg_m3 (
  "economy" VARCHAR,
  "year" BIGINT,
  "value" DOUBLE
);

Net Domestic Credit (current LCU)

@worldbank.world_development_indicators.fm_ast_doms_cn
  • 89.08 KB
  • 17290 rows
  • 3 columns
Loading...

CREATE TABLE fm_ast_doms_cn (
  "economy" VARCHAR,
  "year" BIGINT,
  "value" DOUBLE
);

Net Foreign Assets (current LCU)

@worldbank.world_development_indicators.fm_ast_nfrg_cn
  • 92.87 KB
  • 17290 rows
  • 3 columns
Loading...

CREATE TABLE fm_ast_nfrg_cn (
  "economy" VARCHAR,
  "year" BIGINT,
  "value" DOUBLE
);

Monetary Sector Credit To Private Sector (% GDP)

@worldbank.world_development_indicators.fm_ast_prvt_gd_zs
  • 115.99 KB
  • 17290 rows
  • 3 columns
Loading...

CREATE TABLE fm_ast_prvt_gd_zs (
  "economy" VARCHAR,
  "year" BIGINT,
  "value" DOUBLE
);

Claims On Private Sector (annual Growth As % Of Broad Money)

@worldbank.world_development_indicators.fm_ast_prvt_zg_m3
  • 87.06 KB
  • 17290 rows
  • 3 columns
Loading...

CREATE TABLE fm_ast_prvt_zg_m3 (
  "economy" VARCHAR,
  "year" BIGINT,
  "value" DOUBLE
);

Broad Money (current LCU)

@worldbank.world_development_indicators.fm_lbl_bmny_cn
  • 84.1 KB
  • 17290 rows
  • 3 columns
Loading...

CREATE TABLE fm_lbl_bmny_cn (
  "economy" VARCHAR,
  "year" BIGINT,
  "value" DOUBLE
);

Broad Money (% Of GDP)

@worldbank.world_development_indicators.fm_lbl_bmny_gd_zs
  • 109.99 KB
  • 17290 rows
  • 3 columns
Loading...

CREATE TABLE fm_lbl_bmny_gd_zs (
  "economy" VARCHAR,
  "year" BIGINT,
  "value" DOUBLE
);

Broad Money To Total Reserves Ratio

@worldbank.world_development_indicators.fm_lbl_bmny_ir_zs
  • 82.04 KB
  • 17290 rows
  • 3 columns
Loading...

CREATE TABLE fm_lbl_bmny_ir_zs (
  "economy" VARCHAR,
  "year" BIGINT,
  "value" DOUBLE
);

Broad Money Growth (annual %)

@worldbank.world_development_indicators.fm_lbl_bmny_zg
  • 87.32 KB
  • 17290 rows
  • 3 columns
Loading...

CREATE TABLE fm_lbl_bmny_zg (
  "economy" VARCHAR,
  "year" BIGINT,
  "value" DOUBLE
);

Consumer Price Index (2010 = 100)

@worldbank.world_development_indicators.fp_cpi_totl
  • 93.71 KB
  • 17290 rows
  • 3 columns
Loading...

CREATE TABLE fp_cpi_totl (
  "economy" VARCHAR,
  "year" BIGINT,
  "value" DOUBLE
);

Inflation, Consumer Prices (annual %)

@worldbank.world_development_indicators.fp_cpi_totl_zg
  • 106.53 KB
  • 17290 rows
  • 3 columns
Loading...

CREATE TABLE fp_cpi_totl_zg (
  "economy" VARCHAR,
  "year" BIGINT,
  "value" DOUBLE
);

Wholesale Price Index (2010 = 100)

@worldbank.world_development_indicators.fp_wpi_totl
  • 24.03 KB
  • 17290 rows
  • 3 columns
Loading...

CREATE TABLE fp_wpi_totl (
  "economy" VARCHAR,
  "year" BIGINT,
  "value" DOUBLE
);

Deposit Interest Rate (%)

@worldbank.world_development_indicators.fr_inr_dpst
  • 40.84 KB
  • 17290 rows
  • 3 columns
Loading...

CREATE TABLE fr_inr_dpst (
  "economy" VARCHAR,
  "year" BIGINT,
  "value" DOUBLE
);

Lending Interest Rate (%)

@worldbank.world_development_indicators.fr_inr_lend
  • 39.14 KB
  • 17290 rows
  • 3 columns
Loading...

CREATE TABLE fr_inr_lend (
  "economy" VARCHAR,
  "year" BIGINT,
  "value" DOUBLE
);

Interest Rate Spread (lending Rate Minus Deposit Rate, %)

@worldbank.world_development_indicators.fr_inr_lndp
  • 44.33 KB
  • 17290 rows
  • 3 columns
Loading...

CREATE TABLE fr_inr_lndp (
  "economy" VARCHAR,
  "year" BIGINT,
  "value" DOUBLE
);

Real Interest Rate (%)

@worldbank.world_development_indicators.fr_inr_rinr
  • 52.95 KB
  • 17290 rows
  • 3 columns
Loading...

CREATE TABLE fr_inr_rinr (
  "economy" VARCHAR,
  "year" BIGINT,
  "value" DOUBLE
);

Risk Premium On Lending (lending Rate Minus Treasury Bill Rate, %)

@worldbank.world_development_indicators.fr_inr_risk
  • 28.86 KB
  • 17290 rows
  • 3 columns
Loading...

CREATE TABLE fr_inr_risk (
  "economy" VARCHAR,
  "year" BIGINT,
  "value" DOUBLE
);

Claims On Central Government, Etc. (% GDP)

@worldbank.world_development_indicators.fs_ast_cgov_gd_zs
  • 115.56 KB
  • 17290 rows
  • 3 columns
Loading...

CREATE TABLE fs_ast_cgov_gd_zs (
  "economy" VARCHAR,
  "year" BIGINT,
  "value" DOUBLE
);

Claims On Other Sectors Of The Domestic Economy (% Of GDP)

@worldbank.world_development_indicators.fs_ast_domo_gd_zs
  • 15.82 KB
  • 17290 rows
  • 3 columns
Loading...

CREATE TABLE fs_ast_domo_gd_zs (
  "economy" VARCHAR,
  "year" BIGINT,
  "value" DOUBLE
);

Domestic Credit Provided By Financial Sector (% Of GDP)

@worldbank.world_development_indicators.fs_ast_doms_gd_zs
  • 23.17 KB
  • 17290 rows
  • 3 columns
Loading...

CREATE TABLE fs_ast_doms_gd_zs (
  "economy" VARCHAR,
  "year" BIGINT,
  "value" DOUBLE
);

Domestic Credit To Private Sector (% Of GDP)

@worldbank.world_development_indicators.fs_ast_prvt_gd_zs
  • 100.71 KB
  • 17290 rows
  • 3 columns
Loading...

CREATE TABLE fs_ast_prvt_gd_zs (
  "economy" VARCHAR,
  "year" BIGINT,
  "value" DOUBLE
);

Account Ownership At A Financial Institution Or With A Mobile-money-service Provider, Poorest 40% (% Of Population Ages 15+)

@worldbank.world_development_indicators.fx_own_totl_40_zs
  • 10.58 KB
  • 17290 rows
  • 3 columns
Loading...

CREATE TABLE fx_own_totl_40_zs (
  "economy" VARCHAR,
  "year" BIGINT,
  "value" DOUBLE
);

Share link

Anyone who has the link will be able to view this.