Thread: (Datafeed) Oanda Currency Exchange Rates

  1. #1
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446

    (Datafeed) Oanda Currency Exchange Rates

    Anyone uses Oanda as a webservice for your system exchange rates?

    I need them to supply me with the XML specification of their feed, so I can build a proxy on my end and enable their service as a supported service on our application. Our customers will then be able to subscribe to Oanda's feed if they so wish, knowing our application supports it.

    I've sent two emails already with absolutely no response from Oanda on this matter. They either (for some strange reason) do not want to divulge the XML specification, or simply don't care.

    Anyone ever managed to get something from these folks? Or has it been like this with you too?
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

  2. #2
    Novice
    Join Date
    Jul 2009
    Posts
    568
    Couldn't you just reverse the schema based on the XML? (Asking the obvious question; because my experience with XML is limited.)
    Disclaimer: This post shows my ignorance at the time of its making. I claim ownership of but not responsibility for all errors in it. Reference at your own peril.

  3. #3
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    Yes. But I have no xml to start with.
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

  4. #4
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    A quick search for Oanda xml brings up OANDA Exchange Rate Data in XML. Have you tried that?
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  5. #5
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    Yeah. I've seen that.

    Problem is it's only a partial demonstration of what to expect. In fact, if it's anything like what it was with XE.Com, it's not even the same as the actual feed. It'd like to trust what they show, but I can't. It's also missing the request format as well as the header section (if any) that usually includes information about the subscription. I don't even know for sure that the date element in that sample refers to the request or the last update to the exchange rate, or what NPrices means.
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. changing interrupt rates
    By rexnprogress in forum C Programming
    Replies: 6
    Last Post: 02-16-2011, 11:10 AM
  2. I/O Rates - MBs per second - what's good?
    By Dino in forum C++ Programming
    Replies: 23
    Last Post: 01-16-2008, 01:46 PM
  3. compairing rates
    By Unregistered in forum C++ Programming
    Replies: 1
    Last Post: 03-25-2002, 12:47 PM
  4. Frame rates
    By johnnie2 in forum Windows Programming
    Replies: 5
    Last Post: 10-24-2001, 01:01 PM