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
MIC | COUNTRY | ISO COUNTRY CODE (ISO 3166) | OPERATING MIC | O/S | NAME-INSTITUTION DESCRIPTION | ACRONYM | CITY | STATUS DATE | |
---|---|---|---|---|---|---|---|---|---|
360T | GERMANY | DE | 360T | O | 360T | FRANKFURT | SEPTEMBER 2007 | ||
AATS | UNITED STATES OF AMERICA | US | AATS | O | ASSENT ATS | JERSEY CITY | OCTOBER 2011 | ||
ACEX | INDIA | IN | ACEX | O | ACE DERIVATIVES & COMMODITY EXCHANGE LTD | MUMBAI | APRIL 2011 | ||
AFET | THAILAND | TH | AFET | O | AGRICULTURAL FUTURES EXCHANGE OF THAILAND | BANGKOK | JANUARY 2008 | ||
AIXE | SWITZERLAND | CH | AIXE | O | AIXECUTE | BERNE | OCTOBER 2013 | ||
ALDP | UNITED STATES OF AMERICA | US | XNYS | S | NYSE ALTERNEXT DARK | AMEXDARK | NEW YORK | MAY 2011 | |
ALTX | SOUTH AFRICA | ZA | XJSE | S | JSE ALTERNATE EXCHANGE | ALTX | JOHANNESBURG | APRIL 2015 | |
ALXA | THE NETHERLANDS | NL | XAMS | S | EURONEXT - ALTERNEXT AMSTERDAM | AMSTERDAM | MAY 2015 | ||
ALXB | BELGIUM | BE | XBRU | S | EURONEXT - ALTERNEXT BRUSSELS | BRUSSELS | APRIL 2015 |
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
Symbol | Name | Dividend/Share | Earning/Share | Dividend Yield | |
---|---|---|---|---|---|
MMM | 3M Company Common | 2.45 | 6.34 | 2.11 | |
ABT | Abbott Laboratori | 0.6641 | 2.507 | 1.85 | |
ANF | Abercrombie & Fit | 0.75 | 3.077 | 1.52 | |
ACE | Ace Limited Commo | 2.47 | 7.825 | 2.61 | |
ADBE | Adobe Systems Inc | 0.00 | 1.125 | N/A | |
AMD | Advanced Micro De | 0.00 | -1.137 | N/A | |
AES | The AES Corporati | 0.12 | -1.567 | 0.94 | |
AET | Aetna Inc. Common | 0.775 | 4.841 | 1.20 | |
ACS | ACS | N/A | N/A | N/A |
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
Symbol | Name | LastSale | MarketCap | ADR TSO | IPOyear | Sector | industry | Summary Quote | |
---|---|---|---|---|---|---|---|---|---|
FLWS | 1-800 FLOWERS.COM, Inc. | 5.27 | 336424668.5 | n/a | 1999 | Consumer Services | Other Specialty Stores | http://www.nasdaq.com/symbol/flws | |
FCTY | 1st Century Bancshares, Inc | 7.6 | 70281022.8 | n/a | n/a | Finance | Major Banks | http://www.nasdaq.com/symbol/fcty | |
FCCY | 1st Constitution Bancorp (NJ) | 10.13 | 60727141.66 | n/a | n/a | Finance | Savings Institutions | http://www.nasdaq.com/symbol/fccy | |
SRCE | 1st Source Corporation | 26.8 | 653265946 | n/a | n/a | Finance | Major Banks | http://www.nasdaq.com/symbol/srce | |
FUBC | 1st United Bancorp, Inc. (FL) | 7.37 | 252695602.7 | n/a | n/a | Finance | Major Banks | http://www.nasdaq.com/symbol/fubc | |
VNET | 21Vianet Group, Inc. | 15.97 | 943028500 | n/a | n/a | Technology | Computer Software: Programming, Data Processing | http://www.nasdaq.com/symbol/vnet | |
JOBS | 51job, Inc. | 66.49 | 1954129996 | n/a | 2004 | Technology | Diversified Commercial Services | http://www.nasdaq.com/symbol/jobs | |
EGHT | 8x8 Inc | 9.805 | 713472326.3 | n/a | n/a | Public Utilities | Telecommunications Equipment | http |
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
/** | |
* Based on the S3N RDD gist from Jeremy Pierre https://gist.github.com/j14159/d3cbe172f7b962d74d09 | |
* | |
* Modified to use Jets3t | |
*/ | |
package net.tobysullivan.spark.rdd | |
import java.io.{BufferedInputStream, BufferedReader, InputStreamReader} | |
import java.util.zip.GZIPInputStream |