From 23675b39b8055a8568cdcf71f66482b9d0cf90a9 Mon Sep 17 00:00:00 2001 From: Tyler Date: Sat, 28 Mar 2026 23:01:14 -0700 Subject: Initial commit — Prism financial analysis dashboard MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Streamlit app with market bar, price chart, financial statements, DCF valuation engine, comparable companies, and news feed. Co-Authored-By: Claude Sonnet 4.6 --- .env.example | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .env.example (limited to '.env.example') diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..11e52e1 --- /dev/null +++ b/.env.example @@ -0,0 +1,5 @@ +# Financial Modeling Prep — free at https://financialmodelingprep.com/developer/docs +FMP_API_KEY=your_fmp_key_here + +# Finnhub — free at https://finnhub.io +FINNHUB_API_KEY=your_finnhub_key_here -- cgit v1.3-2-g0d8e