-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from iampavangandhi/fixes/13
Added Data Fixes/13
- Loading branch information
Showing
2 changed files
with
11,952 additions
and
0 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,82 @@ | ||
[ | ||
{ | ||
"Company Name": "Apple Inc.", | ||
"Symbol": "AAPL" | ||
}, | ||
{ | ||
"Company Name": "Adobe Systems Incorporated", | ||
"Symbol": "ADBE" | ||
}, | ||
{ | ||
"Company Name": "Advent Software, Inc.", | ||
"Symbol": "ADVS" | ||
}, | ||
{ | ||
"Company Name": "Advanced Micro Devices, Inc.", | ||
"Symbol": "AMD" | ||
}, | ||
{ | ||
"Company Name": "Amazon.com, Inc.", | ||
"Symbol": "AMZN" | ||
}, | ||
{ | ||
"Company Name": "Cisco Systems, Inc.", | ||
"Symbol": "CSCO" | ||
}, | ||
{ | ||
"Company Name": "Facebook, Inc.", | ||
"Symbol": "FB" | ||
}, | ||
{ | ||
"Company Name": "Forward Industries, Inc.", | ||
"Symbol": "FORD" | ||
}, | ||
{ | ||
"Company Name": "Google Inc.", | ||
"Symbol": "GOOGL" | ||
}, | ||
{ | ||
"Company Name": "Intel Corporation", | ||
"Symbol": "INTC" | ||
}, | ||
{ | ||
"Company Name": "Intuit Inc.", | ||
"Symbol": "INTU" | ||
}, | ||
{ | ||
"Company Name": "iRobot Corporation", | ||
"Symbol": "IRBT" | ||
}, | ||
{ | ||
"Company Name": "Microsoft Corporation", | ||
"Symbol": "MSFT" | ||
}, | ||
{ | ||
"Company Name": "Netflix, Inc.", | ||
"Symbol": "NFLX" | ||
}, | ||
{ | ||
"Company Name": "NVIDIA Corporation", | ||
"Symbol": "NVDA" | ||
}, | ||
{ | ||
"Company Name": "QUALCOMM Incorporated", | ||
"Symbol": "QCOM" | ||
}, | ||
{ | ||
"Company Name": "SanDisk Corporation", | ||
"Symbol": "SNDK" | ||
}, | ||
{ | ||
"Company Name": "TripAdvisor, Inc.", | ||
"Symbol": "TRIP" | ||
}, | ||
{ | ||
"Company Name": "Tesla Motors, Inc.", | ||
"Symbol": "TSLA" | ||
}, | ||
{ | ||
"Company Name": "Yahoo! Inc.", | ||
"Symbol": "YHOO" | ||
} | ||
] |
Oops, something went wrong.