Python Forum
How can automatize ticker selection to find the trading data of all the tickers
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How can automatize ticker selection to find the trading data of all the tickers
#6
I added a class to github that will fetch symbol from company name, of company name from symbol
this can be viewed and/or downloaded here: https://github.com/Larz60p/PySymbol
or cloned with: git clone https://github.com/Larz60p/PySymbol
usage:
>>> import PySymbol
>>> sym = PySymbol.PySymbol()
>>> lookup = sym.Lookup
>>> lookup('NYSE', company_name='Raytheon Company')
'RTN'
>>> lookup('NYSE', ticker='RTN')
'Raytheon Company'
>>>
Example from application see: https://github.com/Larz60p/PySymbol/blob...olFetch.py
Reply


Messages In This Thread
RE: How can automatize ticker selection to find the trading data of all the tickers - by Larz60+ - Nov-14-2019, 12:32 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020