This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
이 Python 파일(exchange_rate_data_retrieve_program.py)은 한국수출입은행의 환율 API를 활용하여 특정 기간의 환율 데이터를 수집하고 데이터베이스에 저장하는 프로그램입니다. | |
주요 목적: | |
- 특정 기간의 환율 데이터를 자동으로 수집 | |
- 수집된 데이터를 Django 데이터베이스에 저장 | |
- 여러 통화에 대한 환율 정보를 체계적으로 관리 | |
주요 기능: | |
1. 지정된 날짜 범위의 환율 데이터 수집 |