https://github.com/raybb/random-stock-picker
Picks a random stock from the 3,000+ stocks on the NASDAQ
https://github.com/raybb/random-stock-picker
nasdaq stocks
Last synced: 3 months ago
JSON representation
Picks a random stock from the 3,000+ stocks on the NASDAQ
- Host: GitHub
- URL: https://github.com/raybb/random-stock-picker
- Owner: RayBB
- License: gpl-3.0
- Created: 2018-04-13T03:06:10.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-12T18:12:46.000Z (over 1 year ago)
- Last Synced: 2025-01-24T21:35:33.287Z (over 1 year ago)
- Topics: nasdaq, stocks
- Language: HTML
- Homepage: https://raybb.github.io/random-stock-picker/
- Size: 165 KB
- Stars: 12
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# random-stock-picker
Picks a random stock from the 3,000+ stocks on the NASDAQ.
List of stocks is based on this list published [here](ftp://ftp.nasdaqtrader.com/symboldirectory/nasdaqlisted.txt).
## [Live Website](https://raybb.github.io/random-stock-picker/)
Website was built using bootstrap and vanilla JavaScript.
## Updating stock list
Running `python grabStocks.py` will grab a list of all the current stocks.
## Todo
* Add continuous testing to check that every PR has the latest stocks.
* Make offline friendly (through Progressive web app)
## Forks
- 🇷🇺 [Russian fork](https://github.com/empenoso/MOEX-Random-Picker) with MOEX stocks
- [Orca App fork](https://github.com/aflugge/orca-random-stock-picker)