lekspyl / lekspylbot

A dumb Telegram bot, can be found here: https://t.me/lekspylbot.
GNU General Public License v3.0
0 stars 0 forks source link

Add tax calcluator #1

Open lekspyl opened 5 years ago

lekspyl commented 5 years ago

NBU has API which will be useful for converting taxes into UAH.

https://bank.gov.ua/NBUStatService/v1/statdirectory/exchange?date=20190317&json

Think about response caching to avoid throttling/request limiting. We only need to fetch currency rates once a day and keep it for 24h.

lekspyl commented 5 years ago

https://bank.gov.ua/NBUStatService/v1/statdirectory/exchange?valcode=USD&date=20190317&json this request is a lot more optimized