@web-core/web-sdk
    Preparing search index...

    Interface IQuarterRatiosRepo

    interface IQuarterRatiosRepo {
        getLastQuarterRatios(code: string): Promise<LastQuarterRatiosResponse>;
        getQuarterRatios(
            code: string,
            term: string,
        ): Promise<QuarterRatiosResponse>;
    }
    Index

    Methods

    • Parameters

      • code: string

        The code to get the quarter ratios for

      Returns Promise<LastQuarterRatiosResponse>

      Promise object representing the quarter ratios response

      Get quarter ratios last for a specific code

    • Parameters

      • code: string

        The code to get the quarter ratios for

      • term: string

        The term to get the quarter ratios for

      Returns Promise<QuarterRatiosResponse>

      Promise object representing the quarter ratios response

      Get quarter ratios for a specific code and term