About api to extract live fx and stock prices

User: "acelee"
Newcomer
Updated by Jirapongse

Hi

Do you have an api that my html, js, python can tap to extract live fx rates, stock prices and also UT and bond prices ?

at the min fx pairs and stock prices.

if so do you have an example i can use

I need the historical prices ie 1y to 3 y to plot a chart with overlays like fibo, and elliot on my website for analysis purposes.

tq

Find more posts tagged with

Sort by:
1 - 4 of 41
    User: "Jirapongse"
    ✭✭✭✭✭

    @acelee

    Thank you for reaching out to us.

    This quesion was posted on the Connected Risk APIs product. Please confirm that this is a product that you are using.

    Otherwise, please provide the LSEG products that you are using.

    All available APIs are listed on the LSEG Developer Community website. If you are using the Eikon or LSEG workspace desktop application, the APIs could be LSEG Data Libraries.

    hi, this data access is meant for populating my proprietary website which i will design stock and fx analysis tools which i can access when i meet with my client.

    To access it, do i need to lock in to refinitiv or can i just include the api key i my code ?

    The site will be hosted on github and maybe work with render or heroku

    this is a prototype:

    Stock Data Visualization

    Hello @acelee

    To get the Real-Time market data from LSEG, a consumer application needs to connect and consume data from LSEG Real-Time platform. An application can connect to the platform that hosted on their side (on-prem RTDS) or on the public AWS cloud (Real-Time Optimized, aka RTO), or LSEG managed cloud (RTMDS).

    I strongly suggest you contact your company Market Data team about the LSEG Real-Time platform connection that available for you.

    About the API, I recommend you check this https://developers.lseg.com/en/article-catalog/article/choosing-your-refinitiv-realtime-streaming-api article and the https://developers.lseg.com/en/api-catalog/real-time-opnsrc/websocket-api which can be run on any platforms that support the WebSocket connection and JSON message.

    Please note that the Data Libraries (Python, .NET, TypeScript) that my colleague mentioned above are the ease-of-use library that built on top of the WebSocket API.

    TQVM wasin

    so if i like to try out to extract the open interest, Short interest and Put-call ratio for intc and present in a table or plot it on an external website, do you have any advise ?

    tq

    User: "wasin.w"
    admin
    Updated by wasin.w

    Hello @acelee

    If your target platform is a client-side application web page, the Real-Time WebSocket API might suit you need because you can use JavaScript or TypeScript with the API in the web browser.

    You can find the WebSocket API examples from this https://github.com/Refinitiv/websocket-api/tree/master/Applications/Examples GitHub repository.

    • The examples outside RTO folder are for the deployed RTDS connection
    • The examples inside RTO folder are for the cloud connection

    About the data set and content, I strongly suggest you contact your LSEG representative or Account manager.