QuoteSummaryModule

Modules supported by the Yahoo Finance QuoteSummary API

The QuoteSummary API provides detailed information about stocks, ETFs, mutual funds, etc. through various modules. Each module represents data for a specific category.

Usage example:

val modules = setOf(
QuoteSummaryModule.PRICE,
QuoteSummaryModule.SUMMARY_DETAIL,
QuoteSummaryModule.FINANCIAL_DATA
)
val result = quoteSummaryService.getQuoteSummary("AAPL", modules)

Entries

Link copied to clipboard

Basic price information

Link copied to clipboard

Detailed summary information

Link copied to clipboard

Asset profile information

Link copied to clipboard

Summary profile information

Link copied to clipboard

Asset type information

Link copied to clipboard

Default key statistics

Link copied to clipboard

Financial data

Link copied to clipboard

Calendar events

Link copied to clipboard

Earnings trend

Link copied to clipboard

Earnings history

Link copied to clipboard

Earnings dates

Link copied to clipboard

Major holders

Link copied to clipboard

Insider transactions

Link copied to clipboard

Insider holders

Link copied to clipboard

Institutional ownership

Link copied to clipboard

Fund ownership

Link copied to clipboard

Recommendation trend

Link copied to clipboard

Upgrade/downgrade history

Link copied to clipboard

Financial statements - Income statement

Link copied to clipboard

Financial statements - Quarterly income statement

Link copied to clipboard

Financial statements - Balance sheet

Link copied to clipboard

Financial statements - Quarterly balance sheet

Link copied to clipboard

Financial statements - Cash flow statement

Link copied to clipboard

Financial statements - Quarterly cash flow statement

Link copied to clipboard

Top holdings of fund

Link copied to clipboard

Fund profile

Link copied to clipboard

Fund performance

Link copied to clipboard

Stock splits and dividend history

Link copied to clipboard

Price history

Link copied to clipboard

Index trend

Link copied to clipboard

Industry trend

Link copied to clipboard

Sector trend

Link copied to clipboard

Earnings history

Link copied to clipboard

Page views information

Link copied to clipboard

ESG scores

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The module identifier used by the Yahoo Finance API

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Converts QuoteSummaryModule to API parameter string.

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.