OpenBB-finance / OpenBB

Investment Research for Everyone, Everywhere.
https://openbb.co
Other
31.83k stars 2.91k forks source link

[Feature] Remove Deprecated Fields From Equity Historical #6598

Closed deeleeramone closed 2 months ago

deeleeramone commented 2 months ago
  1. Why?:

    • Fields have been deprecated since 4.1.5.
  2. What?:

    In "yfinance" and "alpha_vantage":

    • "adjusted" -> "adjustment" In "yfinance":
    • "prepost" -> "extended_hours"
  3. Impact:

    • Old keys will no longer do anything except raise 'param not found' warning.
    • Should be no impact otherwise.