Skip to content

source code for ticker_terms and all development related

Notifications You must be signed in to change notification settings

BecketTrotter/ticker_terms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ticker_terms

Source files for ticker_terms and all development related to it. pypi package to generate all possible names combinations for public company executives. Used in the backend of Newscatcher.

Installation

pip install ticker_terms

Usage

from ticker_terms import Company

corp = Company('AAPL')
corp.terms[0] #first executive
corp.terms[0][1] #official name for first executive
corp.terms[0][1:] #remaining possible nicknames
corp.terms[1] #second executive
corp.terms[1][1] #official name for second executive
corp.terms[1][1:] #remaining possible nicknames

About

source code for ticker_terms and all development related

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages