# calcfi-open-data — STATUS _Last updated: 2026-05-19 (initial scaffold + first push + 34 datasets generated)_ ## Shipped ### Repo + scaffold - Public repo at https://github.com/jerehere/calcfi-open-data - README with primary-source matrix, quick-start (curl/Python/R), licensing, mirroring notes - LICENSE.md: CC0 on scaffold, CC BY 4.0 on data - Daily refresh workflow `.github/workflows/refresh.yml` at 06:00 UTC (after CalcFi's 05:00 UTC pull) - Frictionless Data Package per subdir (`datapackage.json` + `data.csv` + `README.md`) - Topics: open-data, personal-finance, dataset, frictionless-data, datapackage, economic-data, financial-data, fred, cc-by, public-data ### Dataset coverage (34 series across 11 categories) - 25 series with full history (117k+ rows total) - 9 series with current-snapshot placeholders (history still accumulating on CalcFi side) | Category | Series | Status | |---|---|---| | Mortgage rates | 30-year-fixed, 15-year-fixed, 10-year-treasury | full history | | Interest rates | federal-funds-rate, prime-rate, 2-year-treasury | full history | | Inflation | cpi, pce | full history | | Employment | unemployment-rate, labor-force-participation, avg-hourly-earnings | full history | | Energy | crude-oil-wti, crude-oil-brent, us-regular-gas-price | full history | | FX | usd-eur, usd-gbp, usd-jpy | full history | | Credit | credit-card-apr, personal-loan-rate-24mo | full history | | Commodities | copper-price, corn-price | full history | | Global | us-gdp-per-capita, world-unemployment, eurozone-gdp-per-capita | annual history | | Crypto | bitcoin, ethereum, solana | snapshot only (history TBD) | | Deposit rates | savings-national-rate, money-market, cd-3mo, cd-12mo, cd-60mo | snapshot only | | Credit (auto) | auto-loan-rate-48mo | snapshot only | | Global (extra) | world-inflation | snapshot only | ### Registry publishing — shipped 2026-05-20 - **Figshare:** DOI `10.6084/m9.figshare.32332290` — https://doi.org/10.6084/m9.figshare.32332290 - **Kaggle:** DOI `10.34740/kaggle/dsv/16356447` — https://doi.org/10.34740/kaggle/dsv/16356447 — https://www.kaggle.com/datasets/jeresalmisto/calcfi-open-data - **OSF:** DOI `10.17605/OSF.IO/PUMKT` — https://doi.org/10.17605/OSF.IO/PUMKT — https://osf.io/pumkt/ - **Hugging Face:** https://huggingface.co/datasets/iizy/calcfi-open-data (live with dataset card YAML) - **GitHub:** https://github.com/jerehere/calcfi-open-data (currently flagged — appeal filed 2026-05-20) ## In progress ### Blocked on GitHub reinstatement - **DataHub.io:** 24 posts pending (imports from GitHub URL; resume on reinstatement, see `docs/datahub-batch.md`) - **Zenodo:** GitHub-OAuth integration blocked; manual upload deferred (Figshare DOI already covers archival) - **re3data.org:** application deferred (needs SSRN paper + GitHub publicly visible) ### Other deferreds - OSF (Open Science Framework): future mirror for researcher discovery ## Deferred (backlog) ### Empty series — wait for CalcFi history accumulation - bitcoin, ethereum, solana (CoinGecko snapshots not archived yet) - savings/money-market/CD rates (FDIC manual update, no daily archive) - auto-loan-rate-48mo (FRED series available, not yet wired to history.csv endpoint) - world-inflation (World Bank, slow cadence) These will auto-populate on next daily refresh once CalcFi's history endpoint returns rows for them. No repo-side work needed. ### Out of scope - Real-time intraday data (CalcFi is daily/weekly/monthly cadence by design) - Currency triangulation series (only majors USD-EUR/GBP/JPY) - US state-level CSVs (separate `calcfi.app/api/maps/{category}/csv` surface; could mirror later as `datasets/maps/{category}/` if useful) ## Hard rules - No data transformations — mirror primary-source values verbatim - Provenance headers preserved in every CSV (#-prefixed lines) - License CC BY 4.0 always; attribution to CalcFi + primary source - Refresh workflow read-only against calcfi.app (no auth, no rate-limit gate)