question

Upvote
Accepted
966 11 21 26

How to get all the info on the PermID page via the lookup API

The API doesn't return the RIC, ticker or instrument type that's in the Primary Instrument and Primary Quote table on the right of the page.

How can we get this data?

permid-apiintelligent-tagging-apiopen-permid-api
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.

Upvotes
Accepted
966 11 21 26

Thanks Daniel,

I received this answer

I have made a couple API requests for both an organization and a quote PermID. RIC is not returned, and on page 14 of the Entity Search API User Guide there is a note next to RIC and it states “display only-not available via API.” My assumption is this is because RICs are subscription liable and we don’t freely provide them to be scraped publicly via the PermID API.

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.

Upvotes
1.2k 23 31 44

With an upgraded account you can receive additional fields such as the primary quote PermID:

{
  "@id": "https://permid.org/1-4295907168",
  "@type": "tr-org:Organization",
  "mdaas:HeadquartersAddress": "1 Microsoft Way\nREDMOND\nWASHINGTON\n98052-6399\nUnited States\n",
  "mdaas:RegisteredAddress": "300 Deschutes Way SW Ste 304\nTUMWATER\nWASHINGTON\n98501-7719\nUnited States\n",
  "tr-common:hasPermId": "4295907168",
  "hasOrganizationPrimaryQuote": "https://permid.org/1-55835377165",
  "hasPrimaryInstrument": "https://permid.org/1-8590921450",
  "hasActivityStatus": "tr-org:statusActive",
  "tr-org:hasHeadquartersPhoneNumber": "14258828080",
  "hasHoldingClassification": "tr-org:publiclyHeld",
  "hasIPODate": "1986-03-13T05:00:00Z",
  "tr-org:hasLEI": "INR2EJN1ERAN0W5ZP974",
  "hasLatestOrganizationFoundedDate": "1993-09-22T00:00:00Z",
  "hasPrimaryBusinessSector": "https://permid.org/1-4294952830",
  "hasPrimaryEconomicSector": "https://permid.org/1-4294952723",
  "hasPrimaryIndustryGroup": "https://permid.org/1-4294952829",
  "isIncorporatedIn": "http://sws.geonames.org/6252001/",
  "isDomiciledIn": "http://sws.geonames.org/6252001/",
  "hasURL": "http://www.microsoft.com/en-us?redir=true",
  "vcard:organization-name": "Microsoft Corp",
...
}
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.

Thanks, how do i upgrade my account?

@Neil Shah contact your account manager for available options.

Upvotes
195 1 2 2

Hi Neil,

The data you're looking for is displayed on the org page for UI convenience, but is actually attached to the Instrument (instrument type) and Quote (ticker, RIC) objects, respectively.

There are no 'upgraded' accounts for PermID.org, although we do differentiate between registered and anonymous users. If you have an API key, you're a registered user...the only restrictions you have are with respect to API rate limits.

-Dan

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.

Upvotes
966 11 21 26

Hi Daniel,

Is the ric for display only or can i get it from the Quote object?

Thanks

Neil

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.