Enum representing data query periods.
Period definitions primarily compatible with Yahoo Finance API.
1 day period
5 days period
1 month period
3 months period
6 months period
1 year period
2 years period
5 years period
10 years period
Year-to-date period
Maximum period (entire history)
Returns a representation of an immutable list of all enum entries, in the order they're declared.
The value used in API requests
Converts Period 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.