Questions tagged [currency-exchange-rates]

For questions relating to issues dealing with currency exchange rates. Examples include reaching currency exchange API services, converting data, historical analyses of international financial data, etc.

108 questions
0
votes
1 answer

Paypal sandbox exchange rate is two times the real one

Paypal sandbox acts weirdly: I make payment of 700 RUB(Russian currency) to USD Seller account. 700 RUB in the real world is something around 10 USD, but when I make this payment in sandbox I got the conversion to 22.55 USD. I would understand…
0
votes
1 answer

Equivalent method to Bloomberg BlpDataClass.get_BLPSubscribe

As I am migrating Bloomberg COM based dll to Bloomberg API v3 in .Net, I am facing some issue in matching up the Equivalent method. I tried fetching using ReferenceDataRequest for the security LMCADP 20150819 COMDTY, but prices are not…
DvpNav
  • 1
  • 2
0
votes
0 answers

Windows Phone 8.1 Currency converter Json

I got a school project. I have to make a currency converter and I got stuck. I found something on the Code Project web site, but I am new at this and I do not really know how to implement it in my project. I tried something like ` public sealed…
Andrei Paul
  • 83
  • 1
  • 1
  • 9
0
votes
1 answer

Inserting date into URL and Getting currency data for that date

I am trying to write a function which gathers currency data from a certain date from https://openexchangerates.org/ and return it as a dicitionary. I am a bit stuck on how to insert a date in the url at the point where it says YYYY-MM-DD and then…
PeteG
  • 49
  • 7
0
votes
0 answers

Change currency from Yahoo! Finance's historical data

I was asked to make a DSS (using QlikView) as a task for a university course in computational finance and it is suggested to implement a geographic dimension for the equities in a portfolio. The historical data comes (as .csv files) from Yahoo!…
0
votes
0 answers

Google currency convertor API always showing me 0

I am using Google Currency Convertor API and I don't know for some reasons its showing me all values 0. It sometimes works but mostly it shows 0 as value, can't sort out whether Google's API is down or something wrong in my code. $final_rateUSD = //…
Karthik Malla
  • 5,570
  • 12
  • 46
  • 89
0
votes
2 answers

Get Currency Bid/Ask price for currencies in PHP using Yahoo Finance

I found/hacked (and I do mean hacked, I know it's not pretty) the code below. What I am to accomplish: Get both the ask/bid value for 3 currencies Currencies are USD, BRL, EUR Base currency is ARS Avoid getting too fancy, I just need to echo 6…
Ryan Dorn
  • 417
  • 7
  • 20
0
votes
1 answer

Stop Apache Commons VFS from trying to use SSL

I am trying to get data from the http://openexchangerates.org API using Apache Commons VFS. I am getting errors that imply that it is trying to use SSL validation - not something I have available via my plan with the website. Is there a way that I…
Serenthia
  • 1,222
  • 4
  • 22
  • 40
0
votes
1 answer

br.financas.yahoo Internal Server Error 500

Since Tomorrow, Yahoo Finance link for get currency exchanges is not working anymore. The response for URL : http://br.financas.yahoo.com/d/quotes.csv?s=BRLUSD=X&f=sl1d1t1ba&e=.csv The network inspect show : Internal Server Error 500. And the…
Eduardo Fabricio
  • 2,151
  • 2
  • 25
  • 32
0
votes
1 answer

How would one get an Exchange Rate between two currencies in SQL

I am trying to write an SQL query that would get the exchange rate for say Sterling to Euro. I have tried the SQL below: SELECT CurrencyCode,ExchangeRate FROM Currency WHERE CurrencyCode='GBP'; I was expecting to get a list of two columns, currency…
David Cunningham
  • 957
  • 2
  • 12
  • 22
0
votes
1 answer

How to simplify how to get exchange-rates in javascript?

I've written two complementary functions in javascript to get exchange-rates (based on the code found here) but I can't understand why it can't be only in one function. This is the code who works : var money; function showRate() { …
Armand Grillet
  • 3,229
  • 5
  • 30
  • 60
0
votes
1 answer

How can I calculate then display different currencies on a web page?

I'm working on a Shopify site and would like product prices to be viewed in different currencies alongside each other e.g. £123 | $456 | €789 I've read a few methods on Shopify e.g. 'How to Show Multiple Currencies' but you have to select which…
user1794295
  • 1,839
  • 4
  • 21
  • 19
0
votes
1 answer

Android | Currency converter live rates

I made a simple currency converter, but is there a simple way to retrieve live currency (just the currency, say from Israel shekel to dollar)? For example: case R.id.euro: mDollar.setChecked(false); Meuro.setChecked(true); …
Yonatan Balas
  • 35
  • 1
  • 9
0
votes
1 answer

where the exchange rate table is stored in essbase?

I am new in hyperion planning , doing some assignments with currency conversion and exchange rate table. I have created currency conversion application in planning and also create a exchange rate table in Planning.Both are stored in…
user1252398
  • 1,069
  • 7
  • 22
  • 29
-1
votes
2 answers

HNT exchange rates are broken

I would like to obtain the HNT/Helium price via the API. Getting the rates through https://api.coinbase.com/v2/exchange-rates?currency=HNT seems to work like with any other currency, but the rates are completely off. I noticed that on the website,…
Toine Lille
  • 55
  • 1
  • 7