Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to extract trailing data out of yahoo finance. #1643

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

init-js
Copy link

@init-js init-js commented Aug 1, 2023

Adds ticker.ttm_income_stmt and ticker.ttm_cashflow

Unlike the yahoo website, the API outputs two timestamped columns. One column is dated from the last annual financial release, and the other one is dated from the last quarterly financial report. The TTM calculation on the website appears to be using the yearly information. The calculation appears to be slightly different, otherwise.

#1596

Adds ticker.ttm_income_stmt and ticker.ttm_cashflow

Unlike the yahoo website, the API outputs two timestamped columns.
One column is dated from the last annual financial release, and the
other one is dated from the last quarterly financial report. The TTM
calculation on the website appears to be using the yearly information.
The calculation appears to be slightly different, otherwise.

ranaroussi#1596
@ValueRaider
Copy link
Collaborator

ValueRaider commented Aug 1, 2023

Thanks for implementing this. But can you move into dev branch instead of main? #1084

edit: And revert the changes to version.py

@ValueRaider ValueRaider changed the base branch from main to dev September 17, 2023 21:23
@ValueRaider ValueRaider changed the base branch from dev to main September 17, 2023 21:24
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.

None yet

2 participants