DataHerb
Flora Add Data Articles
Ecosystem
Python Package
Community
Telegram
About

DataHerb:

Currency Exchange Rate

• [ #Financial ]

DataHerb Metadata

  • DataHerb ID: ecb_currency_exchange
  • DataHerb Name: Currency Exchange Rate
  • Contributors: Miao
  • Description: Currency exchange rate from central european bank on 2020-02-05.
  • GitHub Repository: emptymalei/currency-exchange

DataHerb Leaves: Files in Dataset

  • Metadata
  • Usage
  • File:
  • Format: csv
  • Size: 452B

Fields

  1. country: alpha 3 code of the countries
  2. to_euro_rate: The rate to convert it to EUR

Preview

Import Data

Copy the following code and paste into a Google Spreadsheet cell.
=IMPORTDATA("https://raw.githubusercontent.com/emptymalei/currency-exchange/master/dataset/ezb_currency_exchange.csv")
Load data into a Pandas DataFrame:
import pandas as pd
url = "https://raw.githubusercontent.com/emptymalei/currency-exchange/master/dataset/ezb_currency_exchange.csv"
df = pd.read_csv(url)

References:

  • Euro foreign exchange reference rates from European Central Bank
explorer@dataherb: ~
The DataHerb Terminal — Type help.
➜ ~

The DataHerb Index by DataHerb.