https://github.com/datasets/nyse-other-listings
Data package for NYSE listings
https://github.com/datasets/nyse-other-listings
Last synced: about 1 year ago
JSON representation
Data package for NYSE listings
- Host: GitHub
- URL: https://github.com/datasets/nyse-other-listings
- Owner: datasets
- Created: 2015-04-27T17:50:47.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2025-04-11T01:19:29.000Z (about 1 year ago)
- Last Synced: 2025-04-12T02:37:34.053Z (about 1 year ago)
- Language: Python
- Homepage: https://datahub.io/core/nyse-other-listings
- Size: 692 KB
- Stars: 29
- Watchers: 4
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
List of companies in the NYSE, and other exchanges.
## Data
Data and documentation are available on [NASDAQ's official webpage](http://www.nasdaqtrader.com/trader.aspx?id=symboldirdefs). Data is updated regularly on the FTP site.
The file used in this repository:
* [Other Exchanges Listed Securities](ftp://ftp.nasdaqtrader.com/symboldirectory/otherlisted.txt)
Notes:
* Company Name is a parsed field using the Security Name field.
* Test Listings are excluded in the final dataset
## Preparation
You need python plus pandas library tool installed to run the
scripts. You also probably need to be on Linux/Unix or Mac for the shell
scripts to work.
#### all datasets
***Creates all csv files and datapackage.json***
Run python script:
python scripts/process.py
## License
This Data Package is licensed by its maintainers under the [Public Domain Dedication and License (PDDL)](http://opendatacommons.org/licenses/pddl/1.0/).
Refer to the [Copyright notice](http://www.nasdaqtrader.com/Trader.aspx?id=CopyDisclaimMain) of the source dataset for any specific restrictions on using these data in a public or commercial product. Copyright © 2010, The NASDAQ OMX Group, Inc. All rights reserved.