Historical dividend for etfs
Hi,
I am trying to get the historical dividend for ETFs, but the return is always:
Instruments in the input list had no reported data.
The json file I am using is preseted next (when using Equities, it works perfectly).
Could you please help me out? How am I suppose to get these values for ETFs?
Thank you very much.
{
"ExtractionRequest": {
"@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.CorporateActionsStandardExtractionRequest",
"ContentFieldNames": [
"Actual Adjustment Type",
"Adjustment Factor",
"Dividend Ex Date",
"Dividend Rate",
"Dividend Payment Type Description",
"Dividend Payment Type"
],
"IdentifierList": {
"@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.InstrumentIdentifierList",
"InstrumentIdentifiers": [
{ "Identifier": "DE0006289473", "IdentifierType": "Isin" },
{ "Identifier": "DE000ETFL185", "IdentifierType": "Isin" },
{ "Identifier": "FR0007075494", "IdentifierType": "Isin" },
{ "Identifier": "FR0010591362", "IdentifierType": "Isin" },
{ "Identifier": "FR0010717124", "IdentifierType": "Isin" },
{ "Identifier": "DE0005933931", "IdentifierType": "Isin" },
{ "Identifier": "LU0252633754", "IdentifierType": "Isin" },
{ "Identifier": "LU0274211480", "IdentifierType": "Isin" }
]
},
"Condition": {
"ReportDateRangeType": "Range",
"QueryStartDate": "2015-01-01",
"QueryEndDate": "2021-03-23",
"ExcludeDeletedEvents": true,
"IncludeDividendEvents": true,
"IncludeCapitalChangeEvents": true,
"IncludeEarningsEvents": true,
"IncludeMergersAndAcquisitionsEvents": true,
"IncludeNominalValueEvents": true,
"IncludePublicEquityOfferingsEvents": true,
"IncludeSharesOutstandingEvents": true,
"IncludeVotingRightsEvents": true,
"CorporateActionsCapitalChangeType": "CapitalChangeExDate",
"CorporateActionsDividendsType": "DividendExDate",
"CorporateActionsEarningsType": "PeriodEndDate",
"ShareAmountTypes": [
]
}
}
}
Best Answer
-
Hello @Pashutan,
I start with exploring the same information via DSS GUI and come to an understanding, that on DSS GUI, to review the Corporate Actions per these ETFs, I need to search by ISIN and select a specific RIC:
Similarly, if I introduce the same RIC into your request:
{
"ExtractionRequest": {
"@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.CorporateActionsStandardExtractionRequest",
"ContentFieldNames": [
"Actual Adjustment Type",
"Adjustment Factor",
"Dividend Ex Date",
"Dividend Rate",
"Dividend Payment Type Description",
"Dividend Payment Type",
"Adjusted Dividend Rate"
],
"IdentifierList": {
"@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.InstrumentIdentifierList",
"InstrumentIdentifiers": [
{ "Identifier": "DE0006289473", "IdentifierType": "Isin" },
{ "Identifier": "DE000ETFL185", "IdentifierType": "Isin" },
{ "Identifier": "FR0007075494", "IdentifierType": "Isin" },
{ "Identifier": "FR0010591362", "IdentifierType": "Isin" },
{ "Identifier": "FR0010717124", "IdentifierType": "Isin" },
{ "Identifier": "DE0005933931", "IdentifierType": "Isin" },
{ "Identifier": "LU0252633754", "IdentifierType": "Isin" },
{ "Identifier": "LU0274211480", "IdentifierType": "Isin" },
{"Identifier":"0MLY.L", "IdentifierType": "Ric"}
]
},
"Condition": {
"ReportDateRangeType": "Range",
"QueryStartDate": "2015-01-01",
"QueryEndDate": "2021-03-23",
"ExcludeDeletedEvents": true,
"IncludeDividendEvents": true,
"IncludeCapitalChangeEvents": true,
"IncludeEarningsEvents": true,
"IncludeMergersAndAcquisitionsEvents": true,
"IncludeNominalValueEvents": true,
"IncludePublicEquityOfferingsEvents": true,
"IncludeSharesOutstandingEvents": true,
"IncludeVotingRightsEvents": true,
"ShareAmountTypes": [
]
}
}
}There is non-empty result, and those of the corporate actions that are related to Dividend appear to be populated with non-null data in dividend-related fields:
...
{
"IdentifierType": "Ric",
"Identifier": "0MLY.L",
"Actual Adjustment Type": null,
"Adjustment Factor": null,
"Dividend Ex Date": "2018-11-15",
"Dividend Rate": 0.241345,
"Dividend Payment Type Description": "Cash Dividend",
"Dividend Payment Type": "CDI",
"Adjusted Dividend Rate": 0.241345
},
...Therefore, one approach could be to map ISINs to RICs via Instrument Search, and then supply them into Corporate Actions extraction request.
Perhaps there is a better approach(es), to get a definitive answer on the best way to request content, you may wish to directly consult with a Refinitiv content expert, via Refinitiv Helpdesk Online -> Content.
0
Answers
-
I have searched those ISINs in the DSS Web GUI and found that there is a source property associated with those ISINs. For example, DE0006289473 has a lot of sources.
Therefore, if I specify the source property in the request, some data points are returned.
{ "Identifier": "DE0006289473", "IdentifierType": "Isin","Source":"BER" }
The response contains the following:
{
"IdentifierType": "Isin",
"Identifier": "DE0006289473",
"Actual Adjustment Type": null,
"Adjustment Factor": null,
"Dividend Ex Date": "2018-05-15",
"Dividend Rate": 0.254462,
"Dividend Payment Type Description": "Cash Dividend",
"Dividend Payment Type": "CDI"
},You can directly contact the Refinitiv DataScope Select support team via MyRefinitiv to verify it.
0
Categories
- All Categories
- 3 Polls
- 6 AHS
- 36 Alpha
- 166 App Studio
- 6 Block Chain
- 4 Bot Platform
- 18 Connected Risk APIs
- 47 Data Fusion
- 34 Data Model Discovery
- 687 Datastream
- 1.4K DSS
- 622 Eikon COM
- 5.2K Eikon Data APIs
- 10 Electronic Trading
- Generic FIX
- 7 Local Bank Node API
- 3 Trading API
- 2.9K Elektron
- 1.4K EMA
- 255 ETA
- 557 WebSocket API
- 38 FX Venues
- 14 FX Market Data
- 1 FX Post Trade
- 1 FX Trading - Matching
- 12 FX Trading – RFQ Maker
- 5 Intelligent Tagging
- 2 Legal One
- 23 Messenger Bot
- 3 Messenger Side by Side
- 9 ONESOURCE
- 7 Indirect Tax
- 60 Open Calais
- 276 Open PermID
- 44 Entity Search
- 2 Org ID
- 1 PAM
- PAM - Logging
- 6 Product Insight
- Project Tracking
- ProView
- ProView Internal
- 22 RDMS
- 1.9K Refinitiv Data Platform
- 680 Refinitiv Data Platform Libraries
- 4 LSEG Due Diligence
- LSEG Due Diligence Portal API
- 4 Refinitiv Due Dilligence Centre
- Rose's Space
- 1.2K Screening
- 18 Qual-ID API
- 13 Screening Deployed
- 23 Screening Online
- 12 World-Check Customer Risk Screener
- 1K World-Check One
- 46 World-Check One Zero Footprint
- 45 Side by Side Integration API
- 2 Test Space
- 3 Thomson One Smart
- 10 TR Knowledge Graph
- 151 Transactions
- 143 REDI API
- 1.8K TREP APIs
- 4 CAT
- 27 DACS Station
- 121 Open DACS
- 1.1K RFA
- 104 UPA
- 194 TREP Infrastructure
- 229 TRKD
- 918 TRTH
- 5 Velocity Analytics
- 9 Wealth Management Web Services
- 91 Workspace SDK
- 11 Element Framework
- 5 Grid
- 18 World-Check Data File
- 1 Yield Book Analytics
- 48 中文论坛