Skip to content

Instantly share code, notes, and snippets.

@chokosabe
Last active February 5, 2018 22:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chokosabe/5434121 to your computer and use it in GitHub Desktop.
Save chokosabe/5434121 to your computer and use it in GitHub Desktop.
The component companies of the ftse 100 as a python dict as of April 2013
symbols = {
'AAL.L' : 'Anglo American PLC',
'ABF.L' : 'Associated British Foods PLC',
'ADM.L' : 'Admiral Group PLC',
'ADN.L' : 'Aberdeen Asset Management PLC',
'AGK.L' : 'Aggreko PLC',
'AMEC.L' : 'AMEC PLC',
'ANTO.L' : 'Antofagasta PLC',
'ARM.L' : 'ARM Holdings PLC',
'AV.L' : 'Aviva PLC',
'BA.L' : 'BAE Systems PLC',
'BARC.L' : 'Barclays PLC',
'BATS.L' : 'British American Tobacco PLC',
'BG.L' : 'BG Group PLC',
'BLT.L' : 'BHP Billiton PLC',
'BNZL.L' : 'Bunzl PLC',
'BP.L' : 'BP PLC',
'CCL.L' : 'Carnival PLC',
'CNA.L' : 'Centrica PLC',
'CPG.L' : 'Compass Group PLC',
'CPI.L' : 'Capita PLC',
'CRH.L' : 'CRH PLC',
'DGE.L' : 'Diageo PLC',
'ENRC.L' : 'Eurasian Natural Resources Corporation PLC',
'EVR.L' : 'EVRAZ',
'EZJ.L' : 'easyJet PLC',
'FRES.L' : 'Fresnillo PLC',
'GFS.L' : 'G4S PLC',
'GKN.L' : 'GKN PLC',
'GLEN.L' : 'GLENCORE INTL',
'GSK.L' : 'GlaxoSmithKline PLC',
'HL.L' : 'Hargreaves Lansdown PLC',
'HMSO.L' : 'Hammerson PLC',
'HSBA.L' : 'HSBC Holdings PLC',
'IHG.L' : 'InterContinental Hotels Group PLC',
'IMT.L' : 'Imperial Tobacco Group PLC',
'ITRK.L' : 'Intertek Group PLC',
'ITV.L' : 'ITV PLC',
'JMAT.L' : 'Johnson Matthey PLC',
'KGF.L' : 'Kingfisher PLC',
'LGEN.L' : 'Legal & General Group PLC',
'LLOY.L' : 'Lloyds Banking Group PLC',
'MGGT.L' : 'Meggitt PLC',
'MKS.L' : 'Marks & Spencer Group PLC',
'MRO.L' : 'Melrose PLC',
'MRW.L' : 'Wm Morrison Supermarkets PLC',
'NG.L' : 'National Grid PLC',
'NXT.L' : 'Next PLC',
'OML.L' : 'Old Mutual PLC',
'PFC.L' : 'Petrofac Ltd',
'POLY.L' : 'POLYMETAL INTL',
'PRU.L' : 'Prudential PLC',
'PSON.L' : 'Pearson PLC',
'RBS.L' : 'Royal Bank of Scotland Group PLC',
'RDSA.L' : 'Royal Dutch Shell PLC',
'RDSB.L' : 'Royal Dutch Shell PLC',
'REL.L' : 'Reed Elsevier PLC',
'REX.L' : 'REXAM PLC',
'RIO.L' : 'Rio Tinto PLC',
'RRS.L' : 'Randgold Resources Ltd',
'RSA.L' : 'RSA Insurance Group PLC',
'RSL.L' : 'Resolution Ltd',
'SAB.L' : 'SABMiller PLC',
'SBRY.L' : 'Sainsbury (J) PLC',
'SDR.L' : 'Schroders PLC',
'SGE.L' : 'Sage Group (The) PLC',
'SHP.L' : 'Shire PLC',
'SL.L' : 'Standard Life PLC',
'SMIN.L' : 'Smiths Group PLC',
'SRP.L' : 'Serco Group PLC',
'SSE.L' : 'SSE PLC',
'STAN.L' : 'Standard Chartered PLC',
'SVT.L' : 'Severn Trent PLC',
'TATE.L' : 'Tate & Lyle PLC',
'TT.L' : 'TUI Travel PLC',
'ULVR.L' : 'Unilever PLC',
'UU.L' : 'United Utilities Group PLC',
'VED.L' : 'Vedanta Resources PLC',
'VOD.L' : 'Vodafone Group PLC',
'WG.L' : 'Wood Group (John) PLC',
'WOS.L' : 'Wolseley PLC',
'WPP.L' : 'WPP PLC',
'WTB.L' : 'Whitbread PLC',
}
@tg12
Copy link

tg12 commented Feb 5, 2018

How did you get this? Do you have an up-to-date way of doing this? This is amazing. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment