Skip to content

DownloadResult


dataclass backtide.core.data.DownloadResult

Summary returned by download_bars after all tasks finish.

Individual task failures are captured as warnings rather than aborting the entire download, so callers can report partial success.

Attributes

n_succeeded : int

Number of download tasks that succeeded.

n_failed : int
Number of download tasks that failed.

warnings : list[str]
Human-readable warning for each failed task.


See Also

download_bars

Download OHLCV data for the instruments described in a list of profiles.

fetch_instruments

Get instruments given their symbols.

list_instruments

List available instruments for a given instrument type.