LeonceNsh commited on
Commit
be43220
·
verified ·
1 Parent(s): eadc94b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +30 -30
app.py CHANGED
@@ -15,36 +15,36 @@ FONT_SIZE = 32
15
 
16
  # Company ticker mapping
17
  COMPANY_TICKERS = {
18
- 'Google': 'GOOGL',
19
- 'Meta Platforms': 'META',
20
- 'SAP': 'SAP',
21
- 'Apple': 'AAPL',
22
- 'Amazon': 'AMZN',
23
- 'Oracle': 'ORCL',
24
- 'ADP': 'ADP',
25
- 'Adobe':'ADBE',
26
- 'Cadence Design Systems': 'CDNS',
27
- 'Salesforce':'CRM',
28
- 'Constellation Software': 'CNSWF',
29
- 'Palo Alto': 'PANW',
30
- 'Autodesk': 'ADSK',
31
- 'Intuit': 'INTU',
32
- 'CrowdStrike': 'CRWD',
33
- 'Synopsys': 'SNPS',
34
- 'Palantir': 'PLTR',
35
- 'HubSpot': 'HUBS',
36
- 'Trade Desk': 'TTD',
37
- 'Samsara': 'IOT',
38
- 'ServiceNow': 'NOW',
39
- 'ANSYS': 'ANSS',
40
- 'Zeta Global Holdings': 'ZETA',
41
- 'Veeva Systems' : 'VEEV',
42
- 'Airbnb': 'ABNB',
43
- 'AppFolio': 'APPF',
44
- 'Fortinet': 'FTNT',
45
- 'Zscaler': 'ZS',
46
- 'NetApp': 'NTAP',
47
- 'Guidewire': 'GWRE'
48
  }
49
 
50
 
 
15
 
16
  # Company ticker mapping
17
  COMPANY_TICKERS = {
18
+ 'Union Pacific': 'UNP',
19
+ 'CSX': 'CSX',
20
+ 'Norfolk Southern': 'NSC',
21
+ 'Kansas City Southern': 'KSU',
22
+ 'FedEx': 'FDX',
23
+ 'United Parcel Service': 'UPS',
24
+ 'XPO Logistics': 'XPO',
25
+ 'JB Hunt Transport Services': 'JBHT',
26
+ 'Old Dominion Freight Line': 'ODFL',
27
+ 'C.H. Robinson Worldwide': 'CHRW',
28
+ 'Expeditors International': 'EXPD',
29
+ 'Landstar System': 'LSTR',
30
+ 'Saia': 'SAIA',
31
+ 'Knight-Swift Transportation': 'KNX',
32
+ 'Schneider National': 'SNDR',
33
+ 'Avis Budget Group': 'CAR',
34
+ 'Ryder System': 'R',
35
+ 'Hertz Global Holdings': 'HTZ',
36
+ 'Werner Enterprises': 'WERN',
37
+ 'Southwest Airlines': 'LUV',
38
+ 'Delta Air Lines': 'DAL',
39
+ 'American Airlines Group': 'AAL',
40
+ 'United Airlines Holdings': 'UAL',
41
+ 'Alaska Air Group': 'ALK',
42
+ 'JetBlue Airways': 'JBLU',
43
+ 'Allegiant Travel Company': 'ALGT',
44
+ 'Hawaiian Holdings': 'HA',
45
+ 'Spirit Airlines': 'SAVE',
46
+ 'Copa Holdings': 'CPA',
47
+ 'Atlas Air Worldwide': 'AAWW'
48
  }
49
 
50