BaseDataSourceΒΆ

Defined in fynance.data

class BaseDataSource[source]

Bases: ABC

Abstract base for data-source adapters (the I/O port).

abstractmethod load(path, **kwargs)[source]

Load path into a PriceSeries or a mapping of them.