{% 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.

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