This is a Common Lisp interface to the API endpoints provided by Financial Model Prep (FMP)
- API key from Financial Modeling Prep. Get yours at https://site.financialmodelingprep.com
cd ~/quicklisp/localprojects && git clone https://github.com/leytzher/fmp.git
You will need to store your key in an .env
file. Place this .env
file in ~/quicklisp/local-projects/fmp/
API_KEy=yourfmpkey
Fire up your Common Lisp REPL and run:
(ql:quickload :fmp)
(in-package :fmp)
MIT