-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
compiled all company data into respective .csv files
- Loading branch information
Showing
104 changed files
with
264 additions
and
615 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
from main import main | ||
from link_gsid_name import link | ||
from save_company_data import save | ||
from find_gsid import find_gsid | ||
|
||
''' | ||
This file takes the data from the Dataset using the API key and compiles | ||
all the data into a seperate .csv file for each company. | ||
''' | ||
find_gsid() | ||
link() | ||
save() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.124,0.212,0.422,0.356,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.422,0.792,0.506,0.89,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.192,0.754,0.362,0.648,2015-05-01 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.742,0.358,0.71,0.746,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.08,0.27,0.58,0.932,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.142,0.63,0.484,0.942,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.284,0.614,0.35,0.382,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.572,0.218,0.772,0.962,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.356,0.372,0.608,0.838,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.966,0.974,0.36,0.086,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.906,0.592,0.698,0.782,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.512,0.676,0.484,0.616,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.168,0.124,0.664,0.95,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.17,0.518,0.486,0.808,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.912,0.944,0.526,0.61,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.494,0.058,0.676,0.592,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.268,0.748,0.486,0.936,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.262,0.542,0.462,0.668,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.726,0.808,0.5,0.582,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.838,0.73,0.546,0.53,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.836,0.654,0.608,0.64,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.718,0.866,0.614,0.99,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.3,0.658,0.524,0.928,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.274,0.564,0.414,0.534,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.924,0.33,0.602,0.21,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.6842,19531043,0.012,0.098,0.43,0.378,2015-07-14 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.31,0.834,0.484,0.978,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.444,0.394,0.552,0.604,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.86,0.828,0.608,0.794,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.806,0.816,0.454,0.372,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.57,0.766,0.544,0.83,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.758,0.932,0.558,0.846,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.814,0.916,0.56,0.784,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.676,0.772,0.604,0.91,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.346,0.128,0.676,0.81,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.264,0.42,0.59,0.928,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.926,0.96,0.578,0.766,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.808,0.874,0.49,0.536,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.068,0.02,0.616,0.798,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.97,0.968,0.346,0.038,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.16,0.048,0.486,0.348,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.916,0.606,0.53,0.282,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.64,0.928,0.244,0.02,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.784,0.516,0.734,0.936,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.896,0.9,0.58,0.74,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.968,0.97,0.378,0.136,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.298,0.242,0.554,0.606,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.358,0.66,0.454,0.664,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.146,0.608,0.424,0.736,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.178,0.096,0.524,0.488,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.646,0.788,0.582,0.888,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.704,0.82,0.62,0.972,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.164,0.796,0.44,0.954,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.158,0.434,0.564,0.968,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.53,0.908,0.434,0.678,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.096,0.458,0.408,0.588,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.608,0.292,0.72,0.846,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.054,0.148,0.564,0.79,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.156,0.436,0.43,0.574,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.176,0.602,0.436,0.732,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.29,0.37,0.406,0.3,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.712,0.724,0.652,0.97,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.538,0.856,0.454,0.68,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.186,0.052,0.648,0.806,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.702,0.886,0.418,0.436,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.43,0.51,0.56,0.758,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.798,0.738,0.548,0.58,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.584,0.278,0.536,0.304,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.046,0.62,0.296,0.46,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.122,0.234,0.51,0.644,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.322,0.488,0.528,0.748,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.432,0.858,0.492,0.9,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.132,0.638,0.42,0.764,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.612,0.074,0.778,0.794,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.87,0.872,0.642,0.93,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.612,0.376,0.538,0.376,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.584,0.376,0.632,0.688,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.36,0.52,0.342,0.184,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.746,0.874,0.57,0.834,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.662,0.178,0.616,0.366,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.868,0.25,0.618,0.238,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.106,0.242,0.546,0.772,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.718,0.746,0.452,0.384,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.26,0.742,0.432,0.782,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.6,0.7,0.482,0.546,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.582,0.888,0.558,0.98,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.33,0.618,0.328,0.274,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.908,0.918,0.466,0.404,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.244,0.308,0.47,0.474,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.898,0.948,0.624,0.922,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.702,0.514,0.604,0.624,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.18,0.434,0.544,0.882,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.21,0.192,0.56,0.664,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.468,0.612,0.466,0.54,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.254,0.146,0.616,0.738,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.72,0.814,0.546,0.73,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.194,0.148,0.59,0.724,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.386,0.826,0.432,0.74,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.55,0.904,0.52,0.916,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
close,volume,growthScore,multipleScore,integratedScore,financialReturnsScore,date | ||
36.1543,10848323,0.634,0.792,0.578,0.894,2015-05-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.