A python client library used to extract the exchange rates of Bank of Ghana into CSV
Project description
Bank of Ghana Exchange Rate Python Library
A simple unofficial python package to scrape data bank of Ghana. Affiliated to GhanaNews-Scraper and GhanaShops-Scraper
Overview
The unofficial Python API client library for Bank of Ghana allows individuals to pull historical and real-time exchange rates data using the Python programming language. Learn more by visiting BoG
Example Google Colab Notebook
Installation
pip install bank-of-ghana-fx-rates
Python Usage:
from bog.scraper import GhanaRates
urls = [
'https://www.bog.gov.gh/treasury-and-the-markets/historical-interbank-fx-rates/',
'https://www.bog.gov.gh/treasury-and-the-markets/treasury-bill-rates/',
]
for page_url in urls:
print(f"Downloading from : {page_url}")
fx = GhanaRates(url = page_url)
# download data
fx.download()
# get info
fx.get_info()
CLI Usage:
bog-fx --url 'https://www.bog.gov.gh/treasury-and-the-markets/historical-interbank-fx-rates/'
BuyMeCoffee
Credits
Theophilus Siameh
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file bank-of-ghana-fx-rates-0.1.10.tar.gz
.
File metadata
- Download URL: bank-of-ghana-fx-rates-0.1.10.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b926e0c05e73a3aa2315eae0c52f1fc8cc3994ceb3bb3eb203a06ba92d0c3863 |
|
MD5 | 00803e4844cfd6d80f5f7a60bee7ac51 |
|
BLAKE2b-256 | 7de506acec99884e66e93782b004570bdf80630ad448c9b66661d5800945485c |
File details
Details for the file bank_of_ghana_fx_rates-0.1.10-py3-none-any.whl
.
File metadata
- Download URL: bank_of_ghana_fx_rates-0.1.10-py3-none-any.whl
- Upload date:
- Size: 6.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ffe375b76d339e7e10b18cd56e71fdc4917b204cca5a7bb473c71e4365bca02f |
|
MD5 | 3918ea66cdf1a49b2ba5ac38017bb41b |
|
BLAKE2b-256 | f1934b1baf1bb5c751e4cfe99e0914cc287d97afd277be1b190f03caa405a3fa |