Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 655 Bytes

README.md

File metadata and controls

47 lines (31 loc) · 655 Bytes

Vn Currency Rates

Introduction

Micro service for exchange rates from banks in Vietnam:

  • Techcombank
  • Vietcombank
  • BIDV
  • Bangkok Bank

Requirements

Install the requirements for the service

pip3 install -r requirements.txt

Start the service

  • Development
fastapi dev
  • Production
fastapi run

API

http://127.0.0.1:8000/currency_rate/{bank-name}/{from-currency}/{to-currency}/{date}

Example:
http://127.0.0.1:8000/currency_rate/techcombank/EUR/vnd/20241227

Contributors

Maintainers