This Python script fetches and displays the historical prices of several cryptocurrencies on a specified date using the CoinGecko API. It utilizes the Streamlit library to create a simple web interface.
- Python 3.x
- Streamlit
- Requests
- Pandas
- Clone the repository:
git clone https://github.com/JoseAnaya28/cgecko-prices
- Navigate to the project directory:
cd your-repo
- Install the required packages:
pip install -r requirements.txt
-
Run the script:
streamlit run main.py
-
Open your web browser and access the Streamlit web interface at the provided URL.
-
Select a date from the date picker.
-
The script will fetch the historical prices of the specified cryptocurrencies for the selected date and display them in a table.
This project is licensed under the MIT License. See the LICENSE file for details.
- The CoinGecko API for providing cryptocurrency data.
- The Streamlit library for creating the web interface.
- The Pandas library for data manipulation.
- The Requests library for making HTTP requests.