For developers & analysts

Spreadsheets

Pull Warconomy CSV distributions straight into Google Sheets or Excel: IMPORTDATA in Sheets, or Data → From Web / Power Query in Excel. Static files only — refresh on demand, no add-on. Not real-time; refreshing re-reads the current manually-maintained file.

static reference · data June 5, 2026

Every distribution is a plain CSV at a stable URL, so you can pull it into a spreadsheet with no add-on. In Google Sheets use IMPORTDATA; in Excel use Data → From Web (Power Query). Refreshing re-reads the current manually-maintained file — it is not a live feed.

  • Google Sheets: IMPORTDATA(url).
  • Excel: Data → From Web (Power Query).
  • Cite live rows only; refresh ≠ real-time.

Google Sheets

=IMPORTDATA("https://warconomy.com/datasets/conflict-economic-impact/observations.csv")
=IMPORTDATA("https://warconomy.com/datasets/conflict-economic-impact/sources.csv")

Excel

Data tab → Get Data → From Web → paste:
https://warconomy.com/datasets/conflict-economic-impact/observations.csv
Excel parses the CSV; refresh re-reads the current file.

More

All distributions: bundle · downloads: /downloads.csv · Python: /developers/python.

Related Warconomy pages