devcartel / pyrfa

Open sourced Python API for Refinitiv (Thomson Reuters) Enterprise Platform.
http://devcartel.com/pyrfa
MIT License
50 stars 15 forks source link

Get whole list of available stocks in exchange #38

Open jt28340 opened 6 years ago

jt28340 commented 6 years ago

May i know how to get the whole list of available stocks in exchange(e.g. KR, SG, JP,...) by using pyrfa please?

wiwat-tharateeraparb commented 6 years ago

PyRFA can get a full list of RICs in two ways:

  1. Symbol List - see https://github.com/devcartel/pyrfa/blob/master/examples/symbollist.py for example
  2. Chain - if your TR service doesn't support Symbol List, you can use legacy chain RIC e.g. 0#.FTSE. An example of this is available if you are a PyRFA Enterprise subscriber.