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
- Host: GitHub
- URL: https://github.com/md-arif-shaikh/forex
- Owner: md-arif-shaikh
- License: gpl-3.0
- Created: 2022-08-06T06:04:05.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-13T15:00:37.000Z (almost 4 years ago)
- Last Synced: 2026-03-10T04:30:00.844Z (4 months ago)
- Topics: emacs, emacs-lisp, emacs-package, finance, forex, forex-data, google-forex-api
- Language: Emacs Lisp
- Homepage:
- Size: 67.4 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
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: