Syntax
public string GetExchange( string symbol )
Parameter Description
| symbol |
The symbol (ticker) you want to determine exchange where it's traded at |
Description
Returns the exchange where the given symbol is traded at, according to Yahoo!
Example
Refer to the prototype function and an example of its usage
here.