How to Install and Uninstall python3-yfinance.noarch Package on Fedora 35

Last updated: May 04,2024

1. Install "python3-yfinance.noarch" package

This is a short guide on how to install python3-yfinance.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install python3-yfinance.noarch

2. Uninstall "python3-yfinance.noarch" package

Here is a brief guide to show you how to uninstall python3-yfinance.noarch on Fedora 35:

$ sudo dnf remove python3-yfinance.noarch $ sudo dnf autoremove

3. Information about the python3-yfinance.noarch package on Fedora 35

Last metadata expiration check: 4:26:30 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-yfinance
Version : 0.1.74
Release : 1.fc35
Architecture : noarch
Size : 47 k
Source : python-yfinance-0.1.74-1.fc35.src.rpm
Repository : updates
Summary : Yahoo! Finance market data downloader
URL : https://github.com/ranaroussi/yfinance
License : ASL 2.0
Description : Ever since Yahoo! finance decommissioned their historical data API, many
: programs that relied on it to stop working.
:
: yfinance aims to solve this problem by offering a reliable, threaded,
: and Pythonic way to download historical market data from Yahoo! finance.