StockQuotes provied by WebServiceX.net (www.webservicex.net). Get stock quotes for a ticker.

stockQuotesWSX
EditOperations
EditgetStockGraph
Returns a graph and vital statistics about a given company's stock.
Inputs
| Name | Description |
| symbol | The stock symbol for the company you are searching for |
Outputs
EditgetQuote
Returns a stock quote based on the given symbol.
Inputs
| Name | Description |
| symbol | The stock symbol for the company you are searching for |
Outputs
| Name |
| Quote - custom object |
EditObjects
Details about type definitions can be found on the
Block Metadata Type System page.
EditStockGraph
| Name | Type |
| symbol | stockSymbol |
| quote | string |
| change | string |
| graphURL | imageUrl |
EditQuote
| Name | Type |
| price | string |
| lastUpdated | date |
| change | string |
| open | string |
| high | string |
| low | string |
| volume | string |
| marketCap | string |
| name | name |
| peRatio | string |