Hi,
I have an LSEG Workspace account, and for research purposes, I’m trying to download company filings using Python, either through a library or via the API.
I’ve tried two methods so far: Using the RDP API through the /data-store/v1/graphql endpoint. Even when running the examples provided in the API Playground, I consistently receive the following error: {"field": "FinancialFiling.FilingDocument","message": "User did not have entitlements to the field.","type": "NO_ENTITLEMENTS_FOR_FIELD","warningCode": "DW003"}.
Using the lseg.data.content.filings library in Python: while I can connect and receive responses to my queries, I get the same NO_ENTITLEMENTS_FOR_FIELD error when attempting to access filing documents. Could you please advise on how to resolve this entitlement issue or confirm if there's an additional step needed to activate access?
Thanks!