I can find ETF using the TRKD Search API by filtering the
{"Search_Request_1": { "Collection": "SearchAll", "Filter": "AssetCategory eq 'ETF'", "ResponseProperties": "CommonName,RIC,....." }}
But the list of properties for the "Response Properties " seems not to contain base data for the ETF, such as:
- ETF composition details
- Fees : Total expense ratio
- Dividend/ Taxes :
- Distribution policy / Use of profit (accumulating / distributing)
- Replication method ( full replication / sampling / swap-based)
- Asset class
- Share strategy
- Age / Duration
- Pension strategy
- Segment
- Type (active / passive / leveraged)
Is there a TRKD request (like GetGeneralInformation_1 for Company/Share) that returns these details or is there special API that has to be used for ETF?