DataFrequency

FRED (Federal Reserve Economic Data) API의 데이터 주기를 나타내는 열거형입니다.

경제 데이터 조회 시 사용되는 주기 정의입니다.

Entries

Link copied to clipboard

일일 데이터

Link copied to clipboard

주간 데이터 (매주)

Link copied to clipboard

격주 데이터 (2주마다)

Link copied to clipboard

월간 데이터 (매월)

Link copied to clipboard

분기 데이터 (3개월마다)

Link copied to clipboard

반기 데이터 (6개월마다)

Link copied to clipboard

연간 데이터 (매년)

Properties

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

API 요청 시 사용되는 값

Functions

Link copied to clipboard

DataFrequency의 상대적 크기를 비교합니다.

Link copied to clipboard

DataFrequency가 고주기 데이터(월간 이상)인지 확인합니다.

Link copied to clipboard

DataFrequency가 단기 데이터(주간 이하)인지 확인합니다.

Link copied to clipboard

DataFrequency를 읽기 쉬운 한글 문자열로 변환합니다.

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.