Hi,
I've just got myself set up with the Eikon API and am trying to pull some very simple data, link below:
http://emea1.apps.cp.thomsonreuters.com/cms/popout?pageId=uk-gas-stor-prompt-total&brickId=15&navid=10668&appHitsAppNameFromNav=Energy-Gas-United_Kingdom&metaFilterIdForPopOut=none
It's basically a table showing the capacity of UK gas storage.
Really dumb question but how do I write the code in Python to pull this? What are the steps I would take generally if I have a piece of information that I want to extract? What function would I use, how would I reference the data I am interested in?
Sorry for the basic Q - once I get myself up and running I'll figure it out.