Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pubudu91/sqscraper
A simple stock quote scraper for scraping intraday stock price updates.
https://github.com/pubudu91/sqscraper
Last synced: 6 days ago
JSON representation
A simple stock quote scraper for scraping intraday stock price updates.
- Host: GitHub
- URL: https://github.com/pubudu91/sqscraper
- Owner: pubudu91
- License: apache-2.0
- Created: 2017-01-28T09:28:19.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-04T14:07:29.000Z (almost 8 years ago)
- Last Synced: 2024-04-16T13:04:54.590Z (7 months ago)
- Language: Java
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stock Quote Scraper
A simple stock quote scraper for scraping intraday stock price updates.To build: ```$ mvn clean install```
To scrape data, either copy the jar file to the folder where you want to save the scraped data or run the scraper from within that folder. Provide a file containing the URLs for the XML files containing the data of the desired NASDAQ symbols.
```
$ java -jar stock-quote-scraper-1.0.jar
```