Foreign exchange rates and currency conversion API

Free, easy-to-use REST API interface delivering 100% accurate currency exchange rate data

				
					GET https://flightbulk.com/currency-converter
    
     {
        "data": {
            "status": "200",
            "totle_hit": "10000",
            "current_hit": "456",
            "from": "USD",
            "to": "AUD",
            "rate": "1.5321"
        }
     }

				
			
We respond to your need

What We Offer

Updated Every Second

Obtain real-time, accurate and reliable currency exchange rate data for hundreds of worldwide currencies, updated as often as every 60 seconds.

200+ Currencies

Our API is integrated with a number of highly reputable foreign exchange rate sources, offering the most recent and accurate rates for 200+ pairs.

Simple, Quick & Reliable

Make use of a scalable infrastructure that can handle anything from a few requests a day up to thousands of API requests per second.

Make your work easier and faster!

live currency rates

GET https://flightbulk.com/currency-converter
    
    {
        "data": {
            "status": "200",
            "totle_hit": "10000",
            "current_hit": "456",
            "from": "",
            "to": "",
            "rate": ""
        }
    }
JSON
				
					GET https://flightbulk.com/currency-converter
    
     {
        "data": {
            "status": "200",
            "totle_hit": "10000",
            "current_hit": "456",
            "from": "SELECT_CONVERT_FROM",
            "to": "SELECT_CONVERT_TO",
            "rate": ""
        }
     }

				
			

Live Testing API

Back To Top ➤