Skip to content

Patch to _download_data_wrds_compustat#68

Open
ionmihai wants to merge 2 commits into
tidy-finance:mainfrom
ionmihai:ionmihai-patch-comp-quarterly
Open

Patch to _download_data_wrds_compustat#68
ionmihai wants to merge 2 commits into
tidy-finance:mainfrom
ionmihai:ionmihai-patch-comp-quarterly

Conversation

@ionmihai

Copy link
Copy Markdown

Fixed inability of _download_data_wrds_compustat to download rdq, fyearq, and fqtr

This line

processed_data = compustat.get(
["gvkey", "date", "datadate", "atq", "ceqq"] + extra_quarterly
)

prevented the download of those columns because they are in _base_quarterly_cols, which means they are excluded from extra_quarterly

ionmihai and others added 2 commits July 15, 2026 09:59
…arq, and fqtr

This line 

processed_data = compustat.get(
            ["gvkey", "date", "datadate", "atq", "ceqq"] + extra_quarterly
 )

prevented the download of those columns because they are in _base_quarterly_cols, which means they are excluded from extra_quarterly
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.

1 participant