Website market data scraper with JS possible? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Website market data scraper with JS possible?

Is it possible for me to make a program that takes data from yahoo finance and it find the highest and lowest gaining markets that day and put them in order from highest to least with JavaScript code ? Or do I need a different language ?

14th Dec 2019, 9:30 PM
Brandon Parks
Brandon Parks - avatar
2 Answers
+ 4
Here is the web scraping of top gainer from Yahoo Finance, try to add more filters to suit your requirements. https://code.sololearn.com/Wd5q34HdUFbr/?ref=app Learn more web scraping methods from here https://www.sololearn.com/post/192670/?ref=app
15th Dec 2019, 1:09 AM
Calviղ
Calviղ - avatar
+ 1
It’s definitely possible. It is easier in Python as it has many libraries made for scraping, but if you know enough JavaScript almost anything can be done
14th Dec 2019, 9:45 PM
Jax
Jax - avatar