Please advise how to check if Management Approach Caption ID=55480 is available for USO , see below request:
https://api.refinitiv.com/data/funds/v1/assets?symbols=USO&properties=Attributes
Please advise how to check if Management Approach Caption ID=55480 is available for USO , see below request:
https://api.refinitiv.com/data/funds/v1/assets?symbols=USO&properties=Attributes
Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.
Thanks,
AHS
This data point is not available to customers yet. You probably saw my email response on it yesterday.
Can you try the following:
https://api.refinitiv.com/data/funds/v1/assets/USO?properties=attributes[filter:55480]
Hello @nick.zincone.1
I tried the above mentioned request and I got the following response:
Is this the same result that you got?
Interesting. I just tried it now and this came back:
{ "assets": [ { "id": "USO", "attributes": [ { "code": "MGTMTAPP", "type": { "id": "55480", "name": "Management Approach" }, "values": [ { "value": { "id": "55241", "code": "MAPASSIVE", "name": "Passive" } } ] } ] } ], "totalRecords": 1, "fromIndex": 0, "toIndex": 0, "pageNumber": 0 }
Can you take a screenshot of your API Playground screen?
Also, try this to make sure you get data back:
https://api.refinitiv.com/data/funds/v1/assets/USO
Hello @nick.zincone.1
I was able to get a results for
Please see attached screenshot for the response that I got for
I just copied and pasted the URL you provided me and received the data. Assuming you can see the data buried within the request:
https://api.refinitiv.com/data/funds/v1/assets/USO
the only possible explanation I have is that the service may not have permission settings for your ID to filter data within the service. I would suggest you open a ticket with Refinitiv Support and point to this thread. The syntax is clearly accurate and the fact that our results are different can only really be explained by permission settings for your ID.
I checked the Reference guide and see no mention of this.