Closed d3an closed 3 years ago
FinViz also has quote pages for its tickers (quote.ashx). Given a list of tickers, create a function that completes a download and scrape using goroutines for concurrency and efficiency. Add a CLI subcommand for this as well.
quote.ashx
$ finviz quote aapl,goog,amzn,tsla
FinViz also has quote pages for its tickers (
quote.ashx
). Given a list of tickers, create a function that completes a download and scrape using goroutines for concurrency and efficiency. Add a CLI subcommand for this as well.