send_json_request details

Hello,

I'd like to know some more details about the send_json_request. Any details you can share would be appreciated. Specifically I wonder:

  • Where does it send the request?
  • Is there any documentation on how to structure the request?
  • What data is available?

Thank you!

Best Answer

  • jorge.santos
    Answer ✓

    Hi @tomas.kourim

    • The request is sent to the local proxy (localhost) - the proxy will forward the request to the Eikon Platform. You can see the localhost address:port on the proxy itself.
    • You can run any of the python functions (get_data,get_timeseries etc) with the parameter raw_output=True to see how it the json payload is structured.
    • You can get the same content that is available under your eikon license

Answers