- Notifications
You must be signed in to change notification settings - Fork0
Python Wrapper for the Bank of Japan (BOJ) Time-Series Data Search
License
NotificationsYou must be signed in to change notification settings
philsv/bojpy
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
bojpy is a Python package that provides a simple interface to theBOJ Time-Series Data Search.
pip install bojpy
- beautifulsoup4
- pandas
- requests
frombojpyimportboj# By data series iddf=boj.get_data_series(series="BS01'MABJMTA")# By Time-series data html urlurl="https://www.stat-search.boj.or.jp/ssi/html/nme_R020MM.3576038.20240826070325.02.html"df=boj.get_data_html(url)
Date BS01'MABJMTA Bank of Japan Accounts/Assets/Total(Assets, or Liabilities and Net Assets)(s)2024-07-01 7617141.02024-06-01 7536709.02024-05-01 7610851.02024-04-01 7583199.02024-03-01 7564231.0... ...
This package is nor endorsed by nor affiliated with theBank of Japan. Please make sure to not abuse the BOJ servers by sending unnecessary requests.
About
Python Wrapper for the Bank of Japan (BOJ) Time-Series Data Search
Topics
Resources
License
Stars
Watchers
Forks
Packages0
No packages published