Search Criteria
Package Details: python-yfinance 0.2.66-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-yfinance.git (read-only, click to copy) |
|---|---|
| Package Base: | python-yfinance |
| Description: | Yahoo! Finance market data downloader (+faster Pandas Datareader) |
| Upstream URL: | https://github.com/ranaroussi/yfinance |
| Licenses: | Apache-2.0 |
| Submitter: | iyanmv |
| Maintainer: | iyanmv |
| Last Packager: | iyanmv |
| Votes: | 12 |
| Popularity: | 0.49 |
| First Submitted: | 2020-10-21 16:29 (UTC) |
| Last Updated: | 2025-09-22 20:40 (UTC) |
Dependencies (18)
- python-beautifulsoup4
- python-frozendict
- python-multitaskingAUR
- python-numpy (python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR)
- python-pandas
- python-peewee
- python-platformdirs
- python-protobuf (python-protobuf-gitAUR, python-protobuf-21AUR)
- python-pytz
- python-requests
- python-requests-cacheAUR (python-requests-cache-gitAUR)
- python-websockets (python-websockets-gitAUR)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- python-pandas-datareader (optional) – to use pandas_datareader
- python-scipy (python-scipy-gitAUR, python-scipy-mkl-binAUR, python-scipy-mkl-tbbAUR, python-scipy-mklAUR) (optional) – repair
Latest Comments
1 2 Next › Last »
vaygr commented on 2025-05-07 00:40 (UTC)
This now requires a new dependency
python-curl-cffi.micwoj92 commented on 2025-03-05 00:19 (UTC)
Probably some leftover from "sample" setup.py
iyanmv commented on 2025-03-04 23:08 (UTC)
micwoj92: No idea, it looks like that scrip is generated automatically when building the wheel package because of the entry_points dict in the setup.py. It is also broken in the distributed wheel package in PyPI. I will simply remove it.
micwoj92 commented on 2025-03-04 22:50 (UTC)
What is
/usr/bin/sampleused for?yjoe61 commented on 2025-02-20 15:39 (UTC) (edited on 2025-02-20 15:39 (UTC) by yjoe61)
I'm seeing rate limiting error
Looks like it was fixed recently in 0.2.54: https://github.com/ranaroussi/yfinance/pull/2277
iyanmv commented on 2025-02-12 22:35 (UTC)
micwoj92:
python-html5libis only optional forpython-pandas, but is needed bypandas.read_html(), which is use by this package, so I will not remove that. Same argument goes forpython-lxml. I agree withpython-requests-ratelimiter, though.micwoj92 commented on 2025-02-12 18:18 (UTC)
Deps python-html5lib, python-lxml and python-requests-ratelimiter not needed.
petronny commented on 2024-05-02 08:10 (UTC)
https://github.com/arch4edu/cactus/actions/runs/8905711687/job/24456812258
iyanmv commented on 2023-09-27 11:49 (UTC)
fbn: Thanks, it is fixed now! I normally check the diff between versions but this time I was lazy ;)
fbn commented on 2023-09-27 11:29 (UTC) (edited on 2023-09-27 11:31 (UTC) by fbn)
peewee is now required for this library. Please add
python-peeweeas a dependency.1 2 Next › Last »