any way to get my countries currency to be used in this course?
Hello Stacy,
You can access the currency data of the country of your choice using the following code:
import quandl
data = quandl.get("BOE/XUDLBK73", api_key='<<Your-API-Key>>')
Where BOE is the dataset/database. XUDLBK73 is the identifier for the currency pair.
Here is where you can find the identifiers of all combinations. Do write back if you need further assistance.
Where BOE is the dataset/database. XUDLBK73 is the identifier for the currency pair.
Here is where you can find the identifiers of all combinations. Do write back if you need further assistance.