General Electric: See Long-Term Business Opportunities In Myanmar#backicon {list-style-image: url(http://content.nasdaq.com/images/icons/back.gif); margin-left:10px;padding-left:10px; line-height:18px;}#printicon {list-style-image: url(http://content.nasdaq.com/images/icons/print.gif);margin-left:10px;padding-left:10px; padding-bottom: 4px; line-height:18px;}#buzzicon {list-style-image: url(http://content.nasdaq.com/images/icons/yahoo-buzz.gif);margin-left:10px;padding-left:10px; padding-bottom: 4px; line-height:18px;}#diggicon {list-style-image: url(http://content.nasdaq.com/images/icons/digg.gif);margin-left:10px;padding-left:10px; padding-bottom: 4px; line-height:18px;}#stumbleicon {list-style-image: url(http://content.nasdaq.com/images/icons/stumbleupon.gif);margin-left:10px;padding-left:10px; padding-bottom: 4px; line-height:18px;}#twittericon {list-style-image: url(http://content.nasdaq.com/images/icons/twitter.gif);margin-left:10px;padding-left:10px; padding-bottom: 4px; line-height:18px;}#facebookicon {list-style-image: url(http://content.nasdaq.com/images/icons/facebook.gif);margin-left:10px;padding-left:10px; padding-bottom: 4px; line-height:18px;}#linkedinicon {list-style-image: url(http://content.nasdaq.com/images/icons/linkedin.gif);margin-left:10px;padding-left:10px; padding-bottom: 4px; line-height:18px;}#sharethisicon {margin-left:-2px;padding-bottom: 4px; line-height:18px;}#creditfooter {display:none}.feedTitle a {text-decoration:none;font-weight:bold;font-size:14px}.feedburnerFeedBlock li {margin-left:20px;margin-bottom:5px;list-style-type: disc}
Home | My NASDAQ | Tools | Mobile | Company List | ETFs | Pre-Market Quotes Real-Time Quotes After Hours Quotes


Search NASDAQ

Search Web

Search Local Quotes & ResearchStock Quotes
Summary Quotes
Real Time Quotes
Extended Trading
Options Chain
Charts
Basic Charts
Interactive Charts
Company News
News
Press Releases
Company Profile
Stock Reports
SEC Fillings
Short Interest
Competitors
Ownership
Fundamentals
Financials
Revenue EPS
Analyst Research
Guru Analysis
Market ActivityExtended Hours
Pre-Market Activity
After Hours Activity
Stocks
Most Active
Unusual Volume
52 Week High/Low
Upcoming Splits
New SEC Filings
IPO Summary
Earnings Calendar
CommoditiesETFsSector AnalysisGlobal MarketsAnalyst Activity
Upgrades/Downgrades
Forecast Changes
Earning Surprises
Indices
Market Indices
Sector Indices
News & CommentaryCompany NewsMarket HeadlinesMoving the MarketEconomic CalendarWeekly Wrap Business VideoFeatured Content

China Loses Its Investment Luster
WSJ Live

Ford Opens 2nd Thai Plant
Reuters News Video

