text2sql / core /constants.py
ns-devel
Text2SQL app
38171fa
raw
history blame
368 Bytes
MONEYCONTROL_TOPFUNDS_URL = "https://www.moneycontrol.com/mutual-funds/performance-tracker/returns/large-cap-fund.html"
MONEYCONTROL_TOPSTOCKS_URL = "https://www.moneycontrol.com/markets/indian-indices/changeTableData?deviceType=web&exName=N&indicesID=49&selTab=o&subTabOT=d&subTabOPL=cl&selPage=marketTerminal&classic=true"
TOPFUNDS_COUNT = 30
STOCKS_MAX_RANK = 1000