Hello,
I am trying to access the Filings API using the FinancialFiling GraphQL query in Python.
I can retrieve an access token successfully using the password grant flow. The API returns FilingDocument objects, but all data fields are null, including DocId, DocumentTitle, and FilingDate.
I tested in the API Playground, and I only see /accounts APIs. I do not see /data/… API families or GraphQL console.
This suggests that my account/AppKey does not have entitlement for RDP Filings API document access or document retrieval.
Could someone please confirm:
- whether Workspace-only subscriptions include Filings API access
- which entitlements are required to enable the FinancialFiling / doc retrieval APIs
- wheteher we can get access for acadamic research
Thank you.