Skip to content

phuctranfxvn/VN-Bank-Rates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages