Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 =
|
| 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 |
# ----------------------------
|