Skip to content

Commit

Permalink
Adds auto_adjust documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
edtechre committed Jan 8, 2025
1 parent fc54771 commit 4087fcf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pybroker/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -462,13 +462,13 @@ def _fetch_data(
class YFinance(DataSource):
r"""Retrieves data from `Yahoo Finance <https://finance.yahoo.com/>`_\ .
Attributes:
ADJ_CLOSE: Column name of adjusted close prices.
Args:
auto_adjust: Whether to auto adjust close prices. If ``True``, then
adjusted close prices are stored in the ``close`` column. Defaults
to ``False``.
Attributes:
ADJ_CLOSE: Column name of adjusted close prices.
"""

ADJ_CLOSE: Final = "adj_close"
Expand Down

0 comments on commit 4087fcf

Please sign in to comment.