Get latest stock quote to Swing

Hi, All,
Do you know how to get latest stock quote to my Java Swing program?
Thanks a lot.
[email protected]
Susan

Download data in text format from your online broker.
Parse file for line with required stock.
Use StringTokenizer for dissection.
Convert data.
Display in applet.
I once had an application called MyTrader and they had all kind of data in their application for free. But I don't know if you can get at the raw data and not how up to date, but I think they were quite fresh.

Similar Messages

  • Webservice example - Get a stock quote

    Some time ago I saw an example of getting a selected realtime stock quote into an Xcelsius dashboard. Can somebody point me to a resource that could teach me how to leverage existing XML code to use for my webservice example?
    Thanks,
    Hans

    Please refer the following URL:
    [http://resources.businessobjects.com/support/cx/help/crystalXcelsiusworkgroup4Help/source/ug_SampleModelWSC.htm]
    Free web servies:
    [http://www.webservicex.net/WCF/default.aspx]

  • Since upgrade when I am in Google Finance and look at stock quote, and hit to see chart for say six months, it now opens a blank web page. this did not happen before the most recent upgrade? How fix? Explorer will still provide the chart.

    Just go to google finance and get a stock quote on any stock and then the price comes up and you can choose to see the price history of different time periods, 1, 5, day one week, one month, etc. In the past when you hit the button for one of the charts, it would just change the chart on the same page, now it opens a new page that is blank?

        I can see that this issue has been quite extensive, and frustrating, and I am so sorry for all that has happened societygirl! I would like to help you work this issue out. Please follow & send me a Direct Message, so I can get your account specifics and help finally bring this to a resolution.
    Thank you,
    MichelleH_VZW
    Follow us on Twitter @VZWSupport

  • OW4J Stock Quote Demo Configuration Changes

    Hello,
    In the last few days, the Delayed Stock Quote web service published by xmethods has been in a flux. The web service has been taken on and off the website. Today, thanks to Timothy, i noticed that they have changed the URL of the web service to http://64.124.140.30:9090/soap.
    Unless you change this parameter in the demo, you will be getting "504 Gateway Timeout" errors.
    To get the Stock Quote Demo working, please do the following:
    1. Open the StockQuote.jpr Project.
    2. Click on the StockQuote.xml process
    The structure pane shows the Structure of the Process
    3. Click on the SERVICE_PROVIDER_URL process activity attribute (processActivity1 being the process activity)
    4. Change the value on the Property Inspector to http://64.124.140.30:9090/soap
    5. Save the project and run the demo
    Cheers!
    Raja

    Hi,
    THe Error is different now after the settings. Sorry for my earlier post. I am getting the following error message. DO I need to have some SOAP server running in JDeveloper ? If so pl. tell me how to start and configure the SOAP Server in JDeveloper. One more thing, I have the Embedded OC4J Http Server running in port 8988(default in JDeveloper), but inside the URI is configured in ProcessActivityAttribute property as http://localhost:9090. I am not able to understand. Please explain.
    Handle.Fault[oracle.apps.fnd.wf.engine.ExecutionException] at D:/jdev9052/jdev/mywork/WrkFlow/Project/src./ow4j/demo/stockquote.StockQuote[1094452720928]
    Caused By: executeRPC[D:/jdev9052/jdev/mywork/WrkFlow/Project/src./ow4j/demo/stockquote.StockQuote[1094452720928].processActivity1[1094452720930]] at $Header: AbstractExecutor.java 30.0 2003/03/25 22:43:21 anpwang noship $
    Caused By: 04/09/06 12:08:45 [SOAPException: faultCode=SOAP-ENV:Protocol; msg=Unsupported response content type "text/html", must be: "text/xml". Response was:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
    <TITLE>ERROR: The requested URL could not be retrieved</TITLE>
    <STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
    </HEAD><BODY>
    <H1>ERROR</H1>
    <H2>The requested URL could not be retrieved</H2>
    <HR noshade size="1px">
    <P>
    While trying to retrieve the URL:
    <A HREF="http://localhost.wipro.com:9090/soap">http://localhost.wipro.com:9090/soap</A>
    <P>
    The following error was encountered:
    <UL>
    <LI>
    <STRONG>
    Connection Failed
    </STRONG>
    </UL>
    <P>
    The system returned:
    <PRE><I> (146) Connection refused</I></PRE>
    <P>
    The remote host or network may be down. Please try the request again.
    <P>Your cache administrator is <A HREF="mailto:webmaster">webmaster</A>.
    <! squid/2.5.STABLE1-20030124 >
    <hr>
    Generated at 06/Sep/2004:12:08:44 +0530 by rakshaka.wipro.com
    04/09/06 12:08:45      at org.apache.soap.rpc.Call.getEnvelopeString(Call.java:209)
    04/09/06 12:08:45      at org.apache.soap.rpc.Call.invoke(Call.java:268)
    04/09/06 12:08:45      at oracle.apps.fnd.wf.engine.executor.OracleSoapExecutor.executRPC(OracleSoapExecutor.java:179)
    04/09/06 12:08:45      at oracle.apps.fnd.wf.engine.executor.OracleSoapExecutor.execute(OracleSoapExecutor.java:115)
    04/09/06 12:08:45      at oracle.apps.fnd.wf.engine.impl.JavaEngine.executeActivityInternal(JavaEngine.java:1088)
    04/09/06 12:08:45      at oracle.apps.fnd.wf.engine.impl.JavaEngine.executeActivity(JavaEngine.java:709)
    04/09/06 12:08:45      at oracle.apps.fnd.wf.engine.impl.JavaEngine.processStack(JavaEngine.java:841)
    04/09/06 12:08:45      at oracle.apps.fnd.wf.engine.impl.JavaEngine.doStartProcess(JavaEngine.java:979)
    04/09/06 12:08:45      at oracle.apps.fnd.wf.engine.impl.JavaEngine.startFlow(JavaEngine.java:171)
    04/09/06 12:08:45      at oracle.apps.fnd.wf.engine.WorkItemProcess.startFlow(WorkItemProcess.java:132)
    04/09/06 12:08:45      at oracle.apps.fnd.wf.runner.RequestHelper.processRequest(RequestHelper.java:105)
    04/09/06 12:08:45      at WFProcessDetails.jspService(WFProcessDetails.jsp:232)
    04/09/06 12:08:45      at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:57)
    04/09/06 12:08:45      at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:349)
    04/09/06 12:08:45      at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)
    04/09/06 12:08:45      at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)
    04/09/06 12:08:45      at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    04/09/06 12:08:45      at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
    04/09/06 12:08:45      at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source)
    04/09/06 12:08:45      at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:604)
    04/09/06 12:08:45      at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
    04/09/06 12:08:45      at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)
    04/09/06 12:08:45      at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
    04/09/06 12:08:45      at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
    04/09/06 12:08:45      at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
    04/09/06 12:08:45      at java.lang.Thread.run(Thread.java:534)
    executeRPC[D:/jdev9052/jdev/mywork/WrkFlow/Project/src./ow4j/demo/stockquote.StockQuote[1094452720928].processActivity1[1094452720930]] at $Header: AbstractExecutor.java 30.0 2003/03/25 22:43:21 anpwang noship $
    Caused By: 04/09/06 12:08:45 [SOAPException: faultCode=SOAP-ENV:Protocol; msg=Unsupported response content type "text/html", must be: "text/xml". Response was:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
    <TITLE>ERROR: The requested URL could not be retrieved</TITLE>
    <STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
    </HEAD><BODY>
    <H1>ERROR</H1>
    <H2>The requested URL could not be retrieved</H2>
    <HR noshade size="1px">
    <P>
    While trying to retrieve the URL:
    <A HREF="http://localhost.wipro.com:9090/soap">http://localhost.wipro.com:9090/soap</A>
    <P>
    The following error was encountered:
    <UL>
    <LI>
    <STRONG>
    Connection Failed
    </STRONG>
    </UL>
    <P>
    The system returned:
    <PRE><I> (146) Connection refused</I></PRE>
    <P>
    The remote host or network may be down. Please try the request again.
    <P>Your cache administrator is <A HREF="mailto:webmaster">webmaster</A>.
    <! squid/2.5.STABLE1-20030124 >
    <hr>
    Generated at 06/Sep/2004:12:08:44 +0530 by rakshaka.wipro.com
    04/09/06 12:08:45      at org.apache.soap.rpc.Call.getEnvelopeString(Call.java:209)
    04/09/06 12:08:45      at org.apache.soap.rpc.Call.invoke(Call.java:268)
    04/09/06 12:08:45      at oracle.apps.fnd.wf.engine.executor.OracleSoapExecutor.executRPC(OracleSoapExecutor.java:179)
    04/09/06 12:08:45      at oracle.apps.fnd.wf.engine.executor.OracleSoapExecutor.execute(OracleSoapExecutor.java:115)
    04/09/06 12:08:45      at oracle.apps.fnd.wf.engine.impl.JavaEngine.executeActivityInternal(JavaEngine.java:1088)
    04/09/06 12:08:45      at oracle.apps.fnd.wf.engine.impl.JavaEngine.executeActivity(JavaEngine.java:709)
    04/09/06 12:08:45      at oracle.apps.fnd.wf.engine.impl.JavaEngine.processStack(JavaEngine.java:841)
    04/09/06 12:08:45      at oracle.apps.fnd.wf.engine.impl.JavaEngine.doStartProcess(JavaEngine.java:979)
    04/09/06 12:08:45      at oracle.apps.fnd.wf.engine.impl.JavaEngine.startFlow(JavaEngine.java:171)
    04/09/06 12:08:45      at oracle.apps.fnd.wf.engine.WorkItemProcess.startFlow(WorkItemProcess.java:132)
    04/09/06 12:08:45      at oracle.apps.fnd.wf.runner.RequestHelper.processRequest(RequestHelper.java:105)
    04/09/06 12:08:45      at WFProcessDetails.jspService(WFProcessDetails.jsp:232)
    04/09/06 12:08:45      at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:57)
    04/09/06 12:08:45      at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:349)
    04/09/06 12:08:45      at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)
    04/09/06 12:08:45      at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)
    04/09/06 12:08:45      at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    04/09/06 12:08:45      at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
    04/09/06 12:08:45      at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source)
    04/09/06 12:08:45      at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:604)
    04/09/06 12:08:45      at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
    04/09/06 12:08:45      at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)
    04/09/06 12:08:45      at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
    04/09/06 12:08:45      at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
    04/09/06 12:08:45      at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
    04/09/06 12:08:45      at java.lang.Thread.run(Thread.java:534)

  • Stock quote rate and time in a small portlet

    Hi Gurus,
    Is there any website from where I can get the stock quote of my company and show it in a small 1 inchX1 inch size portlet. I don't want to show the entire content of the page. I just want to show the quote rate and time. I have tried Yahoo, Quote, Nasdaq. I have tried to use Web clipping portlet to grab that part alone. They have some script calls from that area to the other part of the page. So, when I open the portlet, it gives me the pop up script error. Gurus, Can you post a reply if you have any idea about this.
    Thanks
    Raj
    -------

    You can use the Web Page data source in OmniPortlet. There are also various Stock Quote Web Services or XML feeds that can be used with OmniPortlet.
    If you need more information, please post your question to the PDK forum.
    Regards,
    Jerry
    PortalPM

  • EXCEL Stock Quotes

    I utilize excel to get live stock quotes for my investment portfolio and 401(k).  Yesterday I started receiving a generic MSN sign in page and all my quotes are now gone.  
    Is anyone else having this problem?  Does anyone have a solution?

    Hi,
    We have realized this issue, the PG team is working on the problem and will fix the issue in a short time.
    Thanks for your understanding.
    ======
    Update, the stocking is working now.
    Regards,
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Off topic - fetching stock quotes

    From where can I fetch stock quotes? I know it is not even related to java programming (except it is supposed to be implemented in java), but I don't even know where to begin... Please help??
    Regards,
    Nille

    Pete the Hat has a point. If you use a free source for a commercial project you can get in some hot water. After all, nobody wants to support the load of someone else's website since the extra hardware, bandwidth, etc. will cost big bucks... Not to mention copy right infringements with the data.
    With that said, if you are wanting to develop something for your own personal use, you may want to check out http://www.finance.yahoo.com. On most of their web pages for quotes they have an option to download the information as a CSV file. Look for the link that says "Download Spreadsheet" which is usually right before the text "Quotes delayed 15 minutes".

  • Excel queries to MSN MoneyCentral Investor Stock Quotes stopped working

    I update stock quotes in 3 spreadsheets using a query to MSN MoneyCentral Investor Stock Quotes. Three days ago (after using for 2 years) , the Refresh for Data
    Connection would not work, giving me a pop-up with "Unable to open...http://moneycentral.msn.com/investor/excel/quotes.asp?SYMBOL =MSFT+ +CSCO+ +ABT+ +...etc"
    What is going on? Can we no longer get quotes from MSN?

    Create Your Own!
    First, navigate yourself to c:/program files/microsoft office/officeXX/queries.  The XX is either 12, 13, 14depending on system.
    Then copy the MSN Stock Quote file and paste.  Rename it YahooQuotes.  It will be an .iqy file (inquiry)
    Open it with Notepad and put this in it....
    WEB
    1
    http://finance.yahoo.com/quotes/["QUOTE","Enter stock, fund or other symbols separated by commas."]/view/fv
    Selection=2
    Formatting=All
    PreFormattedTextToColumns=True
    ConsecutiveDelimitersAsOne=True
    SingleBlockTextImport=False
    Save it.  This will allow you to get the same data as from the old moneycentral into a table.  From there, you're on your own.  BTW, you can play with the "/view/fv" to get different columns.
    BTW, I know just enough to be dangerous

  • Retrieving stock quotes using concatenate

    I've read most of the posts on downloading stock quotes and I haven't quite found the answer to my question, so here goes a new discussion...
    I have a table of 57 ticker symbols that I follow. The table grows and shrinks regularly as I find new companies to follow and remove ones that don't meet my needs. Each ticker symbol is listed in column A of my DATA table and each row contains all the various data for that symbol. Here's a small section of that table as an example...
    Ticker
    Review Date
    S&P Stars
    Price
    AAPL
    May 17, 2013
    5
    444.95
    ACN
    May 17, 2013
    4
    82.95
    AFL
    May 17, 2013
    5
    55.69
    AMP
    May 16, 2013
    3
    82.12
    ARG
    May 17, 2013
    2
    103.77
    BBL
    May 19, 2013
    3
    58.38
    I've created a CONCATENATE formula to combine the ticker symbols into a single cell (C12):
    =CONCATENATE(Data :: A3,",",Data :: A4,",",Data :: A5,",",Data :: A6,",",Data :: A7,",",Data :: A8,",",Data :: A9,",",Data :: A10,",",Data :: A11,",",Data :: A12,",",Data :: A13,",",Data :: A14,",",Data :: A15,",",Data :: A16,",",Data :: A17,",",Data :: A18,",",Data :: A19,",",Data :: A20,",",Data :: A21,",",Data :: A22,",",Data :: A23,",",Data :: A24,",",Data :: A25,",",Data :: A26,",",Data :: A27,",",Data :: A28,",",Data :: A29,",",Data :: A30,",",Data :: A31,",",Data :: A32,",",Data :: A33,",",Data :: A34,",",Data :: A35,",",Data :: A36,",",Data :: A37,",",Data :: A38,",",Data :: A39,",",Data :: A40,",",Data :: A41,",",Data :: A42,",",Data :: A43,",",Data :: A44,",",Data :: A45,",",Data :: A46,",",Data :: A47,",",Data :: A48,",",Data :: A49,",",Data :: A50,",",Data :: A51,",",Data :: A52,",",Data :: A53,",",Data :: A54,",",Data :: A55,",",Data :: A56,",",Data :: A57,",",Data :: A58,",",Data :: A59)
    Returns to cell C12 the following:
    AAPL,ACN,AFL ...  WMT,YUM
    I then use the next formula to retrieve updated quotes from the Yahoo website:
    =HYPERLINK("http://finance.yahoo.com/d/quotes.csv?s=" & C12 & "&f=snl1d1","Download Prices")
    Once the quotes.csv is downloaded, I copy and past the stock prices into my Data table.
    Now to my question:
    Can the CONCATENATE formula above be simplified so that it's easier to add or remove cells?
    If I add a bunch of new symbols to the Data table then I have to remember to add each new cell to the formula above. Or, if I delete a bunch of symbols then I delete the same number of cells from the formula.
    This is a great example of the need for a range of cells in CONCATENATE.
    Perhaps some programmer can get create and allow =CONCATENATE(Data :: A3:A59,",") where A3:A59 is the range and "," indicates an optional separation character.

    You can implement like:
    The top table is name "Download Link" and is a single-cell table.  The bottom table contains your ticker symbols and has a column which concatentates the previous list with a new sysmbol-- you can hide column B.
    B2=B1&IF(ISBLANK(A2), "", IF(ROW() = 2, "", ",")&A2)
    select B2 and fill down as needed.
    In the top table "Download Link"
    A1=HYPERLINK("http://finance.yahoo.com/d/quotes.csv?s=" & OFFSET(TickerTable :: $B$2, ROWS(TickerTable :: B)-2, 0) & "&f=snl1d1","Download Prices")
    This takes the fully concatenated string from column B of the ticker table.  If you change the name of the tables adjust them in the formulas.

  • Stock quote download

    Hi, all. I'm new to Numbers and need to learn how to accomplish a stock quote download/import. In Excel I had specially created a menu item that would allow a column of stock tickers to have a column of quotes downloaded in a column to the right of the tickers. (The menu item could also be accessed by a keyboard shortcut, ^ L.) The created menu file in Excel had the suffix XLA. Is there a way to use the XLA file in Numbers? If not is there a way to create menu items?
    Thanks for any input. Bruce

    xla are hidden add-ins. usually containing VBA code that added your menu commands when you load the xla file, and contained the code that those new menu commands ran to get your stocks.
    (I write xla's for a international investment firm in my day job)
    This functionality is not built into numbers yet. If it is the kind of thing you would want to see in the next version, use the "Submit feedback" option in the numbers menu.
    hope this helps explain why it won;t work here. So how to get something to bring in your stocks? Well, you could try copy and paste from a stock page, or find a stock site that will let you download a text file of the stock info and open that up in numbers.
    Hope this at least helps explain,
    Jason

  • Stock Quote Query still not working in Excel for Mac 2011

    I've been following this thread and like many others, stock quotes in Excel for Macintosh 2011 stopped working for me shortly before Christmas.  While I've noticed that it will work on my work computer which is running windows 7, I can not get it
    to work at home on my mac, even when I use the same .iqy file as on the pc.  I am at my wits end.  Can you offer any help?

    Hi,We support Office for Windows in the current forum, since this question is about Office for Mac, I suggest you post the question in Office for Mac forum:
    http://answers.microsoft.com/en-us/mac/forum/macoffice2011?tab=Threads
    Thanks for your understanding.
    Regards,
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • My yahoo real time stock quotes are not updating

    works on Chrome works and Explorer. After latest Firefox download, update/reload of real time stock quotes does not happen unless I do so manually by clicking reload prompt. Thanks

    Hello,
    Many site issues can be caused by corrupt cookies or cache. In order to try to fix these problems, the first step is to clear both cookies and the cache.
    Note: ''This will temporarily log you out of all sites you're logged in to.''
    To clear cache and cookies do the following:
    #Go to Firefox > History > Clear recent history or (if no Firefox button is shown) go to Tools > Clear recent history.
    #Under "Time range to clear", select "Everything".
    #Now, click the arrow next to Details to toggle the Details list active.
    #From the details list, check ''Cache'' and ''Cookies'' and uncheck everything else.
    #Now click the ''Clear now'' button.
    Further information can be found in the [[Clear your cache, history and other personal information in Firefox]] article.
    Did this fix your problems? Please report back to us!
    Thank you.

  • Msn money stock quotes : mystery

    For the moment , the webquery for msn money works ... a little bit.
    what i do not understand is if you ask the quote for, say   BE:TIG (tigenix, brussels) , sometimes i get the price , but most of the time MSN money gives me the price of "Innovation Group (The) PLC" in London .
    How can that be explained ?

    If I google BE:TIG I mostly get the stock of the Innovation group.
    You should try an alternative ID of Tigenix, Brussels, e.g. WKN or ISIN:
    BE0003864817

  • Problem with 'MSN MoneyCentral Investor Stock Quotes' in Excel

    I have been downloading quotes into Excel using the "MSN MoneyCentral Investor Stock Quotes" connection. On December 23, 2014, this connection stopped working
    properly, now seems to be connecting to MSN homepage, and does NOT bring in the requested quotes. Do anyone have a solution or work around for this problem?

    Partial solution here:
    http://blogs.technet.com/b/the_microsoft_excel_support_team_blog/archive/2014/12/11/forms-controls-stop-working-after-december-2014-updates-.aspx
    As reported earlier, the %Change column is now 100 times larger than it should be. 
    I use the quotes in other pages of my Excel program as a basis for other Excel calculations.  Some of the cells in my it-worked-before-the-December-update worksheet now show "#REF!" errors because
    "MSN MoneyCentral Investor Stock Quotes" in Excel is not getting all of the quotes (missing
    about 10% of the quotes I used to get).  Each time it misses a quote, the missing quote causes all of the following requested quotes to move one row higher.  That throws my whole spreadsheet off because references to cells in
    "MSN MoneyCentral Investor Stock Quotes" now grab the wrong quote or the Terms of Use or copyright notice below all of the quotes.
    It helps to remove any spaces from the quote parameters.
    Use "amzn,wmt,cost", instead of "amzn, wmt, cost".

  • Stock quotes portlet

    Sorry if this doesn't really belong here... we need a stock quote portlet on our Intranet portal, anybody knows a good source to get stock quote?

    I was thinking doing a little more, for example, store symbols as community pref (or user pref) to display multiple quotes in one portlet and have flexibility to format the display within the code (we can write the code ourselves). Any good source providing feed like that (it is ok to have small fees attached)?

Maybe you are looking for

  • Dimension values display order and record details

    Hi All, I have explicitly ordered my dimension values to be in a logical order instead of alphabetical. Ex: Small, Medium, Large. This works great in the navigation tree but when I view a specific record and it  has those 3 dimvals they are listed in

  • Adobe 5.0 vs Vista - ARGH!

    Hello, all, I'm hoping someone will be able to help me. I've got Adobe Acrobat 5.0 (full version) installed on my laptop which is running Vista. I can view documents, but not convert files to PDF. I've read a few forums that have told me to upgrade,

  • "Paying it Forward" at SDN

    An SDN'er noticed a comment I made in one of my posts about how Uwe had set me straight about the handle_data_changed method of editable ALV's, and how easy they are to code once one understands how to use that method. She asked me for some help on t

  • I am getting an error code Os 0000098.

    I recently purchased a Touch smart 23 All in One. I have received an error code 000098. I have tried to reload windows 8 but not successful. I am geteting error messages such as "required partition drive missing". Can anyone help me please.

  • Where is the live support link?

    Hello everyone, I was typing to an Adobe rep last week through a live (on-line) support window. Today, I cannot find this link! Can someone please post the link... I must be blind... I looked nearly everywhere for it and I even Googled it with no luc