├── .gitattributes ├── A2007.csv ├── A2008.csv ├── A2009.csv ├── A2010.csv ├── A2011.csv ├── A2012.csv ├── A2013.csv ├── A2014.csv ├── A2015.csv ├── A2016.csv ├── A2017.csv ├── A2018.csv ├── C2007.csv ├── C2008.csv ├── C2009.csv ├── C2010.csv ├── C2011.csv ├── C2012.csv ├── C2013.csv ├── C2014.csv ├── C2015.csv ├── C2016.csv ├── C2017.csv ├── C2018.csv ├── Fama French Model.ipynb └── README.md /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | -------------------------------------------------------------------------------- /A2007.csv: -------------------------------------------------------------------------------- 1 | Symbol,Company,Rank,Status, TRI ,TB90 ,MKT CAP ,BOOK ,BOOK4Q ,P/B ,PRNOW ,PR12M ,PCHG12M , 2 | DOI,,,, 3 | Min (>=),,,, 4 | Max (<),,,, 5 | TCM,"Thompson Creek Metals*",1,Buy,34542.6016,3.9000,2009.5763,3.7043,0.1576,4.8272,17.7900,3.6000,394.1667, 6 | BB,"BlackBerry Limited*",2,Buy,34542.6016,3.9000,50392.2070,5.2517,4.2289,17.3708,90.2100,30.4203,196.5454, 7 | QUX,"Quadra FNX Mining*",3,Buy,34542.6016,3.9000,914.2384,8.3465,3.3101,2.0376,16.9200,11.1000,52.4324, 8 | TRE,"Sino-Forest Corp.*",4,Buy,34542.6016,3.9000,2908.6021,6.8731,4.0130,2.6323,18.0000,4.5000,300.0000, 9 | VT,"Viterra Inc.",5,Buy,34542.6016,3.9000,2296.7551,5.3106,4.7922,2.1184,11.2500,7.7000,46.1039, 10 | LNR,"Linamar Corp.",6,Buy,34542.6016,3.9000,1791.8121,12.4378,11.2106,2.0731,25.6600,13.5500,89.3727, 11 | MDI,"Major Drilling Grp Intl",7,Buy,34542.6016,3.9000,1035.5814,9.4495,6.8728,4.6532,43.9700,21.7500,102.1609, 12 | ET,"Evertz Technologies",8,Buy/Sell,34542.6016,3.9000,1918.1101,1.5570,0.1209,17.0584,26.5600,12.5000,112.4800, 13 | SW,"Sierra Wireless, Inc.*",9,Buy/Sell,34542.6016,3.9000,662.2232,7.2929,6.4099,3.3381,24.2200,12.8000,89.2187, 14 | NTR,"Nutrien Ltd. *",10,Buy,34542.6016,3.9000,29561.9219,15.7181,8.7174,6.0249,93.5800,36.2264,158.3199, 15 | OIL1,"Oilexco Inc.*",11,Buy,34542.6016,3.9000,2810.2747,2.0805,1.5458,5.2046,12.9100,6.7800,90.4130, 16 | VRS1,"Allen-Vanguard Corp",12,Buy/Sell,34542.6016,3.9000,622.7500,1.9284,0.9987,3.6446,10.6000,2.4900,325.7028, 17 | AXP1,"Axcan Pharma Inc.*",13,Buy,34542.6016,3.9000,1124.9443,12.7891,11.1776,1.5986,20.3400,15.4300,31.8211, 18 | SVC,"Sandvine Corporation*",14,Buy/Sell,34542.6016,3.9000,771.8656,0.7291,0.5155,5.4759,5.6900,n/a,n/a, 19 | ELR,"Eastern Platinum Ltd.*",15,Buy,34542.6016,3.9000,1528.5818,1.1568,1.0273,1.8666,2.2900,1.2700,80.3150, 20 | AGU,"Agrium Inc. *",16,Buy,34542.6016,3.9000,6445.6694,11.8641,11.1247,4.0877,48.2500,25.6700,87.9626, 21 | MG,"Magna Intl. Inc. *",17,Buy,34542.6016,3.9000,10483.0146,76.2251,72.5094,1.2566,94.8200,79.3200,19.5411, 22 | AL,"Alcan Inc. *",18,Buy,34542.6016,3.9000,38855.3320,35.0371,31.8724,3.0089,104.2500,49.7100,109.7164, 23 | NCX,"NOVA Chemicals Corp. *",19,Buy,34542.6016,3.9000,3194.3237,11.3319,18.7342,3.4441,38.4900,35.2500,9.1915, 24 | EQN,"Equinox Minerals Ltd.*",20,Buy,34542.6016,3.9000,1972.0448,0.8885,0.6018,3.9819,3.5200,1.6000,120.0000, 25 | IOL,"InterOil Corporation *",21,Buy,34542.6016,3.9000,1113.1356,4.1230,5.1906,10.1440,37.2000,17.6000,111.3636, 26 | SCL,"ShawCor Ltd.",22,Buy,34542.6016,3.9000,2491.2971,8.0988,7.7765,4.3214,34.7500,18.7000,85.8289, 27 | SCC,"Sears Canada Inc.",23,Buy,34542.6016,3.9000,2916.5293,7.8925,5.9348,3.4336,27.1000,21.2500,27.5294, 28 | OTEX,"Open Text Corporation*",24,Buy,34542.6016,3.9000,1318.4620,11.0531,10.4441,2.3879,26.2600,18.0200,45.7270, 29 | EMP.A,"Empire Company Ltd., A",25,Buy,34542.6016,3.9000,1547.3501,32.4850,29.8958,1.5353,49.6200,44.2500,12.1356, 30 | SAP,"Saputo Inc.",26,Buy,34542.6016,3.9000,5194.7700,14.3405,13.5214,3.6509,50.7500,37.7500,34.4371, 31 | ACO.X,"Atco Ltd., I",27,Buy,34542.6016,3.9000,3264.8979,26.1294,23.4299,2.1489,56.1500,41.4700,35.3991, 32 | AGF.B,"AGF Management Ltd.",28,Buy,34542.6016,3.9000,3164.1650,11.7731,10.5827,3.0294,35.0600,21.9000,60.0913, 33 | BLS1,"Boliden AB *",29,Buy,34542.6016,3.9000,6353.5815,6.6282,5.8274,3.3295,21.9500,21.0500,4.2755, 34 | RCI.B,"Rogers Communicat.,B",30,Buy,34542.6016,3.9000,30668.1426,6.5379,6.0909,7.3387,47.9800,28.5000,68.3509, 35 | RAL,"Rally Energy Corp.",31,Buy,34542.6016,3.9000,835.9615,1.2327,0.6434,5.8652,7.2300,2.7800,160.0719, 36 | MRE,"Martinrea Int'l Inc.",32,Buy,34542.6016,3.9000,1054.7139,9.0980,8.3989,1.7795,16.1900,7.5000,115.8667, 37 | BBD.B,"Bombardier Inc.,B*",33,Buy,34542.6016,3.9000,10858.8721,1.4826,1.4439,4.2122,6.2000,3.3600,84.5238, 38 | TA,"TransAlta Corporation",34,Buy,34542.6016,3.9000,6067.2183,10.3805,12.9297,2.9515,29.9000,24.2800,23.1466, 39 | CCL.B,"CCL Industries Inc., B",35,Buy,34542.6016,3.9000,1368.5027,20.7110,18.2917,2.0202,41.8400,28.8100,45.2274, 40 | PJC.A,"Jean Coutu Group, A",36,Buy,34542.6016,3.9000,2247.3638,7.7286,6.5986,2.0454,15.5500,12.0900,28.6187, 41 | SVM,"Silvercorp Metals Inc.*",37,Buy,34542.6016,3.9000,925.2305,1.8360,0.4126,8.7258,18.9000,13.7000,37.9562, 42 | ECA,"EnCana Corporation*",38,Buy,34542.6016,3.9000,46618.5820,25.9988,24.6905,2.3927,61.8900,58.0000,6.7069, 43 | GIB.A,"CGI Group Inc., A",39,Buy,34542.6016,3.9000,3450.4937,5.6780,5.2055,2.0606,11.7000,7.0000,67.1429, 44 | IMN,"Inmet Mining Corp.*",40,Buy,34542.6016,3.9000,4117.6309,25.7220,17.2878,3.3158,85.2900,46.5000,83.4194, 45 | AVM,"Anvil Mining Limited*",41,Buy,34542.6016,3.9000,1229.0734,7.9636,4.4339,2.2024,17.4500,9.1000,91.7582, 46 | UTS,"UTS Energy Corp.",42,Buy,34542.6016,3.9000,2395.4280,1.0561,0.7110,5.3025,5.6000,4.7500,17.8947, 47 | MBT,"Manitoba Telecom Srvcs",43,Buy,34542.6016,3.9000,3192.0798,22.0794,20.4937,2.2374,49.4000,47.3400,4.3515, 48 | NDN,"Nordion Inc.*",44,Buy,34542.6016,3.9000,2996.0974,15.5840,10.5845,1.3894,20.7000,22.2900,-7.1332, 49 | CCA,"Cogeco Communications",45,Buy,34542.6016,3.9000,1498.8645,21.6743,17.9276,1.9026,45.9000,25.2400,81.8542, 50 | WTO,"Western Oil Sands Inc.",46,Buy,34542.6016,3.9000,6058.8218,5.6521,4.1796,6.6205,37.4200,29.5000,26.8475, 51 | BPO,"Brookfield Off Prop*",47,Buy,34542.6016,3.9000,9568.5918,8.3576,6.0530,2.9570,24.1500,25.8746,-6.6652, 52 | CLL,"Connacher Oil & Gas",48,Buy,34542.6016,3.9000,726.1821,2.1012,1.7749,1.7371,3.6500,4.0300,-9.4293, 53 | SJR.B,"Shaw Communications, B",49,Buy,34542.6016,3.9000,10594.7002,4.6081,3.9381,5.4877,24.5200,16.6000,47.7108, 54 | S,"Sherritt Int'l. Corp.",50,Buy,34542.6016,3.9000,3724.9790,11.4007,8.5150,1.3990,15.9500,10.6900,49.2049, 55 | CCO,"Cameco Corporation",51,Buy,34542.6016,3.9000,15094.3896,8.5793,7.4075,4.9713,42.6500,45.2400,-5.7250, 56 | WJA,"WestJet Airlines Ltd.",52,Buy,34542.6016,3.9000,2051.7388,6.1594,5.5214,2.5489,15.7000,9.7800,60.5317, 57 | SOY,"SunOpta, Inc. *",53,Buy/Sell,34542.6016,3.9000,862.7849,4.1933,3.3539,3.2814,13.6900,9.1800,49.1285, 58 | FNX,"FNX Mining Company Inc.",54,Buy,34542.6016,3.9000,2413.7566,8.3832,6.9817,3.4354,28.8000,13.0500,120.6896, 59 | POW,"Power Corp. of Canada",55,Buy,34542.6016,3.9000,16397.4785,20.0538,15.2241,2.0196,40.5000,32.4800,24.6921, 60 | CEF.A,"Central Fund of Cda, A*",56,Buy,34542.6016,3.9000,1091.0309,9.2247,9.0249,1.0516,9.6300,9.9600,-3.3133, 61 | CM,"Cdn Imperial Bank",57,Buy,34542.6016,3.9000,32034.9980,33.0489,27.9633,2.8957,95.7000,80.3300,19.1336, 62 | FTT,"Finning International",58,Buy,34542.6016,3.9000,5528.5361,9.4256,8.4193,3.3116,30.8500,19.8650,55.2983, 63 | NB1,"Northbridge Financial",59,Buy/Sell,34542.6016,3.9000,1744.1893,26.6958,21.7414,1.2928,34.3000,30.4400,12.6807, 64 | PCA1,"Petro-Canada",60,Buy,34542.6016,3.9000,26340.9336,22.6473,18.7082,2.3919,53.8600,47.2000,14.1102, 65 | -------------------------------------------------------------------------------- /A2008.csv: -------------------------------------------------------------------------------- 1 | Symbol,Company,Rank,Status, TRI ,TB90 ,MKT CAP ,BOOK ,BOOK4Q ,P/B ,PRNOW ,PR12M ,PCHG12M , 2 | DOI,,,, 3 | Min (>=),,,, 4 | Max (<),,,, 5 | ATA,"ATS Automation Tooling",1,Buy/Sell,34992.8008,2.4000,671.5371,5.9422,5.9838,1.4624,8.6900,6.2500,39.0400, 6 | BIR,"Birchcliff Energy Ltd.",2,Buy,34992.8008,2.4000,1435.1438,4.3477,3.7428,2.9372,12.7700,4.0000,219.2500, 7 | IOL,"InterOil Corporation *",3,Buy,34992.8008,2.4000,1136.4976,5.5525,3.8366,5.7316,32.9000,37.2000,-11.5591, 8 | CR,"Crew Energy Inc.",4,Buy,34992.8008,2.4000,1067.9100,7.3954,6.3908,1.6085,15.0000,7.1200,110.6742, 9 | HPX,"Highpine Oil & Gas Ltd.",5,Buy,34992.8008,2.4000,922.6240,10.4361,14.7608,1.3032,13.6000,10.5800,28.5444, 10 | TOG1,"Tristar Oil & Gas Ltd.",6,Buy,34992.8008,2.4000,2386.6516,9.9204,9.7082,2.1461,21.2900,7.5000,183.8667, 11 | AGU,"Agrium Inc. *",7,Buy,34992.8008,2.4000,14185.3096,24.9944,11.8641,3.4758,89.8100,48.2500,86.1347, 12 | PMCS,"PMC-Sierra Inc.*",8,Buy,34992.8008,2.4000,1998.7028,3.5621,2.8217,2.5971,9.5634,8.1132,17.8746, 13 | PXE,"ProEx Energy Ltd.",9,Buy,34992.8008,2.4000,1178.0902,6.8680,6.8190,2.9557,20.3000,13.4600,50.8172, 14 | NVA,"NuVista Energy Ltd.",10,Buy,34992.8008,2.4000,1186.5299,9.2188,6.7971,1.6271,15.0000,13.2000,13.6364, 15 | NTR,"Nutrien Ltd. *",11,Buy,34992.8008,2.4000,56345.7031,21.9639,15.7181,8.1750,184.7600,93.5800,97.4353, 16 | RUS,"Russel Metals Inc.",12,Buy,34992.8008,2.4000,1942.6224,14.9501,14.1856,2.1252,30.7100,29.8100,3.0191, 17 | BBD.B,"Bombardier Inc.,B*",13,Buy,34992.8008,2.4000,14468.5039,1.6441,1.5824,4.8851,8.2500,6.2000,33.0645, 18 | TLM,"Talisman Energy Inc.*",14,Buy,34992.8008,2.4000,19121.1309,8.7986,7.0772,2.1333,18.7700,18.1200,3.5872, 19 | CFP,"Canfor Corp.",15,Buy,34992.8008,2.4000,1548.5165,12.4154,14.8055,0.8747,10.8600,12.3600,-12.1359, 20 | AGI,"Alamos Gold Inc.*",16,Buy,34992.8008,2.4000,1182.5964,5.1741,5.9145,1.8471,9.8800,8.3100,18.8929, 21 | TESO,"Tesco Corporation*",17,Buy,34992.8008,2.4000,1334.7764,9.3354,7.9805,3.7403,36.0965,28.9100,24.8582, 22 | TXP,"Touchstone Exploration",18,Buy,34992.8008,2.4000,3877.1294,8.5931,4.3788,5.4579,46.9000,31.2300,50.1761, 23 | GEA,"Gold Eagle Mines Ltd.",19,Buy,34992.8008,2.4000,1284.9156,3.5024,3.1086,3.4405,12.0500,5.8700,105.2811, 24 | GNA,"Gerdau Ameristeel *",20,Buy,34992.8008,2.4000,6491.3252,9.8077,7.1946,1.4825,15.0000,12.3000,21.9512, 25 | BNK,"Bankers Petroleum Ltd.*",21,Buy,34992.8008,2.4000,885.1299,1.2297,0.9725,7.5475,4.8500,1.2000,304.1667, 26 | STE,"Santonia Energy Inc.",22,Buy,34992.8008,2.4000,1180.5229,5.6888,5.2738,2.3871,13.5800,7.0500,92.6241, 27 | CLS,"Celestica Inc.*",23,Buy,34992.8008,2.4000,1793.5140,9.7392,9.5548,0.8929,8.9900,6.2900,42.9253, 28 | ARE,"Aecon Group Inc.",24,Buy,34992.8008,2.4000,851.7207,6.5493,4.0393,2.5575,16.7500,12.8600,30.2488, 29 | CMT,"Compton Petroleum Corp.",25,Buy,34992.8008,2.4000,1177.5142,6.7076,6.1708,1.3477,9.0400,9.6600,-6.4182, 30 | CLL,"Connacher Oil & Gas",26,Buy,34992.8008,2.4000,865.2106,2.1924,2.0166,1.8701,4.1000,3.6500,12.3288, 31 | CNQ,"Cdn Natural Resources",27,Buy,34992.8008,2.4000,49019.0195,25.1621,22.0251,3.6022,90.6400,72.1900,25.5576, 32 | CSU,"Constellation Software*",28,Buy/Sell,34992.8008,2.4000,498.6680,4.3143,4.1237,6.6142,29.5000,26.0100,13.4179, 33 | HSE,"Husky Energy Inc.",29,Buy,34992.8008,2.4000,39861.0703,15.6723,12.2036,3.0938,46.9400,38.7500,21.1355, 34 | NXY,"Nexen Inc.",30,Buy,34992.8008,2.4000,17655.6055,12.5461,9.6367,2.6526,33.2800,29.5300,12.6989, 35 | RBA,"Ritchie Bros. Auctions*",31,Buy,34992.8008,2.4000,2963.7739,4.4064,4.2273,5.8979,28.3000,22.7933,24.1593, 36 | AXC,"Addax Petroleum Corp.*",32,Buy,34992.8008,2.4000,6350.7466,14.2204,9.2161,2.7788,40.5700,34.8000,16.5805, 37 | TYK,"Tanganyika Oil Company*",33,Buy,34992.8008,2.4000,1491.0961,5.7643,3.8131,4.0275,24.0000,17.0100,41.0935, 38 | ESI,"Ensign Energy Services",34,Buy,34992.8008,2.4000,3661.1470,8.9810,7.7218,2.6623,23.9100,18.5000,29.2432, 39 | VT,"Viterra Inc.",35,Buy,34992.8008,2.4000,2903.8501,7.6084,5.3106,1.4520,12.2500,11.2500,8.8889, 40 | GRT.UN,"Granite REIT",36,Buy,34992.8008,2.4000,1050.9301,39.5472,38.0175,0.5525,22.5000,33.5100,-32.8559, 41 | TIH,"Toromont Industries Ltd",37,Buy,34992.8008,2.4000,2115.9451,10.7369,9.2529,3.0269,32.5000,25.8900,25.5311, 42 | QEC,"Questerre Energy Corp.",38,Buy/Sell,34992.8008,2.4000,548.4495,0.4259,0.3911,3.9494,2.7800,0.8600,223.2558, 43 | QUX,"Quadra FNX Mining*",39,Buy,34992.8008,2.4000,1117.9712,13.5926,8.3465,1.1933,16.9500,16.9200,0.1773, 44 | EMP.A,"Empire Company Ltd., A",40,Buy,34992.8008,2.4000,1469.3582,34.5601,32.3709,1.3573,46.6700,49.6200,-5.9452, 45 | CIGI,"Colliers Intl Group*",41,Buy/Sell,34992.8008,2.4000,491.5575,10.4502,10.5794,1.6199,17.5000,31.8800,-45.1066, 46 | BPO,"Brookfield Off Prop*",42,Buy,34992.8008,2.4000,8763.8555,7.5862,8.3576,2.9018,22.3300,24.1500,-7.5362, 47 | OTEX,"Open Text Corporation*",43,Buy,34992.8008,2.4000,1931.4788,12.6680,11.1059,2.8826,37.7500,26.2600,43.7548, 48 | RBI1,"Red Back Mining Inc.*",44,Buy,34992.8008,2.4000,1292.4991,2.7568,1.7244,2.4035,6.8500,5.6000,22.3214, 49 | WFT,"West Fraser Timber Co.",45,Buy,34992.8008,2.4000,1564.8640,47.4991,50.2418,0.8253,39.2000,39.0000,0.5128, 50 | BB,"BlackBerry Limited*",46,Buy,34992.8008,2.4000,73085.6406,7.8145,5.2517,15.6306,129.3700,90.2100,43.4098, 51 | GO2,"Guide Exploration Ltd.",47,Buy,34992.8008,2.4000,1044.1118,8.4138,6.9261,1.6806,14.1400,16.1000,-12.1739, 52 | ROC,"Rothmans Inc.",48,Buy,34992.8008,2.4000,2029.2607,0.0100,2.1763,2980.0000,29.8000,22.5200,32.3268, 53 | TRE,"Sino-Forest Corp.*",49,Buy,34992.8008,2.4000,3276.6401,7.5051,6.8731,2.5778,20.0000,18.0000,11.1111, 54 | DII.B,"Dorel Industries Inc*",50,Buy,34992.8008,2.4000,1128.4846,31.3027,27.2390,1.0484,33.7900,31.1900,8.3360, 55 | SNC,"SNC-Lavalin Group Inc.",51,Buy,34992.8008,2.4000,7994.6792,6.2687,5.4341,8.1305,53.0000,41.4000,28.0193, 56 | AGI2,"Alamos Gold Inc.*",52,Buy,34992.8008,2.4000,586.9191,1.6900,1.5889,3.5201,6.1500,5.6500,8.8496, 57 | ONEX,"Onex Corporation*",53,Buy,34992.8008,2.4000,3514.1624,13.5535,15.9081,2.1107,28.5500,34.6000,-17.4855, 58 | IMG,"Iamgold Corporation*",54,Buy,34992.8008,2.4000,2069.4590,6.2945,6.2445,1.0757,7.0000,7.0300,-0.4267, 59 | MRU,"Metro Inc.",55,Buy,34992.8008,2.4000,3257.2720,18.2251,16.7434,1.6298,29.5000,34.9400,-15.5695, 60 | SU,"Suncor Energy Inc.",56,Buy,34992.8008,2.4000,56803.0664,14.5317,10.8979,4.1840,60.8000,47.3000,28.5412, 61 | ELD,"Eldorado Gold Corp.*",57,Buy,34992.8008,2.4000,2917.3196,1.4945,1.3832,5.4628,8.4400,5.2100,61.9962, 62 | PRE,"Pacific Expl. & Prod.*",58,Buy,34992.8008,2.4000,2173.9023,6.4610,0.2193,1.5071,10.3400,7.0800,46.0452, 63 | CEF.A,"Central Fund of Cda, A*",59,Buy,34992.8008,2.4000,1596.8523,12.0225,9.2247,0.9204,11.3600,9.6300,17.9647, 64 | SJR.B,"Shaw Communications, B",60,Buy,34992.8008,2.4000,9814.6426,5.2148,4.6081,4.5483,22.9000,24.5200,-6.6069, 65 | -------------------------------------------------------------------------------- /A2009.csv: -------------------------------------------------------------------------------- 1 | Symbol,Company,Rank,Status, TRI ,TB90 ,MKT CAP ,BOOK ,BOOK4Q ,P/B ,PRNOW ,PR12M ,PCHG12M , 2 | DOI,,,, 3 | Min (>=),,,, 4 | Max (<),,,, 5 | BCB,"Cott Corporation *",1,Buy,28923.5195,0.2000,570.7702,5.1452,5.7371,1.4354,7.0200,2.0200,247.5247, 6 | CAS,"Cascades Inc.",2,Buy/Sell,28923.5195,0.2000,693.5919,13.4300,12.2561,0.5302,7.1200,6.9900,1.8598, 7 | BLS1,"Boliden AB *",3,Buy,28923.5195,0.2000,3011.3560,8.6000,8.1072,1.2671,11.0100,6.7900,62.1502, 8 | CCT,"Catamaran Corp.*",4,Buy,28923.5195,0.2000,1103.1102,10.4640,7.7901,4.5714,44.7600,16.2100,176.1259, 9 | GRT.UN,"Granite REIT",5,Buy,28923.5195,0.2000,684.7393,39.8772,39.0841,0.3946,14.6600,22.5000,-34.8444, 10 | IMX,"Imax Corporation *",6,Buy/Sell,28923.5195,0.2000,628.6058,0.0100,0.0100,19.6938,10.2900,7.6200,35.0394, 11 | FFH,"Fairfax Financial*",7,Buy,28923.5195,0.2000,6254.7456,367.2431,256.5470,1.0831,372.1800,233.0000,59.7339, 12 | FNX,"FNX Mining Company Inc.",8,Buy,28923.5195,0.2000,800.9750,4.1758,9.1668,2.2032,9.2000,15.5000,-40.6452, 13 | DC.A,"Dundee Corporation, A",9,Buy,28923.5195,0.2000,857.0057,12.4445,14.4787,0.8269,10.2900,14.1500,-27.2792, 14 | DW1,"DundeeWealth Inc.",10,Buy,28923.5195,0.2000,1352.9553,7.0538,7.6247,1.6162,11.4000,15.0000,-24.0000, 15 | ATD.B,"Aliment'n Couche-Tard*",11,Buy,28923.5195,0.2000,3446.6606,8.2204,6.7627,2.2637,18.7600,13.0000,44.3077, 16 | CS,"Capstone Mining Corp.*",12,Buy,28923.5195,0.2000,544.6384,1.6322,0.0100,1.8202,2.7800,2.9690,-6.3658, 17 | PRE,"Pacific Expl. & Prod.*",13,Buy,28923.5195,0.2000,2663.8655,7.5121,6.5526,1.7698,12.4400,10.3400,20.3095, 18 | GMP,"GMP Capital Inc.",14,Buy,28923.5195,0.2000,877.6370,3.9977,4.3052,3.4270,13.7000,14.3200,-4.3296, 19 | NGD,"New Gold Inc.*",15,Buy,28923.5195,0.2000,1325.1830,5.3210,7.3067,0.7471,3.7200,5.6000,-33.5714, 20 | TCM,"Thompson Creek Metals*",16,Buy,28923.5195,0.2000,1549.7383,8.0822,6.6739,1.6648,12.5900,16.6500,-24.3844, 21 | TKO,"Taseko Mines Ltd.",17,Buy/Sell,28923.5195,0.2000,482.5740,1.4380,1.6287,1.8428,2.6500,3.2300,-17.9567, 22 | RMX,"Rubicon Minerals Corp.",18,Buy,28923.5195,0.2000,642.3812,0.7536,0.5696,4.4321,3.3400,1.8400,81.5217, 23 | LUN,"Lundin Mining Corp.*",19,Buy,28923.5195,0.2000,2155.4937,5.7077,9.4719,0.6965,3.7200,5.0800,-26.7717, 24 | MRE,"Martinrea Int'l Inc.",20,Buy/Sell,28923.5195,0.2000,602.5887,6.3674,10.3692,1.1276,7.1800,7.3000,-1.6438, 25 | BNK,"Bankers Petroleum Ltd.*",21,Buy,28923.5195,0.2000,885.0291,0.9766,1.2297,4.3226,3.9500,4.8500,-18.5567, 26 | LGF,"Lions Gate Ent.*",22,Buy,28923.5195,0.2000,841.3922,1.3659,1.5830,5.6290,7.1944,10.6898,-32.6985, 27 | PMCS,"PMC-Sierra Inc.*",23,Buy,28923.5195,0.2000,2239.1658,4.1727,3.3926,2.5504,9.9580,9.5634,4.1261, 28 | JAG1,"Jaguar Mining Inc.*",24,Buy,28923.5195,0.2000,836.1000,4.1015,3.2342,2.7933,10.7200,7.2500,47.8621, 29 | LLL,"lululemon athletica*",25,Buy,28923.5195,0.2000,1081.9133,2.8615,1.8125,8.4196,21.9500,20.5100,7.0210, 30 | AFN,"Ag Growth International",26,Buy/Sell,28923.5195,0.2000,416.7201,11.7968,11.0351,2.8114,32.2100,29.3000,9.9317, 31 | GC,"Great Cdn. Gaming Corp.",27,Buy/Sell,28923.5195,0.2000,576.6509,4.9907,4.7670,1.4066,7.0200,8.5600,-17.9907, 32 | RY,"Royal Bank of Canada",28,Buy,28923.5195,0.2000,79720.3438,21.8101,19.8138,2.5883,56.4500,48.7500,15.7949, 33 | TECK.B,"Teck Resources Limited",29,Buy,28923.5195,0.2000,15547.7813,24.1000,19.0370,1.1494,26.4200,44.3600,-40.4418, 34 | FRG,"Fronteer Gold Inc.",30,Buy,28923.5195,0.2000,545.1144,3.7504,4.3314,1.2239,4.5900,3.6600,25.4098, 35 | NA,"National Bank of Canada",31,Buy,28923.5195,0.2000,9868.2070,32.5085,29.4378,1.8903,61.4500,50.0200,22.8509, 36 | SEA,"Seabridge Gold Inc.",32,Buy,28923.5195,0.2000,1153.0942,2.6248,2.3092,11.7114,30.7400,16.2800,88.8206, 37 | HBM,"Hudbay Minerals Inc.*",33,Buy,28923.5195,0.2000,1294.6428,10.9138,9.7145,0.7733,8.4400,10.7400,-21.4153, 38 | SMF,"Semafo Inc.*",34,Buy,28923.5195,0.2000,551.4276,1.1482,0.7680,2.0477,2.2000,1.3100,67.9389, 39 | HCG,"Home Capital Group",35,Buy,28923.5195,0.2000,1326.1093,14.9933,11.4353,2.5978,38.5600,34.5500,11.6064, 40 | IMG,"Iamgold Corporation*",36,Buy,28923.5195,0.2000,4672.2090,7.3193,6.2945,1.8573,12.7200,7.0000,81.7143, 41 | S,"Sherritt Int'l. Corp.",37,Buy,28923.5195,0.2000,1975.8101,12.2392,13.0047,0.5507,6.7400,9.5500,-29.4241, 42 | SVM,"Silvercorp Metals Inc.*",38,Buy,28923.5195,0.2000,651.1957,1.1908,1.3013,3.6169,4.0300,4.4400,-9.2342, 43 | TXP,"Touchstone Exploration",39,Buy,28923.5195,0.2000,3747.8853,16.6358,8.5931,2.4417,40.6200,46.9000,-13.3902, 44 | SCL,"ShawCor Ltd.",40,Buy,28923.5195,0.2000,1782.3596,10.6721,9.0893,2.3863,25.3000,29.4900,-14.2082, 45 | PDN,"Paladin Energy Ltd.*",41,Buy,28923.5195,0.2000,2738.0183,1.1765,2.0281,3.9876,4.3900,5.2800,-16.8561, 46 | QBR.B,"Quebecor Inc., B",42,Buy,28923.5195,0.2000,1587.3436,15.9771,18.6716,1.5496,24.6800,28.3300,-12.8839, 47 | TD,"Toronto-Dominion Bank",43,Buy,28923.5195,0.2000,57903.9414,40.2681,36.7497,1.6807,67.6800,62.1300,8.9329, 48 | MFL,"Minefinders Corp.*",44,Buy,28923.5195,0.2000,580.8845,2.0595,1.9027,5.0906,9.8100,8.4000,16.7857, 49 | CEE,"Centamin plc*",45,Buy,28923.5195,0.2000,1469.5077,0.4890,0.4091,3.3184,1.4800,1.0100,46.5347, 50 | FGL,"Forzani Group Ltd.",46,Buy,28923.5195,0.2000,486.5140,10.7776,10.3032,1.4838,15.8800,14.0000,13.4286, 51 | TRQ,"Turquoise Hill Ltd.*",47,Buy,28923.5195,0.2000,4583.2715,0.7421,1.1578,17.4539,12.1200,11.9500,1.4226, 52 | FM,"First Quantum Minerals*",48,Buy,28923.5195,0.2000,5080.7466,29.4816,27.6120,2.3569,64.8300,68.5000,-5.3577, 53 | AGI2,"Alamos Gold Inc.*",49,Buy,28923.5195,0.2000,1047.0222,2.9431,1.6900,3.5078,9.6600,6.1500,57.0732, 54 | MAXR,"Maxar Technologies *",50,Buy,28923.5195,0.2000,1234.6553,13.6998,10.1706,2.2263,30.5000,29.8500,2.1776, 55 | CTC.A,"Cdn Tire Corp. Ltd.",51,Buy,28923.5195,0.2000,4664.9668,43.9218,40.2123,1.3063,57.1000,53.9700,5.7995, 56 | KHD,"Cdn. Hydro Developers",52,Buy,28923.5195,0.2000,729.7988,3.3733,3.4512,1.5059,5.0800,4.6700,8.7794, 57 | CLS,"Celestica Inc.*",53,Buy,28923.5195,0.2000,1858.4418,7.2858,9.7392,1.3656,9.3100,8.9900,3.5595, 58 | ELF,"E-L Financial Corp.",54,Buy,28923.5195,0.2000,1708.0751,567.8818,617.9448,0.7484,425.0000,585.0000,-27.3504, 59 | MX,"Methanex Corporation *",55,Buy,28923.5195,0.2000,1804.0076,15.6961,14.1119,1.3345,19.6000,26.9800,-27.3536, 60 | RBI1,"Red Back Mining Inc.*",56,Buy,28923.5195,0.2000,2617.2751,3.8978,2.7568,3.1174,11.3700,6.8500,65.9854, 61 | GIL,"Gildan Activewear*",57,Buy,28923.5195,0.2000,2727.5781,8.3370,6.6754,2.8906,22.5500,24.9200,-9.5104, 62 | IMN,"Inmet Mining Corp.*",58,Buy,28923.5195,0.2000,2662.8286,40.0433,34.3480,1.1852,47.4600,63.9500,-25.7858, 63 | SAP,"Saputo Inc.",59,Buy,28923.5195,0.2000,5706.4883,9.4345,8.1848,2.9746,27.5700,27.5600,0.0363, 64 | CCO,"Cameco Corporation",60,Buy,28923.5195,0.2000,11436.3740,10.7844,8.4494,2.7011,29.1300,31.9400,-8.7977, 65 | -------------------------------------------------------------------------------- /A2010.csv: -------------------------------------------------------------------------------- 1 | Symbol,Company,Rank,Status, TRI ,TB90 ,MKT CAP ,BOOK ,BOOK4Q ,P/B ,PRNOW ,PR12M ,PCHG12M , 2 | DOI,,,, 3 | Min (>=),,,, 4 | Max (<),,,, 5 | SMF,"Semafo Inc.*",1,Buy,32246.9805,0.6700,2348.9092,1.6979,1.1482,5.1475,8.7400,2.2000,297.2727, 6 | MG,"Magna Intl. Inc. *",2,Buy,32246.9805,0.6700,9398.9492,72.0547,73.5305,1.1574,83.0400,49.6000,67.4194, 7 | CG,"Centerra Gold Inc.*",3,Buy,32246.9805,0.6700,3520.1357,4.9913,3.9169,3.0357,14.9700,6.4500,132.0930, 8 | ANV,"Allied Nevada Gold *",4,Buy,32246.9805,0.6700,2203.2925,6.1065,1.8828,4.0940,25.0000,8.8400,182.8054, 9 | TCW,"Trican Well Service Ltd",5,Buy,32246.9805,0.6700,2042.8405,6.3336,5.3267,2.2483,14.2400,10.1400,40.4339, 10 | UFS,"Domtar Corporation*",6,Buy,32246.9805,0.6700,2702.5198,66.4321,63.3125,0.9625,63.9400,38.6900,65.2623, 11 | CFW,"Calfrac Well Services",7,Buy/Sell,32246.9805,0.6700,1022.9078,10.8409,10.0820,2.1908,23.7500,12.4000,91.5323, 12 | ELD,"Eldorado Gold Corp.*",8,Buy,32246.9805,0.6700,11444.5479,5.4402,2.6801,3.7479,20.9400,11.3000,85.3097, 13 | WFT,"West Fraser Timber Co.",9,Buy,32246.9805,0.6700,1481.0438,39.7824,44.0463,0.9303,37.0100,25.5000,45.1372, 14 | PSI,"Pason Systems Inc.",10,Buy/Sell,32246.9805,0.6700,961.7142,3.8317,4.1352,3.0796,11.8000,10.4500,12.9187, 15 | BHC,"Bausch Health Comp.*",11,Buy,32246.9805,0.6700,3868.2053,9.1002,9.2148,2.7090,24.3900,13.9900,74.3388, 16 | NTR,"Nutrien Ltd. *",12,Buy,32246.9805,0.6700,46565.6016,23.4924,21.6289,6.7125,157.0000,97.1800,61.5559, 17 | CLT,"Celtic Exploration",13,Buy,32246.9805,0.6700,1028.7058,4.4925,4.4650,2.5442,11.4300,7.9100,44.5006, 18 | DDC,"Dominion Diamond Corp*",14,Buy/Sell,32246.9805,0.6700,899.1815,8.8822,10.9725,1.1510,10.7300,6.4200,67.1339, 19 | LNR,"Linamar Corp.",15,Buy,32246.9805,0.6700,1195.6930,12.7558,12.6229,1.4556,18.4800,12.7000,45.5118, 20 | GNA,"Gerdau Ameristeel *",16,Buy,32246.9805,0.6700,5070.5234,7.0390,7.6738,1.6607,11.6900,7.9500,47.0440, 21 | DC.A,"Dundee Corporation, A",17,Buy,32246.9805,0.6700,761.2998,14.1434,12.4445,0.7968,11.2700,10.2900,9.5238, 22 | OSK1,"Osisko Mining Corp.",18,Buy,32246.9805,0.6700,5250.6577,3.8201,2.5395,3.7146,14.1900,7.1600,98.1844, 23 | BIR,"Birchcliff Energy Ltd.",19,Buy,32246.9805,0.6700,1121.2526,4.5431,4.5191,1.9766,8.9800,6.7000,34.0298, 24 | PRE,"Pacific Expl. & Prod.*",20,Buy,32246.9805,0.6700,6643.2441,7.2426,7.5121,3.4725,25.1500,12.4400,102.1704, 25 | EQN,"Equinox Minerals Ltd.*",21,Buy,32246.9805,0.6700,3368.8184,1.1800,1.2533,4.0339,4.7600,2.7300,74.3590, 26 | FFH,"Fairfax Financial*",22,Buy,32246.9805,0.6700,8427.0986,405.8949,367.2431,1.0419,422.8900,372.1800,13.6251, 27 | OGC,"OceanaGold Corporation*",23,Buy/Sell,32246.9805,0.6700,787.2838,2.1162,2.3479,1.6303,3.4500,0.8500,305.8824, 28 | UTS,"UTS Energy Corp.",24,Buy,32246.9805,0.6700,1680.4603,1.8126,1.4830,1.9530,3.5400,1.7900,97.7654, 29 | ATD.B,"Aliment'n Couche-Tard*",25,Buy,32246.9805,0.6700,4244.2910,9.5414,8.2204,2.4091,22.8900,18.7600,22.0149, 30 | NGD,"New Gold Inc.*",26,Buy,32246.9805,0.6700,2643.7542,4.8059,5.3210,1.4045,6.7500,3.7200,81.4516, 31 | WPM,"Wheaton Precious Metal*",27,Buy,32246.9805,0.6700,8271.9873,5.7022,4.8781,4.2177,24.0500,11.3800,111.3357, 32 | RET.A,"Reitman's (Cda.) Ltd.,A",28,Buy,32246.9805,0.6700,1242.6372,7.7780,7.4882,2.4158,18.7900,15.1500,24.0264, 33 | ASR,"Alacer Gold Corp. *",29,Buy,32246.9805,0.6700,1004.9047,0.7919,0.7690,9.1426,7.2400,2.3400,209.4017, 34 | OTEX,"Open Text Corporation*",30,Buy,32246.9805,0.6700,2668.2056,16.5404,15.1377,2.8379,46.9400,38.5600,21.7324, 35 | CCT,"Catamaran Corp.*",31,Buy,32246.9805,0.6700,2537.4177,17.5689,10.4640,4.7504,83.4600,44.7600,86.4611, 36 | PXX,"BlackPearl Resources",32,Buy,32246.9805,0.6700,832.2090,1.6093,1.6865,1.8952,3.0500,1.6600,83.7349, 37 | BIN,"Progressive Waste Sol.*",33,Buy,32246.9805,0.6700,2786.4309,10.2499,11.2852,2.5776,25.2500,14.7800,70.8390, 38 | CEE,"Centamin plc*",34,Buy,32246.9805,0.6700,2950.7732,0.4709,0.4643,6.2108,2.8700,1.4800,93.9189, 39 | WN,"Weston Ltd., George",35,Buy,32246.9805,0.6700,10533.7051,47.7323,46.9804,1.7097,81.6100,57.0600,43.0249, 40 | UUU,"Uranium One Inc.*",36,Buy,32246.9805,0.6700,2068.2800,2.5288,2.3838,1.3920,3.5200,2.4500,43.6735, 41 | CR,"Crew Energy Inc.",37,Buy,32246.9805,0.6700,1321.8545,7.8202,7.9021,2.1099,16.5000,6.1600,167.8571, 42 | FRG,"Fronteer Gold Inc.",38,Buy,32246.9805,0.6700,955.5575,4.0036,3.7504,1.9782,7.9200,4.5900,72.5490, 43 | NMC,"Newmont Mining (Exch.)*",39,Buy,32246.9805,0.6700,1141.5790,25.0371,21.9761,2.6129,65.4200,43.9400,48.8848, 44 | T,"TELUS Corporation",40,Buy,32246.9805,0.6700,14106.3965,24.6811,23.2257,1.7827,44.0000,33.9500,29.6024, 45 | RUS,"Russel Metals Inc.",41,Buy,32246.9805,0.6700,1140.2471,13.2263,14.3994,1.4719,19.1000,16.3700,16.6768, 46 | LLL,"lululemon athletica*",42,Buy,32246.9805,0.6700,1747.2556,3.8289,2.8615,9.1515,35.0400,21.9500,59.6355, 47 | ABX,"Barrick Gold Corp*",43,Buy,32246.9805,0.6700,49234.6445,17.7938,21.6303,2.8269,49.9500,37.7800,32.2128, 48 | RBI1,"Red Back Mining Inc.*",44,Buy,32246.9805,0.6700,8174.0049,6.1629,3.8978,5.1648,31.8300,11.3700,179.9472, 49 | CP,"Cdn Pacific Railway Ltd",45,Buy,32246.9805,0.6700,10594.7910,28.9389,39.3010,2.1704,62.8100,52.4200,19.8207, 50 | WTN,"Western Coal Corp.",46,Buy/Sell,32246.9805,0.6700,1380.7804,2.4554,2.1995,1.6291,4.0000,2.6400,51.5151, 51 | SU,"Suncor Energy Inc.",47,Buy,32246.9805,0.6700,50473.6602,22.1634,15.1569,1.4578,32.3100,33.4900,-3.5234, 52 | CNR,"Cdn National Railway",48,Buy,32246.9805,0.6700,30296.2461,24.9338,23.6802,2.6097,65.0700,52.9200,22.9592, 53 | TLM,"Talisman Energy Inc.*",49,Buy,32246.9805,0.6700,17096.4648,11.3781,11.5509,1.4739,16.7700,17.6000,-4.7159, 54 | AEM,"Agnico Eagle Mines Ltd*",50,Buy,32246.9805,0.6700,11619.5000,19.9139,19.8787,3.0689,69.4400,62.7900,10.5909, 55 | L,"Loblaw Companies Ltd.",51,Buy,32246.9805,0.6700,12108.9863,23.4756,21.6789,1.8526,43.4900,33.2500,30.7970, 56 | CCL.B,"CCL Industries Inc., B",52,Buy,32246.9805,0.6700,1019.0751,23.0618,23.9874,1.3351,30.7900,22.0200,39.8274, 57 | FTT,"Finning International",53,Buy,32246.9805,0.6700,3522.9275,7.9738,9.5035,2.6229,20.6000,16.1200,27.7916, 58 | PMG,"Petrominerales Ltd.*",54,Buy,32246.9805,0.6700,2463.4963,6.7940,4.7771,3.6429,24.7500,10.7300,130.6617, 59 | AGU,"Agrium Inc. *",55,Buy,32246.9805,0.6700,11686.2598,33.9595,33.1201,2.1864,74.2500,52.3500,41.8338, 60 | TCL.A,"Transcontinental Inc.",56,Buy,32246.9805,0.6700,982.2266,13.5705,11.6616,0.9013,12.1500,9.5000,27.8947, 61 | PMCS,"PMC-Sierra Inc.*",57,Buy,32246.9805,0.6700,1653.0656,4.5096,4.1727,1.6302,7.3515,9.9580,-26.1749, 62 | MAXR,"Maxar Technologies *",58,Buy,32246.9805,0.6700,1910.8595,14.5065,13.6998,3.2151,46.6400,30.5000,52.9180, 63 | CFP,"Canfor Corp.",59,Buy/Sell,32246.9805,0.6700,1160.9537,9.9879,10.0190,0.8150,8.1400,5.4600,49.0843, 64 | TFII,"TFI International Inc.",60,Buy/Sell,32246.9805,0.6700,921.1052,5.8674,5.9175,1.6481,9.6700,7.8200,23.6573, 65 | -------------------------------------------------------------------------------- /A2011.csv: -------------------------------------------------------------------------------- 1 | Symbol,Company,Rank,Status, TRI ,TB90 ,MKT CAP ,BOOK ,BOOK4Q ,P/B ,PRNOW ,PR12M ,PCHG12M , 2 | DOI,,,, 3 | Min (>=),,,, 4 | Max (<),,,, 5 | BTO,"B2Gold Corp.*",1,Buy,35183.7109,0.8900,1275.3625,0.9092,0.7657,4.0915,3.7200,1.9000,95.7895, 6 | NEM,"Neo Material Tech Inc.*",2,Buy/Sell,35183.7109,0.8900,1076.1875,2.9897,2.1110,3.0003,8.9700,3.8900,130.5913, 7 | ASR,"Alacer Gold Corp. *",3,Buy,35183.7109,0.8900,3056.4971,4.6039,0.7919,2.3915,11.0100,7.2400,52.0718, 8 | MFL,"Minefinders Corp.*",4,Buy,35183.7109,0.8900,1292.0797,3.8827,2.7453,4.0977,15.9100,9.8400,61.6870, 9 | ATP,"Atlantic Power Corp.*",5,Buy/Sell,35183.7109,0.8900,1041.9507,6.0162,6.6807,2.6021,15.1800,13.3700,13.5378, 10 | NGD,"New Gold Inc.*",6,Buy,35183.7109,0.8900,5983.5664,4.5769,4.8059,2.9059,13.3000,6.7500,97.0370, 11 | NSU,"Nevsun Resources Ltd. *",7,Buy,35183.7109,0.8900,1328.1996,1.2532,1.0948,5.3543,6.7100,5.0000,34.2000, 12 | CFW,"Calfrac Well Services",8,Buy,35183.7109,0.8900,1508.1718,12.9897,10.8409,2.6483,34.4000,23.7500,44.8421, 13 | EDR,"Endeavour Silver Corp.*",9,Buy/Sell,35183.7109,0.8900,982.9228,1.9529,1.4686,5.9911,11.7000,3.8700,202.3256, 14 | CVE,"Cenovus Energy Inc.",10,Buy,35183.7109,0.8900,26667.3945,11.7100,13.3746,3.0231,35.4000,28.6900,23.3879, 15 | MTL,"Mullen Group Ltd.",11,Buy,35183.7109,0.8900,1726.1863,8.3811,14.3820,2.5748,21.5800,13.8700,55.5876, 16 | TET,"Trilogy Energy Corp.",12,Buy,35183.7109,0.8900,2301.0532,4.6383,4.0444,5.9169,27.0300,11.0500,144.6154, 17 | FR,"First Majestic Silver*",13,Buy,35183.7109,0.8900,2458.5271,2.7362,2.3468,8.6032,23.5400,4.9400,376.5182, 18 | PD,"Precision Drilling Corp",14,Buy,35183.7109,0.8900,3769.8757,7.2534,9.4547,1.8833,13.6600,6.6800,104.4910, 19 | LLL,"lululemon athletica*",15,Buy,35183.7109,0.8900,5788.4233,2.9957,1.9145,17.8723,53.5400,17.5200,205.5936, 20 | CCA,"Cogeco Communications",16,Buy/Sell,35183.7109,0.8900,1529.6586,20.5528,22.6141,2.2724,46.2500,35.8200,29.1178, 21 | DAY,"Daylight Energy Ltd.",17,Buy,35183.7109,0.8900,1681.3239,5.6469,6.3857,1.4242,7.9000,9.1100,-13.2821, 22 | KL,"Kirkland Lake Gold Ltd*",18,Buy,35183.7109,0.8900,1395.4139,2.6443,2.1509,7.5597,19.9900,8.6700,130.5652, 23 | POU,"Paramount Resources Ltd",19,Buy/Sell,35183.7109,0.8900,2627.1968,10.1240,10.1181,3.2823,33.2300,19.8500,67.4055, 24 | PPL,"Pembina Pipeline Corp.",20,Buy,35183.7109,0.8900,4271.4946,6.0914,7.1647,4.3712,25.4900,19.6000,30.0510, 25 | AGI,"Alamos Gold Inc.*",21,Buy,35183.7109,0.8900,1991.5608,5.7829,4.7679,1.9886,11.5000,7.6400,50.5236, 26 | TCW,"Trican Well Service Ltd",22,Buy,35183.7109,0.8900,3294.7092,7.7208,6.3336,2.9297,22.6200,14.2400,58.8483, 27 | KEY,"Keyera Corp.",23,Buy,35183.7109,0.8900,3258.8843,9.8436,11.0167,4.8123,45.8300,29.3900,55.9374, 28 | PRQ1,"Progress Energy Res",24,Buy,35183.7109,0.8900,2931.1025,7.8501,10.4265,1.6153,12.6800,11.7400,8.0068, 29 | CPG,"Crescent Pt Energy Corp",25,Buy,35183.7109,0.8900,12194.0713,19.9700,19.4349,2.2783,44.4500,37.5500,18.3755, 30 | DGC,"Detour Gold Corp.*",26,Buy,35183.7109,0.8900,3619.3643,8.3089,5.9582,3.2470,36.7400,31.8500,15.3532, 31 | YRI,"Yamana Gold Inc.*",27,Buy,35183.7109,0.8900,11556.2295,9.4625,9.9771,1.6380,15.5000,10.8000,43.5185, 32 | RGL,"Royal Gold Inc. *",28,Buy,35183.7109,0.8900,4063.9917,25.9632,27.9195,2.8698,74.5100,52.2600,42.5756, 33 | AGU,"Agrium Inc. *",29,Buy,35183.7109,0.8900,13244.4873,37.3270,33.9595,2.2498,83.9800,74.2500,13.1044, 34 | TA,"TransAlta Corporation",30,Buy,35183.7109,0.8900,4907.5469,12.4910,13.5987,1.8048,22.0200,21.1300,4.2120, 35 | BHC,"Bausch Health Comp.*",31,Buy,35183.7109,0.8900,13084.9131,14.9865,9.1002,2.9293,43.9000,24.3900,79.9918, 36 | K,"Kinross Gold Corp. *",32,Buy,35183.7109,0.8900,19354.2520,12.7407,8.9730,1.3367,17.0300,18.0300,-5.5463, 37 | TOU,"Tourmaline Oil Corp.",33,Buy,35183.7109,0.8900,5161.8496,12.1694,10.2760,2.6121,34.0000,n/a,n/a, 38 | PVE,"Provident Energy Ltd.",34,Buy,35183.7109,0.8900,2293.0815,2.0662,2.1404,4.2860,8.4700,6.6800,26.7964, 39 | BTE,"Baytex Energy Corp.",35,Buy,35183.7109,0.8900,5863.2139,9.9276,9.1750,5.2899,50.4000,34.9500,44.2060, 40 | WJA,"WestJet Airlines Ltd.",36,Buy,35183.7109,0.8900,1937.4708,9.4545,9.9055,1.4797,13.9900,11.4500,22.1834, 41 | PJC.A,"Jean Coutu Group, A",37,Buy,35183.7109,0.8900,1349.4288,2.6836,2.2307,4.6310,12.1500,8.7500,38.8571, 42 | IFC,"Intact Financial Corp.",38,Buy,35183.7109,0.8900,6029.5215,26.8850,25.3139,2.0495,55.1000,44.3800,24.1550, 43 | FCR,"First Capital Realty",39,Buy/Sell,35183.7109,0.8900,2857.4529,12.0854,6.9684,1.3851,16.7400,14.7200,13.7228, 44 | PXX,"BlackPearl Resources",40,Buy,35183.7109,0.8900,1440.6816,1.7947,1.6093,2.8194,5.0600,3.0500,65.9016, 45 | TDG,"Trinidad Drilling Ltd.",41,Buy/Sell,35183.7109,0.8900,980.1705,6.4390,7.3368,1.2595,8.1100,5.0000,62.2000, 46 | NTR,"Nutrien Ltd. *",42,Buy,35183.7109,0.8900,48321.3516,8.8536,7.8300,6.4258,56.4600,52.3333,7.8854, 47 | PRE,"Pacific Expl. & Prod.*",43,Buy,35183.7109,0.8900,6538.9653,8.5350,7.2426,2.8225,24.0900,25.1500,-4.2147, 48 | FTT,"Finning International",44,Buy,35183.7109,0.8900,4290.9956,7.5240,7.9738,3.3825,25.0100,20.6000,21.4078, 49 | WPM,"Wheaton Precious Metal*",45,Buy,35183.7109,0.8900,13711.4023,6.6811,5.7022,5.8089,38.8100,24.0500,61.3722, 50 | FNV,"Franco-Nevada Corp.*",46,Buy,35183.7109,0.8900,5347.8311,18.8973,18.4587,2.2418,42.1900,31.8100,32.6312, 51 | PEY,"Peyto Expl. & Dev. Corp",47,Buy,35183.7109,0.8900,2937.9934,6.4572,5.6895,3.4842,22.0800,14.0900,56.7069, 52 | BIR,"Birchcliff Energy Ltd.",48,Buy,35183.7109,0.8900,1713.8207,5.0008,4.5431,2.7056,13.5300,8.9800,50.6682, 53 | PMG,"Petrominerales Ltd.*",49,Buy,35183.7109,0.8900,3162.3120,8.7023,6.7940,3.5117,30.5600,24.7500,23.4747, 54 | SJR.B,"Shaw Communications, B",50,Buy,35183.7109,0.8900,9771.3389,6.6521,6.2903,3.4880,22.4000,21.8700,2.4234, 55 | DOL,"Dollarama Inc.",51,Buy,35183.7109,0.8900,2413.9141,10.1355,8.6511,3.2602,32.7500,25.3000,29.4466, 56 | PAAS,"Pan American Silver *",52,Buy,35183.7109,0.8900,3471.4258,13.8157,14.1680,2.3327,32.1700,26.5100,21.3504, 57 | CG,"Centerra Gold Inc.*",53,Buy,35183.7109,0.8900,4868.4585,5.6050,4.9913,3.6789,20.6200,14.9700,37.7422, 58 | MFC,"Manulife Financial Corp",54,Buy,35183.7109,0.8900,23938.9277,12.9773,14.9388,1.0422,13.3900,11.8700,12.8054, 59 | CR,"Crew Energy Inc.",55,Buy/Sell,35183.7109,0.8900,1435.1365,8.7687,7.8202,1.1014,12.0000,16.5000,-27.2727, 60 | DC.A,"Dundee Corporation, A",56,Buy,35183.7109,0.8900,1383.8992,30.5579,14.1434,0.7337,22.4200,11.2700,98.9352, 61 | ESI,"Ensign Energy Services",57,Buy,35183.7109,0.8900,2642.8760,10.4137,10.1994,1.6565,17.2500,11.5700,49.0925, 62 | CU,"Cdn Utilities Ltd., A",58,Buy,35183.7109,0.8900,7649.6221,24.4325,25.0036,2.4969,60.0000,47.7000,25.7862, 63 | FFH,"Fairfax Financial*",59,Buy,35183.7109,0.8900,7844.9648,345.7876,405.8949,1.1420,394.9000,422.8900,-6.6187, 64 | SLF,"Sun Life Financial Inc.",60,Buy,35183.7109,0.8900,15404.4619,24.7295,28.6686,1.0891,26.5400,25.0400,5.9904, 65 | -------------------------------------------------------------------------------- /A2012.csv: -------------------------------------------------------------------------------- 1 | Symbol,Company,Rank,Status, TRI ,TB90 ,MKT CAP ,BOOK ,BOOK4Q ,P/B ,PRNOW ,PR12M ,PCHG12M , 2 | DOI,,,, 3 | Min (>=),,,, 4 | Max (<),,,, 5 | PKI,"Parkland Fuel Corp.",1,Buy,33696.3086,1.0300,1108.0519,4.8077,4.2410,3.5858,16.6300,10.5600,57.4810, 6 | ATD.B,"Aliment'n Couche-Tard*",2,Buy,33696.3086,1.0300,9393.3271,12.0041,10.0035,3.7914,50.1400,28.6700,74.8866, 7 | WFT,"West Fraser Timber Co.",3,Buy,33696.3086,1.0300,2227.8750,33.6841,35.8839,1.6503,55.5900,42.5100,30.7692, 8 | CFP,"Canfor Corp.",4,Buy,33696.3086,1.0300,1862.9188,7.6454,8.5902,1.7069,13.0500,10.8000,20.8333, 9 | SPB,"Superior Plus Corp.",5,Buy,33696.3086,1.0300,994.2782,3.2449,6.5842,2.8204,8.8700,10.2700,-13.6319, 10 | GEI,"Gibson Energy Inc.",6,Buy,33696.3086,1.0300,2174.5520,8.8601,8.5433,2.4458,21.6700,17.2000,25.9884, 11 | INE,"Innergex Renew. Energy",7,Buy/Sell,33696.3086,1.0300,1020.0204,4.3697,5.4876,2.1366,10.9300,9.6800,12.9132, 12 | VT,"Viterra Inc.",8,Buy,33696.3086,1.0300,5999.6943,10.5778,10.4803,1.5367,16.1400,10.4200,54.8944, 13 | AGU,"Agrium Inc. *",9,Buy,33696.3086,1.0300,15331.0342,47.3107,37.3270,2.0505,97.0100,83.9800,15.5156, 14 | WJA,"WestJet Airlines Ltd.",10,Buy,33696.3086,1.0300,2231.1038,10.4370,9.4545,1.6288,17.0000,13.9900,21.5154, 15 | DOL,"Dollarama Inc.",11,Buy,33696.3086,1.0300,4378.7061,12.5501,10.1355,4.7668,59.3000,32.7500,81.0687, 16 | AIM,"Aimia Inc.",12,Buy,33696.3086,1.0300,2496.4736,6.6344,7.5273,2.1856,14.5000,12.0000,20.8333, 17 | FCR,"First Capital Realty",13,Buy,33696.3086,1.0300,3635.7283,14.8997,12.0675,1.2876,19.2500,16.7400,14.9940, 18 | DH,"DH Corporation",14,Buy,33696.3086,1.0300,1171.0443,11.9715,11.9412,1.6953,19.7700,18.2400,8.3882, 19 | GIB.A,"CGI Group Inc., A",15,Buy,33696.3086,1.0300,7003.1147,9.8103,8.6329,1.9784,25.7400,19.8400,29.7379, 20 | WPRT,"Westport Fuel Systems*",16,Buy,33696.3086,1.0300,1912.7157,7.2139,3.3842,4.8212,34.7800,23.9300,45.3406, 21 | RON,"RONA Inc.",17,Buy,33696.3086,1.0300,1559.8564,13.9748,14.5485,0.9195,12.8500,9.9300,29.4058, 22 | DII.B,"Dorel Industries Inc*",18,Buy/Sell,33696.3086,1.0300,1026.1852,40.6996,37.0415,0.8106,32.7500,23.6100,38.7124, 23 | PSN,"Poseidon Concepts Corp.",19,Buy,33696.3086,1.0300,1196.1779,1.4830,2.7583,11.3200,14.7500,6.7100,119.8212, 24 | MAXR,"Maxar Technologies *",20,Buy,33696.3086,1.0300,1883.2592,7.8624,17.1279,7.5231,59.1500,48.7300,21.3831, 25 | LNR,"Linamar Corp.",21,Buy/Sell,33696.3086,1.0300,1334.9033,15.3590,14.0948,1.3502,20.6300,15.6400,31.9054, 26 | AOI,"Africa Oil Corp.*",22,Buy,33696.3086,1.0300,1946.9736,1.1349,1.1667,7.7540,8.8000,1.3200,566.6666, 27 | KEY,"Keyera Corp.",23,Buy,33696.3086,1.0300,3469.9546,11.3358,9.8436,4.0925,45.0000,45.8300,-1.8110, 28 | MRU,"Metro Inc.",24,Buy,33696.3086,1.0300,5576.6431,25.0589,24.9701,2.3048,57.2600,46.6100,22.8492, 29 | BPO,"Brookfield Off Prop*",25,Buy,33696.3086,1.0300,8342.1895,19.1556,16.7799,0.8704,16.5500,16.4900,0.3639, 30 | TXP,"Touchstone Exploration",26,Buy,33696.3086,1.0300,1232.0446,22.0203,22.5127,0.5618,12.3700,11.8700,4.2123, 31 | CSU,"Constellation Software*",27,Buy,33696.3086,1.0300,2124.6599,11.9315,10.2358,8.4030,100.2600,71.5000,40.2238, 32 | GIL,"Gildan Activewear*",28,Buy,33696.3086,1.0300,3635.1343,11.2752,10.2707,2.6697,29.9000,26.4500,13.0435, 33 | ACM.A,"Astral Media Inc., A",29,Buy,33696.3086,1.0300,2646.5808,28.4871,25.4312,1.6622,47.3500,34.3500,37.8457, 34 | AR,"Argonaut Gold Inc.*",30,Buy/Sell,33696.3086,1.0300,842.2341,3.7569,3.1752,2.4222,9.1000,6.2600,45.3674, 35 | CTC.A,"Cdn Tire Corp. Ltd.",31,Buy,33696.3086,1.0300,5804.4634,56.2123,50.4838,1.2747,71.2700,55.1900,29.1357, 36 | CPG,"Crescent Pt Energy Corp",32,Buy,33696.3086,1.0300,14247.7520,22.6416,19.9700,1.7864,40.9900,44.4500,-7.7840, 37 | ERF,"Enerplus Corporation",33,Buy,33696.3086,1.0300,3070.0901,17.5390,19.6948,0.8952,15.5400,28.6700,-45.7970, 38 | TFII,"TFI International Inc.",34,Buy,33696.3086,1.0300,1735.3993,7.5242,6.6096,2.4109,18.1400,12.9200,40.4025, 39 | STN,"Stantec Inc.",35,Buy,33696.3086,1.0300,1443.4535,14.7604,14.2633,2.1375,31.5500,24.3700,29.4624, 40 | CNR,"Cdn National Railway",36,Buy,33696.3086,1.0300,39246.5234,25.6762,25.4572,3.5130,90.2000,72.0300,25.2256, 41 | CP,"Cdn Pacific Railway Ltd",37,Buy,33696.3086,1.0300,14009.6885,28.8266,29.5431,2.8266,81.4800,56.2400,44.8791, 42 | CCT,"Catamaran Corp.*",38,Buy,33696.3086,1.0300,8761.9775,18.6993,9.6225,1.9747,85.5600,53.3700,60.3148, 43 | MG,"Magna Intl. Inc. *",39,Buy,33696.3086,1.0300,9933.4092,37.9278,34.9982,1.1297,42.5400,37.1900,14.3856, 44 | RY,"Royal Bank of Canada",40,Buy,33696.3086,1.0300,79682.0469,26.5513,24.6604,2.0779,55.1700,50.1200,10.0758, 45 | WTE,"Westshore Terminals",41,Buy,33696.3086,1.0300,1859.9624,5.8487,6.0639,4.2830,25.0500,23.0000,8.9130, 46 | SCL,"ShawCor Ltd.",42,Buy,33696.3086,1.0300,2439.0642,12.5130,12.2103,2.7987,34.7400,25.1600,38.0763, 47 | ACO.X,"Atco Ltd., I",43,Buy,33696.3086,1.0300,4398.5776,39.5324,36.4298,1.9326,76.4000,64.0000,19.3750, 48 | NPI,"Northland Power Inc.",44,Buy,33696.3086,1.0300,1570.5115,4.2302,5.6536,4.5603,18.4700,15.7500,17.2698, 49 | CLT,"Celtic Exploration",45,Buy,33696.3086,1.0300,1746.8854,6.5614,5.5796,2.5208,16.5400,23.2200,-28.7683, 50 | LB,"Laurentian Bank of Cda",46,Buy,33696.3086,1.0300,1334.1754,43.3002,45.7057,1.1022,47.4500,43.2700,9.6603, 51 | TOU,"Tourmaline Oil Corp.",47,Buy,33696.3086,1.0300,4536.4077,14.1738,12.1694,1.9008,27.5800,34.0000,-18.8824, 52 | ECA,"EnCana Corporation*",48,Buy,33696.3086,1.0300,16047.2393,9.4630,22.2511,2.3058,21.8200,24.8700,-12.2638, 53 | MTL,"Mullen Group Ltd.",49,Buy,33696.3086,1.0300,1875.2980,8.9956,8.3811,2.5701,23.1200,21.5800,7.1362, 54 | AEM,"Agnico Eagle Mines Ltd*",50,Buy,33696.3086,1.0300,8162.5630,19.4604,21.8096,2.4720,47.6100,67.6900,-29.6646, 55 | HCG,"Home Capital Group",51,Buy,33696.3086,1.0300,1769.8325,25.0479,20.2380,2.0541,51.0000,49.0900,3.8908, 56 | CGX,"Cineplex Inc.",52,Buy,33696.3086,1.0300,1844.2472,11.0310,10.3666,2.7531,29.7500,25.9500,14.6435, 57 | BHC,"Bausch Health Comp.*",53,Buy,33696.3086,1.0300,15335.0068,12.4681,14.9865,4.0479,50.4700,43.9000,14.9658, 58 | RCI.B,"Rogers Communicat.,B",54,Buy,33696.3086,1.0300,20491.2930,6.7832,7.1263,5.8630,39.7700,38.0100,4.6304, 59 | GRT.UN,"Granite REIT",55,Buy,33696.3086,1.0300,1671.4170,18.9889,19.8550,1.9309,35.7000,27.3300,30.6257, 60 | T,"TELUS Corporation",56,Buy,33696.3086,1.0300,20218.3711,23.9361,24.8382,2.5932,62.0700,53.9800,14.9870, 61 | HSE,"Husky Energy Inc.",57,Buy,33696.3086,1.0300,25600.6992,18.8141,17.6399,1.4081,26.0700,24.3800,6.9319, 62 | EMA,"Emera Inc.",58,Buy,33696.3086,1.0300,4265.6528,12.4893,12.4222,2.8325,34.4200,31.6800,8.6490, 63 | EMP.A,"Empire Company Ltd., A",59,Buy,33696.3086,1.0300,1926.2626,49.9831,47.7549,1.1495,57.1800,57.1900,-0.0175, 64 | SES,"Secure Energy Services",60,Buy/Sell,33696.3086,1.0300,959.6809,4.0311,3.5720,2.1015,9.2300,8.1700,12.9743, 65 | -------------------------------------------------------------------------------- /A2013.csv: -------------------------------------------------------------------------------- 1 | Symbol,Company,Rank,Status, TRI ,TB90 ,MKT CAP ,BOOK ,BOOK4Q ,P/B ,PRNOW ,PR12M ,PCHG12M , 2 | DOI,,,, 3 | Min (>=),,,, 4 | Max (<),,,, 5 | ELF,"E-L Financial Corp.",1,Buy/Sell,37075.1406,0.9900,2612.6101,797.5768,693.5937,0.8150,650.0000,415.0000,56.6265, 6 | CFP,"Canfor Corp.",2,Buy,37075.1406,0.9900,2951.9495,9.2027,7.6454,2.2591,20.7900,13.0500,59.3103, 7 | CSU,"Constellation Software*",3,Buy,37075.1406,0.9900,3660.8315,11.9848,11.9315,14.4141,172.7500,100.2600,72.3020, 8 | MX,"Methanex Corporation *",4,Buy,37075.1406,0.9900,4668.1953,15.3360,15.8267,3.1918,48.9500,29.3800,66.6099, 9 | EFN,"Element Fleet Mgmt.",5,Buy,37075.1406,0.9900,1904.7823,5.6703,4.7113,2.1621,12.2600,5.7600,112.8472, 10 | BHC,"Bausch Health Comp.*",6,Buy,37075.1406,0.9900,34442.3164,18.0310,12.4681,5.7457,103.6000,50.4700,105.2704, 11 | MG,"Magna Intl. Inc. *",7,Buy,37075.1406,0.9900,18468.2871,43.4582,37.9278,1.8772,80.9600,42.5400,90.3150, 12 | LNR,"Linamar Corp.",8,Buy,37075.1406,0.9900,2123.2029,18.5789,15.3590,1.7731,32.8000,20.6300,58.9918, 13 | GIB.A,"CGI Group Inc., A",9,Buy,37075.1406,0.9900,9663.2695,12.7143,9.8103,2.7489,34.9500,25.7400,35.7809, 14 | VET,"Vermilion Energy Inc.",10,Buy,37075.1406,0.9900,5747.0708,15.1377,13.9393,3.8398,56.5900,44.9100,26.0076, 15 | MEG,"MEG Energy Corp.",11,Buy,37075.1406,0.9900,7563.2314,21.5103,20.7263,1.5848,34.0900,38.8200,-12.1844, 16 | CLS,"Celestica Inc.*",12,Buy,37075.1406,0.9900,1851.5952,7.7639,7.1621,1.4426,11.2000,7.6900,45.6437, 17 | CIGI,"Colliers Intl Group*",13,Buy,37075.1406,0.9900,1174.7562,5.4269,3.3895,6.7792,36.7900,26.7500,37.5327, 18 | MTL,"Mullen Group Ltd.",14,Buy,37075.1406,0.9900,2280.0017,9.6867,8.9956,2.6616,25.2500,23.1200,9.2128, 19 | TOU,"Tourmaline Oil Corp.",15,Buy,37075.1406,0.9900,7507.8721,16.6670,14.1738,2.4420,40.7000,27.5800,47.5707, 20 | ALA,"AltaGas Ltd.",16,Buy,37075.1406,0.9900,4259.3110,17.2699,13.2293,2.1114,35.9300,31.0200,15.8285, 21 | BTE,"Baytex Energy Corp.",17,Buy,37075.1406,0.9900,5168.2988,10.2374,11.1163,4.2511,41.6500,44.9000,-7.2383, 22 | MIC,"Genworth MI Canada Inc.",18,Buy,37075.1406,0.9900,2723.0508,31.2714,28.1486,0.9095,28.1500,19.5300,44.1372, 23 | OBE,"Obsidian Energy Ltd.",19,Buy,37075.1406,0.9900,5794.3633,17.6078,19.3452,0.6747,11.8800,13.9800,-15.0215, 24 | CCL.B,"CCL Industries Inc., B",20,Buy,37075.1406,0.9900,2477.7573,28.0810,25.3375,2.5669,72.0800,36.1700,99.2812, 25 | EMP.A,"Empire Company Ltd., A",21,Buy,37075.1406,0.9900,2731.0618,54.8382,49.9831,1.4246,81.0700,57.1800,41.7803, 26 | MRE,"Martinrea Int'l Inc.",22,Buy/Sell,37075.1406,0.9900,995.1982,6.4523,5.9684,1.8350,11.8400,7.9300,49.3064, 27 | PPL,"Pembina Pipeline Corp.",23,Buy,37075.1406,0.9900,10139.2842,15.1304,14.8216,2.1999,32.6800,26.7200,22.3054, 28 | PLB,"Paladin Labs Inc.",24,Buy/Sell,37075.1406,0.9900,1238.8135,19.7319,16.8910,3.0433,60.0500,42.0100,42.9422, 29 | SC1,"Shoppers Drug Mart Corp",25,Buy,37075.1406,0.9900,11791.2705,21.4142,20.4039,2.7524,58.9400,41.8900,40.7018, 30 | CFW,"Calfrac Well Services",26,Buy,37075.1406,0.9900,1511.2048,17.1179,16.8598,1.9185,32.8400,24.0500,36.5489, 31 | GTE,"Gran Tierra Energy Inc*",27,Buy,37075.1406,0.9900,2005.4880,5.4323,4.3353,1.3254,7.2000,4.3800,64.3836, 32 | ARX,"ARC Resources Ltd.",28,Buy,37075.1406,0.9900,7867.0127,10.9644,10.7096,2.3429,25.2200,23.3100,8.1939, 33 | TET,"Trilogy Energy Corp.",29,Buy,37075.1406,0.9900,2527.3640,4.2783,4.3862,6.5204,27.4400,21.6000,27.0370, 34 | LEG,"Legacy Oil+Gas Inc.",30,Buy/Sell,37075.1406,0.9900,963.7101,9.7923,10.2946,0.6260,6.1300,6.4700,-5.2550, 35 | NVA,"NuVista Energy Ltd.",31,Buy/Sell,37075.1406,0.9900,880.9180,5.4535,6.7232,1.3606,7.4200,4.3800,69.4064, 36 | GIL,"Gildan Activewear*",32,Buy,37075.1406,0.9900,5636.5010,14.0681,11.2752,3.3115,46.2800,29.9000,54.7826, 37 | DH,"DH Corporation",33,Buy,37075.1406,0.9900,2098.3911,11.6966,11.9715,1.8925,25.9900,19.7700,31.4618, 38 | ATA,"ATS Automation Tooling",34,Buy/Sell,37075.1406,0.9900,1117.2327,4.8764,4.4606,2.6023,12.6900,8.8400,43.5520, 39 | CCA,"Cogeco Communications",35,Buy,37075.1406,0.9900,1605.5375,26.9548,23.6644,1.8116,48.3600,36.6700,31.8789, 40 | QBR.B,"Quebecor Inc., B",36,Buy,37075.1406,0.9900,2795.1318,6.8539,12.3850,3.3051,22.5700,17.6500,27.8754, 41 | TCL.A,"Transcontinental Inc.",37,Buy/Sell,37075.1406,0.9900,1066.4606,9.4402,11.4308,1.4728,13.6900,9.8100,39.5515, 42 | IAG,"Industrial Alliance",38,Buy,37075.1406,0.9900,4056.2588,29.0217,29.5352,1.4362,41.3300,25.1200,64.5303, 43 | MAXR,"Maxar Technologies *",39,Buy,37075.1406,0.9900,2931.0322,16.5839,7.8624,4.9054,81.3500,59.1500,37.5317, 44 | SJ,"Stella-Jones Inc.",40,Buy,37075.1406,0.9900,1704.2516,30.7167,22.7448,3.2523,99.2500,57.2200,73.4533, 45 | BPO,"Brookfield Off Prop*",41,Buy,37075.1406,0.9900,8515.3604,21.8230,19.1556,0.7772,16.8500,16.5500,1.8127, 46 | CCT,"Catamaran Corp.*",42,Buy,37075.1406,0.9900,11890.0459,24.2374,9.3496,2.3798,57.6800,42.7800,34.8294, 47 | SLF,"Sun Life Financial Inc.",43,Buy,37075.1406,0.9900,19457.5801,24.9521,23.1968,1.3057,32.1100,23.0100,39.5480, 48 | CGX,"Cineplex Inc.",44,Buy,37075.1406,0.9900,2458.5081,11.8205,11.0310,3.3781,39.1200,29.7500,31.4958, 49 | STN,"Stantec Inc.",45,Buy,37075.1406,0.9900,2236.1626,17.4613,14.7604,2.7673,48.3200,31.5500,53.1537, 50 | CPX,"Capital Power Corp",46,Buy,37075.1406,0.9900,1465.8539,26.4217,23.5010,0.7819,20.6600,21.8300,-5.3596, 51 | WFT,"West Fraser Timber Co.",47,Buy,37075.1406,0.9900,3359.7273,38.9644,33.6841,2.1404,83.4000,55.5900,50.0270, 52 | CNQ,"Cdn Natural Resources",48,Buy,37075.1406,0.9900,34951.2656,22.5867,21.8167,1.4230,32.1400,29.9900,7.1691, 53 | CPG,"Crescent Pt Energy Corp",49,Buy,37075.1406,0.9900,14916.8867,22.3290,22.6416,1.7568,38.4200,40.9900,-6.2698, 54 | WTE,"Westshore Terminals",50,Buy,37075.1406,0.9900,2179.2375,6.1437,5.8487,4.7773,29.3500,25.0500,17.1657, 55 | MFC,"Manulife Financial Corp",51,Buy,37075.1406,0.9900,31744.3906,12.7187,12.7107,1.3719,17.2700,11.0400,56.4312, 56 | CTC.A,"Cdn Tire Corp. Ltd.",52,Buy,37075.1406,0.9900,7174.0786,61.3856,56.2123,1.4596,89.0900,71.2700,25.0035, 57 | ATD.B,"Aliment'n Couche-Tard*",53,Buy,37075.1406,0.9900,11400.2725,18.3763,12.7980,3.3053,60.7400,50.1400,21.1408, 58 | PSI,"Pason Systems Inc.",54,Buy,37075.1406,0.9900,1759.7310,4.2849,4.7918,5.0013,21.4300,14.8800,44.0188, 59 | ERF,"Enerplus Corporation",55,Buy,37075.1406,0.9900,3485.9094,15.6311,17.5390,1.1281,17.4300,15.5400,12.1622, 60 | PEY,"Peyto Expl. & Dev. Corp",56,Buy,37075.1406,0.9900,4274.3574,8.2539,7.2141,3.5521,28.7500,20.4300,40.7244, 61 | BBD.B,"Bombardier Inc.,B*",57,Buy,37075.1406,0.9900,8420.1455,0.8903,0.2050,5.4345,4.7900,3.5000,36.8571, 62 | OTEX,"Open Text Corporation*",58,Buy,37075.1406,0.9900,4275.0171,23.8133,20.5953,3.0802,72.4000,52.9900,36.6296, 63 | BIN,"Progressive Waste Sol.*",59,Buy,37075.1406,0.9900,2937.9050,11.6155,11.0544,2.1962,25.5100,19.5600,30.4192, 64 | ENF,"Enbridge IF Holdings",60,Buy,37075.1406,0.9900,1313.9807,4.5162,2.9986,5.4172,23.2600,22.4200,3.7467, 65 | -------------------------------------------------------------------------------- /A2014.csv: -------------------------------------------------------------------------------- 1 | Symbol,Company,Rank,Status, TRI ,TB90 ,MKT CAP ,BOOK ,BOOK4Q ,P/B ,PRNOW ,PR12M ,PCHG12M , 2 | DOI,,,, 3 | Min (>=),,,, 4 | Max (<),,,, 5 | TSGI,"The Stars Group Inc.*",1,Buy,47133.3984,0.9400,2781.1450,2.6131,1.8879,6.5438,29.5000,6.3000,368.2540, 6 | PXT,"Parex Resources Inc.*",2,Buy,47133.3984,0.9400,1759.8826,5.8405,4.7154,2.4022,14.0300,5.7800,142.7336, 7 | SES,"Secure Energy Services",3,Buy,47133.3984,0.9400,3178.6711,5.9648,4.8227,4.5200,26.8100,13.4000,100.0746, 8 | SMF,"Semafo Inc.*",4,Buy,47133.3984,0.9400,1339.4841,1.8730,2.0325,2.5841,4.8400,2.2100,119.0045, 9 | KEY,"Keyera Corp.",5,Buy,47133.3984,0.9400,8035.9761,15.2604,11.5791,6.4503,95.6600,57.6300,65.9899, 10 | POU,"Paramount Resources Ltd",6,Buy,47133.3984,0.9400,6310.6846,12.1945,10.4248,4.9449,60.3000,33.4600,80.2152, 11 | BAM.A,"Brookfield Asset Mgmt*",7,Buy,47133.3984,0.9400,32588.4219,32.1879,28.5071,1.6227,51.9500,36.4300,42.6023, 12 | MDZ.A,"MDC Partners Inc., A*",8,Buy/Sell,47133.3984,0.9400,1181.7150,0.0100,0.0100,2188.0735,23.8500,15.7267,51.6529, 13 | WCP,"Whitecap Resources Inc.",9,Buy,47133.3984,0.9400,4521.8955,9.1445,7.2787,2.0411,18.4100,11.1000,65.8559, 14 | CF,"Canaccord Genuity",10,Buy/Sell,47133.3984,0.9400,1217.8490,8.9981,9.0902,1.3478,12.0600,6.2700,92.3445, 15 | BB,"BlackBerry Limited*",11,Buy,47133.3984,0.9400,5828.0044,7.6870,18.5332,1.4375,11.0500,10.6400,3.8534, 16 | RRX,"Raging River Explor.",12,Buy,47133.3984,0.9400,1980.5643,2.4301,1.7460,4.5266,11.0000,5.3900,104.0816, 17 | FFH,"Fairfax Financial*",13,Buy,47133.3984,0.9400,10453.8750,419.2476,380.2483,1.1950,501.0100,432.7700,15.7682, 18 | THO,"Tahoe Resources Inc.*",14,Buy,47133.3984,0.9400,4106.7148,6.1331,5.7277,4.5393,27.8400,18.8000,48.0851, 19 | SGY,"Surge Energy Inc.",15,Buy,47133.3984,0.9400,1889.4790,5.5049,4.7789,1.6060,8.6800,5.9300,46.3744, 20 | IBR,"Iron Bridge Resources",16,Buy/Sell,47133.3984,0.9400,1068.3102,2.8106,2.2787,3.1132,8.7500,5.0000,75.0000, 21 | PSI,"Pason Systems Inc.",17,Buy,47133.3984,0.9400,2864.7859,4.8169,4.2849,7.1934,34.6500,21.4300,61.6892, 22 | EFX,"Enerflex Ltd.",18,Buy,47133.3984,0.9400,1647.7440,12.1358,11.7117,1.7395,20.9800,14.1300,48.4784, 23 | BNK,"Bankers Petroleum Ltd.*",19,Buy,47133.3984,0.9400,1720.5908,2.5993,2.1460,2.5391,6.6000,3.5500,85.9155, 24 | PRE,"Pacific Expl. & Prod.*",20,Buy,47133.3984,0.9400,7121.2148,14.6949,13.2404,1.5400,22.6300,19.9300,13.5474, 25 | KEL,"Kelt Exploration Ltd.",21,Buy,47133.3984,0.9400,1731.0922,4.4484,2.2734,3.0708,13.6600,7.9400,72.0403, 26 | PONY,"Painted Pony Energy",22,Buy,47133.3984,0.9400,1362.2743,6.0835,6.2945,2.2923,14.5500,7.7900,86.7779, 27 | AAV,"Advantage Oil & Gas Ltd",23,Buy/Sell,47133.3984,0.9400,1140.9855,6.0017,6.3576,1.1197,6.7200,3.8300,75.4569, 28 | AEM,"Agnico Eagle Mines Ltd*",24,Buy,47133.3984,0.9400,8724.1621,21.9644,20.7244,1.9006,41.5800,31.7500,30.9606, 29 | WJA,"WestJet Airlines Ltd.",25,Buy,47133.3984,0.9400,3751.2705,13.0267,11.8308,2.2554,29.3800,21.9600,33.7887, 30 | RGL,"Royal Gold Inc. *",26,Buy,47133.3984,0.9400,5473.8774,38.9282,38.4699,2.1719,84.5500,61.2600,38.0183, 31 | TFII,"TFI International Inc.",27,Buy,47133.3984,0.9400,2759.6489,9.0797,8.2193,3.0827,27.9900,20.7900,34.6320, 32 | CCL.B,"CCL Industries Inc., B",28,Buy,47133.3984,0.9400,3915.9875,32.8656,28.0810,3.4486,113.3400,72.0800,57.2419, 33 | NPI,"Northland Power Inc.",29,Buy,47133.3984,0.9400,2657.5054,4.5654,4.1490,4.1273,18.1000,14.3400,26.2204, 34 | PPL,"Pembina Pipeline Corp.",30,Buy,47133.3984,0.9400,16138.1113,15.6226,15.1304,3.2591,49.9700,32.6800,52.9070, 35 | BIR,"Birchcliff Energy Ltd.",31,Buy/Sell,47133.3984,0.9400,1864.3168,6.6045,5.7445,1.9229,12.7000,7.1000,78.8732, 36 | G,"Goldcorp Inc. *",32,Buy,47133.3984,0.9400,24826.7148,25.7673,26.9618,1.1898,30.5300,31.1000,-1.8328, 37 | TET,"Trilogy Energy Corp.",33,Buy,47133.3984,0.9400,2876.6384,5.5085,4.2783,5.3103,28.8800,27.4400,5.2478, 38 | THI,"Tim Hortons Inc.",34,Buy,47133.3984,0.9400,11606.1699,2.8826,8.0512,34.1060,87.4000,57.6000,51.7361, 39 | CIGI,"Colliers Intl Group*",35,Buy,47133.3984,0.9400,2071.4429,7.0593,5.4269,8.4640,59.7500,36.7900,62.4083, 40 | LTS,"Lightstream Resources",36,Buy/Sell,47133.3984,0.9400,1256.9426,9.8695,16.9523,0.6415,6.2800,7.2300,-13.1397, 41 | LNR,"Linamar Corp.",37,Buy,47133.3984,0.9400,4066.1453,23.2231,18.5789,2.7142,62.7600,32.8000,91.3415, 42 | CEU,"CES Energy Solutions",38,Buy,47133.3984,0.9400,2294.9250,1.8358,1.5345,5.2405,10.8200,5.7533,88.0660, 43 | TCW,"Trican Well Service Ltd",39,Buy,47133.3984,0.9400,2350.4580,8.5656,9.2151,1.8341,15.7100,14.8100,6.0770, 44 | DDC,"Dominion Diamond Corp*",40,Buy/Sell,47133.3984,0.9400,1254.0311,16.9904,15.7220,0.8670,14.7300,13.1800,11.7602, 45 | AC,"Air Canada",41,Buy,47133.3984,0.9400,2428.9905,0.0100,0.0100,849.0000,8.4900,2.8100,202.1352, 46 | OTEX,"Open Text Corporation*",42,Buy,47133.3984,0.9400,7437.0034,14.5069,11.9066,4.2657,61.0800,36.2000,68.7293, 47 | TXG,"Torex Gold Resources*",43,Buy,47133.3984,0.9400,1285.9788,0.9620,1.0040,1.8399,1.7700,1.6000,10.6250, 48 | L,"Loblaw Companies Ltd.",44,Buy,47133.3984,0.9400,22373.4570,36.8284,23.6217,1.4717,54.2000,44.9700,20.5248, 49 | RON,"RONA Inc.",45,Buy,47133.3984,0.9400,1694.4683,12.4098,12.1964,1.1515,14.2900,10.7500,32.9302, 50 | ELD,"Eldorado Gold Corp.*",46,Buy,47133.3984,0.9400,6439.0747,7.8101,8.6489,1.1525,8.9900,8.9700,0.2230, 51 | MG,"Magna Intl. Inc. *",47,Buy,47133.3984,0.9400,26208.2422,48.0734,43.4582,2.5867,123.2800,80.9600,52.2727, 52 | CP,"Cdn Pacific Railway Ltd",48,Buy,47133.3984,0.9400,37514.1953,41.2963,32.7143,5.2738,217.7900,123.8700,75.8214, 53 | BNE,"Bonterra Energy Corp.",49,Buy,47133.3984,0.9400,2112.5750,21.8397,21.1807,3.0999,65.8400,51.5400,27.7454, 54 | MFC,"Manulife Financial Corp",50,Buy,47133.3984,0.9400,40790.6836,14.9220,12.7187,1.4864,21.9500,17.2700,27.0990, 55 | CNR,"Cdn National Railway",51,Buy,47133.3984,0.9400,63895.9844,16.2878,13.5053,4.7944,78.0900,49.3900,58.1089, 56 | OBE,"Obsidian Energy Ltd.",52,Buy,47133.3984,0.9400,4169.9702,15.4110,18.0000,0.5533,8.4500,11.8800,-28.8721, 57 | ENF,"Enbridge IF Holdings",53,Buy,47133.3984,0.9400,1825.7892,3.6188,4.5162,9.5350,32.3200,23.2600,38.9510, 58 | TRQ,"Turquoise Hill Ltd.*",54,Buy,47133.3984,0.9400,7365.0137,4.3341,6.1798,0.8445,3.6600,5.4800,-33.2117, 59 | CCA,"Cogeco Communications",55,Buy,47133.3984,0.9400,2093.8416,29.6939,26.9548,2.1331,62.7000,48.3600,29.6526, 60 | RUS,"Russel Metals Inc.",56,Buy,47133.3984,0.9400,2240.3936,14.3192,13.8140,2.6171,36.4800,26.3200,38.6018, 61 | MEG,"MEG Energy Corp.",57,Buy,47133.3984,0.9400,8663.3164,22.2206,21.5103,1.7430,38.7300,34.0900,13.6110, 62 | CNQ,"Cdn Natural Resources",58,Buy,47133.3984,0.9400,51752.1484,24.8941,22.5867,1.9037,47.3900,32.1400,47.4487, 63 | CFW,"Calfrac Well Services",59,Buy,47133.3984,0.9400,1937.1284,8.4235,8.5589,2.4349,20.5100,16.4200,24.9086, 64 | CVE,"Cenovus Energy Inc.",60,Buy,47133.3984,0.9400,26251.0469,13.7748,13.1062,2.5176,34.6800,30.1800,14.9105, 65 | -------------------------------------------------------------------------------- /A2015.csv: -------------------------------------------------------------------------------- 1 | Symbol,Company,Rank,Status, TRI ,TB90 ,MKT CAP ,BOOK ,BOOK4Q ,P/B ,PRNOW ,PR12M ,PCHG12M , 2 | DOI,,,, 3 | Min (>=),,,, 4 | Max (<),,,, 5 | JE,"Just Energy Group Inc.",1,Buy/Sell,43042.7188,0.3700,1164.0138,0.0100,0.0100,793.0000,7.9300,6.4600,22.7554, 6 | NFI,"NFI Group Inc.",2,Buy/Sell,43042.7188,0.3700,1060.9375,10.3295,8.5838,1.7727,19.1100,13.7000,39.4891, 7 | CXR,"Concordia Intl *",3,Buy,43042.7188,0.3700,3433.7009,20.6129,9.1413,4.7074,101.7800,36.2500,180.7724, 8 | DGC,"Detour Gold Corp.*",4,Buy,43042.7188,0.3700,2268.6536,13.8678,12.7717,0.9095,13.2900,13.6900,-2.9218, 9 | AIM,"Aimia Inc.",5,Buy,43042.7188,0.3700,1833.4132,1.8882,2.9111,6.0693,11.4600,17.2500,-33.5652, 10 | CCL.B,"CCL Industries Inc., B",6,Buy,43042.7188,0.3700,5996.2119,39.5633,32.8656,4.3475,172.0000,113.3400,51.7558, 11 | NG,"NovaGold Resources*",7,Buy,43042.7188,0.3700,1563.8792,1.4190,1.5125,3.2881,4.9200,4.2900,14.6853, 12 | SLF,"Sun Life Financial Inc.",8,Buy,43042.7188,0.3700,25535.3887,29.2810,25.3743,1.4470,41.8200,40.4300,3.4380, 13 | CSU,"Constellation Software*",9,Buy,43042.7188,0.3700,11914.0732,16.0200,12.9293,33.3059,562.2100,269.4800,108.6277, 14 | TCN,"Tricon Capital Group*",10,Buy,43042.7188,0.3700,1181.3580,6.3847,5.3955,1.5698,11.4000,7.7400,47.2868, 15 | SU,"Suncor Energy Inc.",11,Buy,43042.7188,0.3700,53869.1914,28.7841,28.5352,1.2945,37.2600,44.6300,-16.5136, 16 | ECI,"EnerCare Inc.",12,Buy,43042.7188,0.3700,1287.1683,5.0671,1.1188,2.8414,14.0000,13.8200,1.3025, 17 | BHC,"Bausch Health Comp.*",13,Buy,43042.7188,0.3700,104059.8438,23.4196,16.8182,12.3591,304.9900,127.3800,139.4332, 18 | RBA,"Ritchie Bros. Auctions*",14,Buy,43042.7188,0.3700,3891.2446,8.2433,7.2558,4.1826,36.3300,25.8300,40.6504, 19 | CG,"Centerra Gold Inc.*",15,Buy,43042.7188,0.3700,1573.0854,7.6359,6.4533,0.8307,6.6500,6.5600,1.3720, 20 | ATD.B,"Aliment'n Couche-Tard*",16,Buy,43042.7188,0.3700,31632.7988,8.3147,7.6741,6.2206,55.7500,32.6100,70.9598, 21 | WSP,"WSP Global Inc.",17,Buy,43042.7188,0.3700,3803.9543,26.1279,20.4652,1.6151,42.2000,36.4800,15.6798, 22 | EFN,"Element Fleet Mgmt.",18,Buy,43042.7188,0.3700,4972.3120,10.1140,7.0498,1.8608,18.8200,14.1100,33.3806, 23 | DOL,"Dollarama Inc.",19,Buy,43042.7188,0.3700,9602.7930,5.6894,5.5228,13.4157,75.1200,46.2850,62.2988, 24 | DSG,"Descartes Systems*",20,Buy,43042.7188,0.3700,1718.3915,6.4027,4.4388,3.2776,22.7600,15.2000,49.7368, 25 | ESI,"Ensign Energy Services",21,Buy,43042.7188,0.3700,1610.1924,13.8820,13.0659,0.7578,10.5200,16.3100,-35.4997, 26 | BAM.A,"Brookfield Asset Mgmt*",22,Buy,43042.7188,0.3700,40607.4219,27.8840,21.4597,1.4170,41.4100,34.6333,19.5670, 27 | TIH,"Toromont Industries Ltd",23,Buy,43042.7188,0.3700,2721.9526,9.1096,7.8010,3.8465,35.0400,27.1900,28.8709, 28 | DHX,"DHX Media Ltd.",24,Buy,43042.7188,0.3700,1077.4141,2.0697,1.7386,4.1543,8.5400,7.6100,12.2208, 29 | EMA,"Emera Inc.",25,Buy,43042.7188,0.3700,6596.3999,20.5118,17.7872,2.2653,45.5600,34.3800,32.5189, 30 | DOO,"BRP Inc",26,Buy,43042.7188,0.3700,1041.7007,0.3835,0.0100,70.8735,27.1800,26.4800,2.6435, 31 | RON,"RONA Inc.",27,Buy,43042.7188,0.3700,1534.3468,12.8451,12.4098,1.1055,14.2000,14.2900,-0.6298, 32 | CLS,"Celestica Inc.*",28,Buy,43042.7188,0.3700,1994.1918,9.4991,8.5072,1.6065,16.0800,11.9600,34.4482, 33 | SJ,"Stella-Jones Inc.",29,Buy,43042.7188,0.3700,3084.9885,11.4508,8.9070,3.9037,44.7000,29.8400,49.7989, 34 | ONEX,"Onex Corporation*",30,Buy,43042.7188,0.3700,8500.4121,1.3951,10.6861,56.9863,80.1000,63.3100,26.5203, 35 | RCH,"Richelieu Hardware Ltd.",31,Buy,43042.7188,0.3700,1294.6970,16.6600,13.7395,4.0309,66.5500,49.6000,34.1734, 36 | WPK,"Winpak Ltd.*",32,Buy,43042.7188,0.3700,2598.0500,12.1015,9.0448,3.1346,39.9700,29.4000,35.9524, 37 | NWC,"North West Company Inc.",33,Buy,43042.7188,0.3700,1313.8324,6.7307,6.6109,4.2061,27.0900,24.6400,9.9432, 38 | MRU,"Metro Inc.",34,Buy,43042.7188,0.3700,8528.5908,10.9384,10.3696,3.2102,34.7400,23.4967,47.8506, 39 | RRX,"Raging River Explor.",35,Buy,43042.7188,0.3700,1674.7489,3.0329,2.4301,2.7729,8.4100,11.0000,-23.5455, 40 | PXT,"Parex Resources Inc.*",36,Buy,43042.7188,0.3700,1361.4778,6.3375,5.8405,1.3582,9.0700,14.0300,-35.3528, 41 | BCB,"Cott Corporation *",37,Buy,43042.7188,0.3700,1520.6064,7.6334,6.6997,1.5526,13.8900,8.1400,70.6388, 42 | UFS,"Domtar Corporation*",38,Buy,43042.7188,0.3700,3437.2581,54.0662,46.4152,0.9282,52.8800,40.6200,30.1822, 43 | ERF,"Enerplus Corporation",39,Buy,43042.7188,0.3700,1728.0809,8.2343,9.5225,1.0302,8.3800,24.8900,-66.3319, 44 | L,"Loblaw Companies Ltd.",40,Buy,43042.7188,0.3700,28979.7734,31.8345,36.8284,2.2058,70.2200,54.2000,29.5572, 45 | AGU,"Agrium Inc. *",41,Buy,43042.7188,0.3700,19506.7207,59.2726,53.2095,2.1873,136.6100,102.8200,32.8633, 46 | VII,"Seven Generations Egy",42,Buy,43042.7188,0.3700,3368.4021,7.3424,4.6750,1.8713,13.7400,n/a,n/a, 47 | TRQ,"Turquoise Hill Ltd.*",43,Buy,43042.7188,0.3700,7928.4976,5.1574,4.3341,0.7250,3.9400,3.6600,7.6503, 48 | PD,"Precision Drilling Corp",44,Buy,43042.7188,0.3700,1857.0629,8.3203,8.4382,0.7685,6.3400,13.8600,-54.2569, 49 | ENB,"Enbridge Inc.",45,Buy,43042.7188,0.3700,46579.4844,13.1070,10.6896,4.3007,54.3700,54.2300,0.2582, 50 | MDZ.A,"MDC Partners Inc., A*",46,Buy,43042.7188,0.3700,1296.4821,0.0100,0.0100,1982.4426,25.9700,23.8500,8.8889, 51 | EFX,"Enerflex Ltd.",47,Buy,43042.7188,0.3700,999.9749,13.8551,12.1358,0.9187,12.6500,20.9800,-39.7045, 52 | GIL,"Gildan Activewear*",48,Buy,43042.7188,0.3700,10039.6582,10.4306,8.4055,3.7871,41.3000,31.1700,32.4992, 53 | CVE,"Cenovus Energy Inc.",49,Buy,43042.7188,0.3700,15888.9961,13.3147,13.7748,1.4323,19.0700,34.6800,-45.0115, 54 | AC,"Air Canada",50,Buy,43042.7188,0.3700,3225.5220,0.0100,0.0100,1123.0000,11.2300,8.4900,32.2733, 55 | ENGH,"Enghouse Systems Ltd.",51,Buy,43042.7188,0.3700,1339.7720,8.1471,7.7385,6.4461,50.9700,34.9400,45.8787, 56 | CNQ,"Cdn Natural Resources",52,Buy,43042.7188,0.3700,32446.8574,25.3779,24.8941,1.1683,29.6500,47.3900,-37.4341, 57 | IAG,"Industrial Alliance",53,Buy,43042.7188,0.3700,4263.1519,36.6183,32.9470,1.1570,42.0200,46.9400,-10.4815, 58 | TRI,"Thomson Reuters Corp*",54,Buy,43042.7188,0.3700,40003.0820,21.6298,20.6713,2.2898,51.1800,41.2000,24.2233, 59 | WN,"Weston Ltd., George",55,Buy,43042.7188,0.3700,15089.8936,51.3805,49.7234,2.1218,109.0200,86.1700,26.5173, 60 | DH,"DH Corporation",56,Buy,43042.7188,0.3700,4505.6338,20.2384,13.9022,2.1089,42.6800,32.5200,31.2423, 61 | CEE,"Centamin plc*",57,Buy,43042.7188,0.3700,1394.0508,1.4717,1.1974,0.7802,1.2100,1.1400,6.1404, 62 | BIN,"Progressive Waste Sol.*",58,Buy,43042.7188,0.3700,3969.8232,12.9143,12.2406,2.6691,36.3200,28.1100,29.2067, 63 | OTEX,"Open Text Corporation*",59,Buy,43042.7188,0.3700,7297.2827,18.7547,14.4870,3.0602,59.6700,61.0800,-2.3085, 64 | POW,"Power Corp. of Canada",60,Buy,43042.7188,0.3700,11928.6836,26.1249,22.9204,1.1024,28.8000,32.0400,-10.1124, 65 | -------------------------------------------------------------------------------- /A2016.csv: -------------------------------------------------------------------------------- 1 | Symbol,Company,Rank,Status, TRI ,TB90 ,MKT CAP ,BOOK ,BOOK4Q ,P/B ,PRNOW ,PR12M ,PCHG12M , 2 | DOI,,,, 3 | Min (>=),,,, 4 | Max (<),,,, 5 | PAAS,"Pan American Silver *",1,Buy,46782.5273,0.5000,3480.5830,11.4053,12.4239,2.0100,22.8700,9.1300,150.4929, 6 | SSRM,"SSR Mining Inc.*",2,Buy,46782.5273,0.5000,1831.8840,9.0118,7.8545,1.7094,15.3900,8.4700,81.7001, 7 | ECA,"EnCana Corporation*",3,Buy,46782.5273,0.5000,10640.5645,7.5109,11.5738,1.6685,12.5200,9.8300,27.3652, 8 | VII,"Seven Generations Egy",4,Buy,46782.5273,0.5000,10366.3613,7.8434,7.3424,2.7895,30.2000,13.7400,119.7962, 9 | IMG,"Iamgold Corporation*",5,Buy,46782.5273,0.5000,2194.7327,6.3731,8.4816,0.7644,4.8700,2.2100,120.3620, 10 | FR,"First Majestic Silver*",6,Buy,46782.5273,0.5000,2586.5461,4.7868,5.5419,3.3060,15.8100,4.5400,248.2379, 11 | AEM,"Agnico Eagle Mines Ltd*",7,Buy,46782.5273,0.5000,14925.6523,25.4114,23.8705,2.6318,66.4700,32.2200,106.3004, 12 | NVA,"NuVista Energy Ltd.",8,Buy,46782.5273,0.5000,1133.8013,4.1328,5.0297,1.7470,7.2200,5.6900,26.8893, 13 | BTO,"B2Gold Corp.*",9,Buy,46782.5273,0.5000,3068.4165,1.8391,1.9306,1.7961,3.3000,1.5400,114.2857, 14 | CEE,"Centamin plc*",10,Buy,46782.5273,0.5000,2960.9175,1.6316,1.4717,1.5767,2.5700,1.2100,112.3967, 15 | TECK.B,"Teck Resources Limited",11,Buy,46782.5273,0.5000,12247.4482,28.3915,32.6181,0.7485,21.2500,9.4500,124.8677, 16 | FM,"First Quantum Minerals*",12,Buy,46782.5273,0.5000,6851.9512,17.7710,17.8175,0.5599,9.9400,6.8600,44.8979, 17 | NGD,"New Gold Inc.*",13,Buy,46782.5273,0.5000,3230.9377,5.3677,5.5377,1.1748,6.3000,3.0300,107.9208, 18 | PXT,"Parex Resources Inc.*",14,Buy,46782.5273,0.5000,2363.5532,6.3452,6.3375,2.4483,15.5200,9.0700,71.1136, 19 | AGI,"Alamos Gold Inc.*",15,Buy,46782.5273,0.5000,2458.0605,8.6534,10.1915,1.0677,9.2300,5.4200,70.2952, 20 | FVI,"Fortuna Silver Mines*",16,Buy,46782.5273,0.5000,1422.7551,2.6793,2.6874,2.9772,9.7900,3.2000,205.9375, 21 | THO,"Tahoe Resources Inc.*",17,Buy,46782.5273,0.5000,5320.0874,10.6237,9.7831,1.6201,17.1100,11.0000,55.5455, 22 | OBE,"Obsidian Energy Ltd.",18,Buy/Sell,46782.5273,0.5000,1044.4990,5.3907,10.5703,0.3858,2.0800,1.0300,101.9417, 23 | WPM,"Wheaton Precious Metal*",19,Buy,46782.5273,0.5000,14632.6846,14.3009,13.7846,2.3372,33.2400,16.1300,106.0757, 24 | MUX,"McEwen Mining Inc.*",20,Buy/Sell,46782.5273,0.5000,1342.9567,1.9251,1.8000,2.3399,4.5000,1.1800,281.3560, 25 | TXG,"Torex Gold Resources*",21,Buy,46782.5273,0.5000,2378.3992,10.5956,10.7011,2.8379,30.0400,12.4000,142.2581, 26 | DGC,"Detour Gold Corp.*",22,Buy,46782.5273,0.5000,5177.1675,13.8809,13.8678,2.1345,29.6000,13.2900,122.7239, 27 | ARX,"ARC Resources Ltd.",23,Buy,46782.5273,0.5000,8046.5132,9.5247,11.0698,2.4277,22.8800,19.7800,15.6724, 28 | ABX,"Barrick Gold Corp*",24,Buy,46782.5273,0.5000,25975.2363,8.2008,10.8913,2.7293,22.2900,9.1500,143.6066, 29 | OSB,"Norbord Inc.*",25,Buy,46782.5273,0.5000,2696.1260,8.4042,7.9898,3.7969,31.5000,21.6100,45.7658, 30 | IVN,"Ivanhoe Mines Ltd.*",26,Buy,46782.5273,0.5000,1448.8652,1.8182,0.6181,1.0240,1.8600,0.8000,132.5000, 31 | SHOP,"Shopify Inc. *",27,Buy,46782.5273,0.5000,4018.0278,3.0024,3.2872,8.8826,54.4000,36.7100,48.1885, 32 | OGC,"OceanaGold Corporation*",28,Buy,46782.5273,0.5000,2514.0063,2.6677,2.8162,1.5497,4.1300,2.3200,78.0173, 33 | EFX,"Enerflex Ltd.",29,Buy/Sell,46782.5273,0.5000,1058.0719,12.9206,13.8551,1.0409,13.3600,12.6500,5.6126, 34 | GUY,"Guyana Goldfields Inc.*",30,Buy,46782.5273,0.5000,1394.1050,1.7025,1.2898,3.5505,8.2400,4.0400,103.9604, 35 | ERF,"Enerplus Corporation",31,Buy,46782.5273,0.5000,2195.6089,2.9177,8.2343,3.1508,9.1300,8.3800,8.9499, 36 | NFI,"NFI Group Inc.",32,Buy,46782.5273,0.5000,2564.3596,12.0230,10.3295,3.5175,42.2500,19.1100,121.0884, 37 | FFH,"Fairfax Financial*",33,Buy,46782.5273,0.5000,17097.0371,528.2736,456.4174,1.4064,742.2200,611.7600,21.3253, 38 | WCN,"Waste Connections Inc*",34,Buy,46782.5273,0.5000,17551.7832,41.3423,22.9159,2.4337,100.0600,62.8886,59.1067, 39 | YRI,"Yamana Gold Inc.*",35,Buy,46782.5273,0.5000,5031.3882,6.7400,8.9734,0.7886,5.3100,2.4700,114.9798, 40 | VSN,"Veresen Inc.",36,Buy,46782.5273,0.5000,4033.1152,7.6431,7.9880,1.7281,12.9200,13.5900,-4.9301, 41 | MAG,"MAG Silver Corp.*",37,Buy,46782.5273,0.5000,1563.4144,3.6439,2.9511,5.3430,19.4500,9.6800,100.9298, 42 | NPI,"Northland Power Inc.",38,Buy,46782.5273,0.5000,4062.0642,3.6027,4.9381,6.9419,23.7600,16.4200,44.7016, 43 | LUC,"Lucara Diamond Corp. *",39,Buy/Sell,46782.5273,0.5000,1374.1718,1.0995,0.7451,5.6444,3.6000,1.7000,111.7647, 44 | TOU,"Tourmaline Oil Corp.",40,Buy,46782.5273,0.5000,8643.9453,23.2859,22.9489,1.5838,36.8800,33.3000,10.7508, 45 | CPX,"Capital Power Corp",41,Buy,46782.5273,0.5000,2014.0116,22.3438,22.4174,0.9376,20.9500,20.4600,2.3949, 46 | FNV,"Franco-Nevada Corp.*",42,Buy,46782.5273,0.5000,16288.2041,30.3707,26.4271,3.0200,91.6300,57.0000,60.7544, 47 | ITP,"Intertape Polymer Grp*",43,Buy,46782.5273,0.5000,1279.2991,5.0981,4.5838,4.2862,21.8300,14.7700,47.7996, 48 | PGF,"Pengrowth Energy Corp.",44,Buy/Sell,46782.5273,0.5000,1034.6718,2.9652,4.7763,0.6374,1.8900,1.9300,-2.0725, 49 | ARE,"Aecon Group Inc.",45,Buy/Sell,46782.5273,0.5000,1052.7744,12.0692,12.0712,1.5204,18.3500,12.7600,43.8088, 50 | PBH,"Premium Brands Holding",46,Buy,46782.5273,0.5000,1834.5194,12.8339,9.7413,4.8481,62.2200,31.2900,98.8495, 51 | MTL,"Mullen Group Ltd.",47,Buy,46782.5273,0.5000,1683.3457,9.2779,9.2805,1.7618,16.2400,19.1100,-15.0183, 52 | X,"TMX Group Ltd.",48,Buy,46782.5273,0.5000,3101.1697,52.2310,54.1342,1.0978,56.9000,48.6500,16.9579, 53 | VET,"Vermilion Energy Inc.",49,Buy,46782.5273,0.5000,5526.1953,14.0597,18.0052,3.4770,47.3900,45.5800,3.9710, 54 | SNC,"SNC-Lavalin Group Inc.",50,Buy,46782.5273,0.5000,8396.5654,25.0954,22.6143,2.2508,55.9000,39.5000,41.5190, 55 | KL,"Kirkland Lake Gold Ltd*",51,Buy/Sell,46782.5273,0.5000,1254.6350,4.3719,3.8184,2.3956,10.6900,5.3200,100.9398, 56 | SMF,"Semafo Inc.*",52,Buy,46782.5273,0.5000,1806.3811,2.7759,2.3809,2.0085,5.5700,3.2600,70.8589, 57 | KXS,"Kinaxis Inc.*",53,Buy,46782.5273,0.5000,1533.9197,4.1243,2.9640,15.0814,62.1400,36.4500,70.4801, 58 | MFI,"Maple Leaf Foods Inc.",54,Buy,46782.5273,0.5000,3923.0271,15.5506,15.4284,1.8732,29.1300,22.3200,30.5107, 59 | CNQ,"Cdn Natural Resources",55,Buy,46782.5273,0.5000,44865.3555,23.6704,25.3779,1.7207,40.7300,29.6500,37.3693, 60 | CAE,"CAE Inc.",56,Buy,46782.5273,0.5000,5025.5503,6.8890,6.2879,2.7145,18.7000,14.4500,29.4118, 61 | QSR,"Restaurant Brands Intl*",57,Buy,46782.5273,0.5000,14629.0791,9.4704,9.5183,6.6133,62.5700,50.4800,23.9501, 62 | WB,"Whistler Blackcomb",58,Buy/Sell,46782.5273,0.5000,1427.7489,9.6860,9.7046,3.9631,37.4200,22.3800,67.2029, 63 | GC,"Great Cdn. Gaming Corp.",59,Buy/Sell,46782.5273,0.5000,1309.4614,5.5551,5.5654,3.9225,21.7900,18.4100,18.3596, 64 | BB,"BlackBerry Limited*",60,Buy,46782.5273,0.5000,5202.0513,6.4984,8.3925,1.5434,9.9500,9.9800,-0.3006, 65 | -------------------------------------------------------------------------------- /A2017.csv: -------------------------------------------------------------------------------- 1 | Symbol,Company,Rank,Status, TRI ,TB90 ,MKT CAP ,BOOK ,BOOK4Q ,P/B ,PRNOW ,PR12M ,PCHG12M , 2 | DOI,,,, 3 | Min (>=),,,, 4 | Max (<),,,, 5 | AC,"Air Canada",1,Buy,50166.8711,0.7100,6339.6929,4.4071,0.0100,5.2960,23.3400,8.9600,160.4911, 6 | CFP,"Canfor Corp.",2,Buy,50166.8711,0.7100,2904.4365,12.1411,9.9236,1.8013,21.8700,15.2300,43.5982, 7 | SHOP,"Shopify Inc. *",3,Buy,50166.8711,0.7100,11790.4854,12.8804,3.0024,11.0327,138.0000,54.4000,153.6765, 8 | KL,"Kirkland Lake Gold Ltd*",4,Buy,50166.8711,0.7100,3404.9287,6.2801,4.3719,2.6678,16.2700,10.6900,52.1983, 9 | LUN,"Lundin Mining Corp.*",5,Buy,50166.8711,0.7100,6862.9287,6.0314,5.4527,1.6117,9.4400,4.9600,90.3226, 10 | TOY,"Spin Master Corp.*",6,Buy/Sell,50166.8711,0.7100,1286.2499,4.4785,2.9930,10.5355,45.8200,28.2500,62.1947, 11 | DOO,"BRP Inc",7,Buy,50166.8711,0.7100,1261.2721,1.3986,0.3219,31.4728,41.5000,24.3700,70.2913, 12 | AGI,"Alamos Gold Inc.*",8,Buy,50166.8711,0.7100,3126.2847,8.7022,8.6534,1.2307,10.4000,9.2300,12.6761, 13 | DGC,"Detour Gold Corp.*",9,Buy,50166.8711,0.7100,3053.7471,14.0936,13.8809,1.2772,17.4800,29.6000,-40.9459, 14 | WJA,"WestJet Airlines Ltd.",10,Buy,50166.8711,0.7100,3119.4541,18.1820,16.4411,1.4646,26.6300,24.2000,10.0413, 15 | IMG,"Iamgold Corporation*",11,Buy,50166.8711,0.7100,3852.4094,7.7077,6.3731,1.1075,8.2900,4.8700,70.2259, 16 | BAD,"Badger Daylighting Ltd.",12,Buy/Sell,50166.8711,0.7100,1072.9609,7.6886,7.0845,3.7965,28.9200,26.1700,10.5082, 17 | PSI,"Pason Systems Inc.",13,Buy,50166.8711,0.7100,1518.6162,4.3137,4.9635,4.1496,17.9000,18.7000,-4.2781, 18 | GC,"Great Cdn. Gaming Corp.",14,Buy,50166.8711,0.7100,2062.1758,7.0825,5.5551,4.7879,33.9100,21.7900,55.6218, 19 | DDC,"Dominion Diamond Corp*",15,Buy,50166.8711,0.7100,1448.2396,19.9262,18.6071,0.9756,17.6800,11.5000,53.7391, 20 | CG,"Centerra Gold Inc.*",16,Buy,50166.8711,0.7100,2184.6240,8.4901,7.7833,0.9097,7.5000,6.5600,14.3293, 21 | TCW,"Trican Well Service Ltd",17,Buy,50166.8711,0.7100,1281.4388,3.2639,2.6555,1.1336,3.7000,2.1400,72.8972, 22 | OSB,"Norbord Inc.*",18,Buy,50166.8711,0.7100,3703.6672,11.8224,8.4042,3.9159,43.0000,31.5000,36.5079, 23 | WFT,"West Fraser Timber Co.",19,Buy,50166.8711,0.7100,4916.7061,31.2792,25.3154,2.0713,64.7900,44.1500,46.7497, 24 | VSN,"Veresen Inc.",20,Buy,50166.8711,0.7100,5517.1567,7.1831,7.6431,2.5069,17.5900,12.9200,36.1455, 25 | IVN,"Ivanhoe Mines Ltd.*",21,Buy,50166.8711,0.7100,3562.3184,1.7899,1.8182,2.6061,4.5300,1.8600,143.5484, 26 | K,"Kinross Gold Corp. *",22,Buy,50166.8711,0.7100,7095.3940,4.5025,4.4648,1.3013,5.6900,5.2400,8.5878, 27 | G,"Goldcorp Inc. *",23,Buy,50166.8711,0.7100,14876.4346,20.7593,20.1000,0.8418,17.1600,19.9600,-14.0281, 28 | AEM,"Agnico Eagle Mines Ltd*",24,Buy,50166.8711,0.7100,14849.1045,27.1469,25.4114,2.4397,64.0100,66.4700,-3.7009, 29 | RUS,"Russel Metals Inc.",25,Buy,50166.8711,0.7100,1607.8330,13.2670,13.0737,2.0191,26.0200,21.7900,19.4126, 30 | PSK,"PrairieSky Royalty Ltd",26,Buy,50166.8711,0.7100,6936.5835,11.7054,11.4187,2.5336,29.3400,25.7000,14.1634, 31 | FFH,"Fairfax Financial*",27,Buy,50166.8711,0.7100,18226.2305,490.9099,528.2736,1.3070,649.0800,742.2200,-12.5488, 32 | PBH,"Premium Brands Holding",28,Buy,50166.8711,0.7100,2944.6624,14.3973,12.8339,6.8492,98.6100,62.2200,58.4860, 33 | WEF,"Western Forest Products",29,Buy/Sell,50166.8711,0.7100,1048.2544,1.3844,1.2125,1.9422,2.6500,2.1200,25.0000, 34 | BB,"BlackBerry Limited*",30,Buy,50166.8711,0.7100,6148.2700,7.0565,6.4984,1.7555,11.5700,9.9500,16.2814, 35 | CCA,"Cogeco Communications",31,Buy,50166.8711,0.7100,3157.4697,31.6849,29.1895,2.9899,93.4500,63.4500,47.2813, 36 | ECA,"EnCana Corporation*",32,Buy,50166.8711,0.7100,11337.1045,9.0511,7.5109,1.3254,11.6500,12.5200,-6.9489, 37 | CVE,"Cenovus Energy Inc.",33,Buy,50166.8711,0.7100,12004.3740,16.0328,14.0131,0.6094,9.7700,18.9500,-48.4433, 38 | BBD.B,"Bombardier Inc.,B*",34,Buy,50166.8711,0.7100,5616.4409,0.0100,0.0100,198.4127,2.5000,2.1500,16.2791, 39 | FTT,"Finning International",35,Buy,50166.8711,0.7100,4802.5425,11.5231,11.2432,2.5209,28.5700,23.2600,22.8289, 40 | QBR.B,"Quebecor Inc., B",36,Buy,50166.8711,0.7100,5774.6382,4.6404,2.7813,10.4222,47.7900,40.1100,19.1473, 41 | AIF,"Altus Group Limited",37,Buy/Sell,50166.8711,0.7100,1204.9128,10.9428,9.0812,2.8512,31.2000,27.9400,11.6679, 42 | LIF,"Labrador Iron Ore",38,Buy,50166.8711,0.7100,1280.6400,9.1941,8.6844,2.1764,20.0100,13.0000,53.9231, 43 | HBM,"Hudbay Minerals Inc.*",39,Buy,50166.8711,0.7100,2583.8833,9.8185,9.7541,1.1421,10.8900,5.3200,104.6992, 44 | MIC,"Genworth MI Canada Inc.",40,Buy,50166.8711,0.7100,3307.3589,41.7916,38.6766,0.8699,35.9700,34.2100,5.1447, 45 | MAG,"MAG Silver Corp.*",41,Buy/Sell,50166.8711,0.7100,1266.8954,2.8335,3.6439,5.6985,15.6800,19.4500,-19.3830, 46 | FSV,"FirstService Corp. *",42,Buy,50166.8711,0.7100,3011.0457,7.3075,6.2572,12.2583,86.9900,62.9600,38.1671, 47 | TCL.A,"Transcontinental Inc.",43,Buy,50166.8711,0.7100,1880.5430,14.9440,12.8947,1.6481,24.3000,19.2000,26.5625, 48 | NPI,"Northland Power Inc.",44,Buy,50166.8711,0.7100,4152.7241,4.1104,3.6027,6.0935,23.9500,23.7600,0.7997, 49 | LNR,"Linamar Corp.",45,Buy,50166.8711,0.7100,4546.2397,44.6916,36.6243,1.5622,69.6300,54.1200,28.6585, 50 | OR,"Osisko Gold Royalties",46,Buy,50166.8711,0.7100,2740.5964,11.3685,10.8692,1.3859,17.4600,14.8200,17.8138, 51 | GEI,"Gibson Energy Inc.",47,Buy,50166.8711,0.7100,2490.7266,7.6528,8.3813,2.2815,17.4600,17.8800,-2.3490, 52 | CEU,"CES Energy Solutions",48,Buy,50166.8711,0.7100,1413.0671,2.1955,2.0810,2.4287,5.3200,4.4500,19.5506, 53 | TECK.B,"Teck Resources Limited",49,Buy,50166.8711,0.7100,17956.8984,31.9809,28.3915,0.9718,31.0800,21.2500,46.2588, 54 | KXS,"Kinaxis Inc.*",50,Buy,50166.8711,0.7100,1861.9641,5.5062,4.1243,13.7044,73.2800,62.1400,17.9273, 55 | WSP,"WSP Global Inc.",51,Buy,50166.8711,0.7100,5319.4922,28.5659,27.7885,1.8123,51.7700,43.1200,20.0603, 56 | IFC,"Intact Financial Corp.",52,Buy,50166.8711,0.7100,13482.9385,42.1594,40.5724,2.4417,102.9400,95.1800,8.1530, 57 | POW,"Power Corp. of Canada",53,Buy,50166.8711,0.7100,12664.1094,28.5813,26.3222,1.0678,30.5200,27.7200,10.1010, 58 | RCI.B,"Rogers Communicat.,B",54,Buy,50166.8711,0.7100,33560.5039,11.2080,11.5105,5.8164,65.1900,56.1600,16.0791, 59 | MX,"Methanex Corporation *",55,Buy,50166.8711,0.7100,5497.1743,24.0300,23.8604,2.7344,63.8100,38.0900,67.5243, 60 | TCN,"Tricon Capital Group*",56,Buy,50166.8711,0.7100,1450.0686,8.2539,8.1174,1.3486,10.8100,9.6500,12.0207, 61 | FNV,"Franco-Nevada Corp.*",57,Buy,50166.8711,0.7100,18946.3887,32.0161,30.3707,3.2858,102.1600,91.6300,11.4919, 62 | DOL,"Dollarama Inc.",58,Buy,50166.8711,0.7100,13841.2646,0.3131,2.7069,605.9576,123.0700,96.9000,27.0072, 63 | SLF,"Sun Life Financial Inc.",59,Buy,50166.8711,0.7100,29426.6270,33.7095,30.7328,1.4410,47.9500,41.3800,15.8772, 64 | MFC,"Manulife Financial Corp",60,Buy,50166.8711,0.7100,48522.2305,20.0111,19.4911,1.2385,24.5300,17.8900,37.1157, 65 | -------------------------------------------------------------------------------- /A2018.csv: -------------------------------------------------------------------------------- 1 | Symbol,Company,Rank,Status, TRI ,TB90 ,MKT CAP ,BOOK ,BOOK4Q ,P/B ,PRNOW ,PR12M ,PCHG12M , 2 | DOI,,,, 3 | Min (>=),,,, 4 | Max (<),,,, 5 | PKI,"Parkland Fuel Corp.",1,Buy,55229.8008,1.5200,5392.3091,12.7062,12.1734,3.2500,40.6600,27.0200,50.4811, 6 | HSE,"Husky Energy Inc.",2,Buy,55229.8008,1.5200,21690.5137,17.8347,16.4304,1.2185,21.5800,14.6100,47.7071, 7 | TFII,"TFI International Inc.",3,Buy,55229.8008,1.5200,4228.3950,16.9713,14.3448,2.8542,48.4400,30.5400,58.6116, 8 | GOOS,"Canada Goose Holdings",4,Buy,55229.8008,1.5200,3813.6875,2.0711,1.2591,38.2743,79.2700,21.8400,262.9579, 9 | GEI,"Gibson Energy Inc.",5,Buy,55229.8008,1.5200,2793.2798,5.6926,7.6528,3.4044,19.3800,17.4600,10.9966, 10 | KML,"Kinder Morgan Canada",6,Buy,55229.8008,1.5200,1787.2990,8.8673,8.9068,1.9736,17.1800,17.3400,-0.9227, 11 | GTE,"Gran Tierra Energy Inc*",7,Buy,55229.8008,1.5200,1787.5454,3.2767,3.2257,1.3868,4.5100,2.5600,76.1719, 12 | TVE,"Tamarack Valley Energy",8,Buy/Sell,55229.8008,1.5200,1105.0428,3.4125,3.4627,1.4212,4.8500,2.3100,109.9567, 13 | TOG,"TORC Oil & Gas Ltd.",9,Buy/Sell,55229.8008,1.5200,1493.8674,7.0808,7.3068,0.9962,7.0100,5.1000,37.4510, 14 | DOO,"BRP Inc",10,Buy,55229.8008,1.5200,2326.0664,0.0100,0.0100,6812.0005,68.1200,41.5000,64.1446, 15 | WFT,"West Fraser Timber Co.",11,Buy,55229.8008,1.5200,6176.8560,40.6717,31.2792,2.1285,86.5700,64.7900,33.6163, 16 | CNQ,"Cdn Natural Resources",12,Buy,55229.8008,1.5200,54410.9453,26.5474,25.5017,1.6785,44.5600,38.4700,15.8305, 17 | CFP,"Canfor Corp.",13,Buy,55229.8008,1.5200,3870.3413,15.9517,12.1411,1.8863,30.0900,21.8700,37.5857, 18 | SU,"Suncor Energy Inc.",14,Buy,55229.8008,1.5200,87442.9922,27.9882,26.9936,1.9444,53.7200,39.1300,37.2860, 19 | KEL,"Kelt Exploration Ltd.",15,Buy,55229.8008,1.5200,1684.7090,4.7361,4.6970,1.9341,9.1600,6.0200,52.1595, 20 | MX,"Methanex Corporation *",16,Buy,55229.8008,1.5200,7568.3809,24.1159,24.0300,3.9781,95.2200,63.8100,49.2243, 21 | NTR,"Nutrien Ltd. *",17,Buy,55229.8008,1.5200,45130.8633,50.2861,32.8342,1.4694,73.3400,54.3250,35.0023, 22 | ATA,"ATS Automation Tooling",18,Buy,55229.8008,1.5200,2081.1050,8.1736,7.5721,2.7063,22.1200,12.6100,75.4164, 23 | RUS,"Russel Metals Inc.",19,Buy,55229.8008,1.5200,1771.0569,14.7929,13.2670,1.9795,28.5300,26.0200,9.6464, 24 | BTE,"Baytex Energy Corp.",20,Buy,55229.8008,1.5200,2145.9805,8.1031,8.2370,0.6808,3.9100,3.1600,23.7342, 25 | TIH,"Toromont Industries Ltd",21,Buy,55229.8008,1.5200,5304.2988,14.9353,11.7713,4.3682,65.2400,53.7600,21.3542, 26 | MNW,"Mitel Networks Corp.*",22,Buy,55229.8008,1.5200,1759.2240,4.3023,3.6732,3.3582,14.3400,10.1400,41.4201, 27 | YRI,"Yamana Gold Inc.*",23,Buy,55229.8008,1.5200,3435.5205,5.7199,6.1192,0.6376,3.6200,3.6900,-1.8970, 28 | OGC,"OceanaGold Corporation*",24,Buy,55229.8008,1.5200,2383.6685,3.3034,2.9267,1.1867,3.8600,3.8800,-0.5155, 29 | RBA,"Ritchie Bros. Auctions*",25,Buy,55229.8008,1.5200,5383.0693,9.5508,8.6289,5.3815,49.7500,37.1200,34.0248, 30 | ENGH,"Enghouse Systems Ltd.",26,Buy,55229.8008,1.5200,2187.3003,12.0929,10.6927,6.8559,80.4400,51.1900,57.1401, 31 | IFP,"Interfor Corporation",27,Buy,55229.8008,1.5200,1573.0579,13.9537,11.6541,1.6096,22.4600,17.5500,27.9772, 32 | SCL,"ShawCor Ltd.",28,Buy,55229.8008,1.5200,1922.5479,15.0079,14.8741,1.8468,27.4400,25.4000,8.0315, 33 | CGX,"Cineplex Inc.",29,Buy,55229.8008,1.5200,2084.2891,10.9790,11.3477,3.0789,32.9100,38.3900,-14.2745, 34 | KEY,"Keyera Corp.",30,Buy,55229.8008,1.5200,7472.8188,12.5108,10.3391,2.9425,35.9600,36.2400,-0.7726, 35 | PVG,"Pretium Resources Inc*",31,Buy,55229.8008,1.5200,1985.1681,6.1868,6.0703,1.7643,10.8500,10.3600,4.7297, 36 | VET,"Vermilion Energy Inc.",32,Buy,55229.8008,1.5200,6315.7832,17.3962,13.6236,2.4468,41.4400,40.7000,1.8182, 37 | DSG,"Descartes Systems*",33,Buy,55229.8008,1.5200,3501.9514,8.5058,7.8869,5.2637,45.5600,35.0600,29.9487, 38 | ECA,"EnCana Corporation*",34,Buy,55229.8008,1.5200,16524.0566,8.9282,9.0511,1.9500,17.2800,11.6500,48.3262, 39 | BHC,"Bausch Health Comp.*",35,Buy,55229.8008,1.5200,10510.0762,13.0325,14.6445,2.3301,30.1400,16.7900,79.5116, 40 | KL,"Kirkland Lake Gold Ltd*",36,Buy,55229.8008,1.5200,5151.8237,7.5020,6.2801,3.2756,24.3900,16.2700,49.9078, 41 | MEG,"MEG Energy Corp.",37,Buy,55229.8008,1.5200,2445.5652,13.2966,13.2566,0.6197,8.2400,5.0100,64.4710, 42 | FSV,"FirstService Corp. *",38,Buy,55229.8008,1.5200,3866.5066,8.0054,7.3075,14.0518,111.6500,86.9900,28.3481, 43 | ERF,"Enerplus Corporation",39,Buy,55229.8008,1.5200,3959.0337,6.9756,6.6757,2.3204,16.1400,11.0900,45.5365, 44 | BAD,"Badger Daylighting Ltd.",40,Buy/Sell,55229.8008,1.5200,1076.3000,9.0895,7.6886,3.2235,29.0100,28.9200,0.3112, 45 | CIGI,"Colliers Intl Group*",41,Buy,55229.8008,1.5200,4030.4082,10.9519,7.6711,9.7911,106.4300,64.9400,63.8897, 46 | OSB,"Norbord Inc.*",42,Buy,55229.8008,1.5200,4303.6250,18.2799,11.8224,3.6446,49.6600,43.0000,15.4884, 47 | ECI,"EnerCare Inc.",43,Buy,55229.8008,1.5200,3107.1428,5.5833,5.6399,5.3444,28.9500,20.9500,38.1862, 48 | BB,"BlackBerry Limited*",44,Buy,55229.8008,1.5200,7463.3804,5.8239,7.0565,2.3713,13.8900,11.5700,20.0519, 49 | MTY,"MTY Food Group Inc.",45,Buy/Sell,55229.8008,1.5200,1520.9523,23.4584,15.5091,2.5935,60.4500,47.0300,28.5350, 50 | PSI,"Pason Systems Inc.",46,Buy,55229.8008,1.5200,1819.0796,4.2072,4.3137,5.0627,21.3000,17.9000,18.9944, 51 | BBD.B,"Bombardier Inc.,B*",47,Buy,55229.8008,1.5200,10419.2314,0.0100,0.0100,331.5385,4.3100,2.5000,72.4000, 52 | GC,"Great Cdn. Gaming Corp.",48,Buy,55229.8008,1.5200,2820.1333,8.9359,7.0825,5.1500,46.0200,33.9100,35.7122, 53 | BAM.A,"Brookfield Asset Mgmt*",49,Buy,55229.8008,1.5200,55326.3750,33.4632,29.3484,1.6888,55.7600,49.3900,12.8973, 54 | WCP,"Whitecap Resources Inc.",50,Buy,55229.8008,1.5200,3369.1038,7.7953,8.6418,1.0425,8.0700,8.9800,-10.1336, 55 | SHOP,"Shopify Inc. *",51,Buy,55229.8008,1.5200,17794.7813,20.4616,12.8804,9.3487,189.8600,138.0000,37.5797, 56 | PD,"Precision Drilling Corp",52,Buy,55229.8008,1.5200,1497.9512,6.0128,7.9092,0.8482,5.1000,3.1700,60.8833, 57 | RNW,"TransAlta Renewables",53,Buy,55229.8008,1.5200,3173.7849,8.8643,9.1384,1.3884,12.0900,14.2000,-14.8592, 58 | VII,"Seven Generations Egy",54,Buy,55229.8008,1.5200,5555.5166,12.4291,12.0209,1.2358,15.3600,19.0100,-19.2004, 59 | BCB,"Cott Corporation *",55,Buy,55229.8008,1.5200,2836.1016,11.6765,7.6735,1.7670,20.3400,18.9700,7.2219, 60 | TCL.A,"Transcontinental Inc.",56,Buy,55229.8008,1.5200,2792.2144,16.8768,14.9440,1.9074,31.7900,24.3000,30.8231, 61 | CP,"Cdn Pacific Railway Ltd",57,Buy,55229.8008,1.5200,39135.0820,46.1333,36.5024,5.9499,274.4900,194.3100,41.2640, 62 | CNR,"Cdn National Railway",58,Buy,55229.8008,1.5200,85207.3281,23.6699,20.0093,4.9033,116.0600,101.2200,14.6611, 63 | TRQ,"Turquoise Hill Ltd.*",59,Buy,55229.8008,1.5200,6097.3125,5.9868,5.6730,0.5099,3.0300,4.2100,-28.0285, 64 | CCO,"Cameco Corporation",60,Buy,55229.8008,1.5200,5366.9531,12.2214,13.0040,1.1095,13.5600,12.5200,8.3067, 65 | -------------------------------------------------------------------------------- /C2007.csv: -------------------------------------------------------------------------------- 1 | Symbol,Company,Rank, TRI ,TB90 ,MKT CAP ,BOOK ,BOOK4Q ,P/B ,PRNOW ,PR12M ,PCHG12M , 2 | DOI,,, 3 | Min (>=),,, 4 | Max (<),,, 5 | EMA,"Emera Inc.",3,34542.6016,3.9000,2205.3914,12.2393,12.4794,1.6500,19.8200,20.1800,-1.7839, 6 | MG,"Magna Intl. Inc. *",5,34542.6016,3.9000,10483.0146,76.2251,72.5094,1.2566,94.8200,79.3200,19.5411, 7 | NA,"National Bank of Canada",6,34542.6016,3.9000,8677.1943,28.6967,26.5687,1.9138,54.9200,59.9700,-8.4209, 8 | KFS,"Kingsway Financial *",7,34542.6016,3.9000,1070.3020,18.8955,17.3292,1.0234,19.2400,22.7600,-15.4657, 9 | CM,"Cdn Imperial Bank",8,34542.6016,3.9000,32034.9980,33.0489,27.9633,2.8957,95.7000,80.3300,19.1336, 10 | ACO.X,"Atco Ltd., I",9,34542.6016,3.9000,3264.8979,26.1294,23.4299,2.1489,56.1500,41.4700,35.3991, 11 | CU,"Cdn Utilities Ltd., A",11,34542.6016,3.9000,6102.3154,19.5818,18.0771,2.5251,48.6500,39.9600,21.7468, 12 | PWF,"Power Financial Corp.",12,34542.6016,3.9000,28886.5547,16.1982,12.3125,2.5299,40.9800,34.5700,18.5421, 13 | POW,"Power Corp. of Canada",14,34542.6016,3.9000,16397.4785,20.0538,15.2241,2.0196,40.5000,32.4800,24.6921, 14 | TA,"TransAlta Corporation",15,34542.6016,3.9000,6067.2183,10.3805,12.9297,2.9515,29.9000,24.2800,23.1466, 15 | BMO,"Bank of Montreal",17,34542.6016,3.9000,32406.4121,28.8089,28.2080,2.3090,64.9500,66.9200,-2.9438, 16 | SAP,"Saputo Inc.",18,34542.6016,3.9000,5194.7700,14.3405,13.5214,3.6509,50.7500,37.7500,34.4371, 17 | TD,"Toronto-Dominion Bank",19,34542.6016,3.9000,51968.6992,28.6482,26.3624,2.5220,72.2500,63.8700,13.1204, 18 | ENB,"Enbridge Inc.",21,34542.6016,3.9000,13101.0840,13.8596,12.2818,2.6269,35.6000,36.3900,-2.1709, 19 | BNS,"Bank of Nova Scotia",22,34542.6016,3.9000,51318.9063,18.7139,16.6612,2.7915,52.2400,47.2700,10.5141, 20 | TRP,"TransCanada Corporation",24,34542.6016,3.9000,19788.6113,17.4148,15.2087,2.1131,36.8000,35.9400,2.3929, 21 | PJC.A,"Jean Coutu Group, A",25,34542.6016,3.9000,2247.3638,7.7286,6.5986,2.0454,15.5500,12.0900,28.6187, 22 | GWO,"Great-West Lifeco Inc.",27,34542.6016,3.9000,31897.3652,11.0229,10.1686,3.3262,35.7500,29.2700,22.1387, 23 | WN,"Weston Ltd., George",28,34542.6016,3.9000,9241.7695,30.1084,36.6512,2.3781,71.6000,78.4000,-8.6735, 24 | L,"Loblaw Companies Ltd.",30,34542.6016,3.9000,12378.9570,20.0438,22.2770,2.2526,45.1500,51.3500,-12.0740, 25 | IAG,"Industrial Alliance",31,34542.6016,3.9000,3146.5205,20.1209,17.5094,1.9693,39.2300,33.2000,18.1626, 26 | IGM,"IGM Financial Inc.",32,34542.6016,3.9000,13696.0684,15.2632,13.7467,3.3925,51.7800,49.7000,4.1851, 27 | SLF,"Sun Life Financial Inc.",33,34542.6016,3.9000,28850.1934,27.9790,25.8967,1.8376,50.7900,45.5200,11.5773, 28 | RY,"Royal Bank of Canada",34,34542.6016,3.9000,69325.3984,17.6743,16.1081,3.0745,54.3400,48.9800,10.9432, 29 | MFC,"Manulife Financial Corp",35,34542.6016,3.9000,61926.8164,16.3088,14.8290,2.5421,40.9000,36.0200,13.5480, 30 | FTS,"Fortis Inc.",39,34542.6016,3.9000,4093.9036,16.4965,12.1624,1.6302,26.5500,25.1200,5.6927, 31 | CWB,"Cdn Western Bank",40,34542.6016,3.9000,1623.1466,8.8242,7.8941,2.9711,25.9500,22.0300,17.7939, 32 | ECA,"EnCana Corporation*",41,34542.6016,3.9000,46618.5820,25.9988,24.6905,2.3927,61.8900,58.0000,6.7069, 33 | MX,"Methanex Corporation *",45,34542.6016,3.9000,2375.9844,13.1132,10.3828,1.8135,23.6600,26.3600,-10.2428, 34 | TRI,"Thomson Reuters Corp*",47,34542.6016,3.9000,28626.6855,17.7103,16.9609,2.5748,44.7000,44.5000,0.4494, 35 | NCX,"NOVA Chemicals Corp. *",50,34542.6016,3.9000,3194.3237,11.3319,18.7342,3.4441,38.4900,35.2500,9.1915, 36 | MRU,"Metro Inc.",53,34542.6016,3.9000,4003.7744,16.7434,14.5520,2.1012,34.9400,31.4000,11.2739, 37 | SC1,"Shoppers Drug Mart Corp",55,34542.6016,3.9000,11533.5059,13.2470,11.7212,4.0205,53.2600,46.6300,14.2183, 38 | AGF.B,"AGF Management Ltd.",56,34542.6016,3.9000,3164.1650,11.7731,10.5827,3.0294,35.0600,21.9000,60.0913, 39 | T,"TELUS Corporation",57,34542.6016,3.9000,18527.8477,19.9397,20.0396,2.8009,55.8500,54.2500,2.9493, 40 | CJR.B,"Corus Entertainment, B",59,34542.6016,3.9000,1989.3344,23.9532,21.0063,2.0601,48.8300,38.6300,26.4044, 41 | CNR,"Cdn National Railway",60,34542.6016,3.9000,27989.8633,19.4923,17.5551,2.8575,55.7000,47.1500,18.1336, 42 | -------------------------------------------------------------------------------- /C2008.csv: -------------------------------------------------------------------------------- 1 | Symbol,Company,Rank, TRI ,TB90 ,MKT CAP ,BOOK ,BOOK4Q ,P/B ,PRNOW ,PR12M ,PCHG12M , 2 | DOI,,, 3 | Min (>=),,, 4 | Max (<),,, 5 | BMO,"Bank of Montreal",3,34992.8008,2.4000,23471.4980,30.1460,28.8089,1.5435,46.5300,64.9500,-28.3603, 6 | NA,"National Bank of Canada",5,34992.8008,2.4000,7960.5332,29.4378,28.6967,1.6992,50.0200,54.9200,-8.9221, 7 | EMA,"Emera Inc.",7,34992.8008,2.4000,2636.1284,14.5769,12.2393,1.6430,23.5600,19.8200,18.8698, 8 | RUS,"Russel Metals Inc.",8,34992.8008,2.4000,1942.6224,14.9501,14.1856,2.1252,30.7100,29.8100,3.0191, 9 | CM,"Cdn Imperial Bank",9,34992.8008,2.4000,24431.9570,28.4004,33.0489,2.2595,64.1700,95.7000,-32.9467, 10 | FFH,"Fairfax Financial*",11,34992.8008,2.4000,4116.1782,256.5470,179.4758,0.8785,233.0000,219.3800,6.2084, 11 | TRP,"TransCanada Corporation",12,34992.8008,2.4000,23345.4863,19.9733,17.4148,2.0162,40.2700,36.8000,9.4294, 12 | CU,"Cdn Utilities Ltd., A",14,34992.8008,2.4000,5409.2651,21.4438,19.5818,2.0416,43.1000,48.6500,-11.4080, 13 | WN,"Weston Ltd., George",15,34992.8008,2.4000,6083.3047,29.7424,30.1084,1.5846,47.1300,71.6000,-34.1760, 14 | PWF,"Power Financial Corp.",16,34992.8008,2.4000,24417.7871,17.9280,16.1982,1.9316,34.6300,40.9800,-15.4954, 15 | RY,"Royal Bank of Canada",17,34992.8008,2.4000,65241.9805,19.7839,17.6743,2.4641,48.7500,54.3400,-10.2871, 16 | GWO,"Great-West Lifeco Inc.",18,34992.8008,2.4000,28711.4590,12.6775,11.0229,2.5950,32.1000,35.7500,-10.2098, 17 | BNS,"Bank of Nova Scotia",19,34992.8008,2.4000,48554.2031,18.9930,18.7139,2.5825,49.0500,52.2400,-6.1064, 18 | POW,"Power Corp. of Canada",20,34992.8008,2.4000,13399.1924,21.5263,20.0538,1.5274,32.8800,40.5000,-18.8148, 19 | IAG,"Industrial Alliance",21,34992.8008,2.4000,2967.3806,22.1170,20.1209,1.6894,36.9500,39.2300,-5.8119, 20 | IGM,"IGM Financial Inc.",22,34992.8008,2.4000,11695.9209,15.8709,14.9488,2.7244,44.3900,51.7800,-14.2719, 21 | TD,"Toronto-Dominion Bank",23,34992.8008,2.4000,50232.4180,36.7497,28.6482,1.6906,62.1300,72.2500,-14.0069, 22 | MG,"Magna Intl. Inc. *",24,34992.8008,2.4000,6887.8740,79.7694,76.2251,0.7429,60.9800,94.8200,-35.6887, 23 | FTS,"Fortis Inc.",25,34992.8008,2.4000,4097.9766,16.9541,16.4965,1.5613,26.0800,26.5500,-1.7702, 24 | SLF,"Sun Life Financial Inc.",27,34992.8008,2.4000,22916.0723,28.7319,27.9790,1.4433,40.9500,50.7900,-19.3739, 25 | AGF.B,"AGF Management Ltd.",30,34992.8008,2.4000,2187.9116,12.7677,11.7731,1.9548,24.4700,35.0600,-30.2054, 26 | MFC,"Manulife Financial Corp",32,34992.8008,2.4000,56880.3203,16.3278,16.3088,2.3718,38.1100,40.9000,-6.8215, 27 | TRI,"Thomson Reuters Corp*",34,34992.8008,2.4000,22972.5938,26.1040,17.7103,1.3364,35.7500,44.7000,-20.0224, 28 | CJR.B,"Corus Entertainment, B",37,34992.8008,2.4000,1522.4807,12.6883,11.9766,1.5576,19.5300,24.4150,-20.0082, 29 | T,"TELUS Corporation",39,34992.8008,2.4000,13638.0625,21.8712,19.9397,1.9501,42.6500,55.8500,-23.6347, 30 | MRU,"Metro Inc.",40,34992.8008,2.4000,3257.2720,18.2251,16.7434,1.6298,29.5000,34.9400,-15.5695, 31 | SAP,"Saputo Inc.",41,34992.8008,2.4000,5689.4863,8.1848,7.1703,3.4173,27.5600,25.3750,8.6108, 32 | MX,"Methanex Corporation *",43,34992.8008,2.4000,2534.6360,14.1119,13.1132,1.8494,26.9800,23.6600,14.0321, 33 | ACO.X,"Atco Ltd., I",45,34992.8008,2.4000,2802.2329,29.3953,26.1294,1.6499,48.5000,56.1500,-13.6242, 34 | TIH,"Toromont Industries Ltd",46,34992.8008,2.4000,2115.9451,10.7369,9.2529,3.0269,32.5000,25.8900,25.5311, 35 | TLM,"Talisman Energy Inc.*",47,34992.8008,2.4000,19121.1309,8.7986,7.0772,2.1333,18.7700,18.1200,3.5872, 36 | HSE,"Husky Energy Inc.",48,34992.8008,2.4000,39861.0703,15.6723,12.2036,3.0938,46.9400,38.7500,21.1355, 37 | CWB,"Cdn Western Bank",50,34992.8008,2.4000,1513.8738,10.2194,8.8242,2.3641,23.9000,25.9500,-7.8998, 38 | ENB,"Enbridge Inc.",53,34992.8008,2.4000,16536.6602,16.0245,13.8596,2.8373,44.5300,35.6000,25.0843, 39 | CTC.A,"Cdn Tire Corp. Ltd.",54,34992.8008,2.4000,4399.5806,40.2123,35.5770,1.3492,53.9700,77.6100,-30.4600, 40 | CNR,"Cdn National Railway",55,34992.8008,2.4000,26375.9551,21.3540,19.4923,2.6089,55.7100,55.7000,0.0180, 41 | L,"Loblaw Companies Ltd.",56,34992.8008,2.4000,8304.7314,20.3484,20.0438,1.4886,30.2900,45.1500,-32.9125, 42 | ACM.A,"Astral Media Inc., A",57,34992.8008,2.4000,1868.0549,23.7333,19.5604,1.4155,33.2400,42.5500,-21.8801, 43 | X,"TMX Group Ltd.",58,34992.8008,2.4000,2682.2322,11.0210,3.7234,3.2544,34.6300,44.5000,-22.1798, 44 | SJR.B,"Shaw Communications, B",59,34992.8008,2.4000,9814.6426,5.2148,4.6081,4.5483,22.9000,24.5200,-6.6069, 45 | SC1,"Shoppers Drug Mart Corp",60,34992.8008,2.4000,12026.5098,14.8182,13.2470,3.7386,55.4000,53.2600,4.0180, 46 | -------------------------------------------------------------------------------- /C2009.csv: -------------------------------------------------------------------------------- 1 | Symbol,Company,Rank, TRI ,TB90 ,MKT CAP ,BOOK ,BOOK4Q ,P/B ,PRNOW ,PR12M ,PCHG12M , 2 | DOI,,, 3 | Min (>=),,, 4 | Max (<),,, 5 | FFH,"Fairfax Financial*",1,28923.5195,0.2000,6254.7456,367.2431,256.5470,1.0831,372.1800,233.0000,59.7339, 6 | NA,"National Bank of Canada",4,28923.5195,0.2000,9868.2070,32.5085,29.4378,1.8903,61.4500,50.0200,22.8509, 7 | EMA,"Emera Inc.",5,28923.5195,0.2000,2332.5906,13.8726,14.5769,1.5227,20.7400,23.5600,-11.9694, 8 | CU,"Cdn Utilities Ltd., A",6,28923.5195,0.2000,4706.3208,23.1785,21.4438,1.6411,37.4600,43.1000,-13.0858, 9 | RY,"Royal Bank of Canada",10,28923.5195,0.2000,79720.3438,21.8101,19.8138,2.5883,56.4500,48.7500,15.7949, 10 | BCE,"BCE Inc.",12,28923.5195,0.2000,20636.5039,18.1074,18.3540,1.4856,26.9000,40.2300,-33.1345, 11 | WN,"Weston Ltd., George",13,28923.5195,0.2000,7364.9907,46.9804,31.7567,1.2145,57.0600,47.1300,21.0694, 12 | TRP,"TransCanada Corporation",14,28923.5195,0.2000,22212.4570,22.0491,19.9733,1.4785,32.6000,40.2700,-19.0464, 13 | LB,"Laurentian Bank of Cda",15,28923.5195,0.2000,900.7988,38.6422,35.3108,0.9858,37.7600,40.2000,-6.0697, 14 | T,"TELUS Corporation",16,28923.5195,0.2000,10784.9814,23.2918,21.8712,1.4576,33.9500,42.6500,-20.3986, 15 | FTS,"Fortis Inc.",19,28923.5195,0.2000,4242.4473,18.2842,16.9541,1.3820,24.9100,26.0800,-4.4862, 16 | TD,"Toronto-Dominion Bank",20,28923.5195,0.2000,57903.9414,40.2681,36.7497,1.6807,67.6800,62.1300,8.9329, 17 | CTC.A,"Cdn Tire Corp. Ltd.",21,28923.5195,0.2000,4664.9668,43.9218,40.2123,1.3063,57.1000,53.9700,5.7995, 18 | PWF,"Power Financial Corp.",22,28923.5195,0.2000,21198.2285,16.3831,17.9273,1.8336,30.0400,34.6300,-13.2544, 19 | BMO,"Bank of Montreal",24,28923.5195,0.2000,29068.4980,31.2583,30.1460,1.7344,53.0000,46.5300,13.9050, 20 | L,"Loblaw Companies Ltd.",25,28923.5195,0.2000,9154.9482,21.6789,20.3484,1.5337,33.2500,30.2900,9.7722, 21 | ACO.X,"Atco Ltd., I",26,28923.5195,0.2000,2474.5581,33.0385,29.3953,1.2939,42.7500,48.5000,-11.8557, 22 | TRI,"Thomson Reuters Corp*",28,28923.5195,0.2000,22627.9121,26.6638,26.1040,1.4173,34.9300,35.7500,-2.2937, 23 | MRU,"Metro Inc.",29,28923.5195,0.2000,4036.0015,20.5099,18.2251,1.8132,36.9400,29.5000,25.2203, 24 | SAP,"Saputo Inc.",30,28923.5195,0.2000,5706.4883,9.4345,8.1848,2.9746,27.5700,27.5600,0.0363, 25 | BNS,"Bank of Nova Scotia",31,28923.5195,0.2000,46796.9883,19.2928,18.9930,2.3771,45.8600,49.0500,-6.5036, 26 | GWO,"Great-West Lifeco Inc.",32,28923.5195,0.2000,24518.4531,12.6476,12.6775,2.1037,25.9600,32.1000,-19.1277, 27 | CM,"Cdn Imperial Bank",33,28923.5195,0.2000,24585.7949,27.8683,28.4006,2.3055,64.2500,64.1700,0.1247, 28 | CP,"Cdn Pacific Railway Ltd",34,28923.5195,0.2000,8810.9893,39.3010,36.8400,1.3338,52.4200,64.7800,-19.0800, 29 | BHC,"Bausch Health Comp.*",36,28923.5195,0.2000,2213.6294,9.2148,7.5932,1.6412,13.9900,11.6000,20.6034, 30 | IAG,"Industrial Alliance",37,28923.5195,0.2000,2370.2307,22.6416,22.1170,1.3172,29.5000,36.9500,-20.1624, 31 | EMP.A,"Empire Company Ltd., A",39,28923.5195,0.2000,1433.2172,38.7443,36.1366,1.0869,41.9100,46.6700,-10.1993, 32 | CWB,"Cdn Western Bank",40,28923.5195,0.2000,1179.1548,11.4171,10.2194,1.6361,18.5000,23.9000,-22.5941, 33 | HSE,"Husky Energy Inc.",41,28923.5195,0.2000,25053.6641,17.0618,15.6723,1.7588,29.4800,46.9400,-37.1964, 34 | CJR.B,"Corus Entertainment, B",42,28923.5195,0.2000,1146.7544,10.5369,12.6883,1.4412,14.9700,19.5300,-23.3487, 35 | SJR.B,"Shaw Communications, B",43,28923.5195,0.2000,8083.6406,5.6988,5.2148,3.4233,18.7900,22.9000,-17.9476, 36 | ENB,"Enbridge Inc.",45,28923.5195,0.2000,15358.2363,18.8652,16.0245,2.2114,40.9000,44.5300,-8.1518, 37 | TIH,"Toromont Industries Ltd",46,28923.5195,0.2000,1446.2909,12.5175,10.7369,1.7855,22.3500,32.5000,-31.2308, 38 | SC1,"Shoppers Drug Mart Corp",47,28923.5195,0.2000,9347.9414,16.4468,14.8182,2.6145,43.0000,55.4000,-22.3827, 39 | ECA,"EnCana Corporation*",50,28923.5195,0.2000,42802.0938,37.5278,28.2647,1.6249,57.0600,79.8100,-28.5052, 40 | ACM.A,"Astral Media Inc., A",51,28923.5195,0.2000,1777.7361,25.7500,23.7333,1.2412,31.6500,33.2400,-4.7834, 41 | CNR,"Cdn National Railway",52,28923.5195,0.2000,24821.1152,23.6802,21.3540,2.2348,52.9200,55.7100,-5.0081, 42 | X,"TMX Group Ltd.",54,28923.5195,0.2000,2626.3315,11.0920,11.0210,3.3000,35.3500,34.6300,2.0791, 43 | SCL,"ShawCor Ltd.",57,28923.5195,0.2000,1782.3596,10.6721,9.0893,2.3863,25.3000,29.4900,-14.2082, 44 | ABX,"Barrick Gold Corp*",58,28923.5195,0.2000,33011.7422,22.0641,18.9914,1.8299,37.7800,36.9500,2.2463, 45 | TLM,"Talisman Energy Inc.*",60,28923.5195,0.2000,17932.2012,11.5509,8.7984,1.5237,17.6000,18.7700,-6.2334, 46 | -------------------------------------------------------------------------------- /C2010.csv: -------------------------------------------------------------------------------- 1 | Symbol,Company,Rank, TRI ,TB90 ,MKT CAP ,BOOK ,BOOK4Q ,P/B ,PRNOW ,PR12M ,PCHG12M , 2 | DOI,,, 3 | Min (>=),,, 4 | Max (<),,, 5 | FFH,"Fairfax Financial*",1,32246.9805,0.6700,8427.0986,405.8949,367.2431,1.0419,422.8900,372.1800,13.6251, 6 | MG,"Magna Intl. Inc. *",3,32246.9805,0.6700,9398.9492,72.0547,73.5305,1.1574,83.0400,49.6000,67.4194, 7 | WN,"Weston Ltd., George",6,32246.9805,0.6700,10533.7051,47.7323,46.9804,1.7097,81.6100,57.0600,43.0249, 8 | T,"TELUS Corporation",8,32246.9805,0.6700,14106.3965,24.6811,23.2257,1.7827,44.0000,33.9500,29.6024, 9 | BCE,"BCE Inc.",9,32246.9805,0.6700,25329.3516,19.0080,18.1074,1.7556,33.3700,26.9000,24.0520, 10 | CU,"Cdn Utilities Ltd., A",10,32246.9805,0.6700,6002.2583,25.0036,23.1785,1.9370,47.7000,37.4600,27.3358, 11 | SLF,"Sun Life Financial Inc.",13,32246.9805,0.6700,14251.8975,28.6686,29.4186,0.8845,25.0400,32.4000,-22.7161, 12 | ACO.X,"Atco Ltd., I",14,32246.9805,0.6700,2984.9895,36.2252,33.0385,1.4148,51.2500,42.7500,19.8830, 13 | NA,"National Bank of Canada",15,32246.9805,0.6700,9985.9854,36.0108,32.5085,1.7100,61.5800,61.4500,0.2116, 14 | CM,"Cdn Imperial Bank",17,32246.9805,0.6700,28328.6934,31.3628,27.8683,2.3117,72.5000,64.2500,12.8405, 15 | FTS,"Fortis Inc.",19,32246.9805,0.6700,5098.7383,18.7603,18.2842,1.5958,29.4900,24.9100,18.3862, 16 | EMA,"Emera Inc.",20,32246.9805,0.6700,2977.7610,15.6074,13.8726,1.7096,26.2000,20.7400,26.3259, 17 | GWO,"Great-West Lifeco Inc.",21,32246.9805,0.6700,23223.3633,12.3034,12.6476,2.0424,24.5000,25.9600,-5.6240, 18 | TRP,"TransCanada Corporation",22,32246.9805,0.6700,26326.0703,24.0612,22.0491,1.5793,38.0000,32.6000,16.5644, 19 | L,"Loblaw Companies Ltd.",24,32246.9805,0.6700,12108.9863,23.4756,21.6789,1.8526,43.4900,33.2500,30.7970, 20 | PWF,"Power Financial Corp.",25,32246.9805,0.6700,20155.4414,15.6352,16.3831,1.8209,28.4700,30.0400,-5.2264, 21 | IGM,"IGM Financial Inc.",27,32246.9805,0.6700,10481.0205,16.4200,16.1436,2.4391,40.0500,40.9000,-2.0782, 22 | BPO,"Brookfield Off Prop*",29,32246.9805,0.6700,7663.5845,14.1958,9.9696,1.0874,15.2800,12.0400,26.9103, 23 | CTC.A,"Cdn Tire Corp. Ltd.",30,32246.9805,0.6700,4513.3569,47.5129,43.9218,1.1693,55.3100,57.1000,-3.1348, 24 | BNS,"Bank of Nova Scotia",31,32246.9805,0.6700,53202.6875,21.7602,19.2928,2.3552,51.2500,45.8600,11.7532, 25 | SAP,"Saputo Inc.",32,32246.9805,0.6700,7054.1997,10.4187,9.4345,3.3026,33.9300,27.5700,23.0686, 26 | CNR,"Cdn National Railway",33,32246.9805,0.6700,30296.2461,24.9338,23.6802,2.6097,65.0700,52.9200,22.9592, 27 | TD,"Toronto-Dominion Bank",34,32246.9805,0.6700,63155.1250,40.3478,42.5958,1.8105,72.1500,67.6800,6.6046, 28 | MRU,"Metro Inc.",35,32246.9805,0.6700,4758.2573,22.6805,20.5099,2.0053,45.1400,36.9400,22.1982, 29 | SC1,"Shoppers Drug Mart Corp",36,32246.9805,0.6700,7895.2866,18.3395,16.4468,1.9799,36.3100,43.0000,-15.5581, 30 | IAG,"Industrial Alliance",37,32246.9805,0.6700,2518.1628,24.2344,21.3968,1.2547,30.1000,29.5000,2.0339, 31 | AIM,"Aimia Inc.",38,32246.9805,0.6700,2219.4443,9.3089,9.7661,1.2182,11.3400,9.1600,23.7991, 32 | TLM,"Talisman Energy Inc.*",39,32246.9805,0.6700,17096.4648,11.3781,11.5509,1.4739,16.7700,17.6000,-4.7159, 33 | EMP.A,"Empire Company Ltd., A",40,32246.9805,0.6700,1861.7118,42.6694,38.7776,1.2819,54.4400,41.9100,29.8974, 34 | BMO,"Bank of Montreal",41,32246.9805,0.6700,33152.3516,33.1274,31.2583,1.7780,58.9000,53.0000,11.1321, 35 | X,"TMX Group Ltd.",42,32246.9805,0.6700,2108.9578,10.9330,11.0920,2.6883,28.3700,35.3500,-19.7454, 36 | TRI,"Thomson Reuters Corp*",43,32246.9805,0.6700,30799.5313,23.4130,26.5656,1.6022,37.0300,34.9300,6.0120, 37 | POW,"Power Corp. of Canada",45,32246.9805,0.6700,10760.8545,18.8686,19.7638,1.3933,26.2900,29.1900,-9.9349, 38 | SJR.B,"Shaw Communications, B",46,32246.9805,0.6700,9469.1094,6.2903,5.6988,3.6028,21.8700,18.7900,16.3917, 39 | RY,"Royal Bank of Canada",49,32246.9805,0.6700,72609.9453,23.6700,21.8101,2.1546,51.0000,56.4500,-9.6546, 40 | CWB,"Cdn Western Bank",50,32246.9805,0.6700,1623.7371,13.0806,11.4171,1.8812,24.4000,18.5000,31.8919, 41 | ENB,"Enbridge Inc.",52,32246.9805,0.6700,20244.7539,19.4070,18.8652,2.7948,53.0500,40.9000,29.7066, 42 | UFS,"Domtar Corporation*",54,32246.9805,0.6700,2702.5198,66.4321,63.3125,0.9625,63.9400,38.6900,65.2623, 43 | CJR.B,"Corus Entertainment, B",55,32246.9805,0.6700,1512.2603,11.8311,10.5369,1.6668,19.4700,14.9700,30.0601, 44 | IFC,"Intact Financial Corp.",57,32246.9805,0.6700,5072.8916,25.3139,23.3623,1.7532,44.3800,33.9800,30.6062, 45 | ACM.A,"Astral Media Inc., A",58,32246.9805,0.6700,2049.4895,23.1452,25.7500,1.5816,36.2100,31.6500,14.4076, 46 | FTT,"Finning International",59,32246.9805,0.6700,3522.9275,7.9738,9.5035,2.6229,20.6000,16.1200,27.7916, 47 | -------------------------------------------------------------------------------- /C2011.csv: -------------------------------------------------------------------------------- 1 | Symbol,Company,Rank, TRI ,TB90 ,MKT CAP ,BOOK ,BOOK4Q ,P/B ,PRNOW ,PR12M ,PCHG12M , 2 | DOI,,, 3 | Min (>=),,, 4 | Max (<),,, 5 | MBT,"Manitoba Telecom Srvcs",3,35183.7109,0.8900,2131.3257,14.4579,19.8256,2.2431,32.4300,27.5000,17.9273, 6 | WN,"Weston Ltd., George",4,35183.7109,0.8900,8770.2734,35.1239,47.7323,1.9343,67.9400,81.6100,-16.7504, 7 | POW,"Power Corp. of Canada",5,35183.7109,0.8900,9735.7109,19.3302,18.8686,1.2255,23.6900,26.2900,-9.8897, 8 | SLF,"Sun Life Financial Inc.",6,35183.7109,0.8900,15404.4619,24.7295,28.6686,1.0891,26.5400,25.0400,5.9904, 9 | PWF,"Power Financial Corp.",15,35183.7109,0.8900,18987.3164,15.7115,15.6352,1.7070,26.8200,28.4700,-5.7956, 10 | IFC,"Intact Financial Corp.",17,35183.7109,0.8900,6029.5215,26.8850,25.3139,2.0495,55.1000,44.3800,24.1550, 11 | CU,"Cdn Utilities Ltd., A",19,35183.7109,0.8900,7649.6221,24.4325,25.0036,2.4969,60.0000,47.7000,25.7862, 12 | WJA,"WestJet Airlines Ltd.",20,35183.7109,0.8900,1937.4708,9.4545,9.9055,1.4797,13.9900,11.4500,22.1834, 13 | KEY,"Keyera Corp.",22,35183.7109,0.8900,3258.8843,9.8436,11.0167,4.8123,45.8300,29.3900,55.9374, 14 | GWO,"Great-West Lifeco Inc.",23,35183.7109,0.8900,20890.3555,11.7497,12.3034,1.9227,22.0000,24.5000,-10.2041, 15 | BCE,"BCE Inc.",25,35183.7109,0.8900,30616.9023,14.2354,19.0080,2.7663,39.3800,33.3700,18.0102, 16 | CM,"Cdn Imperial Bank",28,35183.7109,0.8900,30472.6758,35.0100,31.3628,2.1822,76.4000,72.5000,5.3793, 17 | NA,"National Bank of Canada",29,35183.7109,0.8900,11764.7432,40.2285,36.0108,1.8030,72.5300,61.5800,17.7817, 18 | SJR.B,"Shaw Communications, B",30,35183.7109,0.8900,9771.3389,6.6521,6.2903,3.4880,22.4000,21.8700,2.4234, 19 | BMO,"Bank of Montreal",31,35183.7109,0.8900,39133.5313,37.8879,33.1274,1.6206,61.4000,58.9000,4.2445, 20 | T,"TELUS Corporation",32,35183.7109,0.8900,17516.1270,24.8382,24.6811,2.1733,53.9800,44.0000,22.6818, 21 | IGM,"IGM Financial Inc.",33,35183.7109,0.8900,11431.9531,16.3795,16.4200,2.7058,44.3200,40.0500,10.6617, 22 | RY,"Royal Bank of Canada",34,35183.7109,0.8900,72010.2734,24.6604,23.6966,2.1282,50.1200,51.0000,-1.7255, 23 | SC1,"Shoppers Drug Mart Corp",35,35183.7109,0.8900,8649.0088,19.5357,18.3395,2.0358,39.7700,36.3100,9.5291, 24 | L,"Loblaw Companies Ltd.",36,35183.7109,0.8900,10423.4150,20.8434,23.4756,1.7718,36.9300,43.4900,-15.0839, 25 | TRP,"TransCanada Corporation",37,35183.7109,0.8900,29764.0117,24.2831,24.0612,1.7444,42.3600,38.0000,11.4737, 26 | IAG,"Industrial Alliance",38,35183.7109,0.8900,3023.7117,26.1748,24.2344,1.3849,35.9100,30.1000,19.3023, 27 | MRU,"Metro Inc.",39,35183.7109,0.8900,4719.9756,24.9701,22.6805,1.8811,46.6100,45.1400,3.2565, 28 | MFC,"Manulife Financial Corp",43,35183.7109,0.8900,23938.9277,12.9773,14.9388,1.0422,13.3900,11.8700,12.8054, 29 | BNS,"Bank of Nova Scotia",44,35183.7109,0.8900,59207.0508,25.2893,21.7602,2.1562,54.5300,51.2500,6.4000, 30 | FTS,"Fortis Inc.",45,35183.7109,0.8900,6084.5874,20.1990,18.7603,1.6405,32.6600,29.4900,10.7494, 31 | TRI,"Thomson Reuters Corp*",47,35183.7109,0.8900,25346.6250,23.2469,23.4130,1.3196,30.2900,37.0300,-18.2015, 32 | TD,"Toronto-Dominion Bank",48,35183.7109,0.8900,68959.0313,42.8112,40.3478,1.8379,77.4700,72.1500,7.3735, 33 | HSE,"Husky Energy Inc.",49,35183.7109,0.8900,23132.9844,17.6399,17.1087,1.4060,24.3800,24.8400,-1.8519, 34 | CNR,"Cdn National Railway",56,35183.7109,0.8900,32455.3984,25.4572,24.9338,2.8295,72.0300,65.0700,10.6962, 35 | MAXR,"Maxar Technologies *",60,35183.7109,0.8900,2006.8280,17.1279,14.5065,2.8451,48.7300,46.6400,4.4811, 36 | -------------------------------------------------------------------------------- /C2012.csv: -------------------------------------------------------------------------------- 1 | Symbol,Company,Rank, TRI ,TB90 ,MKT CAP ,BOOK ,BOOK4Q ,P/B ,PRNOW ,PR12M ,PCHG12M , 2 | DOI,,, 3 | Min (>=),,, 4 | Max (<),,, 5 | POW,"Power Corp. of Canada",6,33696.3086,1.0300,9665.0146,19.9372,19.3302,1.1792,23.5100,23.6900,-0.7598, 6 | RY,"Royal Bank of Canada",7,33696.3086,1.0300,79682.0469,26.5513,24.6604,2.0779,55.1700,50.1200,10.0758, 7 | AIM,"Aimia Inc.",8,33696.3086,1.0300,2496.4736,6.6344,7.5273,2.1856,14.5000,12.0000,20.8333, 8 | MBT,"Manitoba Telecom Srvcs",9,33696.3086,1.0300,2271.7922,12.7225,14.4579,2.6756,34.0400,32.4300,4.9645, 9 | PWF,"Power Financial Corp.",11,33696.3086,1.0300,17591.0352,16.5863,15.7115,1.4976,24.8400,26.8200,-7.3825, 10 | GWO,"Great-West Lifeco Inc.",13,33696.3086,1.0300,20677.5898,12.9688,11.7497,1.7194,21.7700,22.0000,-1.0455, 11 | BMO,"Bank of Montreal",14,33696.3086,1.0300,37276.5781,39.4304,37.8879,1.4613,57.6200,61.4000,-6.1564, 12 | NA,"National Bank of Canada",17,33696.3086,1.0300,11981.2568,41.0166,40.2285,1.8044,74.0100,72.5300,2.0405, 13 | EMP.A,"Empire Company Ltd., A",18,33696.3086,1.0300,1926.2626,49.9831,47.7549,1.1495,57.1800,57.1900,-0.0175, 14 | WN,"Weston Ltd., George",19,33696.3086,1.0300,8136.0288,36.9538,35.1239,1.7176,63.4700,67.9400,-6.5793, 15 | CM,"Cdn Imperial Bank",21,33696.3086,1.0300,30922.1074,36.5706,35.0100,2.0845,76.2300,76.4000,-0.2225, 16 | BPO,"Brookfield Off Prop*",23,33696.3086,1.0300,8342.1895,19.1556,16.7799,0.8704,16.5500,16.4900,0.3639, 17 | MG,"Magna Intl. Inc. *",24,33696.3086,1.0300,9933.4092,37.9278,34.9982,1.1297,42.5400,37.1900,14.3856, 18 | WJA,"WestJet Airlines Ltd.",25,33696.3086,1.0300,2231.1038,10.4370,9.4545,1.6288,17.0000,13.9900,21.5154, 19 | BNS,"Bank of Nova Scotia",26,33696.3086,1.0300,59884.2227,28.2845,25.2893,1.8473,52.2500,54.5300,-4.1812, 20 | HSE,"Husky Energy Inc.",27,33696.3086,1.0300,25600.6992,18.8141,17.6399,1.4081,26.0700,24.3800,6.9319, 21 | CTC.A,"Cdn Tire Corp. Ltd.",28,33696.3086,1.0300,5804.4634,56.2123,50.4838,1.2747,71.2700,55.1900,29.1357, 22 | FTS,"Fortis Inc.",29,33696.3086,1.0300,6751.5195,20.6825,20.1990,1.5940,32.4900,32.6600,-0.5205, 23 | MRU,"Metro Inc.",31,33696.3086,1.0300,5576.6431,25.0589,24.9701,2.3048,57.2600,46.6100,22.8492, 24 | TRI,"Thomson Reuters Corp*",32,33696.3086,1.0300,23095.5645,20.6459,23.2469,1.3766,27.9800,30.2900,-7.6263, 25 | CU,"Cdn Utilities Ltd., A",34,33696.3086,1.0300,8676.8516,25.3294,24.4325,2.7316,67.9800,60.0000,13.3000, 26 | BCE,"BCE Inc.",36,33696.3086,1.0300,33918.8438,13.6083,14.2354,3.2201,43.8200,39.3800,11.2748, 27 | SC1,"Shoppers Drug Mart Corp",37,33696.3086,1.0300,8700.1006,20.4039,19.5357,2.0530,41.8900,39.7700,5.3306, 28 | TD,"Toronto-Dominion Bank",38,33696.3086,1.0300,73696.0547,47.2590,44.8695,1.7063,80.6400,77.4700,4.0919, 29 | IGM,"IGM Financial Inc.",40,33696.3086,1.0300,9669.7070,17.0254,16.3795,2.2267,37.9100,44.3200,-14.4630, 30 | EMA,"Emera Inc.",41,33696.3086,1.0300,4265.6528,12.4893,12.4222,2.8325,34.4200,31.6800,8.6490, 31 | SJR.B,"Shaw Communications, B",42,33696.3086,1.0300,8933.9648,7.7335,6.6521,2.6912,20.1600,22.4000,-10.0000, 32 | T,"TELUS Corporation",43,33696.3086,1.0300,20218.3711,23.9361,24.8382,2.5932,62.0700,53.9800,14.9870, 33 | CWB,"Cdn Western Bank",45,33696.3086,1.0300,2203.1245,15.5561,15.0089,1.8083,28.1300,30.2300,-6.9467, 34 | L,"Loblaw Companies Ltd.",46,33696.3086,1.0300,9747.6367,21.7309,20.8434,1.5940,34.6400,36.9300,-6.2009, 35 | CJR.B,"Corus Entertainment, B",47,33696.3086,1.0300,1859.9080,13.4645,12.6851,1.7505,23.1500,20.3600,13.7033, 36 | IAG,"Industrial Alliance",48,33696.3086,1.0300,2275.4048,29.5352,26.1748,0.8576,25.1200,35.9100,-30.0473, 37 | STN,"Stantec Inc.",49,33696.3086,1.0300,1443.4535,14.7604,14.2633,2.1375,31.5500,24.3700,29.4624, 38 | RON,"RONA Inc.",51,33696.3086,1.0300,1559.8564,13.9748,14.5485,0.9195,12.8500,9.9300,29.4058, 39 | ACO.X,"Atco Ltd., I",52,33696.3086,1.0300,4398.5776,39.5324,36.4298,1.9326,76.4000,64.0000,19.3750, 40 | CNR,"Cdn National Railway",54,33696.3086,1.0300,39246.5234,25.6762,25.4572,3.5130,90.2000,72.0300,25.2256, 41 | SAP,"Saputo Inc.",57,33696.3086,1.0300,8226.5781,10.9805,10.5327,3.8515,41.5600,40.3800,2.9222, 42 | MTL,"Mullen Group Ltd.",58,33696.3086,1.0300,1875.2980,8.9956,8.3811,2.5701,23.1200,21.5800,7.1362, 43 | RCI.B,"Rogers Communicat.,B",59,33696.3086,1.0300,20491.2930,6.7832,7.1263,5.8630,39.7700,38.0100,4.6304, 44 | RUS,"Russel Metals Inc.",60,33696.3086,1.0300,1506.2565,13.4575,12.8584,1.9111,25.0500,23.0800,8.5355, 45 | -------------------------------------------------------------------------------- /C2013.csv: -------------------------------------------------------------------------------- 1 | Symbol,Company,Rank, TRI ,TB90 ,MKT CAP ,BOOK ,BOOK4Q ,P/B ,PRNOW ,PR12M ,PCHG12M , 2 | DOI,,, 3 | Min (>=),,, 4 | Max (<),,, 5 | DH,"DH Corporation",1,37075.1406,0.9900,2098.3911,11.6966,11.9715,1.8925,25.9900,19.7700,31.4618, 6 | CU,"Cdn Utilities Ltd., A",4,37075.1406,0.9900,8851.6357,14.2176,12.6647,2.4451,34.1700,33.9900,0.5296, 7 | MTL,"Mullen Group Ltd.",7,37075.1406,0.9900,2280.0017,9.6867,8.9956,2.6616,25.2500,23.1200,9.2128, 8 | NA,"National Bank of Canada",8,37075.1406,0.9900,13253.7568,45.0665,41.0166,1.8104,81.5900,74.0100,10.2419, 9 | BPO,"Brookfield Off Prop*",9,37075.1406,0.9900,8515.3604,21.8230,19.1556,0.7772,16.8500,16.5500,1.8127, 10 | CM,"Cdn Imperial Bank",12,37075.1406,0.9900,32903.9023,40.1108,36.5706,2.0508,82.2600,76.2300,7.9103, 11 | RY,"Royal Bank of Canada",14,37075.1406,0.9900,93467.5469,29.5887,26.5513,2.1934,64.9000,55.1700,17.6364, 12 | EMA,"Emera Inc.",15,37075.1406,0.9900,3935.3196,14.0188,12.4893,2.1823,29.8300,34.4200,-13.3353, 13 | BMO,"Bank of Montreal",16,37075.1406,0.9900,42702.9922,42.3786,39.4304,1.5600,66.1100,57.6200,14.7345, 14 | PWF,"Power Financial Corp.",17,37075.1406,0.9900,22544.2070,16.8398,16.5863,1.8824,31.7000,24.8400,27.6167, 15 | FTS,"Fortis Inc.",18,37075.1406,0.9900,6425.6143,22.1947,20.6825,1.3868,30.3500,32.4900,-6.5866, 16 | COS,"Cdn Oil Sands Ltd.",23,37075.1406,0.9900,9792.9814,9.4366,8.8462,2.2242,20.2100,21.0400,-3.9449, 17 | BCE,"BCE Inc.",24,37075.1406,0.9900,33510.8008,14.5381,13.6083,2.9708,43.1900,43.8200,-1.4377, 18 | WN,"Weston Ltd., George",27,37075.1406,0.9900,10644.1064,39.3578,36.9538,2.1150,83.2400,63.4700,31.1486, 19 | EMP.A,"Empire Company Ltd., A",28,37075.1406,0.9900,2731.0618,54.8382,49.9831,1.4246,81.0700,57.1800,41.7803, 20 | BNS,"Bank of Nova Scotia",30,37075.1406,0.9900,70392.1797,32.5162,28.2845,1.7991,58.5000,52.2500,11.9617, 21 | T,"TELUS Corporation",32,37075.1406,0.9900,20609.1699,11.5703,11.9681,2.7934,32.3200,31.0350,4.1405, 22 | GWO,"Great-West Lifeco Inc.",33,37075.1406,0.9900,29763.4160,13.4767,12.9688,2.1586,29.7500,21.7700,36.6559, 23 | SLF,"Sun Life Financial Inc.",36,37075.1406,0.9900,19457.5801,24.9521,23.1968,1.3057,32.1100,23.0100,39.5480, 24 | L,"Loblaw Companies Ltd.",38,37075.1406,0.9900,12678.3838,23.6217,21.7309,1.9038,44.9700,34.6400,29.8210, 25 | FCR,"First Capital Realty",39,37075.1406,0.9900,3484.1431,15.8809,14.8997,1.0585,16.8100,19.2500,-12.6753, 26 | CSU,"Constellation Software*",40,37075.1406,0.9900,3660.8315,11.9848,11.9315,14.4141,172.7500,100.2600,72.3020, 27 | TD,"Toronto-Dominion Bank",42,37075.1406,0.9900,82605.8125,50.0402,47.2590,1.7910,89.6200,80.6400,11.1359, 28 | TRI,"Thomson Reuters Corp*",43,37075.1406,0.9900,28643.2148,21.1503,20.6459,1.6584,34.5200,27.9800,23.3738, 29 | IGM,"IGM Financial Inc.",45,37075.1406,0.9900,11908.4043,17.4363,17.0254,2.7104,47.2600,37.9100,24.6637, 30 | CTC.A,"Cdn Tire Corp. Ltd.",46,37075.1406,0.9900,7174.0786,61.3856,56.2123,1.4596,89.0900,71.2700,25.0035, 31 | ACO.X,"Atco Ltd., I",47,37075.1406,0.9900,4988.1816,22.7569,19.7662,1.9032,43.3100,38.2000,13.3770, 32 | POW,"Power Corp. of Canada",48,37075.1406,0.9900,11882.3926,19.7119,19.9372,1.4656,28.8900,23.5100,22.8839, 33 | SJR.B,"Shaw Communications, B",49,37075.1406,0.9900,11476.6123,8.6031,7.7335,3.0402,25.3800,20.1600,25.8929, 34 | MRU,"Metro Inc.",50,37075.1406,0.9900,6259.6729,30.5839,25.0589,2.2233,67.4400,57.2600,17.7786, 35 | CWB,"Cdn Western Bank",54,37075.1406,0.9900,2362.7024,17.0607,15.5561,1.7502,29.8600,28.1300,6.1500, 36 | MG,"Magna Intl. Inc. *",55,37075.1406,0.9900,18468.2871,43.4582,37.9278,1.8772,80.9600,42.5400,90.3150, 37 | RCI.B,"Rogers Communicat.,B",56,37075.1406,0.9900,21408.4121,8.2642,6.7832,5.0325,41.5900,39.7700,4.5763, 38 | IAG,"Industrial Alliance",60,37075.1406,0.9900,4056.2588,29.0217,29.5352,1.4362,41.3300,25.1200,64.5303, 39 | -------------------------------------------------------------------------------- /C2014.csv: -------------------------------------------------------------------------------- 1 | Symbol,Company,Rank, TRI ,TB90 ,MKT CAP ,BOOK ,BOOK4Q ,P/B ,PRNOW ,PR12M ,PCHG12M , 2 | DOI,,, 3 | Min (>=),,, 4 | Max (<),,, 5 | WJA,"WestJet Airlines Ltd.",4,47133.3984,0.9400,3751.2705,13.0267,11.8308,2.2554,29.3800,21.9600,33.7887, 6 | NA,"National Bank of Canada",8,47133.3984,0.9400,17148.2324,25.1835,22.5333,2.0772,52.3100,40.7950,28.2265, 7 | L,"Loblaw Companies Ltd.",10,47133.3984,0.9400,22373.4570,36.8284,23.6217,1.4717,54.2000,44.9700,20.5248, 8 | T,"TELUS Corporation",11,47133.3984,0.9400,24342.1016,13.2579,11.5703,2.9907,39.6500,32.3200,22.6795, 9 | DH,"DH Corporation",13,47133.3984,0.9400,2628.9526,13.9022,11.6966,2.3943,32.5200,25.9900,25.1251, 10 | BCE,"BCE Inc.",14,47133.3984,0.9400,38089.2773,14.3833,14.5381,3.4033,48.9500,43.1900,13.3364, 11 | SJR.B,"Shaw Communications, B",15,47133.3984,0.9400,12642.4131,9.4412,8.6031,2.9882,27.3900,25.3800,7.9196, 12 | FFH,"Fairfax Financial*",16,47133.3984,0.9400,10453.8750,419.2476,380.2483,1.1950,501.0100,432.7700,15.7682, 13 | WN,"Weston Ltd., George",18,47133.3984,0.9400,11927.1338,49.7234,39.3578,1.7330,86.1700,83.2400,3.5199, 14 | PWF,"Power Financial Corp.",19,47133.3984,0.9400,24999.5137,19.8081,16.8398,1.7745,35.1500,31.7000,10.8833, 15 | SLF,"Sun Life Financial Inc.",20,47133.3984,0.9400,24720.7168,24.9720,24.9521,1.6427,40.4300,32.1100,25.9109, 16 | EMA,"Emera Inc.",22,47133.3984,0.9400,4901.8457,17.7872,14.0188,1.9731,34.3800,29.8300,15.2531, 17 | RY,"Royal Bank of Canada",23,47133.3984,0.9400,116426.6094,32.5818,29.5887,2.4790,80.7700,64.9000,24.4530, 18 | GWO,"Great-West Lifeco Inc.",25,47133.3984,0.9400,31786.1621,16.0371,13.4767,2.0229,31.8200,29.7500,6.9580, 19 | BMO,"Bank of Montreal",27,47133.3984,0.9400,54065.8398,46.6878,42.3786,1.7919,83.6600,66.1100,26.5467, 20 | G,"Goldcorp Inc. *",28,47133.3984,0.9400,24826.7148,25.7673,26.9618,1.1898,30.5300,31.1000,-1.8328, 21 | BNS,"Bank of Nova Scotia",29,47133.3984,0.9400,87710.5938,36.3484,32.5162,1.9819,72.0400,58.5000,23.1453, 22 | CM,"Cdn Imperial Bank",30,47133.3984,0.9400,41254.7344,43.0154,40.1108,2.4156,103.9100,82.2600,26.3190, 23 | POW,"Power Corp. of Canada",31,47133.3984,0.9400,13214.7480,22.9204,19.7119,1.3979,32.0400,28.8900,10.9034, 24 | IGM,"IGM Financial Inc.",33,47133.3984,0.9400,13080.4219,18.5227,17.4363,2.8009,51.8800,47.2600,9.7757, 25 | CTC.A,"Cdn Tire Corp. Ltd.",34,47133.3984,0.9400,8950.6572,65.5071,61.3856,1.7278,112.3200,89.0900,26.0748, 26 | TD,"Toronto-Dominion Bank",36,47133.3984,0.9400,105472.6875,27.4756,25.0201,2.0837,57.2500,44.8100,27.7617, 27 | EMP.A,"Empire Company Ltd., A",37,47133.3984,0.9400,4389.4126,61.7539,54.8382,1.2294,75.5900,81.0700,-6.7596, 28 | CU,"Cdn Utilities Ltd., A",39,47133.3984,0.9400,10284.6729,15.4738,14.2176,2.5739,39.1400,34.1700,14.5449, 29 | TRI,"Thomson Reuters Corp*",40,47133.3984,0.9400,33110.6367,20.6713,21.1503,2.0284,41.2000,34.5200,19.3511, 30 | RCI.B,"Rogers Communicat.,B",43,47133.3984,0.9400,22813.4199,9.9506,8.2642,4.4540,44.3200,41.5900,6.5641, 31 | COS,"Cdn Oil Sands Ltd.",45,47133.3984,0.9400,11349.5732,9.8719,9.4366,2.4596,23.4200,20.2100,15.8832, 32 | MFC,"Manulife Financial Corp",46,47133.3984,0.9400,40790.6836,14.9220,12.7187,1.4864,21.9500,17.2700,27.0990, 33 | IAG,"Industrial Alliance",47,47133.3984,0.9400,4695.4219,32.9470,29.0217,1.4360,46.9400,41.3300,13.5737, 34 | PRE,"Pacific Expl. & Prod.*",48,47133.3984,0.9400,7121.2148,14.6949,13.2404,1.5400,22.6300,19.9300,13.5474, 35 | NTR,"Nutrien Ltd. *",51,47133.3984,0.9400,31672.3398,11.5182,12.5101,3.4265,38.1900,31.1500,22.6003, 36 | FTS,"Fortis Inc.",53,47133.3984,0.9400,7218.5654,22.7274,22.1947,1.4959,33.5200,30.3500,10.4448, 37 | CCL.B,"CCL Industries Inc., B",57,47133.3984,0.9400,3915.9875,32.8656,28.0810,3.4486,113.3400,72.0800,57.2419, 38 | MRU,"Metro Inc.",58,47133.3984,0.9400,6041.9868,31.1120,30.5839,2.2877,70.4900,67.4400,4.5225, 39 | IFC,"Intact Financial Corp.",59,47133.3984,0.9400,9722.3516,36.2923,33.1525,2.0719,73.9100,60.9700,21.2236, 40 | MAXR,"Maxar Technologies *",60,47133.3984,0.9400,2996.1917,23.2873,16.5839,3.5650,83.0200,81.3500,2.0529, 41 | -------------------------------------------------------------------------------- /C2015.csv: -------------------------------------------------------------------------------- 1 | Symbol,Company,Rank, TRI ,TB90 ,MKT CAP ,BOOK ,BOOK4Q ,P/B ,PRNOW ,PR12M ,PCHG12M , 2 | DOI,,, 3 | Min (>=),,, 4 | Max (<),,, 5 | AIM,"Aimia Inc.",1,43042.7188,0.3700,1833.4132,1.8882,2.9111,6.0693,11.4600,17.2500,-33.5652, 6 | SLF,"Sun Life Financial Inc.",4,43042.7188,0.3700,25535.3887,29.2810,25.3743,1.4470,41.8200,40.4300,3.4380, 7 | POW,"Power Corp. of Canada",7,43042.7188,0.3700,11928.6836,26.1249,22.9204,1.1024,28.8000,32.0400,-10.1124, 8 | LB,"Laurentian Bank of Cda",10,43042.7188,0.3700,1402.0785,47.5458,44.3883,1.0305,48.4200,49.7700,-2.7125, 9 | NA,"National Bank of Canada",11,43042.7188,0.3700,14272.5498,27.6029,25.1835,1.5687,43.3000,52.3100,-17.2242, 10 | BNS,"Bank of Nova Scotia",12,43042.7188,0.3700,72734.3047,40.2930,36.3484,1.4946,60.2200,72.0400,-16.4076, 11 | BCE,"BCE Inc.",13,43042.7188,0.3700,45154.9961,14.2118,14.3833,3.7434,53.2000,48.9500,8.6823, 12 | BMO,"Bank of Montreal",14,43042.7188,0.3700,45604.5508,55.3620,46.6878,1.2825,71.0000,83.6600,-15.1327, 13 | CM,"Cdn Imperial Bank",18,43042.7188,0.3700,38415.2383,50.0184,43.0154,1.9331,96.6900,103.9100,-6.9483, 14 | IGM,"IGM Financial Inc.",19,43042.7188,0.3700,9303.9590,18.8415,18.5227,1.9982,37.6500,51.8800,-27.4287, 15 | PWF,"Power Financial Corp.",23,43042.7188,0.3700,23066.1406,21.9786,19.8081,1.4714,32.3400,35.1500,-7.9943, 16 | RY,"Royal Bank of Canada",24,43042.7188,0.3700,105843.6719,38.2160,32.5818,1.9191,73.3400,80.7700,-9.1990, 17 | EMA,"Emera Inc.",25,43042.7188,0.3700,6596.3999,20.5118,17.7872,2.2653,45.5600,34.3800,32.5189, 18 | BAM.A,"Brookfield Asset Mgmt*",26,43042.7188,0.3700,40607.4219,27.8840,21.4597,1.4170,41.4100,34.6333,19.5670, 19 | SJR.B,"Shaw Communications, B",27,43042.7188,0.3700,12511.8193,10.3598,9.4412,2.6263,26.4300,27.3900,-3.5049, 20 | TD,"Toronto-Dominion Bank",29,43042.7188,0.3700,97294.2109,33.2488,27.4767,1.5784,52.4800,57.2500,-8.3319, 21 | WSP,"WSP Global Inc.",33,43042.7188,0.3700,3803.9543,26.1279,20.4652,1.6151,42.2000,36.4800,15.6798, 22 | FTS,"Fortis Inc.",35,43042.7188,0.3700,11866.4609,26.7997,22.7274,1.3488,35.6900,33.5200,6.4737, 23 | IAG,"Industrial Alliance",37,43042.7188,0.3700,4263.1519,36.6183,32.9470,1.1570,42.0200,46.9400,-10.4815, 24 | EMP.A,"Empire Company Ltd., A",38,43042.7188,0.3700,5257.3159,63.7375,61.7539,1.3897,88.1600,75.5900,16.6292, 25 | T,"TELUS Corporation",43,43042.7188,0.3700,25928.9375,12.5066,13.2579,3.4414,43.0400,39.6500,8.5498, 26 | GWO,"Great-West Lifeco Inc.",44,43042.7188,0.3700,33540.9727,18.2724,16.0371,1.8739,33.6300,31.8200,5.6883, 27 | CWB,"Cdn Western Bank",45,43042.7188,0.3700,1987.1423,20.1863,17.0848,1.2371,24.7000,40.6700,-39.2673, 28 | MRU,"Metro Inc.",46,43042.7188,0.3700,8528.5908,10.9384,10.3696,3.2102,34.7400,23.4967,47.8506, 29 | HCG,"Home Capital Group",49,43042.7188,0.3700,1931.7842,21.8671,18.7436,1.2704,27.5000,54.2200,-49.2807, 30 | CU,"Cdn Utilities Ltd., A",53,43042.7188,0.3700,9647.3418,16.5999,15.4738,2.2306,36.3700,39.1400,-7.0772, 31 | RCI.B,"Rogers Communicat.,B",55,43042.7188,0.3700,23117.3184,10.6227,9.9506,4.2277,44.9100,44.3200,1.3312, 32 | RBA,"Ritchie Bros. Auctions*",57,43042.7188,0.3700,3891.2446,8.2433,7.2558,4.1826,36.3300,25.8300,40.6504, 33 | IFC,"Intact Financial Corp.",58,43042.7188,0.3700,11977.0000,39.2343,36.2923,2.3207,91.0500,73.9100,23.1904, 34 | -------------------------------------------------------------------------------- /C2016.csv: -------------------------------------------------------------------------------- 1 | Symbol,Company,Rank, TRI ,TB90 ,MKT CAP ,BOOK ,BOOK4Q ,P/B ,PRNOW ,PR12M ,PCHG12M , 2 | DOI,,, 3 | Min (>=),,, 4 | Max (<),,, 5 | NA,"National Bank of Canada",5,46782.5273,0.5000,15564.2480,28.3915,27.6029,1.6234,46.0900,43.3000,6.4434, 6 | CM,"Cdn Imperial Bank",7,46782.5273,0.5000,41109.9766,54.5363,50.0184,1.9088,104.1000,96.6900,7.6637, 7 | IGM,"IGM Financial Inc.",10,46782.5273,0.5000,8922.1455,18.8650,18.8415,1.9666,37.1000,37.6500,-1.4608, 8 | BNS,"Bank of Nova Scotia",14,46782.5273,0.5000,84109.1172,42.1365,40.2930,1.6568,69.8100,60.2200,15.9249, 9 | PWF,"Power Financial Corp.",16,46782.5273,0.5000,21546.9414,22.6334,21.9786,1.3348,30.2100,32.3400,-6.5863, 10 | BCE,"BCE Inc.",17,46782.5273,0.5000,53286.4258,14.3173,14.2118,4.2794,61.2700,53.2000,15.1692, 11 | BMO,"Bank of Montreal",19,46782.5273,0.5000,56089.7148,58.0547,55.3620,1.4982,86.9800,71.0000,22.5070, 12 | DH,"DH Corporation",21,46782.5273,0.5000,3171.7026,20.1874,20.2384,1.4707,29.6900,42.6800,-30.4358, 13 | POW,"Power Corp. of Canada",22,46782.5273,0.5000,11486.2559,26.3222,26.1249,1.0531,27.7200,28.8000,-3.7500, 14 | RY,"Royal Bank of Canada",23,46782.5273,0.5000,121078.9531,42.1127,38.2160,1.9360,81.5300,73.3400,11.1672, 15 | GWO,"Great-West Lifeco Inc.",24,46782.5273,0.5000,31096.4688,19.0373,18.2724,1.6756,31.3200,33.6300,-6.8689, 16 | IAG,"Industrial Alliance",25,46782.5273,0.5000,4795.1924,38.0555,36.6183,1.2386,46.7400,42.0200,11.2327, 17 | TD,"Toronto-Dominion Bank",26,46782.5273,0.5000,108585.6250,35.6621,33.2488,1.6410,58.5200,52.4800,11.5091, 18 | FTS,"Fortis Inc.",27,46782.5273,0.5000,13715.0889,28.2596,26.7997,1.4793,41.2500,35.6900,15.5786, 19 | CU,"Cdn Utilities Ltd., A",31,46782.5273,0.5000,10067.4590,16.7508,16.5999,2.2891,37.6000,36.3700,3.3819, 20 | HCG,"Home Capital Group",32,46782.5273,0.5000,1925.8656,23.6670,21.8671,1.2507,29.3000,27.5000,6.5455, 21 | CIX,"CI Financial Corp.",33,46782.5273,0.5000,6969.3794,6.7187,6.7874,3.9561,25.6700,31.4500,-18.3784, 22 | SLF,"Sun Life Financial Inc.",35,46782.5273,0.5000,25358.9668,30.7328,29.2810,1.3644,41.3800,41.8200,-1.0521, 23 | T,"TELUS Corporation",40,46782.5273,0.5000,25456.5449,13.6368,12.5066,3.1547,43.0200,43.0400,-0.0465, 24 | WJA,"WestJet Airlines Ltd.",44,46782.5273,0.5000,2900.8904,16.4411,14.9159,1.4719,24.2000,24.0400,0.6656, 25 | ACO.X,"Atco Ltd., I",46,46782.5273,0.5000,5515.1958,29.2790,28.2684,1.6432,48.1100,39.7000,21.1839, 26 | WN,"Weston Ltd., George",47,46782.5273,0.5000,15626.9414,52.3703,51.3805,2.1558,112.9000,109.0200,3.5590, 27 | FFH,"Fairfax Financial*",50,46782.5273,0.5000,17097.0371,528.2736,456.4174,1.4064,742.2200,611.7600,21.3253, 28 | IFC,"Intact Financial Corp.",51,46782.5273,0.5000,12483.2471,40.5724,39.2343,2.3459,95.1800,91.0500,4.5360, 29 | CWB,"Cdn Western Bank",52,46782.5273,0.5000,2318.5198,22.6230,20.1863,1.1717,26.3300,24.7000,6.5992, 30 | EMP.A,"Empire Company Ltd., A",53,46782.5273,0.5000,3743.2124,13.1043,21.2437,1.6590,21.5700,29.3867,-26.5994, 31 | WSP,"WSP Global Inc.",54,46782.5273,0.5000,4348.1646,27.7885,26.1279,1.5517,43.1200,42.2000,2.1801, 32 | CAE,"CAE Inc.",57,46782.5273,0.5000,5025.5503,6.8890,6.2879,2.7145,18.7000,14.4500,29.4118, 33 | -------------------------------------------------------------------------------- /C2017.csv: -------------------------------------------------------------------------------- 1 | Symbol,Company,Rank, TRI ,TB90 ,MKT CAP ,BOOK ,BOOK4Q ,P/B ,PRNOW ,PR12M ,PCHG12M , 2 | DOI,,, 3 | Min (>=),,, 4 | Max (<),,, 5 | WJA,"WestJet Airlines Ltd.",1,50166.8711,0.7100,3119.4541,18.1820,16.4411,1.4646,26.6300,24.2000,10.0413, 6 | CVE,"Cenovus Energy Inc.",3,50166.8711,0.7100,12004.3740,16.0328,14.0131,0.6094,9.7700,18.9500,-48.4433, 7 | POW,"Power Corp. of Canada",4,50166.8711,0.7100,12664.1094,28.5813,26.3222,1.0678,30.5200,27.7200,10.1010, 8 | PWF,"Power Financial Corp.",7,50166.8711,0.7100,24044.9609,24.4487,22.6334,1.3788,33.7100,30.2100,11.5856, 9 | LB,"Laurentian Bank of Cda",8,50166.8711,0.7100,2181.9292,50.8985,48.6260,1.1036,56.1700,49.1600,14.2596, 10 | CM,"Cdn Imperial Bank",11,50166.8711,0.7100,45964.7969,64.2941,54.5363,1.6317,104.9100,104.1000,0.7781, 11 | SLF,"Sun Life Financial Inc.",12,50166.8711,0.7100,29426.6270,33.7095,30.7328,1.4410,47.9500,41.3800,15.8772, 12 | EMA,"Emera Inc.",15,50166.8711,0.7100,10174.0371,28.8980,23.7378,1.6902,47.9600,47.7500,0.4398, 13 | NA,"National Bank of Canada",17,50166.8711,0.7100,19611.9570,30.8449,28.3915,1.8635,57.4800,46.0900,24.7125, 14 | TD,"Toronto-Dominion Bank",19,50166.8711,0.7100,123985.8516,36.3118,35.6621,1.8468,67.0600,58.5200,14.5933, 15 | GWO,"Great-West Lifeco Inc.",20,50166.8711,0.7100,34235.5547,19.9480,19.0373,1.7665,34.5900,31.3200,10.4406, 16 | FTS,"Fortis Inc.",21,50166.8711,0.7100,19093.1797,32.7626,28.2596,1.4118,45.6900,41.2500,10.7636, 17 | BMO,"Bank of Montreal",22,50166.8711,0.7100,58128.7031,59.6499,58.0547,1.5023,89.6100,86.9800,3.0237, 18 | BNS,"Bank of Nova Scotia",24,50166.8711,0.7100,93088.8438,44.5451,42.1365,1.7441,77.6900,69.8100,11.2878, 19 | IGM,"IGM Financial Inc.",26,50166.8711,0.7100,9837.6396,19.5251,18.8650,2.0942,40.8900,37.1000,10.2156, 20 | EMP.A,"Empire Company Ltd., A",28,50166.8711,0.7100,3642.5605,13.4138,13.1043,1.5772,20.9900,21.5700,-2.6889, 21 | RY,"Royal Bank of Canada",30,50166.8711,0.7100,135121.3125,44.9684,42.1127,2.0610,92.6800,81.5300,13.6760, 22 | CWB,"Cdn Western Bank",31,50166.8711,0.7100,2562.4604,24.3067,23.1927,1.1931,29.0000,26.3300,10.1405, 23 | IFC,"Intact Financial Corp.",33,50166.8711,0.7100,13482.9385,42.1594,40.5724,2.4417,102.9400,95.1800,8.1530, 24 | X,"TMX Group Ltd.",34,50166.8711,0.7100,3672.4619,54.1773,52.2310,1.2363,66.3600,56.9000,16.6257, 25 | WSP,"WSP Global Inc.",35,50166.8711,0.7100,5319.4922,28.5659,27.7885,1.8123,51.7700,43.1200,20.0603, 26 | TFII,"TFI International Inc.",36,50166.8711,0.7100,2742.8159,14.3448,15.2949,2.1290,30.5400,26.7700,14.0829, 27 | TRI,"Thomson Reuters Corp*",39,50166.8711,0.7100,40809.6211,22.7070,20.3198,2.6416,57.1000,54.3100,5.1372, 28 | CU,"Cdn Utilities Ltd., A",41,50166.8711,0.7100,10522.2119,17.8469,16.7508,2.2253,38.9200,37.6000,3.5106, 29 | IAG,"Industrial Alliance",42,50166.8711,0.7100,5708.8301,42.6211,38.0555,1.2678,53.5900,46.7400,14.6555, 30 | CIX,"CI Financial Corp.",43,50166.8711,0.7100,7069.7773,6.3425,6.7187,4.4765,27.3400,25.6700,6.5056, 31 | MRU,"Metro Inc.",44,50166.8711,0.7100,9385.6504,12.1034,11.3759,3.4520,41.2200,44.5400,-7.4540, 32 | MAXR,"Maxar Technologies *",45,50166.8711,0.7100,2504.0054,30.8746,29.4748,2.2255,68.7100,86.5800,-20.6399, 33 | T,"TELUS Corporation",46,50166.8711,0.7100,26854.1563,14.1197,13.6368,3.2019,45.2100,43.0200,5.0907, 34 | CTC.A,"Cdn Tire Corp. Ltd.",47,50166.8711,0.7100,10096.0410,69.1120,65.9388,2.1589,147.8000,134.3300,10.0275, 35 | MG,"Magna Intl. Inc. *",55,50166.8711,0.7100,22259.1758,37.4348,31.8939,1.6689,60.0900,52.8100,13.7853, 36 | OTEX,"Open Text Corporation*",59,50166.8711,0.7100,10617.1963,17.4410,10.6567,2.3958,40.1800,41.2400,-2.5703, 37 | -------------------------------------------------------------------------------- /C2018.csv: -------------------------------------------------------------------------------- 1 | Symbol,Company,Rank, TRI ,TB90 ,MKT CAP ,BOOK ,BOOK4Q ,P/B ,PRNOW ,PR12M ,PCHG12M , 2 | DOI,,, 3 | Min (>=),,, 4 | Max (<),,, 5 | RUS,"Russel Metals Inc.",1,55229.8008,1.5200,1771.0569,14.7929,13.2670,1.9795,28.5300,26.0200,9.6464, 6 | PKI,"Parkland Fuel Corp.",2,55229.8008,1.5200,5392.3091,12.7062,12.1734,3.2500,40.6600,27.0200,50.4811, 7 | MAXR,"Maxar Technologies *",3,55229.8008,1.5200,2391.8613,47.6280,30.8746,0.8557,40.4500,68.7100,-41.1294, 8 | HSE,"Husky Energy Inc.",5,55229.8008,1.5200,21690.5137,17.8347,16.4304,1.2185,21.5800,14.6100,47.7071, 9 | TFII,"TFI International Inc.",6,55229.8008,1.5200,4228.3950,16.9713,14.3448,2.8542,48.4400,30.5400,58.6116, 10 | PWF,"Power Financial Corp.",9,55229.8008,1.5200,21726.9141,25.8223,24.4487,1.1784,30.4300,33.7100,-9.7300, 11 | TRP,"TransCanada Corporation",10,55229.8008,1.5200,50427.8711,25.7555,23.5431,2.1580,55.5800,63.4100,-12.3482, 12 | GWO,"Great-West Lifeco Inc.",11,55229.8008,1.5200,31488.8047,21.2332,19.9480,1.5275,31.8400,34.5900,-7.9503, 13 | LB,"Laurentian Bank of Cda",17,55229.8008,1.5200,1946.5782,52.5674,49.7437,0.8959,46.5200,56.1700,-17.1800, 14 | POW,"Power Corp. of Canada",20,55229.8008,1.5200,12197.7471,30.5084,28.5813,0.9588,29.2500,30.5200,-4.1612, 15 | CM,"Cdn Imperial Bank",21,55229.8008,1.5200,54212.2773,72.4133,64.2941,1.6889,122.3000,104.9100,16.5761, 16 | IGM,"IGM Financial Inc.",22,55229.8008,1.5200,8768.4707,18.1306,19.5251,2.0082,36.4100,40.8900,-10.9562, 17 | PEY,"Peyto Expl. & Dev. Corp",24,55229.8008,1.5200,1783.9388,10.1353,9.9902,1.0803,10.8200,21.4300,-49.5100, 18 | FTS,"Fortis Inc.",26,55229.8008,1.5200,18148.8359,33.8771,32.7626,1.2770,42.7200,45.6900,-6.5003, 19 | BNS,"Bank of Nova Scotia",27,55229.8008,1.5200,93032.6719,49.3117,44.5451,1.5317,75.5300,77.6900,-2.7803, 20 | CNQ,"Cdn Natural Resources",29,55229.8008,1.5200,54410.9453,26.5474,25.5017,1.6785,44.5600,38.4700,15.8305, 21 | BMO,"Bank of Montreal",30,55229.8008,1.5200,68530.3672,63.3132,59.6499,1.6895,106.9700,89.6100,19.3728, 22 | MRU,"Metro Inc.",31,55229.8008,1.5200,10470.2529,21.4391,12.1034,1.9059,40.8600,41.2200,-0.8734, 23 | SLF,"Sun Life Financial Inc.",32,55229.8008,1.5200,31485.7129,35.3799,33.7095,1.4860,51.8700,47.9500,8.1752, 24 | RY,"Royal Bank of Canada",33,55229.8008,1.5200,149386.2188,49.5953,44.9684,2.0901,103.6600,92.6800,11.8472, 25 | TD,"Toronto-Dominion Bank",35,55229.8008,1.5200,143821.8438,39.3429,36.3118,1.9991,78.6500,67.0600,17.2830, 26 | AQN,"Algonquin Power Corp.*",36,55229.8008,1.5200,6363.0288,7.9774,6.9873,1.7075,13.5200,13.5500,-0.2214, 27 | IAG,"Industrial Alliance",37,55229.8008,1.5200,5929.9604,46.9391,42.6211,1.1628,54.1000,53.5900,0.9517, 28 | T,"TELUS Corporation",38,55229.8008,1.5200,28923.1191,16.2399,14.1197,2.9797,48.3900,45.2100,7.0338, 29 | NA,"National Bank of Canada",42,55229.8008,1.5200,22083.9961,33.9051,30.8449,1.9263,65.3100,57.4800,13.6221, 30 | EFN,"Element Fleet Mgmt.",46,55229.8008,1.5200,2675.2722,8.2800,8.4742,0.8490,7.0300,9.3600,-24.8932, 31 | SU,"Suncor Energy Inc.",47,55229.8008,1.5200,87442.9922,27.9882,26.9936,1.9444,53.7200,39.1300,37.2860, 32 | TCL.A,"Transcontinental Inc.",48,55229.8008,1.5200,2792.2144,16.8768,14.9440,1.9074,31.7900,24.3000,30.8231, 33 | TIH,"Toromont Industries Ltd",49,55229.8008,1.5200,5304.2988,14.9353,11.7713,4.3682,65.2400,53.7600,21.3542, 34 | OSB,"Norbord Inc.*",50,55229.8008,1.5200,4303.6250,18.2799,11.8224,3.6446,49.6600,43.0000,15.4884, 35 | CIX,"CI Financial Corp.",51,55229.8008,1.5200,5491.6182,6.6696,6.3425,3.2051,21.0000,27.3400,-23.1895, 36 | NTR,"Nutrien Ltd. *",52,55229.8008,1.5200,45130.8633,50.2861,32.8342,1.4694,73.3400,54.3250,35.0023, 37 | EMP.A,"Empire Company Ltd., A",53,55229.8008,1.5200,4320.0210,13.6445,13.4138,1.8383,24.8800,20.9900,18.5326, 38 | CU,"Cdn Utilities Ltd., A",55,55229.8008,1.5200,8639.7656,17.1285,17.8469,1.8972,31.7500,38.9200,-18.4224, 39 | NFI,"NFI Group Inc.",56,55229.8008,1.5200,3223.4944,16.9512,14.3042,3.0485,51.2900,51.3400,-0.0974, 40 | OGC,"OceanaGold Corporation*",57,55229.8008,1.5200,2383.6685,3.3034,2.9267,1.1867,3.8600,3.8800,-0.5155, 41 | X,"TMX Group Ltd.",58,55229.8008,1.5200,4873.3647,59.5351,54.1773,1.4842,87.5000,66.3600,31.8565, 42 | ACO.X,"Atco Ltd., I",60,55229.8008,1.5200,4477.4312,31.0965,31.2852,1.2545,39.0100,46.0100,-15.2141, 43 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 2 | # Fama French 3-Factor Model 3 | By Robert Yip 4 | Oct 2018 5 | Built with Python 6 | 7 | In this project, I build a Fama French 3-factor model using two opposite portfolios from Morningstar. The first portfolio is based on an Aggressive strategy and the other a Conservative strategy. The results show the model efficacy based on the strength of the fit. 8 | 9 | The project includes these steps: 10 | 1) Retrieval - Sourcing the raw data from CSV files (monthly snapshots of the portfolio). The CSVs are retrieved and exported from SQL. Multiple functions are defining to aid in the retrieval and table transformation. 11 | 2) Transformation - Setup the tables properly to calculate returns and categorize portfolio constituents to factors 12 | 3) Regression model 13 | 14 | The Fama French 3-factor model has these attributes. The description explains the proxy that I used. 15 | **Market Premium** - Calculated from S&P/TSX Composite Index and 90-day Treasury Bills. 16 | **SMB** - Categorized each security as small or large market cap by using 30-70 percentiles of aggregate market cap in portfolio. 17 | **HML** - Used inverse of P/B as proxy to catergorize and calculate book to market value. 18 | 19 | 20 | ```python 21 | import numpy as np 22 | import pandas as pd 23 | import matplotlib.pyplot as plt 24 | %matplotlib inline 25 | import statsmodels.api as sm 26 | #from sklearn.linear_model import LinearRegression 27 | import scipy, scipy.stats 28 | pd.options.mode.chained_assignment = None # default='warn' 29 | ``` 30 | 31 | C:\Users\Ry\Anaconda3\lib\site-packages\statsmodels\compat\pandas.py:56: FutureWarning: The pandas.core.datetools module is deprecated and will be removed in a future version. Please use the pandas.tseries module instead. 32 | from pandas.core import datetools 33 | 34 | 35 | 36 | ```python 37 | #Set years of data to look at: 2007-2018 38 | start = 2007 39 | end = 2018 40 | ``` 41 | 42 | ## 1) Retrieving the data 43 | ```python 44 | def dfAppend(strat, s, e): 45 | """ 46 | Reads data and appends to a central df. 47 | df = data frame to append to 48 | strat = Strategies label {A = Aggressive, C = Conservative} 49 | start = year to start 50 | end = year to end, not inclusive of end date 51 | """ 52 | df = pd.DataFrame() 53 | fileRange = np.arange(s, e + 1) 54 | 55 | for i in fileRange: 56 | if i == s: 57 | dfAdd = pd.read_csv(strat + str(i) + ".csv", skiprows=range(1,4), sep=',', encoding='iso-8859-1') 58 | else: 59 | dfAdd = pd.read_csv(strat + str(i) + ".csv", skiprows=range(1,4), sep=',', encoding='iso-8859-1') 60 | dfAdd = dfAdd.iloc[:, : -1] #drops last extra column 61 | dfAdd['Year'] = i 62 | df = df.append(dfAdd, ignore_index = True) 63 | 64 | return df 65 | ``` 66 | ##2) Transformation 67 | 68 | ```python 69 | def dfResetIndex (df): 70 | """ 71 | Resets index each time a df is made 72 | """ 73 | 74 | return df.reset_index(drop = True) 75 | ``` 76 | 77 | 78 | ```python 79 | def calcReturn(df): 80 | """ 81 | Gives return of individual security from portfolio 82 | """ 83 | 84 | return round(df.Return.mean(), 4) 85 | ``` 86 | 87 | 88 | ```python 89 | def calcRf (df): 90 | """ 91 | Returns Rf for FF 92 | """ 93 | df = dfResetIndex (df) 94 | return round(df.TB90[1], 4) 95 | ``` 96 | 97 | 98 | ```python 99 | def fillMktPrem (df, s, e): 100 | """ 101 | Fills in MktPrem to DF 102 | """ 103 | dfNew = df 104 | dfNew['MKtReturn'] = "" 105 | dfNew['MktPrem'] = "" 106 | fileRange = np.arange(s, e) 107 | for i in fileRange: 108 | dfNew['MKtReturn'].loc[dfNew['Year'] == i+1] = (dfNew['TRI'].loc[dfNew['Year'] == i+1].iloc[0] / dfNew['TRI'].loc[dfNew['Year'] == i].iloc[0] - 1)*100 109 | dfNew['MktPrem'].loc[dfNew['Year'] == i+1] = dfNew['MKtReturn'].loc[dfNew['Year'] == i+1].iloc[0] - dfNew['TB90'].loc[dfNew['Year'] == i+1].iloc[0] 110 | return dfNew 111 | ``` 112 | 113 | 114 | ```python 115 | def calcMktPrem (df): 116 | """ 117 | Returns Mkt Premium for FF 118 | """ 119 | df = dfResetIndex(df) 120 | return round(df.MktPrem[1], 4) 121 | ``` 122 | 123 | 124 | ```python 125 | def calcSMB(df): 126 | """ 127 | Returns SMB for FF 128 | """ 129 | #Define Quantile 130 | SQuantile = 0.3 131 | LQuantile = 0.7 132 | df["SMB"] = "" 133 | 134 | #Assigns stock size based on market cap 135 | df.SMB[df.MKTCAP <= df.MKTCAP.quantile(SQuantile)] = "SCap" 136 | df.SMB[(df.MKTCAP > df.MKTCAP.quantile(SQuantile)) & (df.MKTCAP < df.MKTCAP.quantile(LQuantile))] = "MCap" 137 | df.SMB[df.MKTCAP >= df.MKTCAP.quantile(LQuantile)] = "LCap" 138 | 139 | #Calculates average return of stocks in portfolio subset based on size 140 | SmallCapReturn = df.Return.loc[df["SMB"] == "SCap"].mean() 141 | LargeCapReturn = df.Return.loc[df["SMB"] == "LCap"].mean() 142 | 143 | #Returns SMB based on definition 144 | SMB = SmallCapReturn - LargeCapReturn 145 | return round(SMB, 4) 146 | 147 | ``` 148 | 149 | 150 | ```python 151 | def calcHML (df): 152 | """ 153 | Returns HML for FF 154 | Uses inverse of P/B as proxy for Book/Mkt 155 | """ 156 | #Define Quantile 157 | SQuantile = 0.3 158 | LQuantile = 0.7 159 | df["HML"] = "" 160 | df["BP"] = df.PB**(-1) #Create Book/MktValue Proxy 161 | 162 | #Assigns stock size based on market cap 163 | df.HML[df.BP <= df.BP.quantile(SQuantile)] = "SValue" 164 | df.HML[(df.BP > df.BP.quantile(SQuantile)) & (df.BP < df.BP.quantile(LQuantile))] = "MValue" 165 | df.HML[df.BP >= df.BP.quantile(LQuantile)] = "LValue" 166 | 167 | #Calculates average return of stocks in portfolio subset based on size 168 | SmallValueReturn = df.Return.loc[df["HML"] == "SValue"].mean() 169 | LargeValueReturn = df.Return.loc[df["HML"] == "LValue"].mean() 170 | 171 | #Returns SMB based on definition 172 | HML = SmallValueReturn - LargeValueReturn 173 | return round(HML, 4) 174 | ``` 175 | 176 | 177 | ```python 178 | def cleanColumns(df): 179 | """ 180 | Cleans up unnecessary characters 181 | Cleans up columns, removing the extras 182 | """ 183 | dfNew = df 184 | 185 | try: 186 | dfNew.columns = dfNew.columns.str.replace(' ','') 187 | except: 188 | pass 189 | 190 | try: 191 | dfNew.columns = dfNew.columns.str.replace('/','') 192 | except: 193 | pass 194 | 195 | dfNew = dfNew.rename(columns={"PCHG12M": "Return"}) 196 | 197 | dfNew = dfNew[['Symbol', 198 | 'Year', 199 | 'Return', 200 | 'TRI', 201 | 'TB90', 202 | 'MKTCAP', 203 | 'PB' 204 | ]] 205 | 206 | return dfNew 207 | ``` 208 | 209 | 210 | ```python 211 | ###Set up Data Frame 212 | 213 | #Create empty data frame for the strategies 214 | dfA = pd.DataFrame() 215 | dfC = pd.DataFrame() 216 | 217 | #Append the list 218 | dfA = dfAppend("A", start, end) #year 2007-2018 219 | dfC = dfAppend("C", start, end) #year 2008-2018 220 | 221 | ``` 222 | 223 | 224 | ```python 225 | ###Clean up Data Frame and preparing for FF model 226 | #Remove space in columns 227 | dfA = cleanColumns(dfA) 228 | dfC = cleanColumns(dfC) 229 | 230 | dfA 231 | ``` 232 | 233 | 234 | 235 | 236 |
237 | 250 | 251 | 252 | 253 | 254 | 255 | 256 | 257 | 258 | 259 | 260 | 261 | 262 | 263 | 264 | 265 | 266 | 267 | 268 | 269 | 270 | 271 | 272 | 273 | 274 | 275 | 276 | 277 | 278 | 279 | 280 | 281 | 282 | 283 | 284 | 285 | 286 | 287 | 288 | 289 | 290 | 291 | 292 | 293 | 294 | 295 | 296 | 297 | 298 | 299 | 300 | 301 | 302 | 303 | 304 | 305 | 306 | 307 | 308 | 309 | 310 | 311 | 312 | 313 | 314 | 315 | 316 | 317 | 318 | 319 | 320 | 321 | 322 | 323 | 324 | 325 | 326 | 327 | 328 | 329 | 330 | 331 | 332 | 333 | 334 | 335 | 336 | 337 | 338 | 339 | 340 | 341 | 342 | 343 | 344 | 345 | 346 | 347 | 348 | 349 | 350 | 351 | 352 | 353 | 354 | 355 | 356 | 357 | 358 | 359 | 360 | 361 | 362 | 363 | 364 | 365 | 366 | 367 | 368 | 369 | 370 | 371 | 372 | 373 | 374 | 375 | 376 | 377 | 378 | 379 | 380 | 381 | 382 | 383 | 384 | 385 | 386 | 387 | 388 | 389 | 390 | 391 | 392 | 393 | 394 | 395 | 396 | 397 | 398 | 399 | 400 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 418 | 419 | 420 | 421 | 422 | 423 | 424 | 425 | 426 | 427 | 428 | 429 | 430 | 431 | 432 | 433 | 434 | 435 | 436 | 437 | 438 | 439 | 440 | 441 | 442 | 443 | 444 | 445 | 446 | 447 | 448 | 449 | 450 | 451 | 452 | 453 | 454 | 455 | 456 | 457 | 458 | 459 | 460 | 461 | 462 | 463 | 464 | 465 | 466 | 467 | 468 | 469 | 470 | 471 | 472 | 473 | 474 | 475 | 476 | 477 | 478 | 479 | 480 | 481 | 482 | 483 | 484 | 485 | 486 | 487 | 488 | 489 | 490 | 491 | 492 | 493 | 494 | 495 | 496 | 497 | 498 | 499 | 500 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 514 | 515 | 516 | 517 | 518 | 519 | 520 | 521 | 522 | 523 | 524 | 525 | 526 | 527 | 528 | 529 | 530 | 531 | 532 | 533 | 534 | 535 | 536 | 537 | 538 | 539 | 540 | 541 | 542 | 543 | 544 | 545 | 546 | 547 | 548 | 549 | 550 | 551 | 552 | 553 | 554 | 555 | 556 | 557 | 558 | 559 | 560 | 561 | 562 | 563 | 564 | 565 | 566 | 567 | 568 | 569 | 570 | 571 | 572 | 573 | 574 | 575 | 576 | 577 | 578 | 579 | 580 | 581 | 582 | 583 | 584 | 585 | 586 | 587 | 588 | 589 | 590 | 591 | 592 | 593 | 594 | 595 | 596 | 597 | 598 | 599 | 600 | 601 | 602 | 603 | 604 | 605 | 606 | 607 | 608 | 609 | 610 | 611 | 612 | 613 | 614 | 615 | 616 | 617 | 618 | 619 | 620 | 621 | 622 | 623 | 624 | 625 | 626 | 627 | 628 | 629 | 630 | 631 | 632 | 633 | 634 | 635 | 636 | 637 | 638 | 639 | 640 | 641 | 642 | 643 | 644 | 645 | 646 | 647 | 648 | 649 | 650 | 651 | 652 | 653 | 654 | 655 | 656 | 657 | 658 | 659 | 660 | 661 | 662 | 663 | 664 | 665 | 666 | 667 | 668 | 669 | 670 | 671 | 672 | 673 | 674 | 675 | 676 | 677 | 678 | 679 | 680 | 681 | 682 | 683 | 684 | 685 | 686 | 687 | 688 | 689 | 690 | 691 | 692 | 693 | 694 | 695 | 696 | 697 | 698 | 699 | 700 | 701 | 702 | 703 | 704 | 705 | 706 | 707 | 708 | 709 | 710 | 711 | 712 | 713 | 714 | 715 | 716 | 717 | 718 | 719 | 720 | 721 | 722 | 723 | 724 | 725 | 726 | 727 | 728 | 729 | 730 | 731 | 732 | 733 | 734 | 735 | 736 | 737 | 738 | 739 | 740 | 741 | 742 | 743 | 744 | 745 | 746 | 747 | 748 | 749 | 750 | 751 | 752 | 753 | 754 | 755 | 756 | 757 | 758 | 759 | 760 | 761 | 762 | 763 | 764 | 765 | 766 | 767 | 768 | 769 | 770 | 771 | 772 | 773 | 774 | 775 | 776 | 777 | 778 | 779 | 780 | 781 | 782 | 783 | 784 | 785 | 786 | 787 | 788 | 789 | 790 | 791 | 792 | 793 | 794 | 795 | 796 | 797 | 798 | 799 | 800 | 801 | 802 | 803 | 804 | 805 | 806 | 807 | 808 | 809 | 810 | 811 | 812 | 813 | 814 | 815 | 816 | 817 | 818 | 819 | 820 | 821 | 822 | 823 | 824 | 825 | 826 | 827 | 828 | 829 | 830 | 831 | 832 | 833 | 834 | 835 | 836 | 837 | 838 | 839 | 840 | 841 | 842 | 843 | 844 | 845 | 846 | 847 | 848 | 849 | 850 | 851 | 852 | 853 | 854 | 855 | 856 | 857 | 858 | 859 | 860 | 861 | 862 | 863 | 864 | 865 | 866 | 867 | 868 | 869 | 870 | 871 | 872 | 873 | 874 | 875 |
SymbolYearReturnTRITB90MKTCAPPB
0TCM2007394.166734542.60163.902009.57634.8272
1BB2007196.545434542.60163.9050392.207017.3708
2QUX200752.432434542.60163.90914.23842.0376
3TRE2007300.000034542.60163.902908.60212.6323
4VT200746.103934542.60163.902296.75512.1184
5LNR200789.372734542.60163.901791.81212.0731
6MDI2007102.160934542.60163.901035.58144.6532
7ET2007112.480034542.60163.901918.110117.0584
8SW200789.218734542.60163.90662.22323.3381
9NTR2007158.319934542.60163.9029561.92196.0249
10OIL1200790.413034542.60163.902810.27475.2046
11VRS12007325.702834542.60163.90622.75003.6446
12AXP1200731.821134542.60163.901124.94431.5986
13SVC2007n/a34542.60163.90771.86565.4759
14ELR200780.315034542.60163.901528.58181.8666
15AGU200787.962634542.60163.906445.66944.0877
16MG200719.541134542.60163.9010483.01461.2566
17AL2007109.716434542.60163.9038855.33203.0089
18NCX20079.191534542.60163.903194.32373.4441
19EQN2007120.000034542.60163.901972.04483.9819
20IOL2007111.363634542.60163.901113.135610.1440
21SCL200785.828934542.60163.902491.29714.3214
22SCC200727.529434542.60163.902916.52933.4336
23OTEX200745.727034542.60163.901318.46202.3879
24EMP.A200712.135634542.60163.901547.35011.5353
25SAP200734.437134542.60163.905194.77003.6509
26ACO.X200735.399134542.60163.903264.89792.1489
27AGF.B200760.091334542.60163.903164.16503.0294
28BLS120074.275534542.60163.906353.58153.3295
29RCI.B200768.350934542.60163.9030668.14267.3387
........................
690PVG20184.729755229.80081.521985.16811.7643
691VET20181.818255229.80081.526315.78322.4468
692DSG201829.948755229.80081.523501.95145.2637
693ECA201848.326255229.80081.5216524.05661.9500
694BHC201879.511655229.80081.5210510.07622.3301
695KL201849.907855229.80081.525151.82373.2756
696MEG201864.47155229.80081.522445.56520.6197
697FSV201828.348155229.80081.523866.506614.0518
698ERF201845.536555229.80081.523959.03372.3204
699BAD20180.311255229.80081.521076.30003.2235
700CIGI201863.889755229.80081.524030.40829.7911
701OSB201815.488455229.80081.524303.62503.6446
702ECI201838.186255229.80081.523107.14285.3444
703BB201820.051955229.80081.527463.38042.3713
704MTY201828.53555229.80081.521520.95232.5935
705PSI201818.994455229.80081.521819.07965.0627
706BBD.B201872.455229.80081.5210419.2314331.5385
707GC201835.712255229.80081.522820.13335.1500
708BAM.A201812.897355229.80081.5255326.37501.6888
709WCP2018-10.133655229.80081.523369.10381.0425
710SHOP201837.579755229.80081.5217794.78139.3487
711PD201860.883355229.80081.521497.95120.8482
712RNW2018-14.859255229.80081.523173.78491.3884
713VII2018-19.200455229.80081.525555.51661.2358
714BCB20187.221955229.80081.522836.10161.7670
715TCL.A201830.823155229.80081.522792.21441.9074
716CP201841.26455229.80081.5239135.08205.9499
717CNR201814.661155229.80081.5285207.32814.9033
718TRQ2018-28.028555229.80081.526097.31250.5099
719CCO20188.306755229.80081.525366.95311.1095
876 |

