LSEG Workspace and Filings Download

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!

Tagged:

Answers

  • Jirapongse
    Jirapongse ✭✭✭✭✭
    edited July 22

    @FlorentinB

    Thank you for reaching out to us.

    I got the same error.

     {
    "field": "FinancialFiling.FilingDocument",
    "message": "User did not have entitlements to the field.",
    "type": "NO_ENTITLEMENTS_FOR_FIELD",
    "warningCode": "DW003"
    },
    {
    "field": "OrganizationReference",
    "message": "User did not have entitlements to the field.",
    "type": "NO_ENTITLEMENTS_FOR_FIELD",
    "warningCode": "DW003"
    }

    The moderators of this forum can't solve permission issues.

    You need to contact your LSEG account team or sales team directly to verify your account's permission.

    Otherwise, you can contact the Filings - Delivery Platform support team directly via LSEG Support to verify what the problem is. Please include the URL of this discussion in your raised question to prevent it from being redirected back to this Q&A forum.