An open API service indexing awesome lists of open source software.

https://github.com/md-arif-shaikh/forex

Get forex info from google finance on emacs
https://github.com/md-arif-shaikh/forex

emacs emacs-lisp emacs-package finance forex forex-data google-forex-api

Last synced: about 1 month ago
JSON representation

Get forex info from google finance on emacs

Awesome Lists containing this project

README

          

* forex
Get forex info from [[https://www.google.com/finance/][google finance]] on [[https://www.gnu.org/software/emacs/][Emacs]]. Convert from one currency to another using forex rate from [[https://www.google.com/finance/?hl=bn][google finance]].

* Installation
** Using [[https://github.com/jwiegley/use-package][use-package]] and [[https://github.com/radian-software/straight.el][straight]]
#+BEGIN_SRC emacs-lisp
(use-package forex
:straight (forex :type git :host github :repo "md-arif-shaikh/forex"))
#+END_SRC

* Usage
~M-x forex-convert~ to convert an amount from one currency to another.
#+html: