We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc54771 commit 4087fcfCopy full SHA for 4087fcf
src/pybroker/data.py
@@ -462,13 +462,13 @@ def _fetch_data(
462
class YFinance(DataSource):
463
r"""Retrieves data from `Yahoo Finance <https://finance.yahoo.com/>`_\ .
464
465
- Attributes:
466
- ADJ_CLOSE: Column name of adjusted close prices.
467
-
468
Args:
469
auto_adjust: Whether to auto adjust close prices. If ``True``, then
470
adjusted close prices are stored in the ``close`` column. Defaults
471
to ``False``.
+
+ Attributes:
+ ADJ_CLOSE: Column name of adjusted close prices.
472
"""
473
474
ADJ_CLOSE: Final = "adj_close"
0 commit comments