How to Display Currencies in Python’s Pandas Data Frames With the Fixer API

Due to globalization we might need to know the value of a given currency and compare it to others when buying goods at Amazon, or any online shop. In some cases, some of us trade in different currencies for buying houses, or any goods in foreign countries or just speculate with the value of Dollars with respect to the Euro for instance to obtain revenues.

An Introduction to the Fixer API

The fixer API allows us to create programs to obtain in a summarised way the value of different currencies compared to others. There is a python API to interact with the fixer API. https://goo.gl/uyUj1k