FREEMIUM_LIMITS
Stock Screening Platform - Frontend API v0.1.0
Stock Screening Platform - Frontend API / utils/freemiumConfig / FREEMIUM_LIMITS
Variable: FREEMIUM_LIMITS
constFREEMIUM_LIMITS:object
Defined in: src/utils/freemiumConfig.ts:21
Freemium tier limits configuration.
Centralized configuration for all freemium-related limits across tiers. Use -1 to indicate unlimited access.
Type Declaration
public
readonlypublic:object
Public tier (unauthenticated users)
public.maxScreeningResults
readonlymaxScreeningResults:20=20
Maximum number of results shown in screening (vs. full results)
public.dailyScreeningLimit
readonlydailyScreeningLimit:10=10
Daily limit for screening operations
public.maxCompareStocks
readonlymaxCompareStocks:2=2
Maximum number of stocks that can be compared simultaneously
public.chartTimeframes
readonlychartTimeframes: readonly ["1D","1W","1M"]
Available chart timeframes for price charts
public.technicalIndicators
readonlytechnicalIndicators:3=3
Number of technical indicators available
public.canSavePresets
readonlycanSavePresets:false=false
Can save filter presets
public.canExportResults
readonlycanExportResults:false=false
Can export results to CSV
public.canViewFinancials
readonlycanViewFinancials:false=false
Can view financial statements
public.canViewAllTechnicals
readonlycanViewAllTechnicals:false=false
Can view all technical indicators
public.canAddToWatchlist
readonlycanAddToWatchlist:false=false
Can add stocks to watchlist
public.maxWatchlists
readonlymaxWatchlists:0=0
Maximum number of watchlists
public.maxStocksPerWatchlist
readonlymaxStocksPerWatchlist:0=0
Maximum stocks per watchlist
free
readonlyfree:object
Free tier (registered users)
free.maxScreeningResults
readonlymaxScreeningResults:-1=-1
Maximum number of results shown in screening (-1 = unlimited)
free.dailyScreeningLimit
readonlydailyScreeningLimit:-1=-1
Daily limit for screening operations (-1 = unlimited)
free.maxCompareStocks
readonlymaxCompareStocks:5=5
Maximum number of stocks that can be compared simultaneously
free.chartTimeframes
readonlychartTimeframes: readonly ["1D","1W","1M","3M","6M","1Y","3Y"]
Available chart timeframes for price charts
free.technicalIndicators
readonlytechnicalIndicators:-1=-1
Number of technical indicators available (-1 = all)
free.canSavePresets
readonlycanSavePresets:true=true
Can save filter presets
free.canExportResults
readonlycanExportResults:true=true
Can export results to CSV
free.canViewFinancials
readonlycanViewFinancials:true=true
Can view financial statements
free.canViewAllTechnicals
readonlycanViewAllTechnicals:true=true
Can view all technical indicators
free.canAddToWatchlist
readonlycanAddToWatchlist:true=true
Can add stocks to watchlist
free.maxWatchlists
readonlymaxWatchlists:10=10
Maximum number of watchlists
free.maxStocksPerWatchlist
readonlymaxStocksPerWatchlist:100=100
Maximum stocks per watchlist
premium
readonlypremium:object
Premium tier (future paid subscription)
premium.maxScreeningResults
readonlymaxScreeningResults:-1=-1
Maximum number of results shown in screening (-1 = unlimited)
premium.dailyScreeningLimit
readonlydailyScreeningLimit:-1=-1
Daily limit for screening operations (-1 = unlimited)
premium.maxCompareStocks
readonlymaxCompareStocks:10=10
Maximum number of stocks that can be compared simultaneously
premium.chartTimeframes
readonlychartTimeframes: readonly ["1D","1W","1M","3M","6M","1Y","3Y","5Y"]
Available chart timeframes for price charts
premium.technicalIndicators
readonlytechnicalIndicators:-1=-1
Number of technical indicators available (-1 = all)
premium.canSavePresets
readonlycanSavePresets:true=true
Can save filter presets
premium.canExportResults
readonlycanExportResults:true=true
Can export results to CSV
premium.canViewFinancials
readonlycanViewFinancials:true=true
Can view financial statements
premium.canViewAllTechnicals
readonlycanViewAllTechnicals:true=true
Can view all technical indicators
premium.canAddToWatchlist
readonlycanAddToWatchlist:true=true
Can add stocks to watchlist
premium.maxWatchlists
readonlymaxWatchlists:-1=-1
Maximum number of watchlists (-1 = unlimited)
premium.maxStocksPerWatchlist
readonlymaxStocksPerWatchlist:-1=-1
Maximum stocks per watchlist (-1 = unlimited)
premium.aiRecommendations
readonlyaiRecommendations:true=true
AI-powered stock recommendations
premium.apiAccess
readonlyapiAccess:true=true
API access enabled
premium.priceAlerts
readonlypriceAlerts:true=true
Price alerts enabled