Skip to content

Instantly share code, notes, and snippets.

@shashankvemuri
Last active April 21, 2020 02:32
Show Gist options
  • Save shashankvemuri/6b2050ed6e961093cf6b9d7e49eb6dbf to your computer and use it in GitHub Desktop.
Save shashankvemuri/6b2050ed6e961093cf6b9d7e49eb6dbf to your computer and use it in GitHub Desktop.
End of the stock screener
print(exportList)
writer = ExcelWriter("ScreenOutput.xlsx")
exportList.to_excel(writer, "Sheet1")
writer.save()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment