Free Web Services - Herong's Tutorial Examples - v2.12, by Herong Yang
Get Historical Exchange Rates
This section provides a tutorial example on how to use the Historical Exchange Rate operation provided by exchangeratesapi.io.
The operation of getting the historical exchange rates can be described as:
The simplest way to use this Web service is run a Web browser and enter the URL combining the end point and the resource path with given parameter values. For example:
https://api.exchangeratesapi.io/2008-03-26?symbols=USD,GBP
The browser will display the response on the screen:
{"base":"EUR","date":"2008-03-26","rates":{"GBP":0.7881,"USD":1.571}}
Or try to get the exchange rate from USD to JPY on 2008-03-26:
https://api.exchangeratesapi.io/2008-03-26?base=USD&symbols=JPY
The browser will display the response on the screen:
{"base":"USD","date":"2008-03-26","rates":{"JPY":99.2297899427}}
Table of Contents
SoapUI - Web Service Testing Tool
LatLonListCityNames - Return Latitudes and Longitudes of US Cities
LatLonListZipCode - Return Latitudes and Longitudes of US Zip Code
NDFDgenByDay - US Weather Forecast by Day
NDFDgen - US-Weather Forecast for a Single Location
Currency Exchange Rate - Usage Description
►Get Historical Exchange Rates
Currency Converter by kowabunga.net
Bitcoin Blockchain Data API (or Explorer)
flickr.interestingness.getList - Get Interesting Photos
NumberToWords - Convert Number in Digits to Words
TitleCaseWordsWithToken - Words to Title Case Format
Discontinued: GetCountries - Get All Countries and Territories
Discontinued: GetCurrencies - Get Currencies from All Countries
Discontinued: GetGMTbyCountry - Get GMT Information of a Given Country
Discontinued: GetISD - Get ISD Phone Code of a Given Country
Discontinued: GetCitiesByCountry - Get Cities by Country
Discontinued: GetInfoByState - Get ZIP Codes of a Given US State
Discontinued: GetAirportInformationByCountry - Get Airport Code by Country
Discontinued: GetGeoIP - Get Country by IP Address
Discontinued: ConvertTemp - Convert Temperature Unit
Discontinued: ChangeLengthUnit - Convert Length Unit
Discontinued: ConvertWeight - Convert Weight Unit
Discontinued: ChangeAreaUnit - Convert Area Unit
Discontinued: Code39 - Generate Bar Code Images in Code 39 Format
Discontinued: GenerateBarCode - Generate Bar Code Images
Discontinued: GetMortgagePayment - Calculate Mortgage Payment
Discontinued: ConversionRate - Get Currency Exchange Rate
Discontinued: GetQuote - Get Stock Quote
Discontinued: GetSunSetRiseTime - Get Sunrise and Sunset Time
Discontinued: GetWeatherByZipCode - Get Weather by ZIP Code in US
Discontinued: getTime - Get the Current Time
Discontinued: questionSearch - Search Yahoo! Questions and Answers