Hi, I am looking to get a mapping of inactive SEDOLs to the organization Perm ID. I can see the /discovery/symbology/v1/lookup API is able to map identifiers to Organization PermID but for inactive SEDOLs, it requires one to pass in an effectivedate parameter?
Is there any way to retrieve a list of all inactive SEDOLS in one request? See below a small example of inactive sedols. Thanks.
{
"from": [
{
"identifierTypes": [
"RIC"
],
"values": [
"BT6HT99",
"6929325",
"B70DWB2",
"B1LJTM7"
]
}
],
"to": [
{
"objectTypes": [
"organization"
],
"identifierTypes": [
"PermID"
]
}
],
"reference": [
"name",
"status",
"classification"
],
"type": "auto"
}