Package Details: python-yfinance 0.2.58-1

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: 11
Popularity: 0.29
First Submitted: 2020-10-21 16:29 (UTC)
Last Updated: 2025-05-06 22:05 (UTC)

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/sample used for?

$ sample 
Traceback (most recent call last):
  File "/usr/bin/sample", line 5, in <module>
    from sample import main
ModuleNotFoundError: No module named 'sample'

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

yfinance.exceptions.YFRateLimitError: Too Many Requests. Rate limited. Try after a while.

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-html5lib is only optional for python-pandas, but is needed by pandas.read_html(), which is use by this package, so I will not remove that. Same argument goes for python-lxml. I agree with python-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)

==> Starting build()...
* Getting build dependencies for wheel...

Traceback (most recent call last):
  File "/usr/lib/python3.12/site-packages/pyproject_hooks/_impl.py", line 402, in _call_hook
    raise BackendUnavailable(
pyproject_hooks._impl.BackendUnavailable: Cannot import 'setuptools.build_meta'

ERROR Backend 'setuptools.build_meta:__legacy__' is not available.
==> ERROR: A failure occurred in build().

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-peewee as a dependency.