Higher Education's Lost Generation
WSJ Live Investing InsightHow to Invest
Investing Basics
Broker Comparison
Glossary
StocksETFsOptionsBondsForexMutual FundsFinancial Advisor CenterPersonal Finance
Retirement
Real Estate
College
Franchising
Insurance
Careers
Small Business
Investing Tools
Stock Screener
Guru Screener
Heatmaps
My NASDAQMy PortfolioStock RatingsSettings
My Account
Edit Profile
Connnections
Profile Photo
Articles
Alerts
Community Home
Join the NASDAQ Community today and get free, instant access to portfolios, stock ratings, real-time alerts, and more!
Join TodayAlready a member?LoginCommunity HomeHello,
View Profile
Logout Videos Trending Now
.sectionDivider {margin-bottom:20px;padding-left:8px;height:36px;text-align:left;padding-right:8px;background:none repeat scroll 0 0 #ECF3F9;border:1px solid #cedff0;font-size:11px;}a.genbutton { background: transparent url(http://www.nasdaq.com/images/genbutton-a.png) no-repeat scroll top right; display: block; float: left; height: 19px; padding-right: 20px; /* sliding doors padding */ text-decoration: none;font-size: 10px;font-weight: bold;}a.genbutton span { background: transparent url(http://www.nasdaq.com/images/genbutton-span.png) no-repeat; display: block; line-height: 12px; padding: 2px 0 5px 7px;color: #fff;} a.genbutton:hover { background-position: 100% -19px; color: #fff; outline: none; /* hide dotted outline in Firefox */}a.genbutton:hover span { background-position: 0 -19px ;} .yui-ac-content {border:1px inset #009EC6;cursor:pointer;position:relative;width:200px;z-index:9999;}.yui-ac-bd {display:inline;}.yui-ac-bd ul {background:none repeat scroll 0 0 white;list-style: none;padding-left:0px !important;margin:0px;}.yui-ac-bd ul li{text-align:left;line-height:150%;}.yui-ac-highlight{background-color:#009EC6;}.yui-ac-container {left:67px !important;top:0 !important;}var xmlhttp = null;function goToStockRatingPage(){validate2();}function validate2(){if (document.getElementById("SymbolSearch1_txtSymbol").value == '') { alert('Please enter a stock symbol'); return false; }if(window.XMLHttpRequest){xmlhttp = new XMLHttpRequest();}else if(window.ActiveXObject){xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");}if(xmlhttp == null){validate();//use the old iframe method instead}else{varurl = '/aspx/ValidateSymbol.aspx?mode=stock';url += '&selected=' + document.getElementById("SymbolSearch1_txtSymbol").value;xmlhttp.onreadystatechange = readResults2;xmlhttp.open("GET",url,true);xmlhttp.send(null);}}function readResults2(){if(xmlhttp.readyState == 4 || xmlhttp.readyState == "complete"){var symbol = document.getElementById("SymbolSearch1_txtSymbol").value;if(xmlhttp.responseText != ""){var validated = false;var result = xmlhttp.responseText.split('|');result[4] = result[4].replace(//i,"").replace(//i,"");if(result[1].toLowerCase()=='true'){validated = true;}else if(result[2].toLowerCase()=='true'){alert(symbol + ' is changed to ' + result[3] + ' on ' + result[4]);symbol = result[3];validated = true;}else {alert(symbol + ' is Not a Valid Symbol');}if(validated) document.location = "http://www.nasdaq.com/symbol/"+symbol.toLowerCase().replace("/","-"); }else{//alert('no response');}}}function validate(){ if (document.getElementById("SymbolSearch1_txtSymbol").value == '') { alert('Please enter a stock symbol'); return false; } url = 'http://www.nasdaq.com/aspx/ValidateSymbol.aspx?mode=stock';url += '&selected=' + document.getElementById("SymbolSearch1_txtSymbol").value;document.getElementById("rtsymbollookupframe").src = url;//calls readResults()} function readResults(){ var validated = false; var symbol = document.getElementById("SymbolSearch1_txtSymbol").value; var result = window.frames["rtsymbollookupframe"].document.body.innerHTML.split('|');if(result[1].toLowerCase()=='true'){validated = true;} else if(result[2].toLowerCase()=='true'){alert(result[0] + ' is changed to ' + result[3] + ' on ' + result[4]);symbol = result[3];validated = true;} else {alert(result[0] + ' is Not a Valid Symbol');}if(validated) document.location = "http://www.nasdaq.com/symbol/"+symbol.toLowerCase().replace("/","-");}function selectSymbol(symbol){ symbol = symbol.split(':')[0]; symbol = symbol.replace(/^\s*/, '').replace(/\s*$/, '');document.getElementById("SymbolSearch1_txtSymbol").value = symbol;goToStockRatingPage();}function preselectSymbol(symbol){ symbol = symbol.split(':')[0]; symbol = symbol.replace(/^\s*/, '').replace(/\s*$/, '');document.getElementById("SymbolSearch1_txtSymbol").value = symbol;}
Get Quotes GO
Most Active by Volume: 5/30/2012, 04:03 PMCompanyLast SaleChange Net / % BAC$ 7.20 0.23

3.10% FB$ 28.19 0.65

2.25% QQQ$ 62.33 0.53

0.84% F$ 10.66 0.18

1.66% MSFT$ 29.34 0.22

0.74% GE$ 19.04 0.31

1.60% RIMM$ 10.351 0.88

7.83% CSCO$ 16.39 0.20

1.21% View more in Most Active
Back to Headlines Print Version Stumble it Tweet it Facebook LinkedIn
@media screen and (max-device-width: 480px){body{ font-size:30pt !important;}} General Electric: See Long-Term Business Opportunities In Myanmar
BANGKOK -(Dow Jones)- General Electric Co. (GE) hopes to get a license to operate in Myanmar by the end of this yearas it sees long-term business opportunities in the Southeast Asian nation, Chief Executive of GE ASEAN Stuart Dean saidThursday.
The company is looking to provide power generator equipment to the country and is currently in talks with the Myanmargovernment to supply portable gas turbines, Dean told reporters on the sidelines of the World Economic Forum for EastAsia in Bangkok.
Dean said he hopes talks with the government will conclude by the fourth quarter.
-By Payungsak Wiriyabunditkul, Dow Jones Newswires; 662-690-4200; payungsak.wiriyabunditkul@dowjones.com
(END) Dow Jones Newswires 05-31-120522ET Copyright (c) 2012 Dow Jones & Company, Inc.
Latest News Video

Deadly Shooting Spree Rocks Seattle


Mary Anastasia O'Grady on the Democ...


Dragon Released by Space Station


Kim Strassel Explains the Texas Pri...

Latest Articles from the NASDAQ Community

5 ETFs That Could Jump 10%+ Over The Next Week (EPV, DUG, INDZ)
May 30, 2012

After Hours Most Active for May 30, 2012 : QQQ, BAC, UDR, VOD, PBCT, AIG, TGT, AGNC, SYMC, WY, DTV, VZ
May 30, 2012

Dow Drops 161 Points on Euro-Zone Strife
May 30, 2012
More Articles >>
NASDAQ OMXAbout NASDAQ OMXNASDAQ OMX TechnologyNasdaq OMX Listing CenterInvestor RelationsPublic Policy Advocacy NASDAQ.comJoin Our CommunitySitemapAdvertise With UsLink to UsStay Connected





The latest from @NASDAQ:new TWTR.Widget({ version: 2, type: 'profile', rpp: 1, interval: 30000, height: '70', width: '290', theme: { shell: { background: '#ffffff', color: '#ffffff' }, tweets: { background: '#ffffff', color: '#777777', links: '#555555' } }, features: { scrollbar: false, loop: false, live: true, hashtags: true, timestamp: true, avatars: false, behavior: 'default' }}).render().setUser('NASDAQ').start();Browse The Financial Glossary: 123 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Search the site: NASDAQ.com onlyWeb SearchLocal SearchCompany List |Copyright |Disclaimer |Trademarks |Privacy Statements |ContactAnnual Reports | Careers |Custom Logo Ticker |NASDAQ Toolbar |Ticker Symbol Lookup

Qfolio for the iPhone| Qfolio HD for the iPad| Qfolio for the Blackberry Playbook Tablet setSectionName(propVar);
View the original article here