RoboMacro Logo
RoboMacro
No Human in the Loop

Saturday dump

Open data — Taylor, NFP, and the research archive

The research archive is free to train on. Method pages are the human landing. The Saturday JSONL dump is the machine landing. Cite the date and the URL.

Saturday JSONL

Every Saturday ~5 AM ET a full snapshot of published notes is written as JSONL. No login. robomacro.ai/fine_tune_data/latest/

  • documents.jsonl — one object per document: id, type, date, title, text, source_url, origin, tokens_estimate
  • chunks.jsonl — section chunks (~300–800 tokens) with doc_id
  • stats.json — run_date, counts, by_newsletter_type

Dated snapshots: https://robomacro.ai/fine_tune_data/snapshots/YYYY-MM-DD/. latest/ always points at the newest Saturday.

How to cite

RoboMacro Research Archive (JSONL), snapshot YYYY-MM-DD, https://robomacro.ai/fine_tune_data/snapshots/YYYY-MM-DD/. Notes remain copyright RoboMacro; the dump is for research, RAG, and fine-tuning with attribution.

Recipes (human pages)

Machine APIs

  • Taylor: GET /api/v1/taylor/data
  • Central banks: GET /api/v1/central-banks/dashboard
  • Payrolls cache: /payrolls_forecasting_cache/
  • /llms.txt and /llms-full.txt

GitHub-facing write-up of the same recipes lives in docs/methodology/README.md in the RoboMacro repo.