Questions tagged [rates]

18 questions
9
votes
1 answer

How to get interest rates and interbank rates in C#?

There is a nice Yahoo-Managed open source project that allows to get stock prices, exchange rates, technical charts etc from Yahoo. Unfortunately, Yahoo doesn't provide interest rates and interbank rates such as EURIBOR. I found a link that allows…
Sergey
  • 581
  • 1
  • 5
  • 12
7
votes
2 answers

UPS Rates API - how to get service description

I am building a shipping rates calculator and I need the service code, description and price from the API response. I have noticed that I never get a response for: /RatingServiceSelectionResponse/RatedShipment/Service/Description - but I get a…
LeeTee
  • 6,401
  • 16
  • 79
  • 139
3
votes
3 answers

Euribor rates in XML

I need Euribor rates to calculate mortgage rates on a website. Does anybody know if there is any service that provides this data, maybe in XML format? A RSS feed would be ok, free or paid. thanks!
alekone
  • 127
  • 3
  • 11
3
votes
0 answers

Woocommerce Different Products Different Currency

Can i define different currencies for products? For example: X product is USD, Y product is RUB
Karim
  • 39
  • 2
2
votes
1 answer

How do I get exchange rates by date?

I am interested to find exchange rates by a certain date. Do you guys know what API I can use for this? (Preferably, a free API.) I create an object with creation date the 20th of May, 2016. That object has a price in EUR. I want to be able to get…
2dor
  • 851
  • 3
  • 15
  • 35
1
vote
2 answers

Dialup modem transmission protocols and reates (client and server)

Does anybody know why when connecting two dial-up modems the maximum protocol you can use to stablish the communication is V.34 -33.6K? I've read that you can connect with the server modems of the ISP using V.92 or V.90 and I would like to know if…
deb
  • 425
  • 1
  • 9
  • 24
1
vote
1 answer

trouble Currency conversion formula

I have database with a list of currencies and their rates, also i have the history for them as well, the base rate is usd, now the question is my user select a different base rate ie AED, EGP, BRL I need to convert all my values dynamically on that…
user2115506
  • 23
  • 1
  • 6
0
votes
0 answers

Growth Rate of all columns

I have a dataframe which consist of 23 variables. I want to calculate the growth rate by lag 1 of the first 22 variables. I tried to make a list mylist of all 22 columns and then use lapply function but it is not working. The dataset is called…
Sankalp Mathur
  • 119
  • 1
  • 5
0
votes
0 answers

Quickbooks online oauth 2.0 not able to load tax code using php

Quick book online oauth 2.0 not able to load tax code using following query. $TaxRateService = new QuickBooks_IPP_Service_TaxRate(); $taxRates = $TaxRateService->query($Context, $realm, "SELECT * FROM TaxRate WHERE Id IN('$id')"); I am using IPP v3
Mamata
  • 1
  • 1
0
votes
1 answer

Woocommerce not loading the data in Tax standard rates

may i know what would be the possible issue for the woocommerce tax in the standard rates and keeps saying loading and it is not loading the data. though this was setup before. I have tried disabling plugins and it is still not working. i have…
Reynaldo
  • 31
  • 8
0
votes
0 answers

Find the equation to calculate Daily, Weekly, and Monthly rental costs

I have recently taken over a web development project for a local car rental company and need help finding out how to calculate the Daily, Weekly, and Monthly cost of a vehicle. The previous developer used a plugin that allowed you to create "Pricing…
Kevin Ullyott
  • 49
  • 1
  • 7
0
votes
0 answers

Best way to store differing tax rates for countries in SQL (then how to use it in a basket situation)

I have raw data that I'm trying to sort; I have the tables (I think) decided on with a basket including a basket_id, customer_id, basket_date, total_price, tax and payment_type. Tax is a set portion of the total price, so if the total price were…
0
votes
1 answer

Can Excel calculate two outputs from one number?

I'm trying to calculate the J29 cell from Cost Model to output using the rates in Bps, where J29 in Cost Model should actually be $42,363.6. This math comes from using [.0025 x (Bps D3 - Cost Model I25)] + [.002 x (J27-(Bps D3 - Cost Model…
Zach Hales
  • 13
  • 6
0
votes
1 answer

How would I make the hour calculation between to dates and hours

As you see in the picture I have 3 rates. YELLOW rate Monday - Saturday 00:00 - 06:00 Monday - Friday 18:00 - 24:00 Saturday 11:00 - 18:00 WHITE rate Monday - Friday 06:00 - 18:00 Saturday 06:00 - 11:00 RED rate Saturday 18:00 - 24:00 Sunday 00:00…
0
votes
1 answer

VBA - Pull changing exchange rates from Oanda

I'm doing a project and need help getting started. Essentially what I am doing is pulling data with changing parameters every single day and need the exchange rate for the average period. Example: Today is June 10th. I need the Period Average from…
1
2