Checking status…
Catalog / Standardized World Income Inequality Database (SWIID), Frederick Solt
swiid

Standardized World Income Inequality Database (SWIID), Frederick Solt

Open · redistributedCreative Commons Zero (CC0)Inequality & Poverty

SWIID (Standardized World Income Inequality Database) ingest. Source: https://github.com/fsolt/swiid Author: Frederick Solt (University of Iowa) License: CC BY 4.0 Coverage: 192 countries, 1960–present, Gini coefficients (disposable + market income) Downloads the summary CSV from GitHub (no…

Redistributable. This source is served as canonical Parquet under the license below, with attribution and provenance preserved.

Coverage

Series catalogued
1,084
Temporal coverage
1960-12-31 – 2025-12-31
Categories
Inequality & Poverty

Licensing & provenance

License
Creative Commons Zero (CC0)
License URL
https://creativecommons.org/publicdomain/zero/1.0/
Required attribution
SWIID by Frederick Solt (dedicated to the public domain under CC0 1.0); citation requested
Redistribution
Permitted (served here)
Commercial use
Yes
Modification
Permitted
Provider homepage
https://fsolt.org/swiid/
Provider terms
https://dataverse.harvard.edu/dataset.xhtml?persistentId=doi:10.7910/DVN/LM4OWF

How to cite

Standardized World Income Inequality Database (SWIID), Frederick Solt. Retrieved from https://fsolt.org/swiid/. Compiled and redistributed by the Elkassabgi Data Library.

Processing: Retrieved from the official source, normalized to a long {series_key, obs_date, value} schema (period-start dates), de-duplicated, and stored as zstd Parquet. Compiled and redistributed by the Elkassabgi Data Library.

Access & mirrors

Download
Select & download swiid series as CSV →
API
Get a free API key, then GET /v1/series/<id>.csv
Canonical landing
https://econdatalibrary.com/swiid
Update cadence
annual
Automated refresh
live — this database is on the daily update run
Update strategy
overwrite if changed
Storage layout
single parquet (~67KB), columns series_key(SWIID:{variable}:{country_name}), obs_date(Dec-31 of year), value(float64). Variables: gini_disp, gini_disp_se, gini_mkt, gini_mkt_se, abs_red, rel_red plus any extra numeric columns found.

Full description

SWIID (Standardized World Income Inequality Database) ingest. Source: https://github.com/fsolt/swiid Author: Frederick Solt (University of Iowa) License: CC BY 4.0 Coverage: 192 countries, 1960–present, Gini coefficients (disposable + market income) Downloads the summary CSV from GitHub (no registration required). Includes: gini_disp (post-tax/transfer), gini_mkt (pre-tax/transfer), their standard errors, and absolute/relative redistribution. series_key: SWIID:{variable}:{country_iso3} e.g. SWIID:gini_disp:USA Output: data/clean_full/swiid/swiid.parquet Run: python jobs/ingest_swiid.py

Structured metadata

schema.org/Dataset (Google Dataset Search)
{
  "@context": "https://schema.org/",
  "@type": "Dataset",
  "name": "Standardized World Income Inequality Database (SWIID), Frederick Solt",
  "description": "Gini index of disposable (post-tax, post-transfer) income. SWIID. 1,084 series, 1960–2025. Free download.",
  "url": "https://econdatalibrary.com/swiid",
  "identifier": "swiid",
  "isAccessibleForFree": true,
  "publisher": {
    "@type": "Organization",
    "name": "Econ Data Library",
    "url": "https://econdatalibrary.com"
  },
  "includedInDataCatalog": {
    "@type": "DataCatalog",
    "@id": "https://econdatalibrary.com/#catalog",
    "name": "Econ Data Library",
    "url": "https://econdatalibrary.com/catalog"
  },
  "creator": {
    "@type": "Organization",
    "name": "Standardized World Income Inequality Database, Frederick Solt",
    "alternateName": "SWIID",
    "url": "https://fsolt.org/swiid/"
  },
  "license": "https://creativecommons.org/publicdomain/zero/1.0/",
  "keywords": [
    "Inequality & Poverty",
    "swiid"
  ],
  "variableMeasured": [
    "Absolute redistribution (market minus net income inequality)",
    "Absolute redistribution (market minus net income inequality), standard error",
    "Gini index of disposable (post-tax, post-transfer) income",
    "Gini index of disposable (post-tax, post-transfer) income, standard error",
    "Gini index of market (pre-tax, pre-transfer) income",
    "Gini index of market (pre-tax, pre-transfer) income, standard error",
    "Relative redistribution (market minus net, divided by market income inequality)",
    "Relative redistribution (market minus net, divided by market income inequality), standard error"
  ],
  "temporalCoverage": "1960-12-31/2025-12-31",
  "citation": "Standardized World Income Inequality Database (SWIID), Frederick Solt. Retrieved from https://fsolt.org/swiid/. Compiled and redistributed by the Elkassabgi Data Library.",
  "sameAs": [
    "https://huggingface.co/datasets/econdatalibrary-swiid",
    "https://zenodo.org/communities/econdatalibrary"
  ],
  "distribution": [
    {
      "@type": "DataDownload",
      "name": "swiid — CSV",
      "encodingFormat": "text/csv",
      "contentUrl": "https://econdatalibrary.com/download.html?source=swiid",
      "license": "https://creativecommons.org/publicdomain/zero/1.0/"
    }
  ]
}
Croissant (ML-ready, schema.org JSON-LD)
{
  "@context": {
    "@language": "en",
    "@vocab": "https://schema.org/",
    "cr": "http://mlcommons.org/croissant/",
    "data": {
      "@id": "cr:data",
      "@type": "@json"
    },
    "dataType": {
      "@id": "cr:dataType",
      "@type": "@vocab"
    },
    "sc": "https://schema.org/",
    "conformsTo": "dct:conformsTo",
    "dct": "http://purl.org/dc/terms/"
  },
  "@type": "sc:Dataset",
  "conformsTo": "http://mlcommons.org/croissant/1.0",
  "name": "swiid",
  "description": "Gini index of disposable (post-tax, post-transfer) income. SWIID. 1,084 series, 1960–2025. Free download.",
  "url": "https://econdatalibrary.com/swiid",
  "creator": {
    "@type": "sc:Organization",
    "name": "Standardized World Income Inequality Database, Frederick Solt",
    "alternateName": "SWIID",
    "url": "https://fsolt.org/swiid/"
  },
  "publisher": {
    "@type": "sc:Organization",
    "name": "Econ Data Library",
    "url": "https://econdatalibrary.com"
  },
  "license": "https://creativecommons.org/publicdomain/zero/1.0/",
  "keywords": [
    "Inequality & Poverty"
  ],
  "temporalCoverage": "1960-12-31/2025-12-31",
  "citation": "Standardized World Income Inequality Database (SWIID), Frederick Solt. Retrieved from https://fsolt.org/swiid/. Compiled and redistributed by the Elkassabgi Data Library.",
  "distribution": [
    {
      "@type": "cr:FileObject",
      "@id": "swiid-csv",
      "name": "swiid-csv",
      "description": "Per-series CSV, downloadable with a free API key.",
      "contentUrl": "https://econdatalibrary.com/download.html?source=swiid",
      "encodingFormat": "text/csv"
    }
  ]
}
Part of the Econ Data Library catalog · metadata generated 2026-08-02 from the central registry · browse all datasets
ElkassabgiData

One account. Every library.

HF Data Library  ·  Econ Data Library  · more to come