Skip to content

danieltimpone/tickertape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tickertape

Tickertape lets you convert company names into their corresponding stock ticker symbol and vice versa.

Note: Module currently only supports NASDAQ companies

Installation

npm install tickertape

Usage

var tickertape = require('tickertape'),
getSymbol = tickertape.getSymbol,
getName = tickertape.getName;

var companyName = 'Advaxis, Inc.`;
var companySymbol = getSymbol(companyName);
console.log(companyName+ ': ' + companySymbol);

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published