notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
py-yahooquery Python wrapper for an unofficial Yahoo Finance API
2.3.7_2 finance on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.3.7Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-12-31 23:03:25
Last Update: 2025-09-15 13:55:40
Commit Hash: a6233e5
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
Also Listed In: python
License: MIT
WWW:
https://yahooquery.dpguthrie.com/
Description:
Yahooquery is a python interface to unofficial Yahoo Finance API endpoints. The package allows a user to retrieve nearly all the data visible via the Yahoo Finance front-end.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}yahooquery>0:finance/py-yahooquery@${PY_FLAVOR}
To install the port:
cd /usr/ports/finance/py-yahooquery/ && make install clean
To add the package, run one of these commands:
  • pkg install finance/py-yahooquery
  • pkg install py311-yahooquery
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py311-yahooquery listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-yahooquery
Package flavors (<flavor>: <package>)
  • py311: py311-yahooquery
distinfo:
TIMESTAMP = 1704051491 SHA256 (yahooquery-2.3.7.tar.gz) = edb0db22316be7b0f4cdb051c3dfacaeaafef810ace92622cf8254cf5bb81b06 SIZE (yahooquery-2.3.7.tar.gz) = 50164

Packages (timestamps in pop-ups are UTC):
py39-yahooquery
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-----n/an/an/a
FreeBSD:13:quarterly-----n/an/an/a
FreeBSD:14:latest--------
FreeBSD:14:quarterly------2.3.7-
FreeBSD:15:latest--n/a-n/an/a2.3.72.3.7
FreeBSD:15:quarterly--n/a-n/an/a--
FreeBSD:16:latest--n/a-n/an/a--
 

py311-yahooquery
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.3.7_22.3.7_2-2.3.7_22.3.7_2n/an/an/a
FreeBSD:13:quarterly2.3.7_22.3.7_2-2.3.72.3.7_2n/an/an/a
FreeBSD:14:latest2.3.7_22.3.7_2-2.3.7_12.3.7_2---
FreeBSD:14:quarterly2.3.7_22.3.7_2-2.3.72.3.7_2---
FreeBSD:15:latest2.3.7_22.3.7_2n/a2.3.7_1n/an/a--
FreeBSD:15:quarterly2.3.7_22.3.7_2n/a-n/an/a--
FreeBSD:16:latest2.3.7_22.3.7_2n/a-n/an/a--
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-poetry-core>0 : devel/py-poetry-core@py311
  2. python3.11 : lang/python311
  3. py311-build>=0 : devel/py-build@py311
  4. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-beautifulsoup>=4.12.2 : www/py-beautifulsoup@py311
  2. py311-lxml>=4.9.3 : devel/py-lxml@py311
  3. py311-pandas>=2.0.3 : math/py-pandas@py311
  4. py311-requests-futures>=1.0.1 : www/py-requests-futures@py311
  5. py311-requests>=2.31.0 : www/py-requests@py311
  6. py311-tqdm>=4.65.0 : misc/py-tqdm@py311
  7. python3.11 : lang/python311
This port is required by:
for Run
  1. finance/py-thepassiveinvestor

Configuration Options:
No options to configure
Options name:
finance_py-yahooquery
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/y/yahooquery/
  2. https://pypi.org/packages/source/y/yahooquery/
Collapse this list.

Number of commits found: 3

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.3.7_2
15 Sep 2025 13:55:40
commit hash: a6233e5a2fdfc3f67a89a90ac005521f25395355commit hash: a6233e5a2fdfc3f67a89a90ac005521f25395355commit hash: a6233e5a2fdfc3f67a89a90ac005521f25395355commit hash: a6233e5a2fdfc3f67a89a90ac005521f25395355 files touched by this commit
Hiroki Tagato (tagattie) search for other commits by this committer
*/*: switch dependency from devel/py-lxml5 to devel/py-lxml

Currently, there are two versions of python XML processing library
which conflict each other in the ports tree, namely:
- devel/py-lxml5 (now at version 5.4.0)
- devel/py-lxml  (now at version 6.0.1)

To avoid the situation that some ports depend on py-lxml5 and some
others do on py-lxml (by switching dependencies individually), this
commit switches the dependencies from py-lxml5 to py-lxml at once.

Additional note: There are still two ports (textproc/py-rdflib and
www/py-draftjs-exporter) depending on py-lxml5 since they limit upper
version to less than 6.

PR:		289491
Approved by:	Michiel van Baak Jansen <michiel@vanbaak.eu>, arrowd,
		crees, madpilot, delphij, marcus, nivit, kai,
		skreuzer, fluffy, bofh, thierry, stephen, sunpoet,
		0mp, Eric Camachat <eric@camachat.org>
2.3.7_1
19 Jul 2025 18:59:41
commit hash: 230fb2661c78f4501af92ad1ced9793a655f640dcommit hash: 230fb2661c78f4501af92ad1ced9793a655f640dcommit hash: 230fb2661c78f4501af92ad1ced9793a655f640dcommit hash: 230fb2661c78f4501af92ad1ced9793a655f640d files touched by this commit
Hiroki Tagato (tagattie) search for other commits by this committer
*/*: update dependency on devel/py-lxml to devel/py-lxml5

www/py-beautifulsoup has switched dependency on devel/py-lxml to
devel/py-lxml5.

Ports which directly or indirectly depends on both
www/py-beautifulsoup and devel/py-lxml must also switch their
dependencies on devel/py-lxml to devel/py-lxml5 to avoid conflicts.

PR:		288047
Approved by:	portmgr (chase dependency change)
2.3.7
31 Dec 2023 23:02:34
commit hash: 6a12c628c6858a776b60a8c55dafb04808978e80commit hash: 6a12c628c6858a776b60a8c55dafb04808978e80commit hash: 6a12c628c6858a776b60a8c55dafb04808978e80commit hash: 6a12c628c6858a776b60a8c55dafb04808978e80 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
finance/py-yahooquery: New port: Python wrapper for an unofficial Yahoo Finance
API

Number of commits found: 3