For a deeper look into our Eikon Data API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
16 0 1 3

How to use Eikon API to retrieve the peers list

Hi Team,

I want to find out if we can use the API to pull in a list of names who would be considered a peer group for a stock.

Eg) See peers list circled in the lower right for the company Core Laboratories (CLB).


Thanks,

Bingsen

1623939721731.jpeg

eikoneikon-data-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikonpeers
1623939721731.jpeg (200.4 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Upvote
Accepted
6.7k 8 6 7

@byan Its really easy please try the following:

ric = 'CLB'
peers, err = ek.get_data([ric,"Peers("+ric+")"],['CF_CLOSE','CF_NAME'])
peers

1623944500283.png


1623944500283.png (74.9 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Upvote
16 0 1 3

@jason.ramchandani Thank you very much for your help!

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea