Yield curve - Python refinitiv.dataplatform

dmitry.benediktovich
Newcomer
Hi, I'm using Python refinitiv.dataplatform. I would like to obtain Yield curve data (EURIBOR, SONIA, SOFR, PRIBOR,...).
I tried this code and it didn't help:
endpoint = rdp.Endpoint(session,'https://api.refinitiv.com/data/quantitative-analytics-curves-and-surfaces/v1/curves/interest-rate-curves/definitions/triangulate')
request_body = {
"universe": [
{ "currency": "EUR",
"indexName": "EURIBOR",
"source": "Refinitiv"} ]}
reeponse = endpoint.send_request(method = rdp.Endpoint.RequestMethod.POST, body_parameters = request_body)
Also, I tried this:
rdp.open_platform_session(APP_KEY, rdp.GrantPassword(username=RDP_LOGIN, password=RDP_PASSWORD))
url = "https://api.refinitiv.com/data/quantitative-analytics-curves-and-surfaces/v1/curves/interest-rate-curves/definitions/triangulate"
payload = json.dumps({
"universe": [ { "currency": "EUR", "indexName": "EURIBOR", "source": "Refinitiv" } ]})
headers = { 'Content-Type': 'application/json'}
response = requests.request("POST", url, headers=headers, data=payload)
Is there any possible solution?
Thanks!
DB
Tagged:
0
Best Answer
-
Can you please expand on what actually happens? What does the response.data.raw contain?
I just tried the 1st of your requests and I get back:
{'data': [{'directCurveDefinitions': [{'isDefaultPivot': False,
'currency': 'CHF',
'mainConstituentAssetClass': 'Swap',
'riskType': 'InterestRate',
'indexName': 'SARON',
'source': 'Refinitiv',
'name': 'CHF SARON Swap ZC Curve',
'firstHistoricalAvailabilityDate': '2015-02-26',
'id': 'c3618470-4161-4f35-a4da-adcf970d5af1',
'owner': 'Refinitiv',
'availableTenors': ['OIS'],
'availableDiscountingTenors': ['OIS']},
{'isDefaultPivot': False,
'currency': 'CHF',
'mainConstituentAssetClass': 'Swap',
'riskType': 'InterestRate',
'indexName': 'LIBOR',
'source': 'Refinitiv',
'name': 'CHF LIBOR Swap ZC Curve',
'firstHistoricalAvailabilityDate': '2015-02-26',
'id': '8bf899eb-ab35-484e-86d4-83dabe0d7f51',
'owner': 'Refinitiv',
'availableTenors': ['OIS', '1M', '3M', '6M'],
'availableDiscountingTenors': ['OIS', '1M', '3M', '6M']},
{'isDefaultPivot': False,
'currency': 'JPY',
'mainConstituentAssetClass': 'Swap',
'riskType': 'InterestRate',
'indexName': 'TIBOR',
'source': 'Refinitiv',
'name': 'JPY TIBOR (EMEA) Swap ZC Curve',
'marketDataLocation': 'EMEA',
'firstHistoricalAvailabilityDate': '2015-08-13',
'id': 'a865716b-e437-4045-84b5-f6483d8b6a25',
'owner': 'Refinitiv',
'availableTenors': ['OIS', '1M', '3M', '6M'],
'availableDiscountingTenors': ['OIS', '1M', '3M', '6M']},
and so on....Do you have valid RDP MachineID + credentials and AppKey?
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 中文论坛