Skip to content

Instantly share code, notes, and snippets.

@vlad-bezden
Created November 23, 2017 15:13
Show Gist options
  • Save vlad-bezden/a075099e6de2e247d89f025cea595c71 to your computer and use it in GitHub Desktop.
Save vlad-bezden/a075099e6de2e247d89f025cea595c71 to your computer and use it in GitHub Desktop.
Gets Currency Exchange Rate
import pandas_datareader as web
uah = web.DataReader('UAH=X', 'yahoo', start='2017-01-01')
@vlad-bezden
Copy link
Author

Here is a list of available currencies at yahoo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment