I need to retrieve the financial period end dates from the income statement using Python.

Options

My current code

workspace_df = ld.get_history(
universe=str(org_id),
fields=['TR.Revenue', 'TR.F.Source', 'TR.F.PeriodEndDate'],
start="2000-01-01",
end="2050-01-01"
)

However, this only returns annual period data. How can I modify the parameters to include quarterly period as well?"

Welcome!

It looks like you're new here. Sign in or register to get started.

Best Answers

Answers

Welcome!

It looks like you're new here. Sign in or register to get started.

Welcome!

It looks like you're new here. Sign in or register to get started.