{% extends "base.html" %} {% block title %}Historical{% endblock %} {% block content %}

Historical

Manage historical collection jobs. Pick a data type, expand an exchange, then set the first date you want to reach and hit Run to fill the missing history. The bar shows real coverage from first date → today. A Schedule turns a job into a recurring backfill (a cron) — it runs only while the daemon (dccd start) is up. Deleting a job never deletes stored data. Derivative datasets (funding, open interest, futures OHLC) use a market suffix on the pair, e.g. BTC/USDT:perp or BTC/USDT:quarter.

Loading…
Loading…
Loading…
Loading…
{% endblock %} {% block scripts %} {% endblock %}