The most recent content from our members.
Hello I am trying to download fundamentals data for a number of years (2000-2024) and RICs. The code I use is like this: data_items = [ "TR.CIKNumber", "TR.NAICSIndustryGroupCode", "TR.TotalAssets.date", "TR.NumberOfAnalysts", "TR.TotalCurrentAssets" ] parameters = { "SDate": start_date, "EDate": end_date, "Frq": "Y",…
I'm interested in extracting holdings data of securities (say "AAPL.O" as an example) via the get_data() function of the LSEG Data Library. Using fields such as "TR.HoldingsDate, TR.InvestorFullName, TR.SharesHeld, TR.SharesHeldValue, TR.FilingType" gives me the holdings on the consolidated level. This means I get separate…
Similar to the ownership requests for equities, I would like to know if it's possible to have similar information for bonds. Given the case of Evergrande, I would like to retrieve bondholding information, with the respective, bondholder name, country, par amount, net change, and par outstanding (%). Their respectives…
It looks like you're new here. Sign in or register to get started.