Skip to content

Commit d64aef3

Browse files
committed
커리큘럼: 환율 조회·환산 자동화 레슨(requests_13) 추가
한국수출입은행 환율 Open API의 매매기준율을 받아 decimal로 환산. 콤마 파싱·JPY/IDR 100단위 보정·ROUND_HALF_UP 반올림으로 원화 정확도 확보. dryRun 샘플 폴백으로 네트워크·키 없이 검증. 돈은 float이 아닌 decimal. outcome automation.webApi.exchangeRate 어휘 추가.
1 parent da489db commit d64aef3

2 files changed

Lines changed: 422 additions & 0 deletions

File tree

curricula/python/_taxonomy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -520,6 +520,9 @@ outcomes:
520520
- id: automation.webApi.businessDays
521521
label: 공휴일·영업일 계산 자동화
522522
description: 공공데이터 특일정보 Open API로 그 해 공휴일을 받아 datetime으로 영업일 판정·D+N 영업일·마감일 순연 계산
523+
- id: automation.webApi.exchangeRate
524+
label: 환율 조회·환산 자동화
525+
description: 한국수출입은행 환율 Open API의 매매기준율을 받아 decimal로 100단위 통화 보정·ROUND_HALF_UP 원화 환산
523526

524527
# === LLM API 통합 ===
525528
- id: llm.intro

0 commit comments

Comments
 (0)