ChartEventType

Chart API에서 지원하는 이벤트 타입

Yahoo Finance Chart API의 events 파라미터에 사용되는 이벤트 종류입니다. 각 이벤트는 API에서 요구하는 값으로 매핑됩니다.

사용 예시:

val events = setOf(ChartEventType.DIVIDEND, ChartEventType.SPLIT)
val result = ufc.chart(symbol = "AAPL", events = events)

Entries

Link copied to clipboard

배당금 이벤트

Link copied to clipboard

주식 분할 이벤트

Link copied to clipboard

자본 이득 이벤트

Properties

Link copied to clipboard

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

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.