Welcome to the Nigerian Exchange Rate Analysis repository! This project focuses on fetching live exchange rate data from the Central Bank of Nigeria (CBN) using a Python API script. It also visualizes trends using Power BI. You can explore the project further and access the latest releases here.
- Introduction
- Project Overview
- Technologies Used
- Getting Started
- Usage
- Data Visualization
- Contributing
- License
- Contact
The Nigerian economy relies heavily on foreign exchange rates. Understanding these rates can help businesses and individuals make informed decisions. This project aims to provide a simple and effective way to analyze exchange rate trends over time.
This project includes:
- A Python script that fetches live exchange rate data from the CBN API.
- Data processing using Pandas for effective analysis.
- Visualizations created in Power BI to present trends clearly.
The project serves as a valuable resource for anyone interested in understanding exchange rates in Nigeria.
- Python: For scripting and data fetching.
- Pandas: For data manipulation and analysis.
- Power BI: For data visualization.
- Jupyter Notebook: For interactive development.
- API: To fetch live data from the CBN.
- Web Scraping: To gather additional data if necessary.
To get started with this project, follow these steps:
-
Clone the Repository: Use the command below to clone the repository to your local machine.
git clone https://github.com/Victor-aseko/nigerian-exchange-rate-analysis.git
-
Install Dependencies: Navigate to the project directory and install the required packages.
cd nigerian-exchange-rate-analysis pip install -r requirements.txt -
Download the Latest Release: For the latest updates and files, visit the Releases section. Download the necessary files and execute them as per the instructions provided.
To run the project, execute the Python script as follows:
python fetch_exchange_rates.pyThis script will fetch the latest exchange rates and save them in a CSV file for further analysis.
Once you have the data, you can use Power BI to create visualizations. Follow these steps:
- Open Power BI and import the CSV file generated by the Python script.
- Create visualizations to analyze trends over time.
- Save your Power BI report for future reference.
For more detailed instructions, check the documentation provided in the repository.
We welcome contributions to improve this project. If you have suggestions or find issues, please create an issue or submit a pull request.
- Fork the repository.
- Create a new branch for your feature or fix.
- Make your changes and commit them.
- Push to your forked repository.
- Submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for more information.
For any questions or feedback, feel free to reach out:
- Victor Aseko: GitHub Profile
- Email: victor.aseko@example.com
Thank you for visiting the Nigerian Exchange Rate Analysis repository! We hope you find this project helpful in understanding exchange rates in Nigeria. Don't forget to check the Releases section for updates and additional files.