class BaseProvider:
    def fetch_data(self, symbol, interval="DAILY"):
        raise NotImplementedError("Subclasses must implement this method.")