Enum representing data query intervals (time units).
Interval definitions compatible with Yahoo Finance API.
1 minute interval
2 minutes interval
5 minutes interval
15 minutes interval
30 minutes interval
1 hour interval
1 day interval
5 days interval
1 week interval
1 month interval
3 months interval
Returns a representation of an immutable list of all enum entries, in the order they're declared.
The interval represented in minutes
The value used in API requests
Checks if the Interval value is suitable for daily or longer period data.
Checks if the Interval value is suitable for intraday data.
Converts Interval to a human-readable Korean string.
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.)
Returns an array containing the constants of this enum type, in the order they're declared.