PowerShell – Get Stock Quote Information
The below script makes use of a webservice hosted by webserviceX.net and provides stock quote information. <# .Synopsis Retrieve stock information .DESCRIPTION Retrieve stock information .PARAMETER Symbol Stock symbol of one or more companies .EXAMPLE Get-StockInfo -Symbol MSFT,INTC .LINK .NOTES Read More …