ScreenerOperator

Screener 쿼리에서 사용되는 연산자

Yahoo Finance Screener API는 다양한 논리 및 비교 연산자를 지원합니다.

Entries

Link copied to clipboard

논리 AND - 모든 조건을 만족

Link copied to clipboard

논리 OR - 하나 이상의 조건을 만족

Link copied to clipboard

같음

Link copied to clipboard

초과 (greater than)

Link copied to clipboard

미만 (less than)

Link copied to clipboard

이상 (greater than or equal)

Link copied to clipboard

이하 (less than or equal)

Link copied to clipboard

범위 (between)

Link copied to clipboard

포함 (is in) 클라이언트에서 OR + EQ 조합으로 변환됩니다. 예: IS_IN("exchange", "NMS", "NYQ") → OR(EQ("exchange", "NMS"), EQ("exchange", "NYQ"))

Properties

Link copied to clipboard
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.