Tasks ===== The ``indexes`` app maintains historical price series for market indexes. The full schedule and queue routing are in :doc:`/architecture/tasks`. Current-price tracking is not wired in -- the upstream data source (TipRanks) does not support index symbols. Price history ------------- .. autofunction:: richy.indexes.tasks.fetch_historical_data.__wrapped__