forinvest-cli
    Preparing search index...

    Interface ILastQuarterRatiosRepo

    interface ILastQuarterRatiosRepo {
        getLastQuarterRatios(code: string): Promise<LastQuarterRatiosResponse>;
    }
    Index

    Methods

    • Parameters

      • code: string

        The code to get the last quarter ratios for

      Returns Promise<LastQuarterRatiosResponse>

      Promise object representing the last quarter ratios response