Results 1 to 5 of 5

Thread: [2008] Get Forex Rates From Internet

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2005
    Location
    Bulawayo, Zimbabwe
    Posts
    576

    [2008] Get Forex Rates From Internet

    I have an app that connects to a mysql database.
    This app uses foreign currency rates in a big way to establish prices for various commodities.
    At the moment these rates are captured into the db manually each day.
    My question is :
    Is it possible to obtain these rates at regular intervals each day from the Internet?
    And if so how would one go about achieving this operation?
    The Sever on which the db resides does have a permanent connection to the internet.
    Any help you can give would be greatly appreciated

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: [2008] Get Forex Rates From Internet

    I imagine you'd be able to find a web service from banks or other financial institutions that would provide up-to-date exchange rates, e.g.

    http://www.newyorkfed.org/markets/pilotfx.html
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2005
    Location
    Bulawayo, Zimbabwe
    Posts
    576

    Re: [2008] Get Forex Rates From Internet

    Thanks
    I will check it out

  4. #4

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2005
    Location
    Bulawayo, Zimbabwe
    Posts
    576

    Re: [2008] Get Forex Rates From Internet

    Thanks
    That is just what I am looking for.
    The site even gives an example for .NET but it is in C# which I do not understand, I also don't have any experience with XML.
    This may be out of my league but I would like to learn how to interact with web services using VS2008 can anyone point me in the right direction??

    Many Thanks

    Ken

  5. #5
    Learning .Net danasegarane's Avatar
    Join Date
    Aug 2004
    Location
    VBForums
    Posts
    5,853

    Re: [2008] Get Forex Rates From Internet

    Try MSDN

    MSDN
    Please mark you thread resolved using the Thread Tools as shown

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width