OpenDOSM

Exchange Rate vs Switzerland

Data as of 30 May 2023, 23:59

The rate of exchange (adjusted close) of MYR to CHF

How is this data produced?

The data is harvested from 4 open-source and globally-used APIs to ensure consistency.

What caveats I should bear in mind when using this data?

This data is meant for analytical purposes, and is not intended to be used as a training dataset for trading algorithms.

Publication(s) using this data

-

Metadata

Download

Code

Connect directly to the data with Python.

# If not already installed, do: pip install pandas fastparquet import pandas as pd URL_DATA = 'https://storage.googleapis.com/dosm-public-economy/exchangerates-main.parquet' df = pd.read_parquet(URL_DATA) if 'date' in df.columns: df['date'] = pd.to_datetime(df['date']) print(df)

Department of Statistics Malaysia

© 2023 Department of Statistics Malaysia (DOSM)