Skip to main content
SimpleFunctions exports two kinds of historical state so you can reproduce research without scraping rendered pages or hitting the public API every loop.

Public HuggingFace datasets

All five datasets live under the SimpleFunctions organization. They are public — git clone and huggingface-cli download work without auth.

Pull a file

Clone the whole dataset

Use from datasets

Live snapshots

For current state, hit the realtime data API:
See Real-time data for response shapes, WebSocket topics, and rate limits.

Provenance

Public exports include enough timestamp and source metadata to reconstruct the state that produced a public chart, answer, or backtest. Where a row carries a trace id, treat it as a support / audit handle, not as a public database schema. See Provenance.

What is not exported

Internal storage, raw cron output, observability tables, and unsettled in-flight intents are not part of any public export. If you need a slice that is not on HuggingFace, open an issue or email patrick@simplefunctions.dev rather than assuming an internal path.

Next steps

Real-time data

REST and WebSocket for current market state.

Calibration

SimpleFunctions Index, regime, and calibration HTTP endpoints.