d3an / finviz

Go API for Finviz
https://github.com/d3an/finviz/wiki
MIT License
20 stars 3 forks source link

Add support for Quote app #30

Closed d3an closed 3 years ago

d3an commented 4 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.

$ finviz quote aapl,goog,amzn,tsla
d3an commented 3 years ago

65 Closes this