I get incomplete quarterly data (Financials - Balance Sheet and Ratios Key Metrics) for many European banks (this is NOT the case for US banks).
Take the following code as an example:
import lseg.data as ld
ld.open_session()
workspace_df = ld.get_history(universe=['BNPP.PA','BARC.L'],fields=['TR.TotalAssetsReported','TR.TotalEquity','TR.PretaxROAPercent', 'TR.F.Source', 'TR.F.PeriodEndDate'],start="2000-01-01",end="2050-01-01",parameters={'Period':'FQ0','FRQ':'FQ'})
As you can see, the values are missing for Q2 & Q4. -I know the data for those banks exists because I see it in the WS desktop app.-