How to get share price (NSE/BSE) of my company and display

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vikas251074
    New Member
    • Dec 2007
    • 198

    How to get share price (NSE/BSE) of my company and display

    Hello Sir,

    Can I get share prices (NSE/BSE) of my company dynamically and display it on my web page?

    Thanks and regards,
    Vikas
  • hsriat
    Recognized Expert Top Contributor
    • Jan 2008
    • 1653

    #2
    Originally posted by vikas251074
    Hello Sir,

    Can I get share prices (NSE/BSE) of my company dynamically and display it on my web page?

    Thanks and regards,
    Vikas
    Hey Vikas,
    this is a unique thing, and I doubt anyone here would have tried this, as its not a part of JavaScript. There must be guidelines on the NSE/BSE website how to add their RSS Feed to your website. I recommend you to try that first. If you find any difficulty, then tell us.

    Comment

    • acoder
      Recognized Expert MVP
      • Nov 2006
      • 16032

      #3
      It depends on the format of the output. If it's JSON, you can use Ajax. If it's JavaScript output, you can use script tags. If neither, you will need to use server-side code to get the page on your domain, format the output and pass it onto your script (if you want it asynchronously, client-side).

      Comment

      • vikas251074
        New Member
        • Dec 2007
        • 198

        #4
        Hello Sir,
        I am not getting any solution in this regard. Kindly provide the way to achieve it.

        Thanks and regards,
        Vikas

        Comment

        • acoder
          Recognized Expert MVP
          • Nov 2006
          • 16032

          #5
          Which site would you be getting the prices from? They may have a feature allowing you display the price on your site with some JavaScript or via some other means.

          Comment

          • vikas251074
            New Member
            • Dec 2007
            • 198

            #6
            Presently, I don't know from where to get the price and how?

            Thanks and regards,
            Vikas

            Comment

            • hsriat
              Recognized Expert Top Contributor
              • Jan 2008
              • 1653

              #7
              Originally posted by vikas251074
              Presently, I don't know from where to get the price and how?

              Thanks and regards,
              Vikas
              Can you tell me any of the sites which show their share price from BSE or NSE?
              I tried to find on the nseindia website, but nothing was available there.

              As far as I know, NSE and BSE give RSS feeds, but they are not free, you need to pay for that.

              Comment

              • vikas251074
                New Member
                • Dec 2007
                • 198

                #8
                Oh!!! Then myiris.com, moneycontrol.co m are sites which show prices of all shares.

                Thanks and regards,
                Vikas

                Comment

                Working...