720 rows × 7 columns

877 |
878 | 879 | 880 | 881 | 882 | ```python 883 | ###Fill in MktPrem 884 | #This part should only be done once 885 | dfA = fillMktPrem (dfA, start, end) 886 | dfC = fillMktPrem (dfC, start, end) 887 | ``` 888 | 889 | 890 | ```python 891 | ###Continue Cleanup 892 | #Drop First Year 893 | dfA = dfA.loc[dfA['Year'] != start] 894 | dfC = dfC.loc[dfC['Year'] != start] 895 | 896 | dfA = dfA.reset_index(drop = True) 897 | dfC = dfC.reset_index(drop = True) 898 | #Convert all inputs used to numeric 899 | 900 | dfA.iloc[:, 2:] = dfA.iloc[:, 2:].convert_objects(convert_numeric=True) 901 | dfC.iloc[:, 2:] = dfC.iloc[:, 2:].convert_objects(convert_numeric=True) 902 | ``` 903 | 904 | C:\Users\Ry\Anaconda3\lib\site-packages\ipykernel_launcher.py:10: FutureWarning: convert_objects is deprecated. Use the data-type specific converters pd.to_datetime, pd.to_timedelta and pd.to_numeric. 905 | # Remove the CWD from sys.path while we load stuff. 906 | C:\Users\Ry\Anaconda3\lib\site-packages\ipykernel_launcher.py:11: FutureWarning: convert_objects is deprecated. Use the data-type specific converters pd.to_datetime, pd.to_timedelta and pd.to_numeric. 907 | # This is added back by InteractiveShellApp.init_path() 908 | 909 | 910 | 911 | ```python 912 | dfA.head(30) 913 | ``` 914 | 915 | 916 | 917 | 918 |
919 | 932 | 933 | 934 | 935 | 936 | 937 | 938 | 939 | 940 | 941 | 942 | 943 | 944 | 945 | 946 | 947 | 948 | 949 | 950 | 951 | 952 | 953 | 954 | 955 | 956 | 957 | 958 | 959 | 960 | 961 | 962 | 963 | 964 | 965 | 966 | 967 | 968 | 969 | 970 | 971 | 972 | 973 | 974 | 975 | 976 | 977 | 978 | 979 | 980 | 981 | 982 | 983 | 984 | 985 | 986 | 987 | 988 | 989 | 990 | 991 | 992 | 993 | 994 | 995 | 996 | 997 | 998 | 999 | 1000 | 1001 | 1002 | 1003 | 1004 | 1005 | 1006 | 1007 | 1008 | 1009 | 1010 | 1011 | 1012 | 1013 | 1014 | 1015 | 1016 | 1017 | 1018 | 1019 | 1020 | 1021 | 1022 | 1023 | 1024 | 1025 | 1026 | 1027 | 1028 | 1029 | 1030 | 1031 | 1032 | 1033 | 1034 | 1035 | 1036 | 1037 | 1038 | 1039 | 1040 | 1041 | 1042 | 1043 | 1044 | 1045 | 1046 | 1047 | 1048 | 1049 | 1050 | 1051 | 1052 | 1053 | 1054 | 1055 | 1056 | 1057 | 1058 | 1059 | 1060 | 1061 | 1062 | 1063 | 1064 | 1065 | 1066 | 1067 | 1068 | 1069 | 1070 | 1071 | 1072 | 1073 | 1074 | 1075 | 1076 | 1077 | 1078 | 1079 | 1080 | 1081 | 1082 | 1083 | 1084 | 1085 | 1086 | 1087 | 1088 | 1089 | 1090 | 1091 | 1092 | 1093 | 1094 | 1095 | 1096 | 1097 | 1098 | 1099 | 1100 | 1101 | 1102 | 1103 | 1104 | 1105 | 1106 | 1107 | 1108 | 1109 | 1110 | 1111 | 1112 | 1113 | 1114 | 1115 | 1116 | 1117 | 1118 | 1119 | 1120 | 1121 | 1122 | 1123 | 1124 | 1125 | 1126 | 1127 | 1128 | 1129 | 1130 | 1131 | 1132 | 1133 | 1134 | 1135 | 1136 | 1137 | 1138 | 1139 | 1140 | 1141 | 1142 | 1143 | 1144 | 1145 | 1146 | 1147 | 1148 | 1149 | 1150 | 1151 | 1152 | 1153 | 1154 | 1155 | 1156 | 1157 | 1158 | 1159 | 1160 | 1161 | 1162 | 1163 | 1164 | 1165 | 1166 | 1167 | 1168 | 1169 | 1170 | 1171 | 1172 | 1173 | 1174 | 1175 | 1176 | 1177 | 1178 | 1179 | 1180 | 1181 | 1182 | 1183 | 1184 | 1185 | 1186 | 1187 | 1188 | 1189 | 1190 | 1191 | 1192 | 1193 | 1194 | 1195 | 1196 | 1197 | 1198 | 1199 | 1200 | 1201 | 1202 | 1203 | 1204 | 1205 | 1206 | 1207 | 1208 | 1209 | 1210 | 1211 | 1212 | 1213 | 1214 | 1215 | 1216 | 1217 | 1218 | 1219 | 1220 | 1221 | 1222 | 1223 | 1224 | 1225 | 1226 | 1227 | 1228 | 1229 | 1230 | 1231 | 1232 | 1233 | 1234 | 1235 | 1236 | 1237 | 1238 | 1239 | 1240 | 1241 | 1242 | 1243 | 1244 | 1245 | 1246 | 1247 | 1248 | 1249 | 1250 | 1251 | 1252 | 1253 | 1254 | 1255 | 1256 | 1257 | 1258 | 1259 | 1260 | 1261 | 1262 | 1263 | 1264 | 1265 | 1266 | 1267 | 1268 | 1269 | 1270 | 1271 | 1272 | 1273 | 1274 | 1275 | 1276 | 1277 | 1278 | 1279 | 1280 | 1281 | 1282 | 1283 | 1284 | 1285 | 1286 | 1287 | 1288 | 1289 | 1290 | 1291 | 1292 | 1293 | 1294 | 1295 | 1296 | 1297 | 1298 | 1299 | 1300 | 1301 | 1302 | 1303 | 1304 | 1305 | 1306 | 1307 | 1308 | 1309 |
SymbolYearReturnTRITB90MKTCAPPBMKtReturnMktPrem
0ATA200839.040034992.80082.4671.53711.46241.303316-1.096684
1BIR2008219.250034992.80082.41435.14382.93721.303316-1.096684
2IOL2008-11.559134992.80082.41136.49765.73161.303316-1.096684
3CR2008110.674234992.80082.41067.91001.60851.303316-1.096684
4HPX200828.544434992.80082.4922.62401.30321.303316-1.096684
5TOG12008183.866734992.80082.42386.65162.14611.303316-1.096684
6AGU200886.134734992.80082.414185.30963.47581.303316-1.096684
7PMCS200817.874634992.80082.41998.70282.59711.303316-1.096684
8PXE200850.817234992.80082.41178.09022.95571.303316-1.096684
9NVA200813.636434992.80082.41186.52991.62711.303316-1.096684
10NTR200897.435334992.80082.456345.70318.17501.303316-1.096684
11RUS20083.019134992.80082.41942.62242.12521.303316-1.096684
12BBD.B200833.064534992.80082.414468.50394.88511.303316-1.096684
13TLM20083.587234992.80082.419121.13092.13331.303316-1.096684
14CFP2008-12.135934992.80082.41548.51650.87471.303316-1.096684
15AGI200818.892934992.80082.41182.59641.84711.303316-1.096684
16TESO200824.858234992.80082.41334.77643.74031.303316-1.096684
17TXP200850.176134992.80082.43877.12945.45791.303316-1.096684
18GEA2008105.281134992.80082.41284.91563.44051.303316-1.096684
19GNA200821.951234992.80082.46491.32521.48251.303316-1.096684
20BNK2008304.166734992.80082.4885.12997.54751.303316-1.096684
21STE200892.624134992.80082.41180.52292.38711.303316-1.096684
22CLS200842.925334992.80082.41793.51400.89291.303316-1.096684
23ARE200830.248834992.80082.4851.72072.55751.303316-1.096684
24CMT2008-6.418234992.80082.41177.51421.34771.303316-1.096684
25CLL200812.328834992.80082.4865.21061.87011.303316-1.096684
26CNQ200825.557634992.80082.449019.01953.60221.303316-1.096684
27CSU200813.417934992.80082.4498.66806.61421.303316-1.096684
28HSE200821.135534992.80082.439861.07033.09381.303316-1.096684
29NXY200812.698934992.80082.417655.60552.65261.303316-1.096684
1310 |
1311 | 1312 | 1313 | 1314 | 1315 | ```python 1316 | #Create Fama French 3 factor model for Aggressive Strategy 1317 | FFA = pd.DataFrame(columns = 1318 | ["Year", 1319 | "Return", 1320 | "Rf", 1321 | "MktPrem", 1322 | "SMB", 1323 | "HML" 1324 | ]) 1325 | FFAIndex = 0 1326 | for i in range(start+1, end+1): 1327 | FFA.loc[FFAIndex] = [i, 1328 | calcReturn(dfA.loc[dfA['Year'] == i]), 1329 | calcRf(dfA.loc[dfA['Year'] == i]), 1330 | calcMktPrem(dfA.loc[dfA['Year'] == i]), 1331 | calcSMB(dfA.loc[dfA['Year'] == i]), 1332 | calcHML(dfA.loc[dfA['Year'] == i]) 1333 | ] 1334 | FFAIndex += 1 1335 | FFA['Year'] = FFA['Year'].astype(int) 1336 | ``` 1337 | 1338 | 1339 | ```python 1340 | #Create Fama French 3 factor model for Conservative Strategy 1341 | FFC = pd.DataFrame(columns = 1342 | ["Year", 1343 | "Return", 1344 | "Rf", 1345 | "MktPrem", 1346 | "SMB", 1347 | "HML" 1348 | ]) 1349 | FFCIndex = 0 1350 | for i in range(start+1, end+1): 1351 | FFC.loc[FFCIndex] = [i, 1352 | calcReturn(dfC.loc[dfC['Year'] == i]), 1353 | calcRf(dfC.loc[dfC['Year'] == i]), 1354 | calcMktPrem(dfC.loc[dfC['Year'] == i]), 1355 | calcSMB(dfC.loc[dfC['Year'] == i]), 1356 | calcHML(dfC.loc[dfC['Year'] == i]) 1357 | ] 1358 | FFCIndex += 1 1359 | FFC['Year'] = FFC['Year'].astype(int) 1360 | ``` 1361 | 1362 | 1363 | ```python 1364 | FFA 1365 | ``` 1366 | 1367 | 1368 | 1369 | 1370 |
1371 | 1384 | 1385 | 1386 | 1387 | 1388 | 1389 | 1390 | 1391 | 1392 | 1393 | 1394 | 1395 | 1396 | 1397 | 1398 | 1399 | 1400 | 1401 | 1402 | 1403 | 1404 | 1405 | 1406 | 1407 | 1408 | 1409 | 1410 | 1411 | 1412 | 1413 | 1414 | 1415 | 1416 | 1417 | 1418 | 1419 | 1420 | 1421 | 1422 | 1423 | 1424 | 1425 | 1426 | 1427 | 1428 | 1429 | 1430 | 1431 | 1432 | 1433 | 1434 | 1435 | 1436 | 1437 | 1438 | 1439 | 1440 | 1441 | 1442 | 1443 | 1444 | 1445 | 1446 | 1447 | 1448 | 1449 | 1450 | 1451 | 1452 | 1453 | 1454 | 1455 | 1456 | 1457 | 1458 | 1459 | 1460 | 1461 | 1462 | 1463 | 1464 | 1465 | 1466 | 1467 | 1468 | 1469 | 1470 | 1471 | 1472 | 1473 | 1474 | 1475 | 1476 | 1477 | 1478 | 1479 | 1480 | 1481 | 1482 | 1483 | 1484 | 1485 | 1486 | 1487 | 1488 | 1489 | 1490 | 1491 | 1492 | 1493 | 1494 | 1495 | 1496 | 1497 |
YearReturnRfMktPremSMBHML
0200836.85842.40-1.096718.741643.6863
1200912.81860.20-17.544412.471636.1373
2201068.16210.6710.820514.701160.3519
3201152.01130.898.217024.843461.1273
4201229.91581.03-5.25755.493046.9944
5201338.02500.999.037313.066510.3304
6201454.03860.9426.189425.760866.1083
7201520.55060.37-9.0489-17.183961.2438
8201674.20830.508.188626.148718.0131
9201731.45350.716.5242-0.778821.5734
10201834.11881.528.57226.565925.0311
1498 |
1499 | 1500 | 1501 | 1502 | 1503 | ```python 1504 | FFC 1505 | ``` 1506 | 1507 | 1508 | 1509 | 1510 |
1511 | 1524 | 1525 | 1526 | 1527 | 1528 | 1529 | 1530 | 1531 | 1532 | 1533 | 1534 | 1535 | 1536 | 1537 | 1538 | 1539 | 1540 | 1541 | 1542 | 1543 | 1544 | 1545 | 1546 | 1547 | 1548 | 1549 | 1550 | 1551 | 1552 | 1553 | 1554 | 1555 | 1556 | 1557 | 1558 | 1559 | 1560 | 1561 | 1562 | 1563 | 1564 | 1565 | 1566 | 1567 | 1568 | 1569 | 1570 | 1571 | 1572 | 1573 | 1574 | 1575 | 1576 | 1577 | 1578 | 1579 | 1580 | 1581 | 1582 | 1583 | 1584 | 1585 | 1586 | 1587 | 1588 | 1589 | 1590 | 1591 | 1592 | 1593 | 1594 | 1595 | 1596 | 1597 | 1598 | 1599 | 1600 | 1601 | 1602 | 1603 | 1604 | 1605 | 1606 | 1607 | 1608 | 1609 | 1610 | 1611 | 1612 | 1613 | 1614 | 1615 | 1616 | 1617 | 1618 | 1619 | 1620 | 1621 | 1622 | 1623 | 1624 | 1625 | 1626 | 1627 | 1628 | 1629 | 1630 | 1631 | 1632 | 1633 | 1634 | 1635 | 1636 | 1637 |
YearReturnRfMktPremSMBHML
02008-9.26662.40-1.09674.273121.5956
12009-5.46560.20-17.5444-1.4298-2.2787
2201015.81350.6710.820511.8667-8.5265
320118.05570.898.217013.685213.4448
420125.72441.03-5.25754.10075.9682
5201320.00630.999.03737.6418-6.0691
6201417.35920.9426.1894-3.05353.7997
72015-1.18690.37-9.0489-1.810823.3356
820164.33590.508.1886-6.13224.7550
920176.49290.716.5242-0.8448-4.3763
1020185.83711.528.5722-13.397119.1939
1638 |
1639 | 1640 | 1641 | 1642 | ## 3) Regression 1643 | ```python 1644 | #Set up regression 1645 | Y = FFA.Return.values 1646 | X = FFA[["MktPrem","SMB","HML"]] 1647 | 1648 | 1649 | model = sm.OLS( Y.astype(float), X.astype(float) ) 1650 | 1651 | result = model.fit() 1652 | print (result.params) 1653 | print(result.summary()) 1654 | ``` 1655 | 1656 | MktPrem 0.662782 1657 | SMB 0.994160 1658 | HML 0.545028 1659 | dtype: float64 1660 | OLS Regression Results 1661 | ============================================================================== 1662 | Dep. Variable: y R-squared: 0.877 1663 | Model: OLS Adj. R-squared: 0.831 1664 | Method: Least Squares F-statistic: 19.08 1665 | Date: Tue, 25 Sep 2018 Prob (F-statistic): 0.000528 1666 | Time: 11:42:09 Log-Likelihood: -45.925 1667 | No. Observations: 11 AIC: 97.85 1668 | Df Residuals: 8 BIC: 99.04 1669 | Df Model: 3 1670 | Covariance Type: nonrobust 1671 | ============================================================================== 1672 | coef std err t P>|t| [0.025 0.975] 1673 | ------------------------------------------------------------------------------ 1674 | MktPrem 0.6628 0.577 1.148 0.284 -0.669 1.994 1675 | SMB 0.9942 0.484 2.054 0.074 -0.122 2.110 1676 | HML 0.5450 0.158 3.443 0.009 0.180 0.910 1677 | ============================================================================== 1678 | Omnibus: 0.240 Durbin-Watson: 1.821 1679 | Prob(Omnibus): 0.887 Jarque-Bera (JB): 0.081 1680 | Skew: -0.128 Prob(JB): 0.960 1681 | Kurtosis: 2.666 Cond. No. 5.55 1682 | ============================================================================== 1683 | 1684 | 1685 | ```python 1686 | #Set up regression 1687 | Y = FFC.Return.values 1688 | X = FFC[["MktPrem","SMB","HML"]] 1689 | X = sm.add_constant(X) 1690 | X.rename(columns = {"const":"Intercept"}, inplace = True) 1691 | 1692 | 1693 | model = sm.OLS( Y.astype(float), X.astype(float) ) 1694 | 1695 | result = model.fit() 1696 | print (result.params) 1697 | print(result.summary()) 1698 | 1699 | ``` 1700 | 1701 | Intercept 5.810956 1702 | MktPrem 0.528004 1703 | SMB 0.151975 1704 | HML -0.310956 1705 | dtype: float64 1706 | OLS Regression Results 1707 | ============================================================================== 1708 | Dep. Variable: y R-squared: 0.761 1709 | Model: OLS Adj. R-squared: 0.659 1710 | Method: Least Squares F-statistic: 7.436 1711 | Date: Tue, 25 Sep 2018 Prob (F-statistic): 0.0140 1712 | Time: 11:42:09 Log-Likelihood: -31.609 1713 | No. Observations: 11 AIC: 71.22 1714 | Df Residuals: 7 BIC: 72.81 1715 | Df Model: 3 1716 | Covariance Type: nonrobust 1717 | ============================================================================== 1718 | coef std err t P>|t| [0.025 0.975] 1719 | ------------------------------------------------------------------------------ 1720 | Intercept 5.8110 2.143 2.711 0.030 0.743 10.879 1721 | MktPrem 0.5280 0.148 3.562 0.009 0.177 0.879 1722 | SMB 0.1520 0.224 0.678 0.519 -0.378 0.682 1723 | HML -0.3110 0.159 -1.953 0.092 -0.687 0.065 1724 | ============================================================================== 1725 | Omnibus: 0.221 Durbin-Watson: 1.382 1726 | Prob(Omnibus): 0.895 Jarque-Bera (JB): 0.364 1727 | Skew: -0.238 Prob(JB): 0.834 1728 | Kurtosis: 2.247 Cond. No. 17.0 1729 | ============================================================================== 1730 | 1731 | 1732 | --------------------------------------------------------------------------------