How to extract the RIC of a company using API? Please provide sample code.
@avinash.sonde
Thank you for reaching out to us.
You can use the Search API to search for instruments but a company name might not be a good search criteria. For example:
ld.discovery.search("Apple Inc")
For more information, please refer to the Building Search into your Application Workflow article.
Another solution could be the Record Matching API in the Open PermID API to match company names to PermIDs. Please refer to this discussion.