# tickertape

> Converts between company name and ticker symbol and vice versa

Latest version **1.0.4** (published 2015-03-15) · mit license · 0 weekly downloads

## Install

```sh
npm install tickertape
pnpm add tickertape
yarn add tickertape
bun add tickertape
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.4 |
| Published | 2015-03-15 |
| First published | 2015-03-15 |
| Weekly downloads | 0 |
| License | mit |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 3 |
| Author | Daniel Timpone |
| Maintainers | danieltimpone |
| Keywords | nasdaq, tickertape, ticker, symbol, stock, finance, investing |

## Links

- npm: https://www.npmjs.com/package/tickertape
- Repository: https://github.com/danieltimpone/tickertape
- Issues: https://github.com/danieltimpone/tickertape/issues
- npm.io page: https://npm.io/package/tickertape

## Recent versions

- 1.0.4 (latest) — 2015-03-15
- 1.0.3 — 2015-03-15
- 1.0.2 — 2015-03-15
- 1.0.1 — 2015-03-15
- 1.0.0 — 2015-03-15

## README

# 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);

---
_Source: https://npm.io/package/tickertape · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
