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 |
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 OHLCV data for the instruments described in a list of profiles.
Get instruments given their symbols.
List available instruments for a given instrument type.