You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -157,12 +157,10 @@ The library implements a multi-level caching system to minimize API calls and im
157
157
1.**Alpha Vantage Cache**
158
158
- Caches additional market data like earnings, sentiment, and financial metrics
159
159
- Default 24-hour cache duration
160
-
- Stored in `vantageCachePath` directory
161
160
- Automatically manages API rate limits
162
161
163
162
2.**Market Data Cache**
164
163
- Caches historical price data for backtesting
165
-
- Stored in `dataProviderCachePath` directory
166
164
- Persists between runs to avoid re-downloading data
167
165
- Automatically refreshed when data becomes stale
168
166
@@ -493,4 +491,4 @@ The free Alpha Vantage API has the following limits:
493
491
For higher limits, consider upgrading to a paid API key at [Alpha Vantage Premium](https://www.alphavantage.co/premium/).
494
492
495
493
## License
496
-
StockMarketAlgorithm is licensed under the permissive MIT license. Please see [`LICENSE.txt`](https://github.com/Swofty/StockMarketAlgorithm/blob/master/LICENSE.txt) for more information.
494
+
StockMarketAlgorithm is licensed under the permissive MIT license. Please see [`LICENSE.txt`](https://github.com/Swofty/StockMarketAlgorithm/blob/master/LICENSE.txt) for more information.
0 commit comments