Bank of Ghana historical and real-time exchange rates data. Bank of Ghana
Click Here:
{
"date": "...",
"currency": "...",
"currency_pair": "...",
"buying": "...",
"selling": "...",
"mid_rate": "..."
}
pip install datasets
from datasets import load_dataset
rates = load_dataset("worldboss/bank-of-ghana-rates", split="train")
pd.DataFrame(rates).head()
The data was… See the full description on the dataset page:
https://huggingface.co/datasets/worldboss/bank-of-ghana-rates.