Last active
August 29, 2015 13:55
-
-
Save KFoxder/8744014 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"tickers": [ | |
{ | |
"symbol": "AAPL", | |
"companyName": "Apple Inc.", | |
"releaseInfo": [ | |
["FQ1 '14","BMO","02/06/2014"], | |
["FQ2 '14","BMO","06/06/2014"] | |
] | |
}, | |
{ | |
"symbol": "GS", | |
"companyName": "Goldman Sachs Inc.", | |
"releaseInfo":[ | |
["FQ1 '14","BMO","02/07/2014"], | |
["FQ2 '14","BMO","06/07/2014"] | |
] | |
}, | |
{ | |
"symbol": "IBM", | |
"companyName": "IBM Inc.", | |
"releaseInfo": [ | |
["FQ1 '14","BMO","02/07/2014"], | |
["FQ2 '14","BMO","06/07/2014"] | |
] | |
}, | |
{ | |
"symbol": "KCG", | |
"companyName": "Knight Capital Group Inc.", | |
"releaseInfo": [ | |
["FQ1 '14","BMO","02/06/2014"], | |
["FQ2 '14","BMO","06/06/2014"] | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment