Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Collecting data from website in DataTable

Collecting data from website in DataTable

Scheduled Pinned Locked Moved ASP.NET
questioncsharpasp-netcom
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Mugdha_Aditya
    wrote on last edited by
    #1

    i have parser which runs daily through which Need to fetch data form below website through coding (asp.net). Need date and closing price from table. http://www.nasdaqomxnordic.com/shares/Historical_prices/?Instrument=SSE4928[^] In View source didnt get the data so can not use that way. How can i acheive this?

    L J 2 Replies Last reply
    0
    • M Mugdha_Aditya

      i have parser which runs daily through which Need to fetch data form below website through coding (asp.net). Need date and closing price from table. http://www.nasdaqomxnordic.com/shares/Historical_prices/?Instrument=SSE4928[^] In View source didnt get the data so can not use that way. How can i acheive this?

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      Using Chrome I can see that this data is held in a table, so you need to use the DOM tree to get to the table and extract the individual items. You could also check if the website makes this data available as pure XML.

      Unrequited desire is character building. OriginalGriff I'm sitting here giving you a standing ovation - Len Goodman

      1 Reply Last reply
      0
      • M Mugdha_Aditya

        i have parser which runs daily through which Need to fetch data form below website through coding (asp.net). Need date and closing price from table. http://www.nasdaqomxnordic.com/shares/Historical_prices/?Instrument=SSE4928[^] In View source didnt get the data so can not use that way. How can i acheive this?

        J Offline
        J Offline
        jkirkerx
        wrote on last edited by
        #3

        I think the data is loaded in browser memory on purpose so you can't scrape the data and parse it. They must have a subscription service that your client can pay to subscribe to. Data is money, there not giving it away.

        M 1 Reply Last reply
        0
        • J jkirkerx

          I think the data is loaded in browser memory on purpose so you can't scrape the data and parse it. They must have a subscription service that your client can pay to subscribe to. Data is money, there not giving it away.

          M Offline
          M Offline
          Mugdha_Aditya
          wrote on last edited by
          #4

          so i need to login programatically. How can i do that?

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups