Skip to content

Instantly share code, notes, and snippets.

@nrm176
Last active November 28, 2020 06:15
Show Gist options
  • Save nrm176/7147238586065c1fb78a0cc5b3a399a3 to your computer and use it in GitHub Desktop.
Save nrm176/7147238586065c1fb78a0cc5b3a399a3 to your computer and use it in GitHub Desktop.

SBI

記事日経平均は3万円目指す展開か≫そこで買われる銘柄は?

Array.from(document.querySelectorAll('div.md-l-mainarea-01.md-l-utl-mt15.repoTable.repoTableBrand > table tr')).filter((e, idx)=>{ return !(idx==0 || idx == 1) }).map((e)=>{return e.querySelectorAll('td:nth-of-type(4)')[0].textContent})

["5232", "5703", "5801", "5214", "3101", "4208", "3863", "6302", "5711", "5233"]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment