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?"