In Swap Points App (SPO), I can get like EURUSD values in a curve and I can specify the broken dates to get points in the middle of that curve vertices. How can I do that in the API?
A python program that tries to access the eikon api does not return a result. It will only work if you restart the service, but it may be hours later when you try to access the api log: [INFO:2023-10-07 09:46:39,467] web.views views.py:944:get bond dirty price request: {'code': ['JPYCNY=R'], 'endDate': '2023-07-31',…
Is there a way to pull the cop xccy basis data for the whole curve in codebook without pulling each individual tenor ric? Example below, I have to enter all the RICs under COPCBS=TRNY. Can we just use COPCBS=TRNY and pull all necessary data like Bid and Ask across all tenors? Currently i am using: df_cop_xccy_curve =…
...t companies? Is it possible for our clients to use Past trends in Starmine Credit Risk models for bankrupt companies from FTP or Eikon API in order to check Starmine performance? As for Eikon API, I can not extract these data from Eikon API. I do not have this FTP account, so I can not confirm this. According to…
When trying to use the standard Python's Eikon API, I get the following error code: 2023-10-02 08:55:48,082 P[4884] [WebSocket 0 4120] Receive message for login 192 : {'ID': 192, 'State': {'Code': 'ConnectionError', 'Data': 'Suspect', 'Stream': 'Closed', 'Text': 'Cannot establish connection to the platform'}, 'Type':…
Hi there I am calling up the content of the portfolios i created/maintain in PAL (WORKSPACE). api call : rd.content.fundamental_and_reference.Definition(universe[thisPortfolioCall],fields = refinitivFieldsToGetLoc).get_data() where: thisPortfolioCall is a single portfolio like 'Portfolio(SMIconstituents)'…
...ive status message for unknown subscription 1) Main issue: When using Eikon Data API for Python, there is an issue on receiving streaming data with a python script as simple as: import eikon as ek ek.set_app_key("xxxxx") ek.set_log_level(1) def on_update(item, fields, status, error): print(f"Item: {item}, Fields:…
Hi As above, is it possible to pull in any of the data from the Officer page via API? Snapshot below with Elon Musk as an example. Interested to run a person name search in Python, i.e. Elon Musk, and then return the 'Titles', 'Bio & Education', 'Affiliations' (including any RIC's ID's of company affiliations) data into…
I want to get the interval high and low price of a security say 'AAPL.O' in the period 2023-01-01 and 2023-04-01 in python, what is the formula for it? Is there a parameter to for getting adjusted prices and non-adjusted prices
...n one function call in python? Say I have 3 securities and 3 sets of start date and end dates as follow, 2021-01-02 - 2021-03-06 for 0700.HK 2023-04-02- 2023-09-30 for 9988.HK 2022-07-02 - 2022-08-06 for 0005.HK Is there a way to retrieve 3 rows of interval high low price for the input above using only a single function…
It looks like you're new here. Sign in or register to get started.