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
1
vote
1 answer

How to get Exchange rates using Yahoo API, but without a need to tediously list all of each of the majors & crosses?

I need Yahoo API, which will return exchange rates of all country on country based I pass. For example I will pass USD as a base, then Yahoo API should return me exchange rates of all other countries. I have search on google I find following Yahoo…
Kirti Zare
  • 719
  • 1
  • 12
  • 35
1
vote
1 answer

Couldn't update Currency Exchange Rate in Netsuite

I'm trying to update Currency Exchange Rate in Netsuite. I do it with CSV import via suitescript. In loggs I could see new data and also the csv import status shows 'successfully imported'. But Currency Exchange Rate (List>Accounts>Currency…
niso
  • 85
  • 2
  • 14
1
vote
1 answer

Basic Angular - How to load json http response into another json object

I am using fixer.io and money.js to convert currency. money.js is used to convert currency and fixer.io is an api that gets the latest exchange rates. I need to load the latest exchange rates into the money.js rates object. Because I'm using…
lmo523
  • 459
  • 1
  • 7
  • 18
1
vote
0 answers

Exchange Rate Converter - Android/Web API

In my opinion, the question below contains the most comprehensive answers in terms of figuring out where to get live exchange rate data: How do I get currency exchange rates via an API such as Google Finance? Unfortunately, this question was asked a…
Charlie Olson
  • 231
  • 2
  • 6
1
vote
1 answer

BeautifulSoup returns more than the floating point needed

I am trying to download/scrape the exchange rate of DKK to USD from a website. I have managed to almost get there. But this code returns more than the floating point no that I need. #!/usr/bin/env python import urllib.request, urllib.error,…
Morten
  • 67
  • 1
  • 7
1
vote
0 answers

how to get value with symbol from google api for currency converter

I need to convert currency from INR to other. I did this by google currency conveter, but I got an html value, I only need the value with the symbol. I don't want it to be converted in html value because I need it to pass the data in my payment…
user3821541
  • 31
  • 1
  • 5
1
vote
2 answers

Bitstamp old transactions

Am I getting it wrong or is it only possible to get the transactions of the last minute or the last hour from the bitstamp API? That is what the documentation says TRANSACTIONS GET https://www.bitstamp.net/api/transactions/ Params: time - time…
lschmierer
  • 586
  • 1
  • 3
  • 14
1
vote
0 answers

Facebook local currency

I'm changing a facebook game from using facebook credits to the new user local currency model. Everything seems ok except the price that shows at facebook pay dialog. It shows an old price that I had defined before. After I change the price in the…
laska
  • 11
  • 2
0
votes
0 answers

Create an alert to email set User when Currency Exchange Rate is changed in NetSuite

Currently in NetSuite if someone has at least the privilege EDIT on Currency, they can change the exchange rate provided by the rate provider. The only search allowed is on the Currency Exchange Rate Historicals which is based on the date you…
Ravene97
  • 3
  • 2
0
votes
0 answers

MySql : Is there any better way to link transaction table with currency exchange table to get corresponding exchange rate

Is there any better way (performance wise) to link transactions with currency exchange table where the transaction table has more than a million records…
0
votes
1 answer

How to get historical currency exchange rate

Title sums it up. I cannot use most API because they have a ratelimit and I have 50-60k values I need to retrieve from different days and currencies(it's about as many different days as requests). I tried using from forex_python.converter import…
lyeaf
  • 23
  • 6
0
votes
1 answer

Celery beat cannot update currency exchange rates with django-money

I use django-money, then I ran celery beat to update currency exchange rates every 60 minutes with the code below. *I followed django-money doc: # "core/celery.py" import os from celery import…
0
votes
0 answers

Formula to Convert other currency to USD currency different rate in different month

I want to know the formula to Convert other currency to USD currency different rate in different month. Please refer to attached image I had tried IF and INDEX function, but when I drag down, error appears, it works in the first cells.
0
votes
0 answers

Johansen’s Test R

can someone explain to me the result of this test? I am not sure what the 'ect1', 'ect2', etc. mean. Output : $beta ect1 ect2 ect3 ect4 ect5 ect6 …
0
votes
0 answers

In currency exchanges, how to deal with multiple values ​that give the same result (with rounding)?

For example, let's say that I have an invoice for 1000 CUA (Currency A) and the exchange rate is 1 CUA = 20.20 CUB (Currency B). So I make 10 payments of 2019.90 CUB # Payment (CUB) Payment…