data-api / utils /config.py
camphong24032002
test: asyncio
78c8ffa
raw
history blame
1.38 kB
DATE_FORMAT = "%Y-%m-%d"
HSX_HEADER = {
"Accept": "*/*",
"Accept-Encoding": "gzip, deflate, br",
"Accept-Language": "en-US,en;q=0.9",
"Connection": "keep-alive",
"Host": "www.hsx.vn",
"Referer": "https://www.hsx.vn/modules/Chart/StaticChart/technicalchart?fid=138445b111554631a5e8a322f10337ee",
"Sec-Ch-Ua": "\"Not A(Brand\";v=\"99\", \"Microsoft Edge\";v=\"121\", \"Chromium\";v=\"121\"",
"Sec-Ch-Ua-Mobile": "?0",
"Sec-Ch-Ua-Platform": "\"Windows\"",
"Sec-Fetch-Dest": "empty",
"Sec-Fetch-Mode": "cors",
"Sec-Fetch-Site": "same-origin",
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 Edg/121.0.0.0",
"X-Requested-With": "XMLHttpRequest",
}
TCBS_HEADER = {
'sec-ch-ua': '"Google Chrome";v="119", "Chromium";v="119", "Not?A_Brand";v="24"',
'DNT': '1',
'Accept-language': 'vi',
'sec-ch-ua-mobile': '?0',
'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36',
'Content-Type': 'application/json',
'Accept': 'application/json',
'Referer': 'https://tcinvest.tcbs.com.vn/',
'sec-ch-ua-platform': '"Windows"'
}
VN100_URL = "https://www.hsx.vn/Modules/Listed/Web/StockIndex/188803177?_search=false&nd=1707328622054&rows=2147483647&page=1&sidx=id&sord=desc"