forinvest-cli
    Preparing search index...

    Interface IMontelRepo

    interface IMontelRepo {
        getDayAheadPTFData(
            period: MontelChartPeriod,
        ): Promise<MontelDayAheadPTFResponse>;
        getPTFData(
            period: MontelChartPeriod,
            customDateRange?: CustomDateRange,
        ): Promise<MontelPTFResponse>;
        getSMPData(
            period: MontelChartPeriod,
            customDateRange?: CustomDateRange,
        ): Promise<MontelSMPResponse>;
    }
    Index

    Methods