Skip to content

Document back_adjust and progress parameters in download()#2870

Open
furqan-khan07 wants to merge 1 commit into
ranaroussi:devfrom
furqan-khan07:docs/document-download-back-adjust-progress
Open

Document back_adjust and progress parameters in download()#2870
furqan-khan07 wants to merge 1 commit into
ranaroussi:devfrom
furqan-khan07:docs/document-download-back-adjust-progress

Conversation

@furqan-khan07

Copy link
Copy Markdown

Summary

The download() docstring documents every keyword argument except two that are part of its public signature:

  • back_adjust (defaults to False)
  • progress (defaults to True)

Since the docs site is generated from these docstrings, both parameters are currently missing from the published API reference for yf.download(), even though users can and do pass them.

This PR adds entries for both, following the existing format and placement (back_adjust next to its sibling auto_adjust, progress alongside the other download-behaviour flags).

Changes

  • yfinance/multi.py: document back_adjust and progress in download().

Docs-only change — no functional impact.

@ValueRaider

Copy link
Copy Markdown
Collaborator

back_adjust should be deprecated for future removal. It's just duplicating auto_adjust

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants