Access data in Excel - Reuter from python

后端 未结 4 1949
[愿得一人]
[愿得一人] 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:18

    If you are using Excel VBA, it is have a very high chance for an incorrect result (You also have a very hard time to write more codes to handle states that might cause the problem as well).

    From my experience, we should consume the data directly from the feed and manipulate it. It is easily to maintain as well as reliable (Definitely I do this in python).

    I am using PyRFA to consume the data from my P2PS and manipulate it (This API is great as it currently free of charge! it provides both consumer and provider capability). Here's more detail of this API:

    http://www.devcartel.com/pyrfa

    What you need to do is contacting to their support team for more details and boom coding begin!

    Cheers, Michael

提交回复
热议问题