{% extends "base.html" %} {% block title %}Data & downloads — Gordon{% endblock %} {% block content %}

Data & downloads

Every chart-series ships as CSV, XLSX, and Parquet (no JSON, per the Heterodata download standard). Each value traces to a real BLS / BEA / Federal-Reserve source; nothing is fabricated. The interpretation-labeled heterodox series are a real-competition reading of the official data — see Methodology for how the constructed series are built.

Download all data (.zip)   {{ n_items }} chart-series · CSV + XLSX + Parquet + metadata

{% for group, items in groups %}

{{ group }}

{% for it in items %}

{{ it.title }}{% if it.interpretation %} heterodox lens{% endif %}

{{ it.desc }}

CSV ({{ it.sizes.csv }}) XLSX ({{ it.sizes.xlsx }}) Parquet ({{ it.sizes.parquet }})
{% endfor %}
{% endfor %} {% endblock %}