EOD price at a specific stock exchange
Hi,
I would like to get EOD price at a specific stock exchange. Is there anyway to do that?
Maybe using Isin + stock exchange code?
How should the request be sent?
Thank you very much in advance
Best Answer
-
Hello @Pashutan,
You could do this in two seps:
- First, identify the RIC, that is specific to exchange, via Search
- Second request an Extraction of that RIC, request EOD
Identify the RIC:
You can run a generic InstrumentSearch for your Isin and from the results, select the RIC that you require, for example:
{{protocol}}{{host}}{{api}}Search/InstrumentSearch
{
"SearchRequest": {
"InstrumentTypeGroups": [
"CollatetizedMortgageObligations",
"Commodities",
"Equities",
"FuturesAndOptions",
"GovCorp",
"MortgageBackedSecurities",
"Money",
"Municipals",
"Funds"
],
"IdentifierType": "Isin",
"Identifier": "US4592001014",
"PreferredIdentifierType": "Ric"
}
}Yields various RICs that can be used to extract:
...
{
"Identifier": "IBM.TH",
"IdentifierType": "Ric",
"Source": "THM",
"Key": "VjF8MHgwMDAzZGQwMDEzNzlkNDYwfDB4MDAwM2RjMDA0ODNmMDRhY3xUSE18RVFRVXxFUVRZfE9EU0h8RXx8SUJNLlRIfDAxNzQ",
"Description": "INTERNATIONAL BUSINESS MACHINES ORD",
"InstrumentType": "EquityQuote",
"Status": "Valid"
},
{
"Identifier": "IBM.D",
"IdentifierType": "Ric",
"Source": "DUS",
"Key": "VjF8MHgwMDAzZGQwMDEzNzlkNDYwfDB4MDAwM2RjMDA0ODY3MWNlY3xEVVN8RVFRVXxFUVRZfE9EU0h8RXx8SUJNLkR8MDEwMw",
"Description": "INTERNATIONAL BUSINESS MACHINES ORD",
"InstrumentType": "EquityQuote",
"Status": "Valid"
},
{
"Identifier": "IBM.P",
"IdentifierType": "Ric",
"Source": "PSE",
"Key": "VjF8MHgwMDAzZGQwMDEzNzlkNDYwfDB4MDAwM2RjMDA0OGEzMzgwY3xQU0V8RVFRVXxFUVRZfE9EU0h8RXx8SUJNLlB8MDExNg",
"Description": "INTERNATIONAL BUSINESS MACHINES ORD",
"InstrumentType": "EquityQuote",
"Status": "Valid"
},
...If you know the instrument type of your instrument, you can run a type-specific search, see
REST API Reference Tree for the spec on all available. If, for example, you know that the instrument is Equity, you can run Equity Search and pass Exchange identifier in:
{{protocol}}{{host}}{{api}}Search/EquitySearch
{
"SearchRequest": {
"AssetStatus": "Active",
"AssetCategoryCodes": null,
"SubTypeCodes": null,
"CurrencyCodes": null,
"CompanyName": null,
"Description": null,
"DomicileCodes": null,
"ExchangeCodes": [ "PAR", "SWX" ],
"FairValueIndicator": null,
"FileCodes": null,
"GicsCodes": null,
"OrgId": null,
"Ticker": "IBM",
"Identifier": null,
"IdentifierType": null,
"PreferredIdentifierType": null
}
}Once you have the RIC for the exchange at hand, you can request EOD for the required exchange:
{{protocol}}{{host}}{{api}}Extractions/ExtractWithNotes
{
"ExtractionRequest": {
"@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.EndOfDayPricingExtractionRequest",
"ContentFieldNames": [
"Ask Price",
"Asset Category",
"Asset Category Description",
"Asset ID",
"Asset Status",
"Asset Status Description",
"Asset SubType",
"Asset SubType Description",
"Asset Type",
"Asset Type Description",
"Bid Price",
"RIC"
],
"IdentifierList": {
"@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.InstrumentIdentifierList",
"InstrumentIdentifiers": [
{ "Identifier": "IBM.N", "IdentifierType": "Ric" }
]
}
}
}In case you are new to the API, including tutorials that you may find helpful:
REST API Tutorial 11: Search by Instrument
REST API Tutorial 2: On Demand End of Day Extraction
0
Answers
-
Hi @Pashutan,
The suffix part of RIC indicates the exchange where that price information comes from. So, if you use RIC as an identifier, in your DSS queries, then that price information will be from the exchange specified in the RIC.
E.g. IBM.N implies that get the quote for IBM on NYSE, AAPL.O means get Apple quote from NASDAQ.
There are many DSS endpoints that can provide end of day pricing information. Please see the REST API help or use the DSS.NET sample application.
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
- 685 Datastream
- 1.4K DSS
- 615 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
- 252 ETA
- 556 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
- 275 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
- 652 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
- 193 TREP Infrastructure
- 228 TRKD
- 917 TRTH
- 5 Velocity Analytics
- 9 Wealth Management Web Services
- 90 Workspace SDK
- 11 Element Framework
- 5 Grid
- 18 World-Check Data File
- 1 Yield Book Analytics
- 46 中文论坛