Skip to content

Instantly share code, notes, and snippets.

View suchan2's full-sized avatar

suchan2 suchan2

  • Seoul
  • Joined Sep 15, 2025
View GitHub Profile
@suchan2
suchan2 / exchange_rate_data_retrieve_program.py
Last active September 24, 2025 03:57
exchange_rate_data_retrieve_program.py
"""
이 Python 파일(exchange_rate_data_retrieve_program.py)은 한국수출입은행의 환율 API를 활용하여 특정 기간의 환율 데이터를 수집하고 데이터베이스에 저장하는 프로그램입니다.
주요 목적:
- 특정 기간의 환율 데이터를 자동으로 수집
- 수집된 데이터를 Django 데이터베이스에 저장
- 여러 통화에 대한 환율 정보를 체계적으로 관리
주요 기능:
1. 지정된 날짜 범위의 환율 데이터 수집