"Crawling using loop operator (

amypuamypu Member Posts: 7 Contributor II
edited June 2019 in Help
I am trying to crawl http://finance.yahoo.com/q?s=stocksymbol
There are over 3000 stock symbols (see below). Examples of Stock Symbol
ABM
ABR
ABR-A
ABR-B
ABT
ABW-B
ABX
ACC
ACCO
ACE
ACG
ACH
...

So exemplar URLs are like:
http://finance.yahoo.com/q?s=ABM
http://finance.yahoo.com/q?s=ABR
http://finance.yahoo.com/q?s=ABR-A
http://finance.yahoo.com/q?s=ABR-B
I have a csv file containing all these stock symbols. Is there a way to use Loop operator (and Macro) to crawl URLs ending with these stock symbols.
Sign In or Register to comment.