question

Upvotes
Accepted
1 1 1 1

Matching PermID and Permno

I have two datasets that I want to merge, one has permid and the other permno. How can I merge these? I understand permno is a more permanent and unique identifier that permid.

datastream-apidsws-apisymbology
icon clock
10 |1500

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

@murinyez

Hi,

Thank you for your participation in the forum.

Is the reply below satisfactory in answering your question?

If yes please click the 'Accept' text next to the most appropriate reply. This will guide all community members who have a similar question.

Otherwise please post again offering further insight into your question.

Thanks,

AHS

1 Answer

· Write an Answer
Upvotes
Accepted
79.2k 251 52 74

@murinyez

You can use Open PermID APIs to retrieve more iformation about PermIDs. You can use lookup API to retrieve RIC, ticker, and exchange associated with the PermIDs. For example, this is the lookup result for 1-55838323096.

<https://permid.org/1-55838323096>
        a                         tr-fin:Quote ;
        tr-common:hasName         "INTERNATIONAL BUSINESS MACHINES ORD"^^xsd:string ;
        tr-common:hasPermId       "55838323096"^^xsd:string ;
        tr-fin:hasExchangeCode    "NYS"^^xsd:string ;
        tr-fin:hasExchangeTicker  "IBM"^^xsd:string ;
        tr-fin:hasMic             "XNYS"^^xsd:string ;
        tr-fin:hasRic             "IBM.N"^^xsd:string ;
        tr-fin:isQuoteOf          <https://permid.org/1-8590927768> ;
        tr-fin:isQuotedIn         <https://permid.org/1-500110> .

From the result, the ticker and exchange code of 1-55838323096 are IBM and NYS respective.

If you can find ticker and exchange code from Permno, you can match Permno to PermID.

For more information regarding PermID APIs, please refer to PermID - Entity Search.

icon clock
10 |1500

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

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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