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. "Retrieving currency conversion value from existing website"

"Retrieving currency conversion value from existing website"

Scheduled Pinned Locked Moved Web Development
questionhelp
5 Posts 4 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.
  • H Offline
    H Offline
    harsh_2961
    wrote on last edited by
    #1

    I am working on a small banking application in which if suppose i have to transfer money from US to UK, I have to retrieve the latest Dollar to Pound conversion rate and the transfer the corresponding pounds to the corresponding account. Now how do i retrieve these conversion rates in to my application. Can i retrieve these from the existing websites offering these conversion services..? If yes.. How do i do it? Let me know if there is any other method.. Also suggest me any forums,Sites,Links or articles having info about this. Forgive me if the problem is too basic. . I am novice in this field.

    Harsha

    R L B 3 Replies Last reply
    0
    • H harsh_2961

      I am working on a small banking application in which if suppose i have to transfer money from US to UK, I have to retrieve the latest Dollar to Pound conversion rate and the transfer the corresponding pounds to the corresponding account. Now how do i retrieve these conversion rates in to my application. Can i retrieve these from the existing websites offering these conversion services..? If yes.. How do i do it? Let me know if there is any other method.. Also suggest me any forums,Sites,Links or articles having info about this. Forgive me if the problem is too basic. . I am novice in this field.

      Harsha

      R Offline
      R Offline
      R Giskard Reventlov
      wrote on last edited by
      #2

      If you are developing this for a bank or financial institution they will have real time feeds available through a well known api which you should have access to. If not then you'll need to retrieve the data from an online service of some description. There will be 2 types: free and pay. The free are usually at least 15 minutes behind the market and, therefore, may cost you money on the exchange. You should look at a paid, real time service. A good free one is Yahoo. They expose much of their financial data (including FX rates) through a published api which I use on my web site to get some data of interest. Here: FX and market data[^] You can find some good information on how to do that here: http://www.gummy-stuff.org/Yahoo-data.htm[^] Good luck: you'll need to figure out how to code that in an appropriate manner to your skill level and language preference. Hey, got to leave you something to figure out on your own otherwise you'll never learn.

      me, me, me

      H 1 Reply Last reply
      0
      • R R Giskard Reventlov

        If you are developing this for a bank or financial institution they will have real time feeds available through a well known api which you should have access to. If not then you'll need to retrieve the data from an online service of some description. There will be 2 types: free and pay. The free are usually at least 15 minutes behind the market and, therefore, may cost you money on the exchange. You should look at a paid, real time service. A good free one is Yahoo. They expose much of their financial data (including FX rates) through a published api which I use on my web site to get some data of interest. Here: FX and market data[^] You can find some good information on how to do that here: http://www.gummy-stuff.org/Yahoo-data.htm[^] Good luck: you'll need to figure out how to code that in an appropriate manner to your skill level and language preference. Hey, got to leave you something to figure out on your own otherwise you'll never learn.

        me, me, me

        H Offline
        H Offline
        harsh_2961
        wrote on last edited by
        #3

        Thanks a lot.. I will try it out...

        Harsha

        1 Reply Last reply
        0
        • H harsh_2961

          I am working on a small banking application in which if suppose i have to transfer money from US to UK, I have to retrieve the latest Dollar to Pound conversion rate and the transfer the corresponding pounds to the corresponding account. Now how do i retrieve these conversion rates in to my application. Can i retrieve these from the existing websites offering these conversion services..? If yes.. How do i do it? Let me know if there is any other method.. Also suggest me any forums,Sites,Links or articles having info about this. Forgive me if the problem is too basic. . I am novice in this field.

          Harsha

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

          From your question, I assume that you do not have a relationship with a bank yet. All banks have in-house conversion rates for their customers, and currency trading desks with real time feeds to current market prices. Many banks just give customers a single rate through out the day. Since the choice of source of the conversion data will vary from bank to bank, you may have to code in such a manner that you can customize your code to handle different data sources and input data formats easily. If it is just for a demonstration, you may use any of the sources from the Internet.

          1 Reply Last reply
          0
          • H harsh_2961

            I am working on a small banking application in which if suppose i have to transfer money from US to UK, I have to retrieve the latest Dollar to Pound conversion rate and the transfer the corresponding pounds to the corresponding account. Now how do i retrieve these conversion rates in to my application. Can i retrieve these from the existing websites offering these conversion services..? If yes.. How do i do it? Let me know if there is any other method.. Also suggest me any forums,Sites,Links or articles having info about this. Forgive me if the problem is too basic. . I am novice in this field.

            Harsha

            B Offline
            B Offline
            Bradml
            wrote on last edited by
            #5

            What kind of an application is this? The answer will vary depending on the role of the application.


            Brad Australian The PHP MVP - Christian Graus on "Best books for VBscript" A big thick one, so you can whack yourself on the head with it.

            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