Access data in Excel - Reuter from python

后端 未结 4 1941
[愿得一人]
[愿得一人] 2020-12-14 13:37

I\'m using Reuters integrated in Excel to retrieve market data. For task automation , I currently use VBA but now I want to switch to python. The package pyxll

4条回答
  •  南方客
    南方客 (楼主)
    2020-12-14 14:08

    If you're using Excel to access Thomson Reuters Dataworks Enterprise (former Datastream), then have a look on pydatastream (https://github.com/vfilimonov/pydatastream) - it'll allow you to get the data directly to python in pandas.DataFrame format.

提交回复
热议问题