Skip to content

Instantly share code, notes, and snippets.

@kazgoto
Last active September 9, 2020 04:13
Show Gist options
  • Save kazgoto/87b4e7e1b00998f3978f to your computer and use it in GitHub Desktop.
Save kazgoto/87b4e7e1b00998f3978f to your computer and use it in GitHub Desktop.
get last month's average USDJPY from Mizuho Bank
curl -s https://www.mizuhobank.co.jp/market/csv/m_quote.csv | tail -1 | cut -d ',' -f 2
@kazgoto
Copy link
Author

kazgoto commented Sep 9, 2020

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