From d53e71dcd53be7fed6e1dca894d46f4d06beeda1 Mon Sep 17 00:00:00 2001 From: hackerESQ Date: Fri, 11 Apr 2025 21:28:05 -0500 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 977bb84..93ef5a4 100644 --- a/README.md +++ b/README.md @@ -193,6 +193,7 @@ Just to be safe, we recommend backing up your portfolios before using these comm | refresh:market-data | Refreshes market data with your configured market data provider. | | refresh:dividend-data | Refreshes dividend data with your configured market data provider. Will also re-calculate your total dividends earned for each holding. | | refresh:split-data | Refreshes splits data with your configured market data provider. Will also create new transactions to account for any splits. | +| refresh:currency-data | Grabs the latest daily currency exchange rate data and persists to the database. | | capture:daily-change | Captures a snapshot of each portfolio's daily performance. | | sync:daily-change | Re-calculates daily snapshots of your portfolio's daily performance. Useful to fill in gaps in your portfolio charts. (Note: this is an extremely resource intensive query.) | | sync:holdings | Re-calculates performance of holdings with related transactions (i.e. dividends, realized gains, etc). |