Skip to content

ezyquant/BOT-Data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BOT-Data

BOT Data is a Python package for retrieving data from the website of the Bank of Thailand.

Installation

pip install botdata

or

pip install git+https://github.com/ezyquant/BOT-Data.git

Quick start

from datetime import date

import botdata as bd

# Get holidays in 2020
bd.get_holidays(2022)

# Check if date is business day
bd.is_business_day(date.today())

# Get next business day
bd.next_business_day(date.today(), 1)

About

BOT Data is a Python package for retrieving data from the website of the Bank of Thailand.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors