Skip to content

Instantly share code, notes, and snippets.

@dburger
Created January 27, 2021 15:58
Show Gist options
  • Save dburger/e0bea3d4135932be13bf80b1ca2f66f4 to your computer and use it in GitHub Desktop.
Save dburger/e0bea3d4135932be13bf80b1ca2f66f4 to your computer and use it in GitHub Desktop.
Google Sheets finviz lookup function.
=VALUE(SUBSTITUTE(SUBSTITUTE(INDEX(IMPORTHTML("http://finviz.com/quote.ashx?t="&A3, "table", 8), 12, 6), "*", ""), "%", ""))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment