I tried to use task scheduler to trigger python code to download reuters data through eikson. However, I got the following error:
requests.exceptions.MissingSchema: Invalid URL 'None': No schema supplied.
Any idea to resolve it?
For a deeper look into our Eikon Data API, look into:
Overview | Quickstart | Documentation | Downloads | Tutorials | Articles
I tried to use task scheduler to trigger python code to download reuters data through eikson. However, I got the following error:
requests.exceptions.MissingSchema: Invalid URL 'None': No schema supplied.
Any idea to resolve it?
@peng.tian the python API is not really designed with your workflow in mind. Instead, I suggest you look into using an enterprise-level API, such as DataScope.
DataScope and Thomson Reuters Tick History (TRTH) products provide RESTful APIs, which you can use in any modern development environment including Python. On this portal you can find numerous examples of using Python to retrieve data from DataScope or TRTH.
That means that you didn't previously start Eikon, or didn't set your app key.