which API could extract the PN17 / GN3 pdf file using python?

- using different ISIN code as input, to download if the company have this PN17 pdf file. which api shall i use to get the pdf file.
- and also before what credentials i need to provide and if so where do i get the credentials from?
Answers
-
Thank you for reaching out to us.
Yes, you can use the Filings API with Python. Please refer to the following articles.
The API uses an organization PermID so you need to convert ISINs to organization PermIDs. Please refer to the articles above.
identifier = "BERM.KL" start = "2025-06-01T00:00:00Z" end = "2025-06-30T23:59:59Z" response = filings.search.Definition( query = FilingsQuery().orgid(SymbolLookup(ric=identifier).convert()) .start_date(start) .end_date(end) .limit(100) .graphQL ).get_data() response.data.df
The output is:
However, you may need the Data Platform account to access the Filings API. Please contact your LSEG account team or Sales team directly for more information.
0 -
@Jirapongse Currently i using the SDK for refinitiv data platform, and also i running python in alteryx the latest version for refinitiv data platform is incompatible to use the fillinf API, version 1.0.0a21. What other option can i do, kindly guide me with code, thank you.
Here is the code:
import refinitiv.dataplatform as rdp
from refinitiv.dataplatform.content import filingsrdp.open_session("api key..")
all_filings = []
start = "2025-06-01T00:00:00Z"
end = "2025-06-30T23:59:59Z"for permid in permids["Organization PermID"].unique():
try:
query = filings.search.Definition(
query=filings.FilingQuery()
.orgidSymbolLookup(ric=permid).convert()
.start_date(start)
.end_date(end)
.limit(100)
.graphQL()
)
query.get_data()
result = query.data.df
result["Organization PermID"] = permid
all_filings.append(result)except Exception as e:
print(f"Failed to fetch filings for {permid}: {e}")0 -
According to the code that uses only an application key, you are using the desktop session.
I tested the code and it doesn't work on my desktop session. It returns <NA>.
0 -
@Jirapongsecan u guide me how to get or create the RDP App key? i currently using the Refinitiv Workspace App Key.
0 -
The platform session (RDP) requires an username, password, and application key. All RDP APIs are available on the API docs.
Please contact your LSEG account team or Sales team directly to verify this.
0 -
the username, password, and the application key, is what i use to login and the api key is what generated from the refinitiv app key generator?
0 -
Moreover, please use the LSEG Data Library for Python instead.
The samples are available on GitHub.
0 -
The API key must have the EDP API.
0 -
Hi [Name],
Just checking—am I able to run this using Python within Alteryx?
I want to clarify because I’m not sure if the expectation is that we’re using Python externally or through Alteryx itself.
If it's within Alteryx, just to note that our current SDK version is
refinitiv-dataplatform==1.0.0a21
, which is quite outdated. This might explain why the code provided doesn’t run smoothly on our end.The purpose of doing all this is to input an ISIN code and extract the filing listings from Refinitiv—specifically to check whether the company has any PN17 filings—so that we can flag them accordingly in our Alteryx workflow.
If possible, could we have a quick call to go through this together? I’d really appreciate your guidance on how we can get this working effectively.
Thanks and looking forward to your response!
0 -
I am not familiar with Alteryx.
For any further assistance, feel free to contact your LSEG account team or Sales team directly. The account team can recommend the product that best suits your requirements.
0 -
how about can u write a code for us to just extract the listing of fillings, input is a kist of ISIN code, output will the the listing of fillings. like from package to import and what code need to be include the flow, so i able to output the output below.
0 -
This forum doesn't provide the coding service. We can share the simple snippet code that demonstrates how to use our APIs. For example:
identifier = "BERM.KL"
start = "2025-06-01T00:00:00Z"
end = "2025-06-30T23:59:59Z"
response = filings.search.Definition(
query = FilingsQuery().orgid(SymbolLookup(ric=identifier).convert())
.start_date(start)
.end_date(end)
.limit(100)
.graphQL
).get_data()
response.data.dfFor coding services, you may contact your LSEG account team or sales team directly to request professional services. The Professional Services group can review your source code or assist with implementing the solution for an additional fee.
0 -
@Jirapongse
Hi, I noticed in this documentationUsing AI modeling to interpret 10-Q Filings | Devportal
There's a setup requiring running these notebooks to import the modules, but I can't seem to locate the notebooks, where could I possibly locate them? Thank you
0 -
-
@Jirapongse
Thank you, I found the necessary files
I followed the documentation and now able to run the Filings API. However, the response returns empty, am I missing a preceding step?0 -
The result is similar to me when using the desktop.workspace session.
You need to use the platform.rpd session to retrieve data. The platform.rdp session requires an username, password, and application key. The platform.rdp session retrieves data directly from the Data Platform APIs.
You can change the configurations in the refinitiv-data.config.json file to use the platform.rdp session or use the following code.
import refinitiv.data as rd from refinitiv.data import session session = rd.session.platform.Definition( app_key = APP_KEY, grant = rd.session.platform.GrantPassword( username = RDP_LOGIN, password = RDP_PASSWORD ) ).get_session()
session.open()
rd.session.set_default(session)0
Categories
- All Categories
- 3 Polls
- 6 AHS
- 36 Alpha
- 166 App Studio
- 6 Block Chain
- 4 Bot Platform
- 18 Connected Risk APIs
- 47 Data Fusion
- 34 Data Model Discovery
- 690 Datastream
- 1.5K DSS
- 629 Eikon COM
- 5.2K Eikon Data APIs
- 11 Electronic Trading
- 1 Generic FIX
- 7 Local Bank Node API
- 3 Trading API
- 2.9K Elektron
- 1.4K EMA
- 255 ETA
- 560 WebSocket API
- 39 FX Venues
- 15 FX Market Data
- 1 FX Post Trade
- 1 FX Trading - Matching
- 12 FX Trading – RFQ Maker
- 5 Intelligent Tagging
- 2 Legal One
- 25 Messenger Bot
- 3 Messenger Side by Side
- 9 ONESOURCE
- 7 Indirect Tax
- 60 Open Calais
- 281 Open PermID
- 46 Entity Search
- 2 Org ID
- 1 PAM
- PAM - Logging
- 6 Product Insight
- Project Tracking
- ProView
- ProView Internal
- 23 RDMS
- 2K Refinitiv Data Platform
- 724 Refinitiv Data Platform Libraries
- 4 LSEG Due Diligence
- LSEG Due Diligence Portal API
- 4 Refinitiv Due Dilligence Centre
- Rose's Space
- 1.2K Screening
- 18 Qual-ID API
- 13 Screening Deployed
- 23 Screening Online
- 12 World-Check Customer Risk Screener
- 1K World-Check One
- 46 World-Check One Zero Footprint
- 45 Side by Side Integration API
- 2 Test Space
- 3 Thomson One Smart
- 10 TR Knowledge Graph
- 151 Transactions
- 143 REDI API
- 1.8K TREP APIs
- 4 CAT
- 27 DACS Station
- 121 Open DACS
- 1.1K RFA
- 106 UPA
- 194 TREP Infrastructure
- 229 TRKD
- 918 TRTH
- 5 Velocity Analytics
- 9 Wealth Management Web Services
- 95 Workspace SDK
- 11 Element Framework
- 5 Grid
- 19 World-Check Data File
- 1 Yield Book Analytics
- 48 中文论坛