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. General Programming
  3. C / C++ / MFC
  4. Getting Quotes on Call Options and Put Options

Getting Quotes on Call Options and Put Options

Scheduled Pinned Locked Moved C / C++ / MFC
question
6 Posts 5 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.
  • B Offline
    B Offline
    BobInNJ
    wrote on last edited by
    #1

    Does anybody know of any third party libraries that I can use to get the prices of call options on stocks? I would like quotes on put prices also? Bob

    Z Richard Andrew x64R J L 4 Replies Last reply
    0
    • B BobInNJ

      Does anybody know of any third party libraries that I can use to get the prices of call options on stocks? I would like quotes on put prices also? Bob

      Z Offline
      Z Offline
      ZurdoDev
      wrote on last edited by
      #2

      Google is probably a better place to check. Also, unless you are writing code in C/C++ to call the libraries then this forum wouldn't be the right place anyway.

      There are only 10 types of people in the world, those who understand binary and those who don't.

      B 1 Reply Last reply
      0
      • Z ZurdoDev

        Google is probably a better place to check. Also, unless you are writing code in C/C++ to call the libraries then this forum wouldn't be the right place anyway.

        There are only 10 types of people in the world, those who understand binary and those who don't.

        B Offline
        B Offline
        BobInNJ
        wrote on last edited by
        #3

        Thanks for the response. I am writing C++ code and I am looking for a C++ callable library. Preferable an open source library. Also, before posting my question here, I did several searches using Google. However, they failed to turn up what I am looking for. Bob

        1 Reply Last reply
        0
        • B BobInNJ

          Does anybody know of any third party libraries that I can use to get the prices of call options on stocks? I would like quotes on put prices also? Bob

          Richard Andrew x64R Offline
          Richard Andrew x64R Offline
          Richard Andrew x64
          wrote on last edited by
          #4

          Try http://www.xignite.com/[^]

          The difficult we do right away... ...the impossible takes slightly longer.

          1 Reply Last reply
          0
          • B BobInNJ

            Does anybody know of any third party libraries that I can use to get the prices of call options on stocks? I would like quotes on put prices also? Bob

            J Offline
            J Offline
            jschell
            wrote on last edited by
            #5

            BobInNJ wrote:

            Does anybody know of any third party libraries that I can use to get the prices of call options on stocks?

            Just to be clear whatever this is wrapped in, it still, of course, requires a service. And the service, not the library, is going to be what the significant part of the cost is. And that will be a recurring cost. Not to mention of course that there will probably be other functionality associated with the service which is probably a significant consideration - for example how exactly they manage the money that must exist. Since it is a service then it is probably best to look for the service or services that best meet the business needs and then look for libraries specific to those after that. If there is no C/C++ interface then write one.

            1 Reply Last reply
            0
            • B BobInNJ

              Does anybody know of any third party libraries that I can use to get the prices of call options on stocks? I would like quotes on put prices also? Bob

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

              How would a library provide such a feature? Stock prices are provided by stock exchanges, so it depends which exchange you are interested in, or if all of them, then you need to find a stock price service company. And then you will need to write some code to access their data feed, which will probably not be in C++.

              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