QuantumLearner commited on
Commit
d437723
·
verified ·
1 Parent(s): 3d982de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ API_KEY = os.getenv("FMP_API_KEY")
16
  API_ENDPOINT_INSIDER_TRADING = "https://financialmodelingprep.com/api/v4/insider-trading"
17
  API_ENDPOINT_TRADE_STATISTICS = "https://financialmodelingprep.com/api/v4/insider-roster-statistic" # Corrected endpoint
18
 
19
- TOTAL_PAGES_LIVE_FEED = 50 # Fixed number of pages to fetch
20
  DEFAULT_TOP_N = 5 # Default number of top traded securities to display
21
 
22
  # ----------------------------
 
16
  API_ENDPOINT_INSIDER_TRADING = "https://financialmodelingprep.com/api/v4/insider-trading"
17
  API_ENDPOINT_TRADE_STATISTICS = "https://financialmodelingprep.com/api/v4/insider-roster-statistic" # Corrected endpoint
18
 
19
+ TOTAL_PAGES_LIVE_FEED = 25 # Fixed number of pages to fetch
20
  DEFAULT_TOP_N = 5 # Default number of top traded securities to display
21
 
22
  # ----------------------------