Skip to content

Commit

Permalink
Fix trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
dpguthrie committed Dec 16, 2023
1 parent 928bdb9 commit f2e4ee9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Change Log
to adjust the timezone (:code:`adj_timezone`) to the ticker's timezone. It defaults
to :code:`True`.
- Further documentation of acceptable keyword arguments to the :code:`Ticker` class.
- :code:`Ticker.news` is now a method. It accepts two arguments: :code:`count` -
- :code:`Ticker.news` is now a method. It accepts two arguments: :code:`count` -
number of items to return; :code:`start` - start date to begin retrieving news items from
- Bug fixes: :code:`Ticker.history` method no longer returns extra rows when retrieving
intraday data.
Expand All @@ -148,12 +148,12 @@ Change Log
:code:`p_valuation_measures` and supply either :code:`a`, :code:`q`, or
:code:`m` (annual, quarterly, monthly). The data returned with these can
be seen in the `Statistics` tab through the Yahoo Finance front-end.

.. image:: demo/valuation_measures.PNG

2.2.2
-----
- Fix bug in retrieving cash flow / income statement data. Most recent month was
- Fix bug in retrieving cash flow / income statement data. Most recent month was
combining with TTM. A new column was created in the dataframe called 'periodType'.
Annual data will be shown as '12M', quarterly data will be shown as '3M', and
trailing 12 month data will be shown as 'TTM'.
Expand Down

0 comments on commit f2e4ee9

Please sign in to comment.