FundamentalList() - Eoddata.com web service blog series

Sun 02 April 2017 by Adrian Torrie

This post is part 6 of the "Using Python with Eoddata.com web service" series:

  1. Master post - Eoddata.com web service blog series
  2. Login() - Eoddata.com web service blog series
  3. ExchangeList() - Eoddata.com web service blog series
  4. CountryList() - Eoddata.com web service blog series
  5. SymbolList() - Eoddata.com web service blog series
  6. FundamentalList() - Eoddata.com web service blog series

Summary

Part of the blog series related to making web service calls to Eoddata.com. Overview of the web service can be found here.

Version Control

In [1]:
%run ../../code/version_check.py
Python: 3.5.3 |Continuum Analytics, Inc.| (default, Feb 22 2017, 21:13:27) 
[GCC 4.4.7 20120313 (Red Hat 4.4.7-1)]

matplotlib:	2.0.0
numpy:		1.12.0
pandas:		0.19.2
quandl:		3.0.1
sklearn:	0.18.1
scipy:		0.18.1
statsmodels:	0.8.0
tensorflow:	1.0.1

Change Log

Date Created: 2017-04-02

Date of Change    Change Notes
--------------    ----------------------------------------------------------------
2017-04-02        Initial draft

Setup

In [2]:
%run ../../code/eoddata.py

import pandas as pd
import requests as r

ws = 'http://ws.eoddata.com/data.asmx'
ns='http://ws.eoddata.com/Data'

with (Client()) as eoddata:
    token = eoddata.get_token()
In [3]:
exchange_code = 'NASDAQ'

FundamentalList()

Web service call

In [4]:
session = r.Session()

call = 'FundamentalList'
kwargs = {'Token': token, 'Exchange': exchange_code}
pattern = './/{%s}FUNDAMENTAL'

url = '/'.join((ws, call))
response = session.get(url, params=kwargs, stream=True)

if response.status_code == 200:
    root = etree.parse(response.raw).getroot()
    
session.close()

Gather elements

In [5]:
elements = root.findall(pattern %(ns))

Get data

In [6]:
fundamentals = sorted((element.get('Symbol'), element.get('Name')) for element in elements)
fundamentals[:10]
Out[6]:
[('AAAP', 'Advanced Accele. Ads'),
 ('AAL', 'American Airlines Gp'),
 ('AAME', 'Atlantic Amer Cp'),
 ('AAOI', 'Applied Optoelect Cmn'),
 ('AAON', 'Aaon Inc'),
 ('AAPC', 'Atlantic Alliance Or'),
 ('AAPL', 'Apple Inc'),
 ('AAWW', 'Atlas Air Ww'),
 ('AAXJ', 'Ishares MSCI Aca X-Japan'),
 ('ABAC', 'Aoxin Tianli Grp')]

Save to file

In [7]:
with open('../../data/nasdaq_fundamentals.csv', 'w') as f:
    for element in elements:
        f.write('"%s"\n' % '","'.join(element.attrib.values()))

Data inspection

In [8]:
for item in root.items():
    print (item)
('Source', 'Data.FundamentalList')
('Message', 'Success')
('Date', '2017-04-02T07:42:54.018-05:00')
In [9]:
for element in root.iter():
    print(element.attrib)
{'Source': 'Data.FundamentalList', 'Message': 'Success', 'Date': '2017-04-02T07:42:54.018-05:00'}
{}
{'NTA': '0', 'Yield': '14.8', 'EBITDA': '-8080000', 'Industry': '', 'PtS': '15.39', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.67', 'Dividend': '0', 'Name': 'Advanced Accele. Ads', 'Description': 'Advanced Accele. Ads', 'DivYield': '0', 'MarketCap': '1810000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '5.62', 'PE': '0', 'PEG': '0', 'Shares': '45408930', 'ImputationCredits': '0', 'Symbol': 'AAAP', 'DPS': '0'}
{'NTA': '0', 'Yield': '21.94', 'EBITDA': '7830000000', 'Industry': '', 'PtS': '0.53', 'DateTime': '2017-03-31T00:00:00', 'EPS': '4.81', 'Dividend': '0', 'Name': 'American Airlines Gp', 'Description': 'American Airlines Gp', 'DivYield': '0.94', 'MarketCap': '21330000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '5.7', 'PE': '8.79', 'PEG': '4.22', 'Shares': '504255300', 'ImputationCredits': '0', 'Symbol': 'AAL', 'DPS': '0.4'}
{'NTA': '0', 'Yield': '-4.31', 'EBITDA': '6290000', 'Industry': 'Life Insurance', 'PtS': '0.49', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.11', 'Dividend': '0', 'Name': 'Atlantic Amer Cp', 'Description': 'Atlantic Amer Cp', 'DivYield': '0.54', 'MarketCap': '81690000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '0.78', 'PE': '36.7', 'PEG': '0', 'Shares': '20422500', 'ImputationCredits': '0', 'Symbol': 'AAME', 'DPS': '0.02'}
{'NTA': '0', 'Yield': '401.34', 'EBITDA': '37210000', 'Industry': '', 'PtS': '3.69', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.76', 'Dividend': '0', 'Name': 'Applied Optoelect Cmn', 'Description': 'Applied Optoelect Cmn', 'DivYield': '0', 'MarketCap': '1030000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '4.17', 'PE': '31.26', 'PEG': '0.81', 'Shares': '18720470', 'ImputationCredits': '0', 'Symbol': 'AAOI', 'DPS': '0'}
{'NTA': '0', 'Yield': '33.3', 'EBITDA': '92980000', 'Industry': 'Industrial Machinery/Components', 'PtS': '4.83', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1', 'Dividend': '0', 'Name': 'Aaon Inc', 'Description': 'Aaon Inc', 'DivYield': '0.75', 'MarketCap': '1860000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '9.01', 'PE': '35.35', 'PEG': '2.67', 'Shares': '52616690', 'ImputationCredits': '0', 'Symbol': 'AAON', 'DPS': '0.26'}
{'NTA': '0', 'Yield': '-3.01', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.06', 'Dividend': '0', 'Name': 'Atlantic Alliance Or', 'Description': 'Atlantic Alliance Or', 'DivYield': '0', 'MarketCap': '34000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '6.98', 'PE': '169.49', 'PEG': '0', 'Shares': '3400000', 'ImputationCredits': '0', 'Symbol': 'AAPC', 'DPS': '0'}
{'NTA': '0', 'Yield': '53.25', 'EBITDA': '69750000000', 'Industry': 'Computer Manufacturing', 'PtS': '3.46', 'DateTime': '2017-03-31T00:00:00', 'EPS': '8.33', 'Dividend': '0', 'Name': 'Apple Inc', 'Description': 'Apple Inc', 'DivYield': '1.59', 'MarketCap': '753720000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '5.71', 'PE': '17.25', 'PEG': '1.74', 'Shares': '5246554000', 'ImputationCredits': '0', 'Symbol': 'AAPL', 'DPS': '2.28'}
{'NTA': '0', 'Yield': '38.83', 'EBITDA': '369230000', 'Industry': 'Transportation Services', 'PtS': '0.71', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.66', 'Dividend': '0', 'Name': 'Atlas Air Ww', 'Description': 'Atlas Air Ww', 'DivYield': '0', 'MarketCap': '1290000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Transportation', 'PtB': '0.85', 'PE': '31.07', 'PEG': '1.12', 'Shares': '25072890', 'ImputationCredits': '0', 'Symbol': 'AAWW', 'DPS': '0'}
{'NTA': '0', 'Yield': '16.53', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Ishares MSCI Aca X-Japan', 'Description': 'Ishares MSCI Aca X-Japan', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'AAXJ', 'DPS': '0'}
{'NTA': '0', 'Yield': '-12.88', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.53', 'Dividend': '0', 'Name': 'Aoxin Tianli Grp', 'Description': 'Aoxin Tianli Grp', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'ABAC', 'DPS': '0'}
{'NTA': '0', 'Yield': '7.02', 'EBITDA': '52470000', 'Industry': 'Industrial Machinery/Components', 'PtS': '4.8', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.49', 'Dividend': '0', 'Name': 'Abaxis Inc', 'Description': 'Abaxis Inc', 'DivYield': '1.17', 'MarketCap': '1080000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '4.18', 'PE': '32.25', 'PEG': '3.84', 'Shares': '22462560', 'ImputationCredits': '0', 'Symbol': 'ABAX', 'DPS': '0.56'}
{'NTA': '0', 'Yield': '46.82', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '5.01', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.08', 'Dividend': '0', 'Name': 'Ameris Bancorp', 'Description': 'Ameris Bancorp', 'DivYield': '0.89', 'MarketCap': '1600000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '2.49', 'PE': '22.16', 'PEG': '2.24', 'Shares': '34707160', 'ImputationCredits': '0', 'Symbol': 'ABCB', 'DPS': '0.4'}
{'NTA': '0', 'Yield': '7.69', 'EBITDA': '25500000', 'Industry': 'Publishing', 'PtS': '1.5', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.22', 'Dividend': '0', 'Name': 'Cambium Learning Grp', 'Description': 'Cambium Learning Grp', 'DivYield': '0', 'MarketCap': '226380000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '0', 'PE': '22.27', 'PEG': '0', 'Shares': '46200000', 'ImputationCredits': '0', 'Symbol': 'ABCD', 'DPS': '0'}
{'NTA': '0', 'Yield': '47.91', 'EBITDA': '124000000', 'Industry': 'Other Consumer Services', 'PtS': '2.34', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.23', 'Dividend': '0', 'Name': 'Advisory Board Co', 'Description': 'Advisory Board Co', 'DivYield': '0', 'MarketCap': '1880000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '3.63', 'PE': '20.99', 'PEG': '1.68', 'Shares': '40170940', 'ImputationCredits': '0', 'Symbol': 'ABCO', 'DPS': '0'}
{'NTA': '0', 'Yield': '16.74', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.65', 'Dividend': '0', 'Name': 'Alcentra Capital Com', 'Description': 'Alcentra Capital Com', 'DivYield': '9.97', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'ABDC', 'DPS': '1.36'}
{'NTA': '0', 'Yield': '83.82', 'EBITDA': '-23060000', 'Industry': '', 'PtS': '226.41', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.52', 'Dividend': '0', 'Name': 'Abeona Therapeutics', 'Description': 'Abeona Therapeutics', 'DivYield': '0', 'MarketCap': '201280000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.03', 'PE': '0', 'PEG': '0', 'Shares': '40256000', 'ImputationCredits': '0', 'Symbol': 'ABEO', 'DPS': '0'}
{'NTA': '0', 'Yield': '290.67', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Abeona Thera Wts', 'Description': 'Abeona Thera Wts', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'ABEOW', 'DPS': '0'}
{'NTA': '0', 'Yield': '-72.95', 'EBITDA': '-3630000', 'Industry': '', 'PtS': '3.7112', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.187', 'Dividend': '0', 'Name': 'Ability Inc', 'Description': 'Ability Inc', 'DivYield': '0', 'MarketCap': '58770000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '4.3738', 'PE': '0', 'PEG': '0', 'Shares': '25274160', 'ImputationCredits': '0', 'Symbol': 'ABIL', 'DPS': '0'}
{'NTA': '0', 'Yield': '-39.43', 'EBITDA': '-15270000', 'Industry': 'Biotechnology: In Vitro & In Vivo Diagnostic Substances', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.7', 'Dividend': '0', 'Name': 'Arca Biopharma Inc', 'Description': 'Arca Biopharma Inc', 'DivYield': '0', 'MarketCap': '24070000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '0.86', 'PE': '0', 'PEG': '0', 'Shares': '9083019', 'ImputationCredits': '0', 'Symbol': 'ABIO', 'DPS': '0'}
{'NTA': '0', 'Yield': '28.89', 'EBITDA': '89590000', 'Industry': 'Medical/Dental Instruments', 'PtS': '13.09', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.07', 'Dividend': '0', 'Name': 'Abiomed Inc', 'Description': 'Abiomed Inc', 'DivYield': '0', 'MarketCap': '5440000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '13.01', 'PE': '117.12', 'PEG': '4.19', 'Shares': '43450480', 'ImputationCredits': '0', 'Symbol': 'ABMD', 'DPS': '0'}
{'NTA': '0', 'Yield': '-24.52', 'EBITDA': '14080000', 'Industry': 'Computer Software: Programming, Data Processing', 'PtS': '0.89', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.29', 'Dividend': '0', 'Name': 'Autobytel Inc', 'Description': 'Autobytel Inc', 'DivYield': '0', 'MarketCap': '138090000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.17', 'PE': '43.21', 'PEG': '0.4', 'Shares': '11020750', 'ImputationCredits': '0', 'Symbol': 'ABTL', 'DPS': '0'}
{'NTA': '0', 'Yield': '76.72', 'EBITDA': '0', 'Industry': '', 'PtS': '5.26', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.75', 'Dividend': '0', 'Name': 'Allegiance Banc CS', 'Description': 'Allegiance Banc CS', 'DivYield': '0', 'MarketCap': '486320000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.71', 'PE': '21.26', 'PEG': '0', 'Shares': '13073120', 'ImputationCredits': '0', 'Symbol': 'ABTX', 'DPS': '0'}
{'NTA': '0', 'Yield': '-34.34', 'EBITDA': '-67200000', 'Industry': '', 'PtS': '123.63', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-7.24', 'Dividend': '0', 'Name': 'Arbutus Biopharma Cp', 'Description': 'Arbutus Biopharma Cp', 'DivYield': '0', 'MarketCap': '178820000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.9', 'PE': '0', 'PEG': '0', 'Shares': '55021540', 'ImputationCredits': '0', 'Symbol': 'ABUS', 'DPS': '0'}
{'NTA': '0', 'Yield': '16.25', 'EBITDA': '676280000', 'Industry': '', 'PtS': '2.15', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.05', 'Dividend': '0', 'Name': 'Atlantica Yield Plc', 'Description': 'Atlantica Yield Plc', 'DivYield': '4.7', 'MarketCap': '2100000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.15', 'PE': '0', 'PEG': '0.09', 'Shares': '100190800', 'ImputationCredits': '0', 'Symbol': 'ABY', 'DPS': '1'}
{'NTA': '0', 'Yield': '6.44', 'EBITDA': '-270990000', 'Industry': 'Major Pharmaceuticals', 'PtS': '241.33', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.34', 'Dividend': '0', 'Name': 'Acadia Pharmaceutica', 'Description': 'Acadia Pharmaceutica', 'DivYield': '0', 'MarketCap': '4230000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '8.07', 'PE': '0', 'PEG': '-0.88', 'Shares': '121447000', 'ImputationCredits': '0', 'Symbol': 'ACAD', 'DPS': '0'}
{'NTA': '0', 'Yield': '12.94', 'EBITDA': '0', 'Industry': 'Industrial Specialties', 'PtS': '0', 'DateTime': '2017-03-06T00:00:00', 'EPS': '-5.94', 'Dividend': '0', 'Name': 'Arctic Cat Inc', 'Description': 'Arctic Cat Inc', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '0', 'PE': '0', 'PEG': '-0.8', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'ACAT', 'DPS': '0'}
{'NTA': '0', 'Yield': '33.54', 'EBITDA': '0', 'Industry': '', 'PtS': '5.15', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.53', 'Dividend': '0', 'Name': 'Atlantic Capital Cmn', 'Description': 'Atlantic Capital Cmn', 'DivYield': '0', 'MarketCap': '483890000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.58', 'PE': '35.75', 'PEG': '0', 'Shares': '25535090', 'ImputationCredits': '0', 'Symbol': 'ACBI', 'DPS': '0'}
{'NTA': '0', 'Yield': '-29.51', 'EBITDA': '61400000', 'Industry': 'Specialty Chemicals', 'PtS': '0.88', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.71', 'Dividend': '0', 'Name': 'Aceto Cp', 'Description': 'Aceto Cp', 'DivYield': '1.63', 'MarketCap': '476090000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '1.21', 'PE': '22.39', 'PEG': '1.06', 'Shares': '30113220', 'ImputationCredits': '0', 'Symbol': 'ACET', 'DPS': '0.26'}
{'NTA': '0', 'Yield': '18.69', 'EBITDA': '0', 'Industry': 'Savings Institutions', 'PtS': '3.4', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.42', 'Dividend': '0', 'Name': 'Atlantic Coast Finl', 'Description': 'Atlantic Coast Finl', 'DivYield': '0', 'MarketCap': '117660000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.37', 'PE': '18.32', 'PEG': '0', 'Shares': '15440950', 'ImputationCredits': '0', 'Symbol': 'ACFC', 'DPS': '0'}
{'NTA': '0', 'Yield': '34.44', 'EBITDA': '904490000', 'Industry': 'Property-Casualty Insurers', 'PtS': '2.59', 'DateTime': '2017-03-31T00:00:00', 'EPS': '5.33', 'Dividend': '0', 'Name': 'Arch Capital Grp Ltd', 'Description': 'Arch Capital Grp Ltd', 'DivYield': '0', 'MarketCap': '11480000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.81', 'PE': '17.78', 'PEG': '1.4', 'Shares': '121135400', 'ImputationCredits': '0', 'Symbol': 'ACGL', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '633620000', 'Industry': '', 'PtS': '98.57', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.87', 'Dividend': '0', 'Name': 'Arch Capital Group Ltd', 'Description': 'Arch Capital Group Ltd', 'DivYield': '0', 'MarketCap': '407520000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.43', 'PE': '5.85', 'PEG': '0', 'Shares': '18000000000', 'ImputationCredits': '0', 'Symbol': 'ACGLP', 'DPS': '0'}
{'NTA': '0', 'Yield': '-31', 'EBITDA': '580250000', 'Industry': 'Specialized Health Services', 'PtS': '1.36', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.07', 'Dividend': '0', 'Name': 'Acadia Healthcr Co', 'Description': 'Acadia Healthcr Co', 'DivYield': '0', 'MarketCap': '3820000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Healthcare', 'PtB': '1.75', 'PE': '622.86', 'PEG': '1.17', 'Shares': '87614680', 'ImputationCredits': '0', 'Symbol': 'ACHC', 'DPS': '0'}
{'NTA': '0', 'Yield': '-50.76', 'EBITDA': '-63910000', 'Industry': 'Major Pharmaceuticals', 'PtS': '34.54', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.45', 'Dividend': '0', 'Name': 'Achillion Pharmaceut', 'Description': 'Achillion Pharmaceut', 'DivYield': '0', 'MarketCap': '514070000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '1.3', 'PE': '0', 'PEG': '-0.38', 'Shares': '136720800', 'ImputationCredits': '0', 'Symbol': 'ACHN', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '126780000', 'Industry': '', 'PtS': '4.65', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.22', 'Dividend': '0', 'Name': 'Acacia Communica Cmn', 'Description': 'Acacia Communica Cmn', 'DivYield': '0', 'MarketCap': '2250000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '5.06', 'PE': '18.2', 'PEG': '0.32', 'Shares': '38382800', 'ImputationCredits': '0', 'Symbol': 'ACIA', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-10250000', 'Industry': '', 'PtS': '28.18', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.14', 'Dividend': '0', 'Name': 'AC Immune Sa', 'Description': 'AC Immune Sa', 'DivYield': '0', 'MarketCap': '589710000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '4.58', 'PE': '0', 'PEG': '0', 'Shares': '56921820', 'ImputationCredits': '0', 'Symbol': 'ACIU', 'DPS': '0'}
{'NTA': '0', 'Yield': '7', 'EBITDA': '118560000', 'Industry': 'Computer Software: Prepackaged Software', 'PtS': '2.5', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.09', 'Dividend': '0', 'Name': 'Aci Worldwide Inc', 'Description': 'Aci Worldwide Inc', 'DivYield': '0', 'MarketCap': '2510000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '3.33', 'PE': '19.62', 'PEG': '-3.42', 'Shares': '117344600', 'ImputationCredits': '0', 'Symbol': 'ACIW', 'DPS': '0'}
{'NTA': '0', 'Yield': '64.34', 'EBITDA': '21160000', 'Industry': 'Industrial Machinery/Components', 'PtS': '2.02', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.36', 'Dividend': '0', 'Name': 'Axcelis Tech Inc', 'Description': 'Axcelis Tech Inc', 'DivYield': '0', 'MarketCap': '562440000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '2.64', 'PE': '52.22', 'PEG': '0.97', 'Shares': '29917020', 'ImputationCredits': '0', 'Symbol': 'ACLS', 'DPS': '0'}
{'NTA': '0', 'Yield': '30.72', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '3.52', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.8', 'Dividend': '0', 'Name': 'Acnb Corp', 'Description': 'Acnb Corp', 'DivYield': '2.77', 'MarketCap': '174950000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.46', 'PE': '16.06', 'PEG': '0', 'Shares': '6064125', 'ImputationCredits': '0', 'Symbol': 'ACNB', 'DPS': '0.8'}
{'NTA': '0', 'Yield': '-18.76', 'EBITDA': '11800000', 'Industry': 'Biotechnology: Biological Products (No Diagnostic Substances)', 'PtS': '2.23', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.76', 'Dividend': '0', 'Name': 'Acorda Therapeutics', 'Description': 'Acorda Therapeutics', 'DivYield': '0', 'MarketCap': '1160000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '1.75', 'PE': '0', 'PEG': '0.82', 'Shares': '45669290', 'ImputationCredits': '0', 'Symbol': 'ACOR', 'DPS': '0'}
{'NTA': '0', 'Yield': '61.36', 'EBITDA': '-44130000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.24', 'Dividend': '0', 'Name': 'Aclaris Therapts Cmn', 'Description': 'Aclaris Therapts Cmn', 'DivYield': '0', 'MarketCap': '777940000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '4.6', 'PE': '0', 'PEG': '-0.13', 'Shares': '26087860', 'ImputationCredits': '0', 'Symbol': 'ACRS', 'DPS': '0'}
{'NTA': '0', 'Yield': '-6.8', 'EBITDA': '-29910000', 'Industry': 'Major Pharmaceuticals', 'PtS': '8.1', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.95', 'Dividend': '0', 'Name': 'Acelrx Pharmaceutica', 'Description': 'Acelrx Pharmaceutica', 'DivYield': '0', 'MarketCap': '142810000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '45336510', 'ImputationCredits': '0', 'Symbol': 'ACRX', 'DPS': '0'}
{'NTA': '0', 'Yield': '39.17', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.05', 'Dividend': '0', 'Name': 'American Capital Sen', 'Description': 'American Capital Sen', 'DivYield': '8.62', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'ACSF', 'DPS': '1.16'}
{'NTA': '0', 'Yield': '-3.55', 'EBITDA': '-5450000', 'Industry': '', 'PtS': '643.42', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.68', 'Dividend': '0', 'Name': 'Acasti Pharma Cmn A', 'Description': 'Acasti Pharma Cmn A', 'DivYield': '0', 'MarketCap': '13710000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.92', 'PE': '0', 'PEG': '0', 'Shares': '10710940', 'ImputationCredits': '0', 'Symbol': 'ACST', 'DPS': '0'}
{'NTA': '0', 'Yield': '48.21', 'EBITDA': '-27070000', 'Industry': '', 'PtS': '4.59', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.91', 'Dividend': '0', 'Name': 'Actua Corp Cmn', 'Description': 'Actua Corp Cmn', 'DivYield': '0', 'MarketCap': '503900000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.37', 'PE': '7.36', 'PEG': '-6.15', 'Shares': '35864770', 'ImputationCredits': '0', 'Symbol': 'ACTA', 'DPS': '0'}
{'NTA': '0', 'Yield': '19.29', 'EBITDA': '39790000', 'Industry': 'Multi-Sector Companies', 'PtS': '1.83', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.08', 'Dividend': '0', 'Name': 'Acacia Res-Acacia', 'Description': 'Acacia Res-Acacia', 'DivYield': '0', 'MarketCap': '290180000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Miscellaneous', 'PtB': '1.05', 'PE': '0', 'PEG': '0.56', 'Shares': '50466090', 'ImputationCredits': '0', 'Symbol': 'ACTG', 'DPS': '0'}
{'NTA': '0', 'Yield': '11.76', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-29T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Glbl X Guru Actv ETF', 'Description': 'Glbl X Guru Actv ETF', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'ACTX', 'DPS': '0'}
{'NTA': '0', 'Yield': '11.35', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Ishares MSCI ACWI', 'Description': 'Ishares MSCI ACWI', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'ACWI', 'DPS': '0'}
{'NTA': '0', 'Yield': '7.76', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Ishares MSCI ACWI', 'Description': 'Ishares MSCI ACWI', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'ACWX', 'DPS': '0'}
{'NTA': '0', 'Yield': '29.59', 'EBITDA': '91000000', 'Industry': 'EDP Services', 'PtS': '2.46', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.13', 'Dividend': '0', 'Name': 'Acxiom Cp', 'Description': 'Acxiom Cp', 'DivYield': '0', 'MarketCap': '2220000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '2.98', 'PE': '214.06', 'PEG': '2.57', 'Shares': '77976820', 'ImputationCredits': '0', 'Symbol': 'ACXM', 'DPS': '0'}
{'NTA': '0', 'Yield': '-43.14', 'EBITDA': '-69510000', 'Industry': '', 'PtS': '26.48', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.01', 'Dividend': '0', 'Name': 'Adaptimmune Ther Ads', 'Description': 'Adaptimmune Ther Ads', 'DivYield': '0', 'MarketCap': '390080000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.26', 'PE': '0', 'PEG': '0.14', 'Shares': '70794920', 'ImputationCredits': '0', 'Symbol': 'ADAP', 'DPS': '0'}
{'NTA': '0', 'Yield': '38.11', 'EBITDA': '1980000000', 'Industry': 'Computer Software: Prepackaged Software', 'PtS': '10.2', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.62', 'Dividend': '0', 'Name': 'Adobe Systems Inc', 'Description': 'Adobe Systems Inc', 'DivYield': '0', 'MarketCap': '63160000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '8.27', 'PE': '48.76', 'PEG': '1.02', 'Shares': '494596700', 'ImputationCredits': '0', 'Symbol': 'ADBE', 'DPS': '0'}
{'NTA': '0', 'Yield': '-64.98', 'EBITDA': '-13000000', 'Industry': 'Major Chemicals', 'PtS': '4.17', 'DateTime': '2017-03-31T00:00:00', 'EPS': '4.34', 'Dividend': '0', 'Name': 'Advanced Emissions Solutions Inc', 'Description': 'Advanced Emissions Solutions Inc', 'DivYield': '0', 'MarketCap': '204380000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Basic Industries', 'PtB': '2.77', 'PE': '2.14', 'PEG': '0.08', 'Shares': '22023710', 'ImputationCredits': '0', 'Symbol': 'ADES', 'DPS': '0'}
{'NTA': '0', 'Yield': '-71.57', 'EBITDA': '-25110000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.89', 'Dividend': '0', 'Name': 'Alcobra Ltd. Ord', 'Description': 'Alcobra Ltd. Ord', 'DivYield': '0', 'MarketCap': '31420000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.67', 'PE': '0', 'PEG': '0', 'Shares': '27561400', 'ImputationCredits': '0', 'Symbol': 'ADHD', 'DPS': '0'}
{'NTA': '0', 'Yield': '45.51', 'EBITDA': '1370000000', 'Industry': 'Semiconductors', 'PtS': '6.99', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.93', 'Dividend': '0', 'Name': 'Analog Devices Cmn', 'Description': 'Analog Devices Cmn', 'DivYield': '2.19', 'MarketCap': '25340000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '4.79', 'PE': '27.95', 'PEG': '2', 'Shares': '309212900', 'ImputationCredits': '0', 'Symbol': 'ADI', 'DPS': '1.8'}
{'NTA': '0', 'Yield': '-28.65', 'EBITDA': '-16860000', 'Industry': '', 'PtS': '5.98', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.61', 'Dividend': '0', 'Name': 'Adma Biologics Cmn', 'Description': 'Adma Biologics Cmn', 'DivYield': '0', 'MarketCap': '62880000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '12885250', 'ImputationCredits': '0', 'Symbol': 'ADMA', 'DPS': '0'}
{'NTA': '0', 'Yield': '-48.48', 'EBITDA': '-22670000', 'Industry': '', 'PtS': '14.86', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.19', 'Dividend': '0', 'Name': 'Adamis Pharmaceuticl', 'Description': 'Adamis Pharmaceuticl', 'DivYield': '0', 'MarketCap': '96190000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.7', 'PE': '0', 'PEG': '0', 'Shares': '22632940', 'ImputationCredits': '0', 'Symbol': 'ADMP', 'DPS': '0'}
{'NTA': '0', 'Yield': '3.67', 'EBITDA': '-62580000', 'Industry': '', 'PtS': '670.45', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.77', 'Dividend': '0', 'Name': 'Adamas Pharma Cmn', 'Description': 'Adamas Pharma Cmn', 'DivYield': '0', 'MarketCap': '388830000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.87', 'PE': '0', 'PEG': '-0.07', 'Shares': '22218860', 'ImputationCredits': '0', 'Symbol': 'ADMS', 'DPS': '0'}
{'NTA': '0', 'Yield': '15.77', 'EBITDA': '2730000000', 'Industry': 'EDP Services', 'PtS': '3.81', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.72', 'Dividend': '0', 'Name': 'Automatic Data Procs', 'Description': 'Automatic Data Procs', 'DivYield': '2.21', 'MarketCap': '45960000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '12.02', 'PE': '27.51', 'PEG': '2.42', 'Shares': '448872000', 'ImputationCredits': '0', 'Symbol': 'ADP', 'DPS': '2.28'}
{'NTA': '0', 'Yield': '15.19', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Bldrs Asia 50 Fd', 'Description': 'Bldrs Asia 50 Fd', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'ADRA', 'DPS': '0'}
{'NTA': '0', 'Yield': '4.11', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.108', 'Dividend': '0', 'Name': 'Bldrs Dev Mkts 100', 'Description': 'Bldrs Dev Mkts 100', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'ADRD', 'DPS': '0'}
{'NTA': '0', 'Yield': '16.66', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '7.635', 'Dividend': '0', 'Name': 'Bldrs EM Mkts 50', 'Description': 'Bldrs EM Mkts 50', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'ADRE', 'DPS': '0'}
{'NTA': '0', 'Yield': '-16.99', 'EBITDA': '-69310000', 'Industry': '', 'PtS': '14.56', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.4', 'Dividend': '0', 'Name': 'Aduro Biotech Cmn', 'Description': 'Aduro Biotech Cmn', 'DivYield': '0', 'MarketCap': '730980000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.24', 'PE': '0', 'PEG': '0.07', 'Shares': '67998140', 'ImputationCredits': '0', 'Symbol': 'ADRO', 'DPS': '0'}
{'NTA': '0', 'Yield': '2.19', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.09', 'Dividend': '0', 'Name': 'Bldrs EUR 100 Fd', 'Description': 'Bldrs EUR 100 Fd', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'ADRU', 'DPS': '0'}
{'NTA': '0', 'Yield': '44.55', 'EBITDA': '-279900000', 'Industry': 'Computer Software: Prepackaged Software', 'PtS': '9.39', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.61', 'Dividend': '0', 'Name': 'Autodesk Inc', 'Description': 'Autodesk Inc', 'DivYield': '0', 'MarketCap': '19100000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '25.92', 'PE': '0', 'PEG': '-6.02', 'Shares': '220885900', 'ImputationCredits': '0', 'Symbol': 'ADSK', 'DPS': '0'}
{'NTA': '0', 'Yield': '7.4', 'EBITDA': '49140000', 'Industry': 'Telecommunications Equipment', 'PtS': '1.6', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.72', 'Dividend': '0', 'Name': 'Adtran Inc', 'Description': 'Adtran Inc', 'DivYield': '1.71', 'MarketCap': '1010000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Public Utilities', 'PtB': '2.13', 'PE': '28.82', 'PEG': '12.2', 'Shares': '48674700', 'ImputationCredits': '0', 'Symbol': 'ADTN', 'DPS': '0.36'}
{'NTA': '0', 'Yield': '72.97', 'EBITDA': '31200000', 'Industry': 'Medical/Nursing Services', 'PtS': '0.87', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.06', 'Dividend': '0', 'Name': 'Addus Homecare Corpo', 'Description': 'Addus Homecare Corpo', 'DivYield': '0', 'MarketCap': '350690000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '2.19', 'PE': '28.99', 'PEG': '1.43', 'Shares': '11423130', 'ImputationCredits': '0', 'Symbol': 'ADUS', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-47570000', 'Industry': '', 'PtS': '78.06', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-3.14', 'Dividend': '0', 'Name': 'Adverum Biotechnlgs', 'Description': 'Adverum Biotechnlgs', 'DivYield': '0', 'MarketCap': '113570000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.52', 'PE': '0', 'PEG': '0', 'Shares': '42062960', 'ImputationCredits': '0', 'Symbol': 'ADVM', 'DPS': '0'}
{'NTA': '0', 'Yield': '5.56', 'EBITDA': '-73060000', 'Industry': '', 'PtS': '43.1', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.91', 'Dividend': '0', 'Name': 'Advaxis Inc Cmn Stk', 'Description': 'Advaxis Inc Cmn Stk', 'DivYield': '0', 'MarketCap': '329210000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.02', 'PE': '0', 'PEG': '0', 'Shares': '40294980', 'ImputationCredits': '0', 'Symbol': 'ADXS', 'DPS': '0'}
{'NTA': '0', 'Yield': '-20.57', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Advaxis Inc Wts', 'Description': 'Advaxis Inc Wts', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'ADXSW', 'DPS': '0'}
{'NTA': '0', 'Yield': '7.91', 'EBITDA': '112900000', 'Industry': 'Heavy Construction', 'PtS': '0.59', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.84', 'Dividend': '0', 'Name': 'Aegion Corp Cmn Stk', 'Description': 'Aegion Corp Cmn Stk', 'DivYield': '0', 'MarketCap': '713040000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Industrial Goods', 'PtB': '1.26', 'PE': '26.15', 'PEG': '3.04', 'Shares': '32455170', 'ImputationCredits': '0', 'Symbol': 'AEGN', 'DPS': '0'}
{'NTA': '0', 'Yield': '241.13', 'EBITDA': '-6930000', 'Industry': 'Electrical Products', 'PtS': '6.54', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.59', 'Dividend': '0', 'Name': 'Aehr Test Systems', 'Description': 'Aehr Test Systems', 'DivYield': '0', 'MarketCap': '80190000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '68.48', 'PE': '0', 'PEG': '-1', 'Shares': '16671520', 'ImputationCredits': '0', 'Symbol': 'AEHR', 'DPS': '0'}
{'NTA': '0', 'Yield': '111.93', 'EBITDA': '134670000', 'Industry': 'Industrial Machinery/Components', 'PtS': '5.61', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.18', 'Dividend': '0', 'Name': 'Advanced Energy', 'Description': 'Advanced Energy', 'DivYield': '0', 'MarketCap': '2720000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '6.92', 'PE': '21.55', 'PEG': '0.4', 'Shares': '39673280', 'ImputationCredits': '0', 'Symbol': 'AEIS', 'DPS': '0'}
{'NTA': '0', 'Yield': '-32.72', 'EBITDA': '-5640000', 'Industry': '', 'PtS': '45.4924', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.884', 'Dividend': '0', 'Name': 'Aethlon Medical Cmn', 'Description': 'Aethlon Medical Cmn', 'DivYield': '0', 'MarketCap': '26000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '341', 'PE': '0', 'PEG': '0', 'Shares': '7961540', 'ImputationCredits': '0', 'Symbol': 'AEMD', 'DPS': '0'}
{'NTA': '0', 'Yield': '185.94', 'EBITDA': '-95900000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-3.4', 'Dividend': '0', 'Name': 'Aerie Pharmaceutical', 'Description': 'Aerie Pharmaceutical', 'DivYield': '0', 'MarketCap': '1520000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '14.44', 'PE': '0', 'PEG': '0', 'Shares': '33517090', 'ImputationCredits': '0', 'Symbol': 'AERI', 'DPS': '0'}
{'NTA': '0', 'Yield': '-11.16', 'EBITDA': '-6490000', 'Industry': 'Building Products', 'PtS': '0.47', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.13', 'Dividend': '0', 'Name': 'American Electric Te', 'Description': 'American Electric Te', 'DivYield': '0', 'MarketCap': '17920000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '1.61', 'PE': '0', 'PEG': '0', 'Shares': '8334884', 'ImputationCredits': '0', 'Symbol': 'AETI', 'DPS': '0'}
{'NTA': '0', 'Yield': '5.56', 'EBITDA': '2440000', 'Industry': 'Office Equipment/Supplies/Services', 'PtS': '0.455', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.048', 'Dividend': '0', 'Name': 'Addvantage Techs Grp', 'Description': 'Addvantage Techs Grp', 'DivYield': '0', 'MarketCap': '19310000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '0.462', 'PE': '39.688', 'PEG': '0', 'Shares': '10136480', 'ImputationCredits': '0', 'Symbol': 'AEY', 'DPS': '0'}
{'NTA': '0', 'Yield': '-25.93', 'EBITDA': '-29200000', 'Industry': 'Major Pharmaceuticals', 'PtS': '45.2', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.41', 'Dividend': '0', 'Name': 'Aeterna Zentaris', 'Description': 'Aeterna Zentaris', 'DivYield': '0', 'MarketCap': '40500000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '6.34', 'PE': '0', 'PEG': '0', 'Shares': '13500000', 'ImputationCredits': '0', 'Symbol': 'AEZS', 'DPS': '0'}
{'NTA': '0', 'Yield': '15.69', 'EBITDA': '39380000', 'Industry': 'Medical/Nursing Services', 'PtS': '0.8', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.71', 'Dividend': '0', 'Name': 'Almost Family Inc', 'Description': 'Almost Family Inc', 'DivYield': '0', 'MarketCap': '494410000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '1.64', 'PE': '28.42', 'PEG': '2.72', 'Shares': '10173050', 'ImputationCredits': '0', 'Symbol': 'AFAM', 'DPS': '0'}
{'NTA': '0', 'Yield': '-22.31', 'EBITDA': '-3770000', 'Industry': '', 'PtS': '0.91', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.19', 'Dividend': '0', 'Name': 'Atlas Fincl Hld Ord', 'Description': 'Atlas Fincl Hld Ord', 'DivYield': '0', 'MarketCap': '161800000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.27', 'PE': '70.79', 'PEG': '0', 'Shares': '12029740', 'ImputationCredits': '0', 'Symbol': 'AFH', 'DPS': '0'}
{'NTA': '0', 'Yield': '-43.21', 'EBITDA': '-34160000', 'Industry': '', 'PtS': '11.68', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.07', 'Dividend': '0', 'Name': 'Affimed N.V.', 'Description': 'Affimed N.V.', 'DivYield': '0', 'MarketCap': '77940000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.95', 'PE': '0', 'PEG': '0', 'Shares': '33886960', 'ImputationCredits': '0', 'Symbol': 'AFMD', 'DPS': '0'}
{'NTA': '0', 'Yield': '-25.71', 'EBITDA': '720750000', 'Industry': 'Property-Casualty Insurers', 'PtS': '0.58', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.38', 'Dividend': '0', 'Name': 'Amtrust Financial', 'Description': 'Amtrust Financial', 'DivYield': '3.65', 'MarketCap': '3150000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.22', 'PE': '7.76', 'PEG': '0.61', 'Shares': '170639200', 'ImputationCredits': '0', 'Symbol': 'AFSI', 'DPS': '0.68'}
{'NTA': '0', 'Yield': '7.1', 'EBITDA': '-100580000', 'Industry': 'Biotechnology: Biological Products (No Diagnostic Substances)', 'PtS': '16.73', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.46', 'Dividend': '0', 'Name': 'Agenus Inc', 'Description': 'Agenus Inc', 'DivYield': '0', 'MarketCap': '370700000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '98328910', 'ImputationCredits': '0', 'Symbol': 'AGEN', 'DPS': '0'}
{'NTA': '0', 'Yield': '-29.86', 'EBITDA': '61710000', 'Industry': '', 'PtS': '1.25', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.26', 'Dividend': '0', 'Name': 'Agrofresh Solutions', 'Description': 'Agrofresh Solutions', 'DivYield': '0', 'MarketCap': '182020000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.59', 'PE': '0', 'PEG': '-0.49', 'Shares': '50701950', 'ImputationCredits': '0', 'Symbol': 'AGFS', 'DPS': '0'}
{'NTA': '0', 'Yield': '-71.11', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Agrofresh Sol Wrrnts', 'Description': 'Agrofresh Sol Wrrnts', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'AGFSW', 'DPS': '0'}
{'NTA': '0', 'Yield': '23.34', 'EBITDA': '230400000', 'Industry': 'Specialty Insurers', 'PtS': '1.27', 'DateTime': '2017-03-31T00:00:00', 'EPS': '4.75', 'Dividend': '0', 'Name': 'Argo Group Intl Hlds', 'Description': 'Argo Group Intl Hlds', 'DivYield': '1.64', 'MarketCap': '2040000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.12', 'PE': '14.27', 'PEG': '2.28', 'Shares': '30088500', 'ImputationCredits': '0', 'Symbol': 'AGII', 'DPS': '1.08'}
{'NTA': '0', 'Yield': '-2.54', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Argo Grp Itl Snr NTS', 'Description': 'Argo Grp Itl Snr NTS', 'DivYield': '0', 'MarketCap': '145880000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '5750099000', 'ImputationCredits': '0', 'Symbol': 'AGIIL', 'DPS': '0'}
{'NTA': '0', 'Yield': '19.31', 'EBITDA': '-195280000', 'Industry': '', 'PtS': '34.65', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-5.07', 'Dividend': '0', 'Name': 'Agios Pharmaceutical', 'Description': 'Agios Pharmaceutical', 'DivYield': '0', 'MarketCap': '2470000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '6.75', 'PE': '0', 'PEG': '0', 'Shares': '42294520', 'ImputationCredits': '0', 'Symbol': 'AGIO', 'DPS': '0'}
{'NTA': '0', 'Yield': '-14.95', 'EBITDA': '-21800000', 'Industry': '', 'PtS': '21.33', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.22', 'Dividend': '0', 'Name': 'Aeglea Biothera Cmn', 'Description': 'Aeglea Biothera Cmn', 'DivYield': '0', 'MarketCap': '100220000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.57', 'PE': '0', 'PEG': '0', 'Shares': '13452350', 'ImputationCredits': '0', 'Symbol': 'AGLE', 'DPS': '0'}
{'NTA': '0', 'Yield': '8.27', 'EBITDA': '0', 'Industry': 'Real Estate Investment Trusts', 'PtS': '9.07', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.79', 'Dividend': '0', 'Name': 'American Capital Age', 'Description': 'American Capital Age', 'DivYield': '10.84', 'MarketCap': '6580000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '0.94', 'PE': '11.09', 'PEG': '-2.86', 'Shares': '330819500', 'ImputationCredits': '0', 'Symbol': 'AGNC', 'DPS': '2.16'}
{'NTA': '0', 'Yield': '4.46', 'EBITDA': '0', 'Industry': '', 'PtS': '11.78', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.79', 'Dividend': '0', 'Name': 'American Cap Agy Cor', 'Description': 'American Cap Agy Cor', 'DivYield': '7.4', 'MarketCap': '8600001000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.22', 'PE': '14.5', 'PEG': '0', 'Shares': '330896500', 'ImputationCredits': '0', 'Symbol': 'AGNCB', 'DPS': '1.94'}
{'NTA': '0', 'Yield': '-0.77', 'EBITDA': '0', 'Industry': '', 'PtS': '11.77', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.79', 'Dividend': '0', 'Name': 'American Capital Pfd', 'Description': 'American Capital Pfd', 'DivYield': '7.73', 'MarketCap': '8560000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.22', 'PE': '14.42', 'PEG': '0', 'Shares': '331013200', 'ImputationCredits': '0', 'Symbol': 'AGNCP', 'DPS': '2'}
{'NTA': '0', 'Yield': '1.37', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-30T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Wt Brclys Usagg Ndur', 'Description': 'Wt Brclys Usagg Ndur', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'AGND', 'DPS': '0'}
{'NTA': '0', 'Yield': '-44.73', 'EBITDA': '-29700000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.017', 'Dividend': '0', 'Name': 'Agile Therap Cmn Stk', 'Description': 'Agile Therap Cmn Stk', 'DivYield': '0', 'MarketCap': '92230000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.238', 'PE': '0', 'PEG': '0', 'Shares': '28776910', 'ImputationCredits': '0', 'Symbol': 'AGRX', 'DPS': '0'}
{'NTA': '0', 'Yield': '-56.08', 'EBITDA': '10600000', 'Industry': '', 'PtS': '2.55', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.63', 'Dividend': '0', 'Name': 'Applied Genetic Tech', 'Description': 'Applied Genetic Tech', 'DivYield': '0', 'MarketCap': '120250000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.01', 'PE': '11.57', 'PEG': '0', 'Shares': '18082710', 'ImputationCredits': '0', 'Symbol': 'AGTC', 'DPS': '0'}
{'NTA': '0', 'Yield': '-11.52', 'EBITDA': '-3230000', 'Industry': 'Electronic Components', 'PtS': '1.67', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.35', 'Dividend': '0', 'Name': 'Agilysys Inc', 'Description': 'Agilysys Inc', 'DivYield': '0', 'MarketCap': '212310000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '1.83', 'PE': '0', 'PEG': '-1.7', 'Shares': '22610220', 'ImputationCredits': '0', 'Symbol': 'AGYS', 'DPS': '0'}
{'NTA': '0', 'Yield': '0.65', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Wt Barc Usagg Zro Dr', 'Description': 'Wt Barc Usagg Zro Dr', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'AGZD', 'DPS': '0'}
{'NTA': '0', 'Yield': '55.85', 'EBITDA': '689230000', 'Industry': 'Coal Mining', 'PtS': '0.89', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.11', 'Dividend': '0', 'Name': 'Alliance Holdings Gp', 'Description': 'Alliance Holdings Gp', 'DivYield': '7.67', 'MarketCap': '1640000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Energy', 'PtB': '2.95', 'PE': '8.83', 'PEG': '0.74', 'Shares': '59788550', 'ImputationCredits': '0', 'Symbol': 'AHGP', 'DPS': '2.2'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-29T00:00:00', 'EPS': '-0.03', 'Dividend': '0', 'Name': 'Avista Healthcare Public Acquisition Corp. Class', 'Description': 'Avista Healthcare Public Acquisition Corp. Class', 'DivYield': '0', 'MarketCap': '91280000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '18.26', 'PE': '0', 'PEG': '0', 'Shares': '9238866', 'ImputationCredits': '0', 'Symbol': 'AHPA', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-29T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Avista Healthcare Public Acquisition Corp', 'Description': 'Avista Healthcare Public Acquisition Corp', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'AHPAU', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Avista Healthcare Public Acquisition Corp. Warra', 'Description': 'Avista Healthcare Public Acquisition Corp. Warra', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'AHPAW', 'DPS': '0'}
{'NTA': '0', 'Yield': '194.03', 'EBITDA': '-627602', 'Industry': 'Industrial Specialties', 'PtS': '0.22', 'DateTime': '2017-03-30T00:00:00', 'EPS': '-0.57', 'Dividend': '0', 'Name': 'Allied Healthcare', 'Description': 'Allied Healthcare', 'DivYield': '0', 'MarketCap': '7910000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '0.46', 'PE': '0', 'PEG': '0', 'Shares': '4015229', 'ImputationCredits': '0', 'Symbol': 'AHPI', 'DPS': '0'}
{'NTA': '0', 'Yield': '22.43', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Ishares Asia 50 ETF', 'Description': 'Ishares Asia 50 ETF', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'AIA', 'DPS': '0'}
{'NTA': '0', 'Yield': '35.71', 'EBITDA': '96160000', 'Industry': 'Industrial Machinery/Components', 'PtS': '1.55', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.97', 'Dividend': '0', 'Name': 'Altra Indtl Mtn Cmn', 'Description': 'Altra Indtl Mtn Cmn', 'DivYield': '1.59', 'MarketCap': '1090000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '3.61', 'PE': '38.56', 'PEG': '1.37', 'Shares': '29144390', 'ImputationCredits': '0', 'Symbol': 'AIMC', 'DPS': '0.6'}
{'NTA': '0', 'Yield': '67.8', 'EBITDA': '-80990000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.89', 'Dividend': '0', 'Name': 'Aimmune Therap Cmn', 'Description': 'Aimmune Therap Cmn', 'DivYield': '0', 'MarketCap': '1090000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.82', 'PE': '0', 'PEG': '0.18', 'Shares': '50161070', 'ImputationCredits': '0', 'Symbol': 'AIMT', 'DPS': '0'}
{'NTA': '0', 'Yield': '12.71', 'EBITDA': '0', 'Industry': 'Closed-End Fund - Debt', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.06', 'Dividend': '0', 'Name': 'Apollo Investment Co', 'Description': 'Apollo Investment Co', 'DivYield': '9.48', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '0', 'PE': '0', 'PEG': '3.27', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'AINV', 'DPS': '0.6'}
{'NTA': '0', 'Yield': '42.56', 'EBITDA': '124310000', 'Industry': '', 'PtS': '0.22', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.04', 'Dividend': '0', 'Name': 'Alliance Hlthcare Cmn', 'Description': 'Alliance Hlthcare Cmn', 'DivYield': '0', 'MarketCap': '109110000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '256.25', 'PEG': '0', 'Shares': '10644880', 'ImputationCredits': '0', 'Symbol': 'AIQ', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '4320000', 'Industry': '', 'PtS': '3.27', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.4', 'Dividend': '0', 'Name': 'Airgain Inc', 'Description': 'Airgain Inc', 'DivYield': '0', 'MarketCap': '142080000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.12', 'PE': '37.99', 'PEG': '1.96', 'Shares': '9372032', 'ImputationCredits': '0', 'Symbol': 'AIRG', 'DPS': '0'}
{'NTA': '0', 'Yield': '16.28', 'EBITDA': '286220000', 'Industry': 'Transportation Services', 'PtS': '1.34', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.57', 'Dividend': '0', 'Name': 'Air Methods Cp', 'Description': 'Air Methods Cp', 'DivYield': '0', 'MarketCap': '1570000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Transportation', 'PtB': '2.73', 'PE': '16.73', 'PEG': '0.83', 'Shares': '36511630', 'ImputationCredits': '0', 'Symbol': 'AIRM', 'DPS': '0'}
{'NTA': '0', 'Yield': '32.08', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'First Trust Rba Am I', 'Description': 'First Trust Rba Am I', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'AIRR', 'DPS': '0'}
{'NTA': '0', 'Yield': '-18.87', 'EBITDA': '-3260000', 'Industry': 'Air Freight/Delivery Services', 'PtS': '0.2955', 'DateTime': '2017-03-28T00:00:00', 'EPS': '-1.289', 'Dividend': '0', 'Name': 'Air T Inc', 'Description': 'Air T Inc', 'DivYield': '0', 'MarketCap': '41190000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Transportation', 'PtB': '1.6249', 'PE': '0', 'PEG': '0', 'Shares': '2042111', 'ImputationCredits': '0', 'Symbol': 'AIRT', 'DPS': '0'}
{'NTA': '0', 'Yield': '17.08', 'EBITDA': '707980000', 'Industry': 'Business Services', 'PtS': '4.71', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.79', 'Dividend': '0', 'Name': 'Akamai Technologies', 'Description': 'Akamai Technologies', 'DivYield': '0', 'MarketCap': '11020000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Miscellaneous', 'PtB': '3.42', 'PE': '35.55', 'PEG': '1.57', 'Shares': '173188800', 'ImputationCredits': '0', 'Symbol': 'AKAM', 'DPS': '0'}
{'NTA': '0', 'Yield': '644.25', 'EBITDA': '-48910000', 'Industry': '', 'PtS': '21.51', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-3', 'Dividend': '0', 'Name': 'Achaogen Inc Cmn', 'Description': 'Achaogen Inc Cmn', 'DivYield': '0', 'MarketCap': '902750000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '8.38', 'PE': '0', 'PEG': '-0.16', 'Shares': '35780820', 'ImputationCredits': '0', 'Symbol': 'AKAO', 'DPS': '0'}
{'NTA': '0', 'Yield': '-2.02', 'EBITDA': '-135660000', 'Industry': '', 'PtS': '110.04', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-3.6', 'Dividend': '0', 'Name': 'Akebia Therapeutics', 'Description': 'Akebia Therapeutics', 'DivYield': '0', 'MarketCap': '168360000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '5.22', 'PE': '0', 'PEG': '0', 'Shares': '18300000', 'ImputationCredits': '0', 'Symbol': 'AKBA', 'DPS': '0'}
{'NTA': '0', 'Yield': '19.21', 'EBITDA': '-5690000', 'Industry': '', 'PtS': '4.22', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.08', 'Dividend': '0', 'Name': 'Akers Biosciences Cmn', 'Description': 'Akers Biosciences Cmn', 'DivYield': '0', 'MarketCap': '9810000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.62', 'PE': '0', 'PEG': '0', 'Shares': '5450000', 'ImputationCredits': '0', 'Symbol': 'AKER', 'DPS': '0'}
{'NTA': '0', 'Yield': '-5.38', 'EBITDA': '460270000', 'Industry': 'Major Pharmaceuticals', 'PtS': '2.48', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.47', 'Dividend': '0', 'Name': 'Akorn Inc', 'Description': 'Akorn Inc', 'DivYield': '0', 'MarketCap': '2830000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '3.39', 'PE': '15.44', 'PEG': '3.43', 'Shares': '124395600', 'ImputationCredits': '0', 'Symbol': 'AKRX', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-9090000', 'Industry': '', 'PtS': '1467.83', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.79', 'Dividend': '0', 'Name': 'Akoustis Technologies Inc', 'Description': 'Akoustis Technologies Inc', 'DivYield': '0', 'MarketCap': '233300000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '46.56', 'PE': '0', 'PEG': '0', 'Shares': '18169780', 'ImputationCredits': '0', 'Symbol': 'AKTS', 'DPS': '0'}
{'NTA': '0', 'Yield': '-35.64', 'EBITDA': '-22230000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.29', 'Dividend': '0', 'Name': 'Akari Therapeutics', 'Description': 'Akari Therapeutics', 'DivYield': '0', 'MarketCap': '130360000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2', 'PE': '0', 'PEG': '0', 'Shares': '11775970', 'ImputationCredits': '0', 'Symbol': 'AKTX', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-6860000', 'Industry': '', 'PtS': '13.29', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-13.16', 'Dividend': '0', 'Name': 'Albireo Pharma Inc', 'Description': 'Albireo Pharma Inc', 'DivYield': '0', 'MarketCap': '151010000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '4.09', 'PE': '0', 'PEG': '0', 'Shares': '6292084', 'ImputationCredits': '0', 'Symbol': 'ALBO', 'DPS': '0'}
{'NTA': '0', 'Yield': '-8.68', 'EBITDA': '38390000', 'Industry': 'Farming/Seeds/Milling', 'PtS': '1.53', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.99', 'Dividend': '0', 'Name': 'Alico Inc', 'Description': 'Alico Inc', 'DivYield': '0.93', 'MarketCap': '214910000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '1.26', 'PE': '26.09', 'PEG': '0', 'Shares': '8329845', 'ImputationCredits': '0', 'Symbol': 'ALCO', 'DPS': '0.24'}
{'NTA': '0', 'Yield': '-21.66', 'EBITDA': '-157230000', 'Industry': '', 'PtS': '9234.3', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-3.23', 'Dividend': '0', 'Name': 'Alder Biopharma Cmn', 'Description': 'Alder Biopharma Cmn', 'DivYield': '0', 'MarketCap': '1080000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.72', 'PE': '0', 'PEG': '-0.25', 'Shares': '50585480', 'ImputationCredits': '0', 'Symbol': 'ALDR', 'DPS': '0'}
{'NTA': '0', 'Yield': '-20.63', 'EBITDA': '-18660000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.49', 'Dividend': '0', 'Name': 'Aldeyra Therapeu Cmn', 'Description': 'Aldeyra Therapeu Cmn', 'DivYield': '0', 'MarketCap': '31230000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.93', 'PE': '0', 'PEG': '0', 'Shares': '6246000', 'ImputationCredits': '0', 'Symbol': 'ALDX', 'DPS': '0'}
{'NTA': '0', 'Yield': '58.9', 'EBITDA': '272920000', 'Industry': 'Industrial Specialties', 'PtS': '8.47', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.33', 'Dividend': '0', 'Name': 'Align Technology I', 'Description': 'Align Technology I', 'DivYield': '0', 'MarketCap': '9210000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '9.11', 'PE': '49.23', 'PEG': '1.66', 'Shares': '80289430', 'ImputationCredits': '0', 'Symbol': 'ALGN', 'DPS': '0'}
{'NTA': '0', 'Yield': '-0.2', 'EBITDA': '469450000', 'Industry': 'Air Freight/Delivery Services', 'PtS': '1.94', 'DateTime': '2017-03-31T00:00:00', 'EPS': '13.21', 'Dividend': '0', 'Name': 'Allegiant Travel Com', 'Description': 'Allegiant Travel Com', 'DivYield': '1.74', 'MarketCap': '2620000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Transportation', 'PtB': '5.58', 'PE': '12.13', 'PEG': '-150', 'Shares': '16349450', 'ImputationCredits': '0', 'Symbol': 'ALGT', 'DPS': '2.8'}
{'NTA': '0', 'Yield': '-36.94', 'EBITDA': '-25080000', 'Industry': 'Major Pharmaceuticals', 'PtS': '2.7', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.63', 'Dividend': '0', 'Name': 'Alimera Sciences Inc', 'Description': 'Alimera Sciences Inc', 'DivYield': '0', 'MarketCap': '90810000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '64864280', 'ImputationCredits': '0', 'Symbol': 'ALIM', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '29290000', 'Industry': '', 'PtS': '0.45', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.31', 'Dividend': '0', 'Name': 'Alj Regional Hold Cmn', 'Description': 'Alj Regional Hold Cmn', 'DivYield': '0', 'MarketCap': '128620000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.7', 'PE': '11.96', 'PEG': '0', 'Shares': '34575270', 'ImputationCredits': '0', 'Symbol': 'ALJJ', 'DPS': '0'}
{'NTA': '0', 'Yield': '47.17', 'EBITDA': '-114410000', 'Industry': 'Major Pharmaceuticals', 'PtS': '12.06', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.38', 'Dividend': '0', 'Name': 'Alkermes Plc', 'Description': 'Alkermes Plc', 'DivYield': '0', 'MarketCap': '8920001000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '7.43', 'PE': '0', 'PEG': '-29.64', 'Shares': '152478600', 'ImputationCredits': '0', 'Symbol': 'ALKS', 'DPS': '0'}
{'NTA': '0', 'Yield': '-12.18', 'EBITDA': '-3770000', 'Industry': 'Computer Communications Equipment', 'PtS': '1.75', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.24', 'Dividend': '0', 'Name': 'Allot Communications', 'Description': 'Allot Communications', 'DivYield': '0', 'MarketCap': '157620000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1', 'PE': '0', 'PEG': '17.97', 'Shares': '33113450', 'ImputationCredits': '0', 'Symbol': 'ALLT', 'DPS': '0'}
{'NTA': '0', 'Yield': '-23.55', 'EBITDA': '-409460000', 'Industry': 'Major Pharmaceuticals', 'PtS': '93.47', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-4.79', 'Dividend': '0', 'Name': 'Alnylam Pharmaceut', 'Description': 'Alnylam Pharmaceut', 'DivYield': '0', 'MarketCap': '4410000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '4.79', 'PE': '0', 'PEG': '-0.22', 'Shares': '86048780', 'ImputationCredits': '0', 'Symbol': 'ALNY', 'DPS': '0'}
{'NTA': '0', 'Yield': '-3.91', 'EBITDA': '65440000', 'Industry': 'Electrical Products', 'PtS': '1.76', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.86', 'Dividend': '0', 'Name': 'Analogic Cp', 'Description': 'Analogic Cp', 'DivYield': '0.54', 'MarketCap': '912950000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '1.69', 'PE': '39.24', 'PEG': '1.68', 'Shares': '12489060', 'ImputationCredits': '0', 'Symbol': 'ALOG', 'DPS': '0.4'}
{'NTA': '0', 'Yield': '6.27', 'EBITDA': '8720000', 'Industry': 'Computer peripheral equipment', 'PtS': '1.11', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.56', 'Dividend': '0', 'Name': 'Astronova Inc', 'Description': 'Astronova Inc', 'DivYield': '1.84', 'MarketCap': '113800000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.56', 'PE': '27.23', 'PEG': '0', 'Shares': '7462295', 'ImputationCredits': '0', 'Symbol': 'ALOT', 'DPS': '0.28'}
{'NTA': '0', 'Yield': '-45.05', 'EBITDA': '-23270000', 'Industry': '', 'PtS': '0.9047', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.01', 'Dividend': '0', 'Name': 'Alliqua Biomedical', 'Description': 'Alliqua Biomedical', 'DivYield': '0', 'MarketCap': '17720000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.4344', 'PE': '0', 'PEG': '-0.03', 'Shares': '35109970', 'ImputationCredits': '0', 'Symbol': 'ALQA', 'DPS': '0'}
{'NTA': '0', 'Yield': '34.77', 'EBITDA': '44750000', 'Industry': '', 'PtS': '5.31', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.21', 'Dividend': '0', 'Name': 'Alarm.Com Cmn', 'Description': 'Alarm.Com Cmn', 'DivYield': '0', 'MarketCap': '1420000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '7.24', 'PE': '146.38', 'PEG': '2.03', 'Shares': '46193880', 'ImputationCredits': '0', 'Symbol': 'ALRM', 'DPS': '0'}
{'NTA': '0', 'Yield': '2.21', 'EBITDA': '54520000', 'Industry': 'Telecommunications Equipment', 'PtS': '0.42', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.05', 'Dividend': '0', 'Name': 'Alaska Commun Sys', 'Description': 'Alaska Commun Sys', 'DivYield': '0', 'MarketCap': '96110000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Public Utilities', 'PtB': '0.6', 'PE': '39.36', 'PEG': '-0.75', 'Shares': '51951350', 'ImputationCredits': '0', 'Symbol': 'ALSK', 'DPS': '0'}
{'NTA': '0', 'Yield': '6.13', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Global X Sprdv ETF', 'Description': 'Global X Sprdv ETF', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'ALTY', 'DPS': '0'}
{'NTA': '0', 'Yield': '-12.95', 'EBITDA': '1170000000', 'Industry': 'Major Pharmaceuticals', 'PtS': '8.89', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.76', 'Dividend': '0', 'Name': 'Alexion Pharm Inc', 'Description': 'Alexion Pharm Inc', 'DivYield': '0', 'MarketCap': '27230000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '3.15', 'PE': '68.89', 'PEG': '1.25', 'Shares': '224595800', 'ImputationCredits': '0', 'Symbol': 'ALXN', 'DPS': '0'}
{'NTA': '0', 'Yield': '-14.97', 'EBITDA': '230620000', 'Industry': 'Major Pharmaceuticals', 'PtS': '1.39', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.07', 'Dividend': '0', 'Name': 'Amag Pharmaceuticals', 'Description': 'Amag Pharmaceuticals', 'DivYield': '0', 'MarketCap': '755460000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '0.79', 'PE': '0', 'PEG': '-0.3', 'Shares': '34339090', 'ImputationCredits': '0', 'Symbol': 'AMAG', 'DPS': '0'}
{'NTA': '0', 'Yield': '90.03', 'EBITDA': '2990000000', 'Industry': 'Semiconductors', 'PtS': '3.55', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.94', 'Dividend': '0', 'Name': 'Applied Materials', 'Description': 'Applied Materials', 'DivYield': '1.03', 'MarketCap': '42010000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '5.46', 'PE': '20.01', 'PEG': '0.68', 'Shares': '1079949000', 'ImputationCredits': '0', 'Symbol': 'AMAT', 'DPS': '0.4'}
{'NTA': '0', 'Yield': '33.11', 'EBITDA': '61970000', 'Industry': '', 'PtS': '5.91', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.68', 'Dividend': '0', 'Name': 'Ambarella Inc', 'Description': 'Ambarella Inc', 'DivYield': '0', 'MarketCap': '1810000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '4.03', 'PE': '32.57', 'PEG': '1.55', 'Shares': '33083530', 'ImputationCredits': '0', 'Symbol': 'AMBA', 'DPS': '0'}
{'NTA': '0', 'Yield': '16.2', 'EBITDA': '442640000', 'Industry': '', 'PtS': '1.55', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.64', 'Dividend': '0', 'Name': 'Ambac Financial Grp', 'Description': 'Ambac Financial Grp', 'DivYield': '0', 'MarketCap': '853000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.49', 'PE': '11.5', 'PEG': '0.45', 'Shares': '45228000', 'ImputationCredits': '0', 'Symbol': 'AMBC', 'DPS': '0'}
{'NTA': '0', 'Yield': '27.68', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Ambac Financial Grp', 'Description': 'Ambac Financial Grp', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'AMBCW', 'DPS': '0'}
{'NTA': '0', 'Yield': '-49.26', 'EBITDA': '-86570000', 'Industry': 'Advertising', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.36', 'Dividend': '0', 'Name': 'Airmedia Group Inc', 'Description': 'Airmedia Group Inc', 'DivYield': '0', 'MarketCap': '171870000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '0.45', 'PE': '1.17', 'PEG': '0', 'Shares': '62498180', 'ImputationCredits': '0', 'Symbol': 'AMCN', 'DPS': '0'}
{'NTA': '0', 'Yield': '-10.04', 'EBITDA': '865830000', 'Industry': '', 'PtS': '1.41', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.74', 'Dividend': '0', 'Name': 'Amc Networks Cl A', 'Description': 'Amc Networks Cl A', 'DivYield': '0', 'MarketCap': '3900000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '15.4', 'PEG': '1.08', 'Shares': '67708340', 'ImputationCredits': '0', 'Symbol': 'AMCX', 'DPS': '0'}
{'NTA': '0', 'Yield': '309.86', 'EBITDA': '-249000000', 'Industry': '', 'PtS': '3.09', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.6', 'Dividend': '0', 'Name': 'Adv Micro Devices', 'Description': 'Adv Micro Devices', 'DivYield': '0', 'MarketCap': '13690000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '31.57', 'PE': '0', 'PEG': '-1.79', 'Shares': '940893500', 'ImputationCredits': '0', 'Symbol': 'AMD', 'DPS': '0'}
{'NTA': '0', 'Yield': '-73.72', 'EBITDA': '-8810000', 'Industry': '', 'PtS': '0.65', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.3', 'Dividend': '0', 'Name': 'Amedica Corporation', 'Description': 'Amedica Corporation', 'DivYield': '0', 'MarketCap': '10820000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.62', 'PE': '0', 'PEG': '0', 'Shares': '26390240', 'ImputationCredits': '0', 'Symbol': 'AMDA', 'DPS': '0'}
{'NTA': '0', 'Yield': '-0.78', 'EBITDA': '81450000', 'Industry': 'Medical/Nursing Services', 'PtS': '1.22', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.1', 'Dividend': '0', 'Name': 'Amedisys Inc', 'Description': 'Amedisys Inc', 'DivYield': '0', 'MarketCap': '1720000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '3.76', 'PE': '46.45', 'PEG': '1.16', 'Shares': '33666080', 'ImputationCredits': '0', 'Symbol': 'AMED', 'DPS': '0'}
{'NTA': '0', 'Yield': '3.64', 'EBITDA': '12000000000', 'Industry': 'Biotechnology: Biological Products (No Diagnostic Substances)', 'PtS': '5.27', 'DateTime': '2017-03-31T00:00:00', 'EPS': '10.24', 'Dividend': '0', 'Name': 'Amgen', 'Description': 'Amgen', 'DivYield': '2.79', 'MarketCap': '120830000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '4.06', 'PE': '16.02', 'PEG': '2.09', 'Shares': '736454000', 'ImputationCredits': '0', 'Symbol': 'AMGN', 'DPS': '4.6'}
{'NTA': '0', 'Yield': '102.98', 'EBITDA': '822230000', 'Industry': 'Semiconductors', 'PtS': '0.69', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.69', 'Dividend': '0', 'Name': 'Amkor Technology', 'Description': 'Amkor Technology', 'DivYield': '0', 'MarketCap': '2770000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.95', 'PE': '16.8', 'PEG': '1.55', 'Shares': '238999100', 'ImputationCredits': '0', 'Symbol': 'AMKR', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.19', 'Dividend': '0', 'Name': 'Alliance Mma Inc', 'Description': 'Alliance Mma Inc', 'DivYield': '0', 'MarketCap': '23550000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.8', 'PE': '0', 'PEG': '0', 'Shares': '8886792', 'ImputationCredits': '0', 'Symbol': 'AMMA', 'DPS': '0'}
{'NTA': '0', 'Yield': '39.36', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '5.1', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.89', 'Dividend': '0', 'Name': 'American Natl Bksh', 'Description': 'American Natl Bksh', 'DivYield': '2.58', 'MarketCap': '321770000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.59', 'PE': '19.71', 'PEG': '4.75', 'Shares': '8638120', 'ImputationCredits': '0', 'Symbol': 'AMNB', 'DPS': '0.96'}
{'NTA': '0', 'Yield': '-6.73', 'EBITDA': '27940000', 'Industry': 'Electrical Products', 'PtS': '0.76', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1', 'Dividend': '0', 'Name': 'Allied Motion Tech', 'Description': 'Allied Motion Tech', 'DivYield': '0.5', 'MarketCap': '188420000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '2.59', 'PE': '20.1', 'PEG': '0.6', 'Shares': '9374129', 'ImputationCredits': '0', 'Symbol': 'AMOT', 'DPS': '0.1'}
{'NTA': '0', 'Yield': '17.89', 'EBITDA': '30660000', 'Industry': 'Property & Casualty Insurance', 'PtS': '2.47', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.22', 'Dividend': '0', 'Name': 'Amphastar Pharma Cmn', 'Description': 'Amphastar Pharma Cmn', 'DivYield': '0', 'MarketCap': '631720000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.93', 'PE': '62.55', 'PEG': '1.43', 'Shares': '45909880', 'ImputationCredits': '0', 'Symbol': 'AMPH', 'DPS': '0'}
{'NTA': '0', 'Yield': '46.01', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '4.17', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.94', 'Dividend': '0', 'Name': 'American River Bkshs', 'Description': 'American River Bkshs', 'DivYield': '1.34', 'MarketCap': '97650000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.18', 'PE': '15.77', 'PEG': '1.17', 'Shares': '6589069', 'ImputationCredits': '0', 'Symbol': 'AMRB', 'DPS': '0.2'}
{'NTA': '0', 'Yield': '-6.78', 'EBITDA': '44080000', 'Industry': 'Biotechnology: Commercial Physical & Biological Resarch', 'PtS': '1', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.83', 'Dividend': '0', 'Name': 'Albany Molecular Res', 'Description': 'Albany Molecular Res', 'DivYield': '0', 'MarketCap': '584180000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '1.91', 'PE': '0', 'PEG': '1.05', 'Shares': '41637920', 'ImputationCredits': '0', 'Symbol': 'AMRI', 'DPS': '0'}
{'NTA': '0', 'Yield': '-16.6', 'EBITDA': '10570000', 'Industry': '', 'PtS': '0.02', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.97', 'Dividend': '0', 'Name': 'A-Mark Precious Meta', 'Description': 'A-Mark Precious Meta', 'DivYield': '1.87', 'MarketCap': '120090000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.78', 'PE': '17.57', 'PEG': '0', 'Shares': '7031031', 'ImputationCredits': '0', 'Symbol': 'AMRK', 'DPS': '0.32'}
{'NTA': '0', 'Yield': '74.86', 'EBITDA': '-64840000', 'Industry': 'Major Pharmaceuticals', 'PtS': '6.78', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.41', 'Dividend': '0', 'Name': 'Amarin Corp Ads', 'Description': 'Amarin Corp Ads', 'DivYield': '0', 'MarketCap': '870600000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '0', 'PE': '0', 'PEG': '-0.06', 'Shares': '272062500', 'ImputationCredits': '0', 'Symbol': 'AMRN', 'DPS': '0'}
{'NTA': '0', 'Yield': '-48.04', 'EBITDA': '-67200000', 'Industry': 'Major Chemicals', 'PtS': '1.728', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.4', 'Dividend': '0', 'Name': 'Amyris Inc', 'Description': 'Amyris Inc', 'DivYield': '0', 'MarketCap': '135340000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Basic Industries', 'PtB': '0', 'PE': '0', 'PEG': '-0.05', 'Shares': '273414100', 'ImputationCredits': '0', 'Symbol': 'AMRS', 'DPS': '0'}
{'NTA': '0', 'Yield': '-31.12', 'EBITDA': '-14730000', 'Industry': 'Metal Fabrications', 'PtS': '1.14', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.74', 'Dividend': '0', 'Name': 'Amer Superconductor', 'Description': 'Amer Superconductor', 'DivYield': '0', 'MarketCap': '97540000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '1.55', 'PE': '0', 'PEG': '-0.11', 'Shares': '14218660', 'ImputationCredits': '0', 'Symbol': 'AMSC', 'DPS': '0'}
{'NTA': '0', 'Yield': '20.45', 'EBITDA': '114000000', 'Industry': 'Property-Casualty Insurers', 'PtS': '3.13', 'DateTime': '2017-03-31T00:00:00', 'EPS': '4.05', 'Dividend': '0', 'Name': 'Amerisafe Inc', 'Description': 'Amerisafe Inc', 'DivYield': '1.24', 'MarketCap': '1250000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '2.72', 'PE': '16.02', 'PEG': '1.75', 'Shares': '19260400', 'ImputationCredits': '0', 'Symbol': 'AMSF', 'DPS': '0.8'}
{'NTA': '0', 'Yield': '12.47', 'EBITDA': '10840000', 'Industry': 'Computer Software: Prepackaged Software', 'PtS': '2.91', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.26', 'Dividend': '0', 'Name': 'Amer Software Inc', 'Description': 'Amer Software Inc', 'DivYield': '4.33', 'MarketCap': '302950000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '3.33', 'PE': '39.69', 'PEG': '1.86', 'Shares': '29469850', 'ImputationCredits': '0', 'Symbol': 'AMSWA', 'DPS': '0.44'}
{'NTA': '0', 'Yield': '30.27', 'EBITDA': '0', 'Industry': 'Investment Bankers/Brokers/Service', 'PtS': '6.02', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.6', 'Dividend': '0', 'Name': 'TD Ameritrade HD Cmn', 'Description': 'TD Ameritrade HD Cmn', 'DivYield': '1.9', 'MarketCap': '19890000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '3.84', 'PE': '23.56', 'PEG': '1.62', 'Shares': '527726200', 'ImputationCredits': '0', 'Symbol': 'AMTD', 'DPS': '0.72'}
{'NTA': '0', 'Yield': '-53.43', 'EBITDA': '4010000', 'Industry': '', 'PtS': '0.17', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.79', 'Dividend': '0', 'Name': 'Aemetis Inc Cmn Stk', 'Description': 'Aemetis Inc Cmn Stk', 'DivYield': '0', 'MarketCap': '25410000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '19697670', 'ImputationCredits': '0', 'Symbol': 'AMTX', 'DPS': '0'}
{'NTA': '0', 'Yield': '26.03', 'EBITDA': '118990000', 'Industry': 'Forest Products', 'PtS': '1.45', 'DateTime': '2017-03-31T00:00:00', 'EPS': '4.09', 'Dividend': '0', 'Name': 'Amer Woodmark Cp', 'Description': 'Amer Woodmark Cp', 'DivYield': '0', 'MarketCap': '1490000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Basic Industries', 'PtB': '4.46', 'PE': '22.44', 'PEG': '2.62', 'Shares': '16230940', 'ImputationCredits': '0', 'Symbol': 'AMWD', 'DPS': '0'}
{'NTA': '0', 'Yield': '34.41', 'EBITDA': '11670000000', 'Industry': 'Catalog/Specialty Distribution', 'PtS': '3.08', 'DateTime': '2017-03-31T00:00:00', 'EPS': '4.9', 'Dividend': '0', 'Name': 'Amazon.Com Inc', 'Description': 'Amazon.Com Inc', 'DivYield': '0', 'MarketCap': '423030000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '21.68', 'PE': '180.93', 'PEG': '3.52', 'Shares': '477169700', 'ImputationCredits': '0', 'Symbol': 'AMZN', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-2790000', 'Industry': '', 'PtS': '34.8', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.62', 'Dividend': '0', 'Name': 'Anaptysbio Inc', 'Description': 'Anaptysbio Inc', 'DivYield': '0', 'MarketCap': '559800000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '20172970', 'ImputationCredits': '0', 'Symbol': 'ANAB', 'DPS': '0'}
{'NTA': '0', 'Yield': '1.64', 'EBITDA': '244460000', 'Industry': 'Life Insurance', 'PtS': '0.97', 'DateTime': '2017-03-31T00:00:00', 'EPS': '6.71', 'Dividend': '0', 'Name': 'Amer Natl Insurance', 'Description': 'Amer Natl Insurance', 'DivYield': '2.82', 'MarketCap': '3170000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '0.68', 'PE': '17.59', 'PEG': '0', 'Shares': '26857580', 'ImputationCredits': '0', 'Symbol': 'ANAT', 'DPS': '3.28'}
{'NTA': '0', 'Yield': '3.8', 'EBITDA': '0', 'Industry': 'Banks', 'PtS': '3.3', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.59', 'Dividend': '0', 'Name': 'Anchor Bancorp', 'Description': 'Anchor Bancorp', 'DivYield': '0', 'MarketCap': '64600000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.01', 'PE': '43.88', 'PEG': '0', 'Shares': '2503876', 'ImputationCredits': '0', 'Symbol': 'ANCB', 'DPS': '0'}
{'NTA': '0', 'Yield': '52.7', 'EBITDA': '0', 'Industry': 'Savings Institutions', 'PtS': '4.4', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.54', 'Dividend': '0', 'Name': 'Access National Corp', 'Description': 'Access National Corp', 'DivYield': '2.03', 'MarketCap': '323200000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '2.64', 'PE': '19.49', 'PEG': '2.39', 'Shares': '10766160', 'ImputationCredits': '0', 'Symbol': 'ANCX', 'DPS': '0.6'}
{'NTA': '0', 'Yield': '4.02', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.2', 'Dividend': '0', 'Name': 'Andina Acq Cp Ord Sh', 'Description': 'Andina Acq Cp Ord Sh', 'DivYield': '0', 'MarketCap': '17880000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.59', 'PE': '0', 'PEG': '0', 'Shares': '1772052', 'ImputationCredits': '0', 'Symbol': 'ANDA', 'DPS': '0'}
{'NTA': '0', 'Yield': '96.15', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-29T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Andina Acq Cp Rt', 'Description': 'Andina Acq Cp Rt', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'ANDAR', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-27T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Andina Acq Cp Unit', 'Description': 'Andina Acq Cp Unit', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'ANDAU', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-30T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Andina Acq Cp Wt', 'Description': 'Andina Acq Cp Wt', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'ANDAW', 'DPS': '0'}
{'NTA': '0', 'Yield': '13.1', 'EBITDA': '104340000', 'Industry': 'Farming/Seeds/Milling', 'PtS': '0.27', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.41', 'Dividend': '0', 'Name': 'Andersons Inc', 'Description': 'Andersons Inc', 'DivYield': '1.66', 'MarketCap': '1060000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '1.37', 'PE': '92.44', 'PEG': '2.08', 'Shares': '27968340', 'ImputationCredits': '0', 'Symbol': 'ANDE', 'DPS': '0.64'}
{'NTA': '0', 'Yield': '-34.86', 'EBITDA': '4810000', 'Industry': '', 'PtS': '1.02', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.13', 'Dividend': '0', 'Name': "Angie's List Inc", 'Description': "Angie's List Inc", 'DivYield': '0', 'MarketCap': '335770000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '73.16', 'PE': '0', 'PEG': '-8.06', 'Shares': '59428320', 'ImputationCredits': '0', 'Symbol': 'ANGI', 'DPS': '0'}
{'NTA': '0', 'Yield': '41.63', 'EBITDA': '44490000', 'Industry': 'Medical/Dental Instruments', 'PtS': '1.82', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.7', 'Dividend': '0', 'Name': 'Angiodynamics Inc', 'Description': 'Angiodynamics Inc', 'DivYield': '0', 'MarketCap': '635440000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '1.21', 'PE': '0', 'PEG': '1.64', 'Shares': '36624780', 'ImputationCredits': '0', 'Symbol': 'ANGO', 'DPS': '0'}
{'NTA': '0', 'Yield': '-4.86', 'EBITDA': '54340000', 'Industry': 'Medical/Dental Instruments', 'PtS': '6.12', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.15', 'Dividend': '0', 'Name': 'Anika Therapeutics', 'Description': 'Anika Therapeutics', 'DivYield': '0', 'MarketCap': '635870000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '2.84', 'PE': '20.2', 'PEG': '2.09', 'Shares': '14637890', 'ImputationCredits': '0', 'Symbol': 'ANIK', 'DPS': '0'}
{'NTA': '0', 'Yield': '8.88', 'EBITDA': '56310000', 'Industry': '', 'PtS': '4.47', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.34', 'Dividend': '0', 'Name': 'ANI  Pharma Inc', 'Description': 'ANI  Pharma Inc', 'DivYield': '0', 'MarketCap': '573770000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.39', 'PE': '145.62', 'PEG': '0.99', 'Shares': '11588970', 'ImputationCredits': '0', 'Symbol': 'ANIP', 'DPS': '0'}
{'NTA': '0', 'Yield': '17.74', 'EBITDA': '446230000', 'Industry': 'Computer Software: Prepackaged Software', 'PtS': '9.22', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.99', 'Dividend': '0', 'Name': 'Ansys Inc', 'Description': 'Ansys Inc', 'DivYield': '0', 'MarketCap': '9120000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '4.14', 'PE': '35.74', 'PEG': '3.76', 'Shares': '85337330', 'ImputationCredits': '0', 'Symbol': 'ANSS', 'DPS': '0'}
{'NTA': '0', 'Yield': '-88.38', 'EBITDA': '-56910000', 'Industry': 'Major Pharmaceuticals', 'PtS': '144.743', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.608', 'Dividend': '0', 'Name': 'Anthera Pharmaceutic', 'Description': 'Anthera Pharmaceutic', 'DivYield': '0', 'MarketCap': '20850000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '4.937', 'PE': '0', 'PEG': '0', 'Shares': '50606800', 'ImputationCredits': '0', 'Symbol': 'ANTH', 'DPS': '0'}
{'NTA': '0', 'Yield': '-80.87', 'EBITDA': '-26590000', 'Industry': '', 'PtS': '0.196', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.687', 'Dividend': '0', 'Name': 'Sphere 3D Corp', 'Description': 'Sphere 3D Corp', 'DivYield': '0', 'MarketCap': '11520000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.701', 'PE': '0', 'PEG': '-0.02', 'Shares': '51891890', 'ImputationCredits': '0', 'Symbol': 'ANY', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '263290000', 'Industry': '', 'PtS': '1.24', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.38', 'Dividend': '0', 'Name': 'American Outdoor Brands Corp', 'Description': 'American Outdoor Brands Corp', 'DivYield': '0', 'MarketCap': '1120000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.68', 'PE': '8.33', 'PEG': '0.55', 'Shares': '56537100', 'ImputationCredits': '0', 'Symbol': 'AOBC', 'DPS': '0'}
{'NTA': '0', 'Yield': '32.33', 'EBITDA': '35250000', 'Industry': 'Semiconductors', 'PtS': '1.09', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.29', 'Dividend': '0', 'Name': 'Alpha and Omega Semi', 'Description': 'Alpha and Omega Semi', 'DivYield': '0', 'MarketCap': '405770000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.54', 'PE': '59.07', 'PEG': '-13.84', 'Shares': '23605000', 'ImputationCredits': '0', 'Symbol': 'AOSL', 'DPS': '0'}
{'NTA': '0', 'Yield': '-45.18', 'EBITDA': '-12580000', 'Industry': '', 'PtS': '12.25', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.54', 'Dividend': '0', 'Name': 'Applied Dna Scns Cmn', 'Description': 'Applied Dna Scns Cmn', 'DivYield': '0', 'MarketCap': '43480000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.79', 'PE': '0', 'PEG': '0', 'Shares': '26351520', 'ImputationCredits': '0', 'Symbol': 'APDN', 'DPS': '0'}
{'NTA': '0', 'Yield': '-69.4', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Applied Dna Sci Wrnt', 'Description': 'Applied Dna Sci Wrnt', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'APDNW', 'DPS': '0'}
{'NTA': '0', 'Yield': '-1.12', 'EBITDA': '68370000', 'Industry': 'Other Consumer Services', 'PtS': '1.18', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.49', 'Dividend': '0', 'Name': 'American Pub. Edu.', 'Description': 'American Pub. Edu.', 'DivYield': '0', 'MarketCap': '371090000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '1.39', 'PE': '15.37', 'PEG': '-11.43', 'Shares': '16204800', 'ImputationCredits': '0', 'Symbol': 'APEI', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-8030000', 'Industry': '', 'PtS': '1.84', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-105.69', 'Dividend': '0', 'Name': 'Apollo Endosurgery Inc', 'Description': 'Apollo Endosurgery Inc', 'DivYield': '0', 'MarketCap': '133900000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.82', 'PE': '0', 'PEG': '0', 'Shares': '10694890', 'ImputationCredits': '0', 'Symbol': 'APEN', 'DPS': '0'}
{'NTA': '0', 'Yield': '28.44', 'EBITDA': '258330000', 'Industry': '', 'PtS': '1.97', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.18', 'Dividend': '0', 'Name': 'Archrock Partners LP', 'Description': 'Archrock Partners LP', 'DivYield': '6.71', 'MarketCap': '1120000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.18', 'PE': '0', 'PEG': '-1.28', 'Shares': '65268060', 'ImputationCredits': '0', 'Symbol': 'APLP', 'DPS': '1.14'}
{'NTA': '0', 'Yield': '43.85', 'EBITDA': '153630000', 'Industry': 'Auto Parts:O.E.M.', 'PtS': '1.6', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.85', 'Dividend': '0', 'Name': 'Apogee Entrpr Inc', 'Description': 'Apogee Entrpr Inc', 'DivYield': '0.94', 'MarketCap': '1710000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '3.75', 'PE': '20.9', 'PEG': '1.64', 'Shares': '28686460', 'ImputationCredits': '0', 'Symbol': 'APOG', 'DPS': '0.56'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-4280000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.92', 'Dividend': '0', 'Name': 'Cellect Biotechnology Ltd', 'Description': 'Cellect Biotechnology Ltd', 'DivYield': '0', 'MarketCap': '46260000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '6.15', 'PE': '0', 'PEG': '0', 'Shares': '5379070', 'ImputationCredits': '0', 'Symbol': 'APOP', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Cellect Biotechnology Ltd', 'Description': 'Cellect Biotechnology Ltd', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'APOPW', 'DPS': '0'}
{'NTA': '0', 'Yield': '116.91', 'EBITDA': '-4690000', 'Industry': '', 'PtS': '8.79', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.25', 'Dividend': '0', 'Name': 'Appfolio Cl A Cmn', 'Description': 'Appfolio Cl A Cmn', 'DivYield': '0', 'MarketCap': '917620000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '13.3', 'PE': '0', 'PEG': '30.56', 'Shares': '33736030', 'ImputationCredits': '0', 'Symbol': 'APPF', 'DPS': '0'}
{'NTA': '0', 'Yield': '9.3', 'EBITDA': '-14850000', 'Industry': '', 'PtS': '0.69', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.35', 'Dividend': '0', 'Name': 'Digital Turbine Cmn', 'Description': 'Digital Turbine Cmn', 'DivYield': '0', 'MarketCap': '62640000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.93', 'PE': '0', 'PEG': '-0.11', 'Shares': '66638300', 'ImputationCredits': '0', 'Symbol': 'APPS', 'DPS': '0'}
{'NTA': '0', 'Yield': '-60.19', 'EBITDA': '-15100000', 'Industry': 'Major Pharmaceuticals', 'PtS': '3.01', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.14', 'Dividend': '0', 'Name': 'Apricus Biosc Inc', 'Description': 'Apricus Biosc Inc', 'DivYield': '0', 'MarketCap': '16330000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '7739337', 'ImputationCredits': '0', 'Symbol': 'APRI', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-22160000', 'Industry': '', 'PtS': '2.83', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.61', 'Dividend': '0', 'Name': 'Apptio Inc', 'Description': 'Apptio Inc', 'DivYield': '0', 'MarketCap': '450240000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '6.35', 'PE': '0', 'PEG': '0.21', 'Shares': '38383630', 'ImputationCredits': '0', 'Symbol': 'APTI', 'DPS': '0'}
{'NTA': '0', 'Yield': '-58.2', 'EBITDA': '-13880000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.17', 'Dividend': '0', 'Name': 'Aptose Bioscns Cmn', 'Description': 'Aptose Bioscns Cmn', 'DivYield': '0', 'MarketCap': '13720000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.02', 'PE': '0', 'PEG': '0', 'Shares': '13450980', 'ImputationCredits': '0', 'Symbol': 'APTO', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-56490000', 'Industry': '', 'PtS': '1.1', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-5.7', 'Dividend': '0', 'Name': 'Aptevo Therapeutics Inc', 'Description': 'Aptevo Therapeutics Inc', 'DivYield': '0', 'MarketCap': '41710000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.62', 'PE': '0', 'PEG': '0', 'Shares': '20247570', 'ImputationCredits': '0', 'Symbol': 'APVO', 'DPS': '0'}
{'NTA': '0', 'Yield': '34.8', 'EBITDA': '12950000', 'Industry': 'Telecommunications Equipment', 'PtS': '0.1', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.22', 'Dividend': '0', 'Name': 'Asia Pac Wire &Cable', 'Description': 'Asia Pac Wire &Cable', 'DivYield': '0', 'MarketCap': '35790000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Basic Industries', 'PtB': '0.25', 'PE': '11.51', 'PEG': '0', 'Shares': '13818530', 'ImputationCredits': '0', 'Symbol': 'APWC', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-7910000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.6', 'Dividend': '0', 'Name': 'Aquabounty Technologies Inc', 'Description': 'Aquabounty Technologies Inc', 'DivYield': '0', 'MarketCap': '98450000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '34.14', 'PE': '0', 'PEG': '0', 'Shares': '8885379', 'ImputationCredits': '0', 'Symbol': 'AQB', 'DPS': '0'}
{'NTA': '0', 'Yield': '133.45', 'EBITDA': '-11940000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.89', 'Dividend': '0', 'Name': 'Aqua Metals Inc Cmn', 'Description': 'Aqua Metals Inc Cmn', 'DivYield': '0', 'MarketCap': '377850000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '6.1', 'PE': '0', 'PEG': '-1.59', 'Shares': '19337260', 'ImputationCredits': '0', 'Symbol': 'AQMS', 'DPS': '0'}
{'NTA': '0', 'Yield': '105.04', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.96', 'Dividend': '0', 'Name': 'Aquinox Pharmaceutic', 'Description': 'Aquinox Pharmaceutic', 'DivYield': '0', 'MarketCap': '390930000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.75', 'PE': '0', 'PEG': '0', 'Shares': '23423010', 'ImputationCredits': '0', 'Symbol': 'AQXP', 'DPS': '0'}
{'NTA': '0', 'Yield': '-11.38', 'EBITDA': '1630000', 'Industry': 'Medical/Dental Instruments', 'PtS': '1.04', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.32', 'Dividend': '0', 'Name': 'Accuray Incorporated', 'Description': 'Accuray Incorporated', 'DivYield': '0', 'MarketCap': '393760000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '8.35', 'PE': '0', 'PEG': '0.1', 'Shares': '82896840', 'ImputationCredits': '0', 'Symbol': 'ARAY', 'DPS': '0'}
{'NTA': '0', 'Yield': '36.2', 'EBITDA': '136830000', 'Industry': '', 'PtS': '0.25', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.7', 'Dividend': '0', 'Name': 'Arcbest Corp', 'Description': 'Arcbest Corp', 'DivYield': '1.24', 'MarketCap': '665860000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.11', 'PE': '36.88', 'PEG': '2.12', 'Shares': '25610000', 'ImputationCredits': '0', 'Symbol': 'ARCB', 'DPS': '0.32'}
{'NTA': '0', 'Yield': '14.42', 'EBITDA': '0', 'Industry': 'Closed-End Fund - Debt', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.51', 'Dividend': '0', 'Name': 'Ares Capital Corp', 'Description': 'Ares Capital Corp', 'DivYield': '8.72', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '0', 'PE': '0', 'PEG': '3.58', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'ARCC', 'DPS': '1.52'}
{'NTA': '0', 'Yield': '-21.48', 'EBITDA': '-3400000', 'Industry': 'Home Furnishings', 'PtS': '0.067', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.389', 'Dividend': '0', 'Name': 'Applnc Rcycl Ct Amer', 'Description': 'Applnc Rcycl Ct Amer', 'DivYield': '0', 'MarketCap': '6870000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '0.614', 'PE': '0', 'PEG': '0', 'Shares': '6656977', 'ImputationCredits': '0', 'Symbol': 'ARCI', 'DPS': '0'}
{'NTA': '0', 'Yield': '86.67', 'EBITDA': '11680000', 'Industry': 'Telecommunications Equipment', 'PtS': '0.7', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.09', 'Dividend': '0', 'Name': 'Arc Group Worldwide', 'Description': 'Arc Group Worldwide', 'DivYield': '0', 'MarketCap': '79140000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '1.66', 'PE': '46.15', 'PEG': '-9.22', 'Shares': '18842860', 'ImputationCredits': '0', 'Symbol': 'ARCW', 'DPS': '0'}
{'NTA': '0', 'Yield': '-68.11', 'EBITDA': '-32160000', 'Industry': 'Medical Appliances & Equipment', 'PtS': '216.86', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.33', 'Dividend': '0', 'Name': 'Aradigm Corp Cmn', 'Description': 'Aradigm Corp Cmn', 'DivYield': '0', 'MarketCap': '25280000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '2.72', 'PE': '0', 'PEG': '0', 'Shares': '14783630', 'ImputationCredits': '0', 'Symbol': 'ARDM', 'DPS': '0'}
{'NTA': '0', 'Yield': '57.93', 'EBITDA': '-111600000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.8', 'Dividend': '0', 'Name': 'Ardelyx Inc Cmn', 'Description': 'Ardelyx Inc Cmn', 'DivYield': '0', 'MarketCap': '598690000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.18', 'PE': '0', 'PEG': '-0.17', 'Shares': '47327270', 'ImputationCredits': '0', 'Symbol': 'ARDX', 'DPS': '0'}
{'NTA': '0', 'Yield': '-14.33', 'EBITDA': '28690000', 'Industry': 'Oil & Gas Production', 'PtS': '1.11', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.26', 'Dividend': '0', 'Name': 'Approach Res. Inc', 'Description': 'Approach Res. Inc', 'DivYield': '0', 'MarketCap': '99930000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Energy', 'PtB': '0.18', 'PE': '0', 'PEG': '-2.42', 'Shares': '39812750', 'ImputationCredits': '0', 'Symbol': 'AREX', 'DPS': '0'}
{'NTA': '0', 'Yield': '-92.79', 'EBITDA': '-49410000', 'Industry': '', 'PtS': '16.7656', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.657', 'Dividend': '0', 'Name': 'Argos Therapeutics', 'Description': 'Argos Therapeutics', 'DivYield': '0', 'MarketCap': '18690000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.5553', 'PE': '0', 'PEG': '0', 'Shares': '41358710', 'ImputationCredits': '0', 'Symbol': 'ARGS', 'DPS': '0'}
{'NTA': '0', 'Yield': '0.22', 'EBITDA': '182050000', 'Industry': 'Railroads', 'PtS': '1.21', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.74', 'Dividend': '0', 'Name': 'American Railcar Ind', 'Description': 'American Railcar Ind', 'DivYield': '3.97', 'MarketCap': '759500000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '1.4', 'PE': '10.65', 'PEG': '2.41', 'Shares': '19082920', 'ImputationCredits': '0', 'Symbol': 'ARII', 'DPS': '1.6'}
{'NTA': '0', 'Yield': '25.91', 'EBITDA': '5820000', 'Industry': '', 'PtS': '1.8', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.08', 'Dividend': '0', 'Name': 'Ari Network Svcs', 'Description': 'Ari Network Svcs', 'DivYield': '0', 'MarketCap': '91150000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.93', 'PE': '65', 'PEG': '3.4', 'Shares': '17528850', 'ImputationCredits': '0', 'Symbol': 'ARIS', 'DPS': '0'}
{'NTA': '0', 'Yield': '25.57', 'EBITDA': '12780000', 'Industry': 'Restaurants', 'PtS': '0.56', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.55', 'Dividend': '0', 'Name': 'Ark Restaurants Cp', 'Description': 'Ark Restaurants Cp', 'DivYield': '4.01', 'MarketCap': '86570000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '2.09', 'PE': '16.31', 'PEG': '0', 'Shares': '3423092', 'ImputationCredits': '0', 'Symbol': 'ARKR', 'DPS': '1'}
{'NTA': '0', 'Yield': '38.34', 'EBITDA': '692220000', 'Industry': 'Coal Mining', 'PtS': '0.86', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.39', 'Dividend': '0', 'Name': 'Alliance Resource Pt', 'Description': 'Alliance Resource Pt', 'DivYield': '8.39', 'MarketCap': '1620000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Energy', 'PtB': '1.21', 'PE': '6.39', 'PEG': '-1.24', 'Shares': '74826790', 'ImputationCredits': '0', 'Symbol': 'ARLP', 'DPS': '1.75'}
{'NTA': '0', 'Yield': '-45.27', 'EBITDA': '-70100000', 'Industry': '', 'PtS': '2.64', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.74', 'Dividend': '0', 'Name': 'Aralez Pharm Inc', 'Description': 'Aralez Pharm Inc', 'DivYield': '0', 'MarketCap': '140560000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.2', 'PE': '0', 'PEG': '-0.05', 'Shares': '65682240', 'ImputationCredits': '0', 'Symbol': 'ARLZ', 'DPS': '0'}
{'NTA': '0', 'Yield': '-15.12', 'EBITDA': '20320000', 'Industry': 'Major Pharmaceuticals', 'PtS': '2.91', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.09', 'Dividend': '0', 'Name': 'Arena Pharmaceutical', 'Description': 'Arena Pharmaceutical', 'DivYield': '0', 'MarketCap': '358380000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '8.96', 'PE': '0', 'PEG': '0.23', 'Shares': '245465800', 'ImputationCredits': '0', 'Symbol': 'ARNA', 'DPS': '0'}
{'NTA': '0', 'Yield': '20.38', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '4.9', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.97', 'Dividend': '0', 'Name': 'Arrow Financial Corp', 'Description': 'Arrow Financial Corp', 'DivYield': '2.91', 'MarketCap': '457990000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '2.04', 'PE': '17.21', 'PEG': '2.42', 'Shares': '13510030', 'ImputationCredits': '0', 'Symbol': 'AROW', 'DPS': '1'}
{'NTA': '0', 'Yield': '-34.97', 'EBITDA': '-22800000', 'Industry': 'Major Pharmaceuticals', 'PtS': '16.16', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.33', 'Dividend': '0', 'Name': 'Arqule Inc', 'Description': 'Arqule Inc', 'DivYield': '0', 'MarketCap': '75400000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '3.21', 'PE': '0', 'PEG': '-0.49', 'Shares': '71132070', 'ImputationCredits': '0', 'Symbol': 'ARQL', 'DPS': '0'}
{'NTA': '0', 'Yield': '16.16', 'EBITDA': '817470000', 'Industry': 'Radio And Television Broadcasting And Communications Equipment', 'PtS': '0.74', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.09', 'Dividend': '0', 'Name': 'Arris Group Inc', 'Description': 'Arris Group Inc', 'DivYield': '0', 'MarketCap': '5060000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.59', 'PE': '295.78', 'PEG': '0.53', 'Shares': '190082600', 'ImputationCredits': '0', 'Symbol': 'ARRS', 'DPS': '0'}
{'NTA': '0', 'Yield': '180.25', 'EBITDA': '-84480000', 'Industry': 'Major Pharmaceuticals', 'PtS': '37.97', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.66', 'Dividend': '0', 'Name': 'Array Biopharma Inc', 'Description': 'Array Biopharma Inc', 'DivYield': '0', 'MarketCap': '1510000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '29.48', 'PE': '0', 'PEG': '-1.28', 'Shares': '168903800', 'ImputationCredits': '0', 'Symbol': 'ARRY', 'DPS': '0'}
{'NTA': '0', 'Yield': '20.64', 'EBITDA': '36340000', 'Industry': 'Water Supply', 'PtS': '3.8', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.41', 'Dividend': '0', 'Name': 'Artesian Res Cp A', 'Description': 'Artesian Res Cp A', 'DivYield': '2.73', 'MarketCap': '295690000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Public Utilities', 'PtB': '2.16', 'PE': '22.96', 'PEG': '5.61', 'Shares': '9131871', 'ImputationCredits': '0', 'Symbol': 'ARTNA', 'DPS': '0.91'}
{'NTA': '0', 'Yield': '10.16', 'EBITDA': '285378', 'Industry': 'Industrial Machinery/Components', 'PtS': '0.696', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.2', 'Dividend': '0', 'Name': 'Art S Way MFG Co I', 'Description': 'Art S Way MFG Co I', 'DivYield': '0', 'MarketCap': '14280000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '0.858', 'PE': '0', 'PEG': '0', 'Shares': '4109353', 'ImputationCredits': '0', 'Symbol': 'ARTW', 'DPS': '0'}
{'NTA': '0', 'Yield': '-18.51', 'EBITDA': '5790000', 'Industry': 'Industrial Machinery/Components', 'PtS': '0.85', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.11', 'Dividend': '0', 'Name': 'Arotech Corp', 'Description': 'Arotech Corp', 'DivYield': '0', 'MarketCap': '76570000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Energy', 'PtB': '1.22', 'PE': '0', 'PEG': '0', 'Shares': '25955930', 'ImputationCredits': '0', 'Symbol': 'ARTX', 'DPS': '0'}
{'NTA': '0', 'Yield': '-68.05', 'EBITDA': '-77460000', 'Industry': 'Biotechnology: Commercial Physical & Biological Resarch', 'PtS': '31.29', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.17', 'Dividend': '0', 'Name': 'Arrowhead Pharma', 'Description': 'Arrowhead Pharma', 'DivYield': '0', 'MarketCap': '137950000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '1.43', 'PE': '0', 'PEG': '-0.52', 'Shares': '74567570', 'ImputationCredits': '0', 'Symbol': 'ARWR', 'DPS': '0'}
{'NTA': '0', 'Yield': '33.33', 'EBITDA': '0', 'Industry': '', 'PtS': '3.74', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.33', 'Dividend': '0', 'Name': 'Asb Bancorp Inc', 'Description': 'Asb Bancorp Inc', 'DivYield': '0', 'MarketCap': '120050000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.32', 'PE': '103.79', 'PEG': '0', 'Shares': '3505110', 'ImputationCredits': '0', 'Symbol': 'ASBB', 'DPS': '0'}
{'NTA': '0', 'Yield': '-6.24', 'EBITDA': '310820000', 'Industry': 'Television Services', 'PtS': '0.29', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-7.44', 'Dividend': '0', 'Name': 'Ascent Capital Group', 'Description': 'Ascent Capital Group', 'DivYield': '0', 'MarketCap': '171200000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '0.7', 'PE': '0', 'PEG': '-0.15', 'Shares': '12116070', 'ImputationCredits': '0', 'Symbol': 'ASCMA', 'DPS': '0'}
{'NTA': '0', 'Yield': '2.24', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Flxsh Rl As Al Ix Fd', 'Description': 'Flxsh Rl As Al Ix Fd', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'ASET', 'DPS': '0'}
{'NTA': '0', 'Yield': '-18.58', 'EBITDA': '17460000', 'Industry': 'Finance Companies', 'PtS': '1.68', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.43', 'Dividend': '0', 'Name': 'Asta Funding Inc', 'Description': 'Asta Funding Inc', 'DivYield': '0', 'MarketCap': '96790000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '0.53', 'PE': '19', 'PEG': '0', 'Shares': '11876070', 'ImputationCredits': '0', 'Symbol': 'ASFI', 'DPS': '0'}
{'NTA': '0', 'Yield': '324.83', 'EBITDA': '-45200000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.57', 'Dividend': '0', 'Name': 'Assembly Biosciences', 'Description': 'Assembly Biosciences', 'DivYield': '0', 'MarketCap': '440080000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '5.48', 'PE': '0', 'PEG': '0', 'Shares': '17264810', 'ImputationCredits': '0', 'Symbol': 'ASMB', 'DPS': '0'}
{'NTA': '0', 'Yield': '37.47', 'EBITDA': '2400000000', 'Industry': 'Industrial Machinery/Components', 'PtS': '7.78', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.91', 'Dividend': '0', 'Name': 'Asml Hldg NY Reg', 'Description': 'Asml Hldg NY Reg', 'DivYield': '0.95', 'MarketCap': '57100000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '4.79', 'PE': '33.83', 'PEG': '1.58', 'Shares': '429969900', 'ImputationCredits': '0', 'Symbol': 'ASML', 'DPS': '1.27'}
{'NTA': '0', 'Yield': '-51.65', 'EBITDA': '605900000', 'Industry': 'Clothing/Shoe/Accessory Stores', 'PtS': '0.12', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.04', 'Dividend': '0', 'Name': 'Ascena Retail Grp Cmn', 'Description': 'Ascena Retail Grp Cmn', 'DivYield': '0', 'MarketCap': '816590000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '0.44', 'PE': '118.33', 'PEG': '0.53', 'Shares': '191687800', 'ImputationCredits': '0', 'Symbol': 'ASNA', 'DPS': '0'}
{'NTA': '0', 'Yield': '65.98', 'EBITDA': '-68200000', 'Industry': '', 'PtS': '124.76', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.72', 'Dividend': '0', 'Name': 'Ascendis Pharma Ads', 'Description': 'Ascendis Pharma Ads', 'DivYield': '0', 'MarketCap': '712660000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '9.29', 'PE': '0', 'PEG': '-0.45', 'Shares': '25209050', 'ImputationCredits': '0', 'Symbol': 'ASND', 'DPS': '0'}
{'NTA': '0', 'Yield': '17.61', 'EBITDA': '179170000', 'Industry': 'Other Consumer Services', 'PtS': '0.69', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.46', 'Dividend': '0', 'Name': 'Altisource Portfolio', 'Description': 'Altisource Portfolio', 'DivYield': '0', 'MarketCap': '690850000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '11.38', 'PE': '25.21', 'PEG': '0.69', 'Shares': '18773100', 'ImputationCredits': '0', 'Symbol': 'ASPS', 'DPS': '0'}
{'NTA': '0', 'Yield': '22.95', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '1.6', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.12', 'Dividend': '0', 'Name': 'Ameriserv Financial', 'Description': 'Ameriserv Financial', 'DivYield': '1.6', 'MarketCap': '70890000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '0.75', 'PE': '31.25', 'PEG': '0', 'Shares': '18904000', 'ImputationCredits': '0', 'Symbol': 'ASRV', 'DPS': '0.06'}
{'NTA': '0', 'Yield': '-5.59', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Ameriserv Fin Cap', 'Description': 'Ameriserv Fin Cap', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'ASRVP', 'DPS': '0'}
{'NTA': '0', 'Yield': '-33.5', 'EBITDA': '-13160000', 'Industry': 'Military/Government/Technical', 'PtS': '8.37', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.65', 'Dividend': '0', 'Name': 'Astrotech Corp', 'Description': 'Astrotech Corp', 'DivYield': '0', 'MarketCap': '26960000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '1.22', 'PE': '0', 'PEG': '0', 'Shares': '20580150', 'ImputationCredits': '0', 'Symbol': 'ASTC', 'DPS': '0'}
{'NTA': '0', 'Yield': '27.05', 'EBITDA': '111970000', 'Industry': 'Construction/Ag Equipment/Trucks', 'PtS': '1.23', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.38', 'Dividend': '0', 'Name': 'Astec Inds Inc', 'Description': 'Astec Inds Inc', 'DivYield': '0.66', 'MarketCap': '1410000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '2.17', 'PE': '25.66', 'PEG': '2.33', 'Shares': '23084480', 'ImputationCredits': '0', 'Symbol': 'ASTE', 'DPS': '0.4'}
{'NTA': '0', 'Yield': '96.93', 'EBITDA': '4670000', 'Industry': 'EDP Services', 'PtS': '2.54', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.15', 'Dividend': '0', 'Name': 'Asure Software', 'Description': 'Asure Software', 'DivYield': '0', 'MarketCap': '88720000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '4.88', 'PE': '0', 'PEG': '0.75', 'Shares': '8630350', 'ImputationCredits': '0', 'Symbol': 'ASUR', 'DPS': '0'}
{'NTA': '0', 'Yield': '-12', 'EBITDA': '-1310000', 'Industry': 'Industrial Machinery/Components', 'PtS': '0.57', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.23', 'Dividend': '0', 'Name': 'Amtech Systems Inc', 'Description': 'Amtech Systems Inc', 'DivYield': '0', 'MarketCap': '72480000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.08', 'PE': '0', 'PEG': '-27.35', 'Shares': '13178180', 'ImputationCredits': '0', 'Symbol': 'ASYS', 'DPS': '0'}
{'NTA': '0', 'Yield': '-33.22', 'EBITDA': '13110000', 'Industry': 'Other Consumer Services', 'PtS': '1.29', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.18', 'Dividend': '0', 'Name': 'Ata Inc ADR', 'Description': 'Ata Inc ADR', 'DivYield': '0', 'MarketCap': '87020000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '1.4', 'PE': '20.88', 'PEG': '0', 'Shares': '22900000', 'ImputationCredits': '0', 'Symbol': 'ATAI', 'DPS': '0'}
{'NTA': '0', 'Yield': '2.19', 'EBITDA': '0', 'Industry': 'Finance: Consumer Services', 'PtS': '8.15', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.34', 'Dividend': '0', 'Name': 'Amer First Mf Inv', 'Description': 'Amer First Mf Inv', 'DivYield': '8.7', 'MarketCap': '336370000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.21', 'PE': '16.72', 'PEG': '0', 'Shares': '60066070', 'ImputationCredits': '0', 'Symbol': 'ATAX', 'DPS': '0.5'}
{'NTA': '0', 'Yield': '-11.74', 'EBITDA': '0', 'Industry': 'Medical/Dental Instruments', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-21.66', 'Dividend': '0', 'Name': 'Alphatec Holdings', 'Description': 'Alphatec Holdings', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'ATEC', 'DPS': '0'}
{'NTA': '0', 'Yield': '-15.46', 'EBITDA': '107100000', 'Industry': 'Business Services', 'PtS': '4.1', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.52', 'Dividend': '0', 'Name': 'Athenahealth Inc', 'Description': 'Athenahealth Inc', 'DivYield': '0', 'MarketCap': '4450000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Miscellaneous', 'PtB': '7.01', 'PE': '216.71', 'PEG': '1.94', 'Shares': '39488860', 'ImputationCredits': '0', 'Symbol': 'ATHN', 'DPS': '0'}
{'NTA': '0', 'Yield': '-25.97', 'EBITDA': '-15330000', 'Industry': 'Major Pharmaceuticals', 'PtS': '12.03', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.18', 'Dividend': '0', 'Name': 'Athersys Inc', 'Description': 'Athersys Inc', 'DivYield': '0', 'MarketCap': '187760000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '14.73', 'PE': '0', 'PEG': '-0.23', 'Shares': '109801200', 'ImputationCredits': '0', 'Symbol': 'ATHX', 'DPS': '0'}
{'NTA': '0', 'Yield': '-11.67', 'EBITDA': '0', 'Industry': '', 'PtS': '0.5', 'DateTime': '2017-03-30T00:00:00', 'EPS': '-0.46', 'Dividend': '0', 'Name': 'Atlanticus Hldg Cp', 'Description': 'Atlanticus Hldg Cp', 'DivYield': '0', 'MarketCap': '36450000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '4.92', 'PE': '0', 'PEG': '0', 'Shares': '13912210', 'ImputationCredits': '0', 'Symbol': 'ATLC', 'DPS': '0'}
{'NTA': '0', 'Yield': '18.65', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '5.99', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.69', 'Dividend': '0', 'Name': 'Ames Natl Corp', 'Description': 'Ames Natl Corp', 'DivYield': '2.82', 'MarketCap': '284890000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.72', 'PE': '18.11', 'PEG': '0', 'Shares': '9310130', 'ImputationCredits': '0', 'Symbol': 'ATLO', 'DPS': '0.84'}
{'NTA': '0', 'Yield': '-2.07', 'EBITDA': '147990000', 'Industry': 'Telecommunications Equipment', 'PtS': '2.48', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.75', 'Dividend': '0', 'Name': 'Atn International', 'Description': 'Atn International', 'DivYield': '1.9', 'MarketCap': '1120000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Public Utilities', 'PtB': '1.67', 'PE': '93.89', 'PEG': '12.23', 'Shares': '15904570', 'ImputationCredits': '0', 'Symbol': 'ATNI', 'DPS': '1.36'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-9990000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.22', 'Dividend': '0', 'Name': 'Atomera Inc', 'Description': 'Atomera Inc', 'DivYield': '0', 'MarketCap': '85130000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.26', 'PE': '0', 'PEG': '0', 'Shares': '12024010', 'ImputationCredits': '0', 'Symbol': 'ATOM', 'DPS': '0'}
{'NTA': '0', 'Yield': '-86.67', 'EBITDA': '-6970000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.161', 'Dividend': '0', 'Name': 'Atossa Genetics Inc', 'Description': 'Atossa Genetics Inc', 'DivYield': '0', 'MarketCap': '2880000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.9597', 'PE': '0', 'PEG': '0', 'Shares': '3788477', 'ImputationCredits': '0', 'Symbol': 'ATOS', 'DPS': '0'}
{'NTA': '0', 'Yield': '14.1', 'EBITDA': '-80860000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.75', 'Dividend': '0', 'Name': 'Atara Biotherap Cmn', 'Description': 'Atara Biotherap Cmn', 'DivYield': '0', 'MarketCap': '597780000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.3', 'PE': '0', 'PEG': '0', 'Shares': '29089050', 'ImputationCredits': '0', 'Symbol': 'ATRA', 'DPS': '0'}
{'NTA': '0', 'Yield': '20.44', 'EBITDA': '-20870000', 'Industry': 'Medical/Dental Instruments', 'PtS': '3.99', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.05', 'Dividend': '0', 'Name': 'Atricure Inc', 'Description': 'Atricure Inc', 'DivYield': '0', 'MarketCap': '631090000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '3.68', 'PE': '0', 'PEG': '-0.95', 'Shares': '33338090', 'ImputationCredits': '0', 'Symbol': 'ATRC', 'DPS': '0'}
{'NTA': '0', 'Yield': '17.85', 'EBITDA': '48080000', 'Industry': 'Medical/Dental Instruments', 'PtS': '5.97', 'DateTime': '2017-03-31T00:00:00', 'EPS': '14.85', 'Dividend': '0', 'Name': 'Atrion Corp', 'Description': 'Atrion Corp', 'DivYield': '0.9', 'MarketCap': '858210000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '5.23', 'PE': '31.53', 'PEG': '0', 'Shares': '1832999', 'ImputationCredits': '0', 'Symbol': 'ATRI', 'DPS': '4.2'}
{'NTA': '0', 'Yield': '-14.13', 'EBITDA': '98930000', 'Industry': 'Military/Government/Technical', 'PtS': '1.45', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.61', 'Dividend': '0', 'Name': 'Astronics Cp', 'Description': 'Astronics Cp', 'DivYield': '0', 'MarketCap': '923250000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '2.73', 'PE': '19.71', 'PEG': '1.34', 'Shares': '29097070', 'ImputationCredits': '0', 'Symbol': 'ATRO', 'DPS': '0'}
{'NTA': '0', 'Yield': '158.18', 'EBITDA': '-22260000', 'Industry': 'Application Software', 'PtS': '8.15', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.16', 'Dividend': '0', 'Name': 'Antares Pharma Cmn', 'Description': 'Antares Pharma Cmn', 'DivYield': '0', 'MarketCap': '440890000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '9.42', 'PE': '0', 'PEG': '-0.43', 'Shares': '155243000', 'ImputationCredits': '0', 'Symbol': 'ATRS', 'DPS': '0'}
{'NTA': '0', 'Yield': '13.91', 'EBITDA': '204980000', 'Industry': 'Air Freight/Delivery Services', 'PtS': '1.24', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.37', 'Dividend': '0', 'Name': 'Air Transport', 'Description': 'Air Transport', 'DivYield': '0', 'MarketCap': '954730000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Transportation', 'PtB': '2.87', 'PE': '43.5', 'PEG': '35.96', 'Shares': '59484740', 'ImputationCredits': '0', 'Symbol': 'ATSG', 'DPS': '0'}
{'NTA': '0', 'Yield': '16.3', 'EBITDA': '-4390000', 'Industry': 'Technical & System Software', 'PtS': '2.46', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.64', 'Dividend': '0', 'Name': 'Attunity Ltd', 'Description': 'Attunity Ltd', 'DivYield': '0', 'MarketCap': '133570000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '4.11', 'PE': '0', 'PEG': '1.34', 'Shares': '16864900', 'ImputationCredits': '0', 'Symbol': 'ATTU', 'DPS': '0'}
{'NTA': '0', 'Yield': '44.65', 'EBITDA': '2140000000', 'Industry': 'Computer Software: Prepackaged Software', 'PtS': '5.71', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.28', 'Dividend': '0', 'Name': 'Activision Blizzard', 'Description': 'Activision Blizzard', 'DivYield': '0.6', 'MarketCap': '37490000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '4.1', 'PE': '38.95', 'PEG': '1.6', 'Shares': '751905300', 'ImputationCredits': '0', 'Symbol': 'ATVI', 'DPS': '0.3'}
{'NTA': '0', 'Yield': '17.86', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '4.48', 'DateTime': '2017-03-30T00:00:00', 'EPS': '2.24', 'Dividend': '0', 'Name': 'Auburn Natl Bncp I', 'Description': 'Auburn Natl Bncp I', 'DivYield': '2.8', 'MarketCap': '120150000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.45', 'PE': '14.74', 'PEG': '0', 'Shares': '3643117', 'ImputationCredits': '0', 'Symbol': 'AUBN', 'DPS': '0.92'}
{'NTA': '0', 'Yield': '61.15', 'EBITDA': '8970000', 'Industry': 'Telecommunications Equipment', 'PtS': '1.51', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.45', 'Dividend': '0', 'Name': 'Audiocodes Ltd', 'Description': 'Audiocodes Ltd', 'DivYield': '0', 'MarketCap': '222810000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Public Utilities', 'PtB': '2.06', 'PE': '15.58', 'PEG': '0.84', 'Shares': '31784590', 'ImputationCredits': '0', 'Symbol': 'AUDC', 'DPS': '0'}
{'NTA': '0', 'Yield': '151.37', 'EBITDA': '-20760000', 'Industry': '', 'PtS': '2164.93', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.66', 'Dividend': '0', 'Name': 'Aurinia Pharm Ord', 'Description': 'Aurinia Pharm Ord', 'DivYield': '0', 'MarketCap': '392160000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '10.29', 'PE': '0', 'PEG': '0', 'Shares': '53427790', 'ImputationCredits': '0', 'Symbol': 'AUPH', 'DPS': '0'}
{'NTA': '0', 'Yield': '-2.94', 'EBITDA': '-7010000', 'Industry': 'Aerospace', 'PtS': '2.86', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.55', 'Dividend': '0', 'Name': 'Aerovironment Inc', 'Description': 'Aerovironment Inc', 'DivYield': '0', 'MarketCap': '646990000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '1.85', 'PE': '0', 'PEG': '-4.33', 'Shares': '23082060', 'ImputationCredits': '0', 'Symbol': 'AVAV', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '46240000', 'Industry': '', 'PtS': '2.63', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1', 'Dividend': '0', 'Name': 'Avadel Pharmaceuticals Plc', 'Description': 'Avadel Pharmaceuticals Plc', 'DivYield': '0', 'MarketCap': '400550000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '9.39', 'PE': '0', 'PEG': '-2.95', 'Shares': '41379130', 'ImputationCredits': '0', 'Symbol': 'AVDL', 'DPS': '0'}
{'NTA': '0', 'Yield': '-36.56', 'EBITDA': '-29360000', 'Industry': 'Major Pharmaceuticals', 'PtS': '18.22', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.39', 'Dividend': '0', 'Name': 'Aveo Pharmaceuticals', 'Description': 'Aveo Pharmaceuticals', 'DivYield': '0', 'MarketCap': '44760000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '75864410', 'ImputationCredits': '0', 'Symbol': 'AVEO', 'DPS': '0'}
{'NTA': '0', 'Yield': '50.23', 'EBITDA': '5930000000', 'Industry': 'Semiconductors', 'PtS': '5.66', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-4.73', 'Dividend': '0', 'Name': 'Broadcom Ltd', 'Description': 'Broadcom Ltd', 'DivYield': '1.85', 'MarketCap': '87880000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '4.63', 'PE': '0', 'PEG': '0.99', 'Shares': '401351800', 'ImputationCredits': '0', 'Symbol': 'AVGO', 'DPS': '4.08'}
{'NTA': '0', 'Yield': '-83.59', 'EBITDA': '-49210000', 'Industry': '', 'PtS': '2.43', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-3.39', 'Dividend': '0', 'Name': 'Avinger Inc Cmn', 'Description': 'Avinger Inc Cmn', 'DivYield': '0', 'MarketCap': '45430000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '10.96', 'PE': '0', 'PEG': '0', 'Shares': '23910530', 'ImputationCredits': '0', 'Symbol': 'AVGR', 'DPS': '0'}
{'NTA': '0', 'Yield': '43.04', 'EBITDA': '49970000', 'Industry': '', 'PtS': '0.48', 'DateTime': '2017-03-31T00:00:00', 'EPS': '5.66', 'Dividend': '0', 'Name': 'A V Homes Inc', 'Description': 'A V Homes Inc', 'DivYield': '0', 'MarketCap': '370290000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.83', 'PE': '2.91', 'PEG': '0.99', 'Shares': '22510030', 'ImputationCredits': '0', 'Symbol': 'AVHI', 'DPS': '0'}
{'NTA': '0', 'Yield': '-16.49', 'EBITDA': '87780000', 'Industry': 'Industrial Machinery/Components', 'PtS': '0.37', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.97', 'Dividend': '0', 'Name': 'Avid Tech Inc', 'Description': 'Avid Tech Inc', 'DivYield': '0', 'MarketCap': '190940000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Miscellaneous', 'PtB': '0', 'PE': '4.84', 'PEG': '0.18', 'Shares': '40625530', 'ImputationCredits': '0', 'Symbol': 'AVID', 'DPS': '0'}
{'NTA': '0', 'Yield': '-59.12', 'EBITDA': '-30600000', 'Industry': '', 'PtS': '2.6029', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.81', 'Dividend': '0', 'Name': 'Aviragen Therapeutic', 'Description': 'Aviragen Therapeutic', 'DivYield': '0', 'MarketCap': '25190000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.9103', 'PE': '0', 'PEG': '0', 'Shares': '38652760', 'ImputationCredits': '0', 'Symbol': 'AVIR', 'DPS': '0'}
{'NTA': '0', 'Yield': '65.13', 'EBITDA': '-12020000', 'Industry': 'Radio And Television Broadcasting And Communications Equipment', 'PtS': '0.33', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-4.17', 'Dividend': '0', 'Name': 'Aviat Networks Inc', 'Description': 'Aviat Networks Inc', 'DivYield': '0', 'MarketCap': '79910000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.48', 'PE': '0', 'PEG': '0', 'Shares': '5306109', 'ImputationCredits': '0', 'Symbol': 'AVNW', 'DPS': '0'}
{'NTA': '0', 'Yield': '5.13', 'EBITDA': '-14220000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.38', 'Dividend': '0', 'Name': 'Anavex Lf SC Cmn', 'Description': 'Anavex Lf SC Cmn', 'DivYield': '0', 'MarketCap': '235760000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '12.2', 'PE': '0', 'PEG': '0', 'Shares': '41073170', 'ImputationCredits': '0', 'Symbol': 'AVXL', 'DPS': '0'}
{'NTA': '0', 'Yield': '204.12', 'EBITDA': '-83350000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-3.66', 'Dividend': '0', 'Name': 'Avexis Inc Cmn Stk', 'Description': 'Avexis Inc Cmn Stk', 'DivYield': '0', 'MarketCap': '2080000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '8.2', 'PE': '0', 'PEG': '-2.29', 'Shares': '27681660', 'ImputationCredits': '0', 'Symbol': 'AVXS', 'DPS': '0'}
{'NTA': '0', 'Yield': '12.98', 'EBITDA': '5720000', 'Industry': 'Semiconductors', 'PtS': '4.94', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.18', 'Dividend': '0', 'Name': 'Aware Inc', 'Description': 'Aware Inc', 'DivYield': '0', 'MarketCap': '105430000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.84', 'PE': '26.11', 'PEG': '0', 'Shares': '22431910', 'ImputationCredits': '0', 'Symbol': 'AWRE', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-28T00:00:00', 'EPS': '-0.2', 'Dividend': '0', 'Name': 'Axar Acquisition Corp', 'Description': 'Axar Acquisition Corp', 'DivYield': '0', 'MarketCap': '70480000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '14.1', 'PE': '0', 'PEG': '0', 'Shares': '7119192', 'ImputationCredits': '0', 'Symbol': 'AXAR', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.2', 'Dividend': '0', 'Name': 'Axar Acquisition Corp', 'Description': 'Axar Acquisition Corp', 'DivYield': '0', 'MarketCap': '526806', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.1', 'PE': '0', 'PEG': '0', 'Shares': '7525800', 'ImputationCredits': '0', 'Symbol': 'AXARW', 'DPS': '0'}
{'NTA': '0', 'Yield': '32.89', 'EBITDA': '1130000', 'Industry': 'Oil & Gas Production', 'PtS': '5.07', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.79', 'Dividend': '0', 'Name': 'Abraxas Petro Corp', 'Description': 'Abraxas Petro Corp', 'DivYield': '0', 'MarketCap': '269870000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Energy', 'PtB': '13.96', 'PE': '0', 'PEG': '6.93', 'Shares': '133599000', 'ImputationCredits': '0', 'Symbol': 'AXAS', 'DPS': '0'}
{'NTA': '0', 'Yield': '92.83', 'EBITDA': '-64150000', 'Industry': '', 'PtS': '5084.02', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.29', 'Dividend': '0', 'Name': 'Accelerate Diagnosti', 'Description': 'Accelerate Diagnosti', 'DivYield': '0', 'MarketCap': '1260000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '15.95', 'PE': '0', 'PEG': '-0.59', 'Shares': '52066120', 'ImputationCredits': '0', 'Symbol': 'AXDX', 'DPS': '0'}
{'NTA': '0', 'Yield': '79.55', 'EBITDA': '-7690000', 'Industry': '', 'PtS': '8.07', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.47', 'Dividend': '0', 'Name': 'Axogen Inc Cmn', 'Description': 'Axogen Inc Cmn', 'DivYield': '0', 'MarketCap': '331780000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '22.23', 'PE': '0', 'PEG': '0', 'Shares': '33012940', 'ImputationCredits': '0', 'Symbol': 'AXGN', 'DPS': '0'}
{'NTA': '0', 'Yield': '-65.94', 'EBITDA': '-27050000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.42', 'Dividend': '0', 'Name': 'Axsome Thera Cmn Stk', 'Description': 'Axsome Thera Cmn Stk', 'DivYield': '0', 'MarketCap': '74860000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.73', 'PE': '0', 'PEG': '0', 'Shares': '19194870', 'ImputationCredits': '0', 'Symbol': 'AXSM', 'DPS': '0'}
{'NTA': '0', 'Yield': '125.68', 'EBITDA': '11520000', 'Industry': 'Semiconductors', 'PtS': '2.29', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.17', 'Dividend': '0', 'Name': 'Axt Inc', 'Description': 'Axt Inc', 'DivYield': '0', 'MarketCap': '184790000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.41', 'PE': '33.24', 'PEG': '3.08', 'Shares': '32706190', 'ImputationCredits': '0', 'Symbol': 'AXTI', 'DPS': '0'}
{'NTA': '0', 'Yield': '23.82', 'EBITDA': '417110000', 'Industry': '', 'PtS': '2.97', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.7', 'Dividend': '0', 'Name': 'Amaya Inc Cmn Stk', 'Description': 'Amaya Inc Cmn Stk', 'DivYield': '0', 'MarketCap': '3400000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.26', 'PE': '24.29', 'PEG': '0', 'Shares': '200000000', 'ImputationCredits': '0', 'Symbol': 'AYA', 'DPS': '0'}
{'NTA': '0', 'Yield': '54.93', 'EBITDA': '220740000', 'Industry': 'EDP Services', 'PtS': '9.22', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.73', 'Dividend': '0', 'Name': 'Aspen Technology Cmn', 'Description': 'Aspen Technology Cmn', 'DivYield': '0', 'MarketCap': '4360000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '0', 'PE': '33.16', 'PEG': '2.41', 'Shares': '76130610', 'ImputationCredits': '0', 'Symbol': 'AZPN', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-3990000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.877', 'Dividend': '0', 'Name': 'Azurrx Biopharma Inc', 'Description': 'Azurrx Biopharma Inc', 'DivYield': '0', 'MarketCap': '37170000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '9632029', 'ImputationCredits': '0', 'Symbol': 'AZRX', 'DPS': '0'}
{'NTA': '0', 'Yield': '23.16', 'EBITDA': '73110000', 'Industry': 'Biotechnology: Electromedical & Electrotherapeutic Apparatus', 'PtS': '3.27', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.29', 'Dividend': '0', 'Name': 'Natus Medical Inc', 'Description': 'Natus Medical Inc', 'DivYield': '0', 'MarketCap': '1270000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '2.99', 'PE': '30.43', 'PEG': '0.98', 'Shares': '32356690', 'ImputationCredits': '0', 'Symbol': 'BABY', 'DPS': '0'}
{'NTA': '0', 'Yield': '44.14', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '4.83', 'DateTime': '2017-03-31T00:00:00', 'EPS': '4.44', 'Dividend': '0', 'Name': 'Bancfirst Corp', 'Description': 'Bancfirst Corp', 'DivYield': '1.67', 'MarketCap': '1430000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '2.03', 'PE': '20.25', 'PEG': '1.97', 'Shares': '15906560', 'ImputationCredits': '0', 'Symbol': 'BANF', 'DPS': '1.52'}
{'NTA': '0', 'Yield': '7.69', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Bfc Capital Trust II', 'Description': 'Bfc Capital Trust II', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'BANFP', 'DPS': '0'}
{'NTA': '0', 'Yield': '30.06', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '4.12', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.52', 'Dividend': '0', 'Name': 'Banner Corporation', 'Description': 'Banner Corporation', 'DivYield': '1.68', 'MarketCap': '1850000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.43', 'PE': '22.08', 'PEG': '2.08', 'Shares': '33249460', 'ImputationCredits': '0', 'Symbol': 'BANR', 'DPS': '0.92'}
{'NTA': '0', 'Yield': '15.86', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.074', 'Dividend': '0', 'Name': 'Stonecastle Fncl Cp', 'Description': 'Stonecastle Fncl Cp', 'DivYield': '7.54', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'BANX', 'DPS': '1.48'}
{'NTA': '0', 'Yield': '33.65', 'EBITDA': '11000', 'Industry': 'Biotechnology: Commercial Physical & Biological Resarch', 'PtS': '0.4964', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.338', 'Dividend': '0', 'Name': 'Bioanalytical Syst', 'Description': 'Bioanalytical Syst', 'DivYield': '0', 'MarketCap': '11420000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '1.7051', 'PE': '0', 'PEG': '0', 'Shares': '8105615', 'ImputationCredits': '0', 'Symbol': 'BASI', 'DPS': '0'}
{'NTA': '0', 'Yield': '53.07', 'EBITDA': '-29000000', 'Industry': '', 'PtS': '4.47', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.25', 'Dividend': '0', 'Name': 'Liberty Braves CS A', 'Description': 'Liberty Braves CS A', 'DivYield': '0', 'MarketCap': '1180000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.04', 'PE': '0', 'PEG': '-3.6', 'Shares': '49289890', 'ImputationCredits': '0', 'Symbol': 'BATRA', 'DPS': '0'}
{'NTA': '0', 'Yield': '58.51', 'EBITDA': '-29000000', 'Industry': '', 'PtS': '4.44', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.25', 'Dividend': '0', 'Name': 'Liberty Braves CS C', 'Description': 'Liberty Braves CS C', 'DivYield': '0', 'MarketCap': '1170000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.02', 'PE': '0', 'PEG': '0', 'Shares': '49471460', 'ImputationCredits': '0', 'Symbol': 'BATRK', 'DPS': '0'}
{'NTA': '0', 'Yield': '-16.43', 'EBITDA': '1500000000', 'Industry': 'Home Furnishings', 'PtS': '0.48', 'DateTime': '2017-03-31T00:00:00', 'EPS': '4.71', 'Dividend': '0', 'Name': 'Bed Bath & Beyond', 'Description': 'Bed Bath & Beyond', 'DivYield': '1.28', 'MarketCap': '5790000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '2.24', 'PE': '8.38', 'PEG': '1.75', 'Shares': '146730900', 'ImputationCredits': '0', 'Symbol': 'BBBY', 'DPS': '0.5'}
{'NTA': '0', 'Yield': '17.3', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Bioshrs Biotec Cl TR', 'Description': 'Bioshrs Biotec Cl TR', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'BBC', 'DPS': '0'}
{'NTA': '0', 'Yield': '202.08', 'EBITDA': '29660000', 'Industry': 'Broadcasting', 'PtS': '2.63', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.98', 'Dividend': '0', 'Name': 'Beasley Brdcst Gr', 'Description': 'Beasley Brdcst Gr', 'DivYield': '1.35', 'MarketCap': '334420000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '1.77', 'PE': '5.86', 'PEG': '0', 'Shares': '28829310', 'ImputationCredits': '0', 'Symbol': 'BBGI', 'DPS': '0.18'}
{'NTA': '0', 'Yield': '12.03', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Vaneck Vectors Biote', 'Description': 'Vaneck Vectors Biote', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'BBH', 'DPS': '0'}
{'NTA': '0', 'Yield': '-38.78', 'EBITDA': '24850000', 'Industry': 'Computer Communications Equipment', 'PtS': '0.15', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-3.51', 'Dividend': '0', 'Name': 'Black Box Cp', 'Description': 'Black Box Cp', 'DivYield': '5.65', 'MarketCap': '131030000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '0.93', 'PE': '0', 'PEG': '1.23', 'Shares': '15147980', 'ImputationCredits': '0', 'Symbol': 'BBOX', 'DPS': '0.48'}
{'NTA': '0', 'Yield': '45.98', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Bioshrs Biotech Prod', 'Description': 'Bioshrs Biotech Prod', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'BBP', 'DPS': '0'}
{'NTA': '0', 'Yield': '-30.8', 'EBITDA': '22650000', 'Industry': 'Restaurants', 'PtS': '0.18', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-5.09', 'Dividend': '0', 'Name': 'Bravo Brio Restauran', 'Description': 'Bravo Brio Restauran', 'DivYield': '0', 'MarketCap': '72680000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '0', 'PE': '0', 'PEG': '1.6', 'Shares': '15141670', 'ImputationCredits': '0', 'Symbol': 'BBRG', 'DPS': '0'}
{'NTA': '0', 'Yield': '9.77', 'EBITDA': '242000000', 'Industry': '', 'PtS': '2.48', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.7', 'Dividend': '0', 'Name': 'Blackberry Limited', 'Description': 'Blackberry Limited', 'DivYield': '0', 'MarketCap': '4110000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.76', 'PE': '0', 'PEG': '-25.87', 'Shares': '530322600', 'ImputationCredits': '0', 'Symbol': 'BBRY', 'DPS': '0'}
{'NTA': '0', 'Yield': '76.14', 'EBITDA': '32190000', 'Industry': 'Professional Services', 'PtS': '0.45', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.55', 'Dividend': '0', 'Name': 'Barrett Business S', 'Description': 'Barrett Business S', 'DivYield': '1.74', 'MarketCap': '377340000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '5.43', 'PE': '20.41', 'PEG': '0', 'Shares': '7250961', 'ImputationCredits': '0', 'Symbol': 'BBSI', 'DPS': '0.91'}
{'NTA': '0', 'Yield': '64.53', 'EBITDA': '0', 'Industry': 'Savings Institutions', 'PtS': '3.05', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.63', 'Dividend': '0', 'Name': 'Bcb Bancorp Inc', 'Description': 'Bcb Bancorp Inc', 'DivYield': '3.38', 'MarketCap': '187960000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.61', 'PE': '26.47', 'PEG': '0', 'Shares': '11288890', 'ImputationCredits': '0', 'Symbol': 'BCBP', 'DPS': '0.56'}
{'NTA': '0', 'Yield': '89.73', 'EBITDA': '-5760000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.31', 'Dividend': '0', 'Name': 'Brainstorm Cell Cmn', 'Description': 'Brainstorm Cell Cmn', 'DivYield': '0', 'MarketCap': '79420000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '6.87', 'PE': '0', 'PEG': '0', 'Shares': '18687060', 'ImputationCredits': '0', 'Symbol': 'BCLI', 'DPS': '0'}
{'NTA': '0', 'Yield': '-25.95', 'EBITDA': '1020000000', 'Industry': 'Telecommunications Equipment', 'PtS': '0.21', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.28', 'Dividend': '0', 'Name': 'B Communications Ltd', 'Description': 'B Communications Ltd', 'DivYield': '17.06', 'MarketCap': '590140000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '1.79', 'PE': '0', 'PEG': '0', 'Shares': '29507000', 'ImputationCredits': '0', 'Symbol': 'BCOM', 'DPS': '3.66'}
{'NTA': '0', 'Yield': '115.98', 'EBITDA': '78250000', 'Industry': '', 'PtS': '1.62', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.57', 'Dividend': '0', 'Name': 'Blucora Inc Cmn', 'Description': 'Blucora Inc Cmn', 'DivYield': '0', 'MarketCap': '728070000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.76', 'PE': '0', 'PEG': '0.73', 'Shares': '42084970', 'ImputationCredits': '0', 'Symbol': 'BCOR', 'DPS': '0'}
{'NTA': '0', 'Yield': '47.11', 'EBITDA': '-1010000', 'Industry': '', 'PtS': '1.97', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.3', 'Dividend': '0', 'Name': 'Brightcove Inc', 'Description': 'Brightcove Inc', 'DivYield': '0', 'MarketCap': '303130000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.78', 'PE': '0', 'PEG': '5.8', 'Shares': '34059550', 'ImputationCredits': '0', 'Symbol': 'BCOV', 'DPS': '0'}
{'NTA': '0', 'Yield': '34.32', 'EBITDA': '136510000', 'Industry': 'Major Chemicals', 'PtS': '4.71', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.75', 'Dividend': '0', 'Name': 'Balchem Cp', 'Description': 'Balchem Cp', 'DivYield': '0.46', 'MarketCap': '2570000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Basic Industries', 'PtB': '5', 'PE': '46.29', 'PEG': '1.32', 'Shares': '31728390', 'ImputationCredits': '0', 'Symbol': 'BCPC', 'DPS': '0.38'}
{'NTA': '0', 'Yield': '157.67', 'EBITDA': '-48120000', 'Industry': 'Biotechnology: Biological Products (No Diagnostic Substances)', 'PtS': '23.35', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.75', 'Dividend': '0', 'Name': 'Biocryst Pharma Inc', 'Description': 'Biocryst Pharma Inc', 'DivYield': '0', 'MarketCap': '621220000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '396.19', 'PE': '0', 'PEG': '-0.62', 'Shares': '73954760', 'ImputationCredits': '0', 'Symbol': 'BCRX', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '1.87', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.57', 'Dividend': '0', 'Name': 'Bancorp 34 Inc', 'Description': 'Bancorp 34 Inc', 'DivYield': '0', 'MarketCap': '41450000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.8108', 'PE': '8.1082', 'PEG': '0', 'Shares': '3256114', 'ImputationCredits': '0', 'Symbol': 'BCTF', 'DPS': '0'}
{'NTA': '0', 'Yield': '28.24', 'EBITDA': '0', 'Industry': 'Business Services', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.4', 'Dividend': '0', 'Name': 'Black Diamond Inc', 'Description': 'Black Diamond Inc', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '0', 'PE': '0', 'PEG': '4.4', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'BDE', 'DPS': '0'}
{'NTA': '0', 'Yield': '14.98', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '5.1', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2', 'Dividend': '0', 'Name': 'Bridge Bancorp Inc', 'Description': 'Bridge Bancorp Inc', 'DivYield': '2.67', 'MarketCap': '657930000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.64', 'PE': '17.54', 'PEG': '0', 'Shares': '18798000', 'ImputationCredits': '0', 'Symbol': 'BDGE', 'DPS': '0.92'}
{'NTA': '0', 'Yield': '-43.79', 'EBITDA': '-62530000', 'Industry': 'Major Pharmaceuticals', 'PtS': '7.13', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.25', 'Dividend': '0', 'Name': 'Biodelivery Sci Intl', 'Description': 'Biodelivery Sci Intl', 'DivYield': '0', 'MarketCap': '104110000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '0', 'PE': '0', 'PEG': '-0.14', 'Shares': '54794740', 'ImputationCredits': '0', 'Symbol': 'BDSI', 'DPS': '0'}
{'NTA': '0', 'Yield': '84.04', 'EBITDA': '40920000', 'Industry': 'Medical/Dental Instruments', 'PtS': '4.15', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.75', 'Dividend': '0', 'Name': 'Biotelemetry Inc', 'Description': 'Biotelemetry Inc', 'DivYield': '0', 'MarketCap': '821310000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '5.91', 'PE': '16.54', 'PEG': '1.44', 'Shares': '28369950', 'ImputationCredits': '0', 'Symbol': 'BEAT', 'DPS': '0'}
{'NTA': '0', 'Yield': '31.83', 'EBITDA': '590200000', 'Industry': 'Industrial Specialties', 'PtS': '2.23', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.08', 'Dividend': '0', 'Name': 'BE Aerospace Inc', 'Description': 'BE Aerospace Inc', 'DivYield': '1.3', 'MarketCap': '6510000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '30.23', 'PE': '20.81', 'PEG': '1.66', 'Shares': '101544200', 'ImputationCredits': '0', 'Symbol': 'BEAV', 'DPS': '0.84'}
{'NTA': '0', 'Yield': '601.79', 'EBITDA': '-15100000', 'Industry': 'Apparel', 'PtS': '0.09', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.23', 'Dividend': '0', 'Name': 'Bebe Stores Inc', 'Description': 'Bebe Stores Inc', 'DivYield': '0', 'MarketCap': '31700000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '0.27', 'PE': '0', 'PEG': '0', 'Shares': '8066158', 'ImputationCredits': '0', 'Symbol': 'BEBE', 'DPS': '0'}
{'NTA': '0', 'Yield': '15.05', 'EBITDA': '365340000', 'Industry': 'RETAIL: Building Materials', 'PtS': '0.71', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.7', 'Dividend': '0', 'Name': 'Beacon Roofing Suppl', 'Description': 'Beacon Roofing Suppl', 'DivYield': '0', 'MarketCap': '2900000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '2.17', 'PE': '28.43', 'PEG': '1.42', 'Shares': '60103630', 'ImputationCredits': '0', 'Symbol': 'BECN', 'DPS': '0'}
{'NTA': '0', 'Yield': '44.86', 'EBITDA': '50680000', 'Industry': 'Electrical Products', 'PtS': '0.4869', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-5.437', 'Dividend': '0', 'Name': 'Bel Fuse Cl A', 'Description': 'Bel Fuse Cl A', 'DivYield': '1.2', 'MarketCap': '272680000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '1.5371', 'PE': '0', 'PEG': '0', 'Shares': '12026220', 'ImputationCredits': '0', 'Symbol': 'BELFA', 'DPS': '0.24'}
{'NTA': '0', 'Yield': '53.36', 'EBITDA': '50680000', 'Industry': 'Electrical Products', 'PtS': '0.55', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-5.44', 'Dividend': '0', 'Name': 'Bel Fuse Inc Cl B', 'Description': 'Bel Fuse Inc Cl B', 'DivYield': '1.16', 'MarketCap': '267580000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '1.72', 'PE': '0', 'PEG': '0', 'Shares': '12026070', 'ImputationCredits': '0', 'Symbol': 'BELFB', 'DPS': '0.28'}
{'NTA': '0', 'Yield': '17.48', 'EBITDA': '0', 'Industry': 'Savings Institutions', 'PtS': '4.97', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.39', 'Dividend': '0', 'Name': 'Bankfinancial Corpor', 'Description': 'Bankfinancial Corpor', 'DivYield': '1.67', 'MarketCap': '267170000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.31', 'PE': '37.23', 'PEG': '3.96', 'Shares': '18400140', 'ImputationCredits': '0', 'Symbol': 'BFIN', 'DPS': '0.24'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-30T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Glbl X Hlth Well ETF', 'Description': 'Glbl X Hlth Well ETF', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'BFIT', 'DPS': '0'}
{'NTA': '0', 'Yield': '25.11', 'EBITDA': '0', 'Industry': 'Investment Bankers/Brokers/Service', 'PtS': '1.24', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.36', 'Dividend': '0', 'Name': 'Bgc Partners Cl A', 'Description': 'Bgc Partners Cl A', 'DivYield': '5.81', 'MarketCap': '3210000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '3.74', 'PE': '31.21', 'PEG': '0.92', 'Shares': '282570400', 'ImputationCredits': '0', 'Symbol': 'BGCP', 'DPS': '0.64'}
{'NTA': '0', 'Yield': '24.9', 'EBITDA': '47520000', 'Industry': 'Other Specialty Stores', 'PtS': '0.33', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.77', 'Dividend': '0', 'Name': 'Big 5 Sporting', 'Description': 'Big 5 Sporting', 'DivYield': '4.08', 'MarketCap': '327020000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '1.62', 'PE': '19.61', 'PEG': '0.93', 'Shares': '21656950', 'ImputationCredits': '0', 'Symbol': 'BGFV', 'DPS': '0.6'}
{'NTA': '0', 'Yield': '31.88', 'EBITDA': '-115150000', 'Industry': '', 'PtS': '1219.54', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-3.84', 'Dividend': '0', 'Name': 'Beigene Ltd. Ads', 'Description': 'Beigene Ltd. Ads', 'DivYield': '0', 'MarketCap': '1310000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.7', 'PE': '0', 'PEG': '0', 'Shares': '35782570', 'ImputationCredits': '0', 'Symbol': 'BGNE', 'DPS': '0'}
{'NTA': '0', 'Yield': '3.13', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-29T00:00:00', 'EPS': '-0.19', 'Dividend': '0', 'Name': 'Barington/Hilco Acq', 'Description': 'Barington/Hilco Acq', 'DivYield': '0', 'MarketCap': '19190000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.84', 'PE': '0', 'PEG': '0', 'Shares': '1877691', 'ImputationCredits': '0', 'Symbol': 'BHAC', 'DPS': '0'}
{'NTA': '0', 'Yield': '-28.57', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Barington/Hilco Rgts', 'Description': 'Barington/Hilco Rgts', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'BHACR', 'DPS': '0'}
{'NTA': '0', 'Yield': '5.65', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Barington/Hilco Uts', 'Description': 'Barington/Hilco Uts', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'BHACU', 'DPS': '0'}
{'NTA': '0', 'Yield': '112.5', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Barington/Hilco Wts', 'Description': 'Barington/Hilco Wts', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'BHACW', 'DPS': '0'}
{'NTA': '0', 'Yield': '22.43', 'EBITDA': '0', 'Industry': '', 'PtS': '6.87', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.35', 'Dividend': '0', 'Name': 'Blue Hills Bancorp', 'Description': 'Blue Hills Bancorp', 'DivYield': '1.16', 'MarketCap': '441070000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.13', 'PE': '51', 'PEG': '0', 'Shares': '24709800', 'ImputationCredits': '0', 'Symbol': 'BHBK', 'DPS': '0.2'}
{'NTA': '0', 'Yield': '12.63', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Proshares Ultra Nasdaq Biotech', 'Description': 'Proshares Ultra Nasdaq Biotech', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'BIB', 'DPS': '0'}
{'NTA': '0', 'Yield': '18.75', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'First Trust BICK Ind', 'Description': 'First Trust BICK Ind', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'BICK', 'DPS': '0'}
{'NTA': '0', 'Yield': '-11.21', 'EBITDA': '2310000000', 'Industry': 'Computer Software: Programming, Data Processing', 'PtS': '5.84', 'DateTime': '2017-03-31T00:00:00', 'EPS': '4.61', 'Dividend': '0', 'Name': 'Baidu Inc', 'Description': 'Baidu Inc', 'DivYield': '0', 'MarketCap': '59910000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '4.47', 'PE': '37.29', 'PEG': '72.78', 'Shares': '347264100', 'ImputationCredits': '0', 'Symbol': 'BIDU', 'DPS': '0'}
{'NTA': '0', 'Yield': '7.94', 'EBITDA': '6370000000', 'Industry': 'Biotechnology: Biological Products (No Diagnostic Substances)', 'PtS': '5.08', 'DateTime': '2017-03-31T00:00:00', 'EPS': '16.93', 'Dividend': '0', 'Name': 'Biogen Inc Cmn', 'Description': 'Biogen Inc Cmn', 'DivYield': '0', 'MarketCap': '59050000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '4.78', 'PE': '16.15', 'PEG': '2.05', 'Shares': '215968100', 'ImputationCredits': '0', 'Symbol': 'BIIB', 'DPS': '0'}
{'NTA': '0', 'Yield': '-28.28', 'EBITDA': '-17690000', 'Industry': 'Precision Instruments', 'PtS': '10.08', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.92', 'Dividend': '0', 'Name': 'Biocept Inc', 'Description': 'Biocept Inc', 'DivYield': '0', 'MarketCap': '33270000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '49.52', 'PE': '0', 'PEG': '-0.07', 'Shares': '15619720', 'ImputationCredits': '0', 'Symbol': 'BIOC', 'DPS': '0'}
{'NTA': '0', 'Yield': '-4.93', 'EBITDA': '-13910000', 'Industry': '', 'PtS': '1.73', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.29', 'Dividend': '0', 'Name': 'Biolase Inc Cmn', 'Description': 'Biolase Inc Cmn', 'DivYield': '0', 'MarketCap': '91220000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '4.07', 'PE': '0', 'PEG': '0', 'Shares': '67570370', 'ImputationCredits': '0', 'Symbol': 'BIOL', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-6500000', 'Industry': '', 'PtS': '1707.48', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.26', 'Dividend': '0', 'Name': 'Bioptix Inc', 'Description': 'Bioptix Inc', 'DivYield': '0', 'MarketCap': '18010000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.04', 'PE': '0', 'PEG': '0', 'Shares': '4502500', 'ImputationCredits': '0', 'Symbol': 'BIOP', 'DPS': '0'}
{'NTA': '0', 'Yield': '-35.61', 'EBITDA': '26690000', 'Industry': 'Medical/Nursing Services', 'PtS': '0.23', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.54', 'Dividend': '0', 'Name': 'Bioscrip Inc', 'Description': 'Bioscrip Inc', 'DivYield': '0', 'MarketCap': '220190000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '0', 'PE': '0', 'PEG': '-0.41', 'Shares': '120983500', 'ImputationCredits': '0', 'Symbol': 'BIOS', 'DPS': '0'}
{'NTA': '0', 'Yield': '-30.67', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Proshrs Ulsht Nq Bio', 'Description': 'Proshrs Ulsht Nq Bio', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'BIS', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '351200000', 'Industry': '', 'PtS': '6.42', 'DateTime': '2017-03-31T00:00:00', 'EPS': '4.07', 'Dividend': '0', 'Name': 'Bioverativ Inc', 'Description': 'Bioverativ Inc', 'DivYield': '0', 'MarketCap': '5880000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '10.06', 'PE': '13.38', 'PEG': '0.62', 'Shares': '107969200', 'ImputationCredits': '0', 'Symbol': 'BIVV', 'DPS': '0'}
{'NTA': '0', 'Yield': '-9.42', 'EBITDA': '129290000', 'Industry': 'Restaurants', 'PtS': '0.85', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.88', 'Dividend': '0', 'Name': "Bj's Restaurants Inc", 'Description': "Bj's Restaurants Inc", 'DivYield': '0', 'MarketCap': '839350000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '3.12', 'PE': '20.43', 'PEG': '1.29', 'Shares': '21858070', 'ImputationCredits': '0', 'Symbol': 'BJRI', 'DPS': '0'}
{'NTA': '0', 'Yield': '-10.23', 'EBITDA': '0', 'Industry': 'Credit Services', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.16', 'Dividend': '0', 'Name': 'Blackrock Cptl Invt', 'Description': 'Blackrock Cptl Invt', 'DivYield': '9.7', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '0', 'PE': '0', 'PEG': '3.12', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'BKCC', 'DPS': '0.72'}
{'NTA': '0', 'Yield': '22.73', 'EBITDA': '62960000', 'Industry': '', 'PtS': '1.43', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.87', 'Dividend': '0', 'Name': 'Blueknight Energy LP', 'Description': 'Blueknight Energy LP', 'DivYield': '8.47', 'MarketCap': '257550000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.54', 'PE': '0', 'PEG': '16.63', 'Shares': '38155560', 'ImputationCredits': '0', 'Symbol': 'BKEP', 'DPS': '0.58'}
{'NTA': '0', 'Yield': '11.67', 'EBITDA': '62960000', 'Industry': '', 'PtS': '1.7068', 'DateTime': '2017-03-30T00:00:00', 'EPS': '-0.87', 'Dividend': '0', 'Name': 'Blueknight Srs A Uts', 'Description': 'Blueknight Srs A Uts', 'DivYield': '9.05', 'MarketCap': '302780000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.6401', 'PE': '0', 'PEG': '0', 'Shares': '38154640', 'ImputationCredits': '0', 'Symbol': 'BKEPP', 'DPS': '0.71'}
{'NTA': '0', 'Yield': '16.34', 'EBITDA': '0', 'Industry': 'Savings Institutions', 'PtS': '4.56', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.37', 'Dividend': '0', 'Name': 'Bank Mutual Corp', 'Description': 'Bank Mutual Corp', 'DivYield': '2.32', 'MarketCap': '431340000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.52', 'PE': '25.41', 'PEG': '5.03', 'Shares': '45887240', 'ImputationCredits': '0', 'Symbol': 'BKMU', 'DPS': '0.22'}
{'NTA': '0', 'Yield': '31.06', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '6.04', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.04', 'Dividend': '0', 'Name': 'Bank of So Car Cp', 'Description': 'Bank of So Car Cp', 'DivYield': '2.65', 'MarketCap': '103210000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '2.56', 'PE': '20', 'PEG': '0', 'Shares': '4962019', 'ImputationCredits': '0', 'Symbol': 'BKSC', 'DPS': '0.56'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-16360000', 'Industry': '', 'PtS': '12.26', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.92', 'Dividend': '0', 'Name': 'Blackline Inc', 'Description': 'Blackline Inc', 'DivYield': '0', 'MarketCap': '1530000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '5.18', 'PE': '0', 'PEG': '-3.07', 'Shares': '51411290', 'ImputationCredits': '0', 'Symbol': 'BL', 'DPS': '0'}
{'NTA': '0', 'Yield': '58.65', 'EBITDA': '50180000', 'Industry': '', 'PtS': '0.42', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.14', 'Dividend': '0', 'Name': 'Blue Bird Corp', 'Description': 'Blue Bird Corp', 'DivYield': '0', 'MarketCap': '394960000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '1.01', 'Shares': '23029740', 'ImputationCredits': '0', 'Symbol': 'BLBD', 'DPS': '0'}
{'NTA': '0', 'Yield': '21.7', 'EBITDA': '-66070000', 'Industry': '', 'PtS': '870.7', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.57', 'Dividend': '0', 'Name': 'Bellicum Pharma Comm', 'Description': 'Bellicum Pharma Comm', 'DivYield': '0', 'MarketCap': '335120000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.5', 'PE': '0', 'PEG': '0', 'Shares': '27157210', 'ImputationCredits': '0', 'Symbol': 'BLCM', 'DPS': '0'}
{'NTA': '0', 'Yield': '38.75', 'EBITDA': '-11430000', 'Industry': 'Industrial Machinery/Components', 'PtS': '4.47', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.13', 'Dividend': '0', 'Name': 'Ballard Power Sys', 'Description': 'Ballard Power Sys', 'DivYield': '0', 'MarketCap': '387940000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Energy', 'PtB': '3.05', 'PE': '0', 'PEG': '-1453.33', 'Shares': '174747700', 'ImputationCredits': '0', 'Symbol': 'BLDP', 'DPS': '0'}
{'NTA': '0', 'Yield': '34.36', 'EBITDA': '348410000', 'Industry': 'RETAIL: Building Materials', 'PtS': '0.26', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.27', 'Dividend': '0', 'Name': 'Builders Firstsource', 'Description': 'Builders Firstsource', 'DivYield': '0', 'MarketCap': '1670000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '5.35', 'PE': '11.73', 'PEG': '0.65', 'Shares': '112080500', 'ImputationCredits': '0', 'Symbol': 'BLDR', 'DPS': '0'}
{'NTA': '0', 'Yield': '14.21', 'EBITDA': '-4480000', 'Industry': '', 'PtS': '3.37', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.54', 'Dividend': '0', 'Name': 'Biolife Solutions Cmn', 'Description': 'Biolife Solutions Cmn', 'DivYield': '0', 'MarketCap': '27170000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '8.66', 'PE': '0', 'PEG': '0', 'Shares': '13000000', 'ImputationCredits': '0', 'Symbol': 'BLFS', 'DPS': '0'}
{'NTA': '0', 'Yield': '-1.2', 'EBITDA': '-1140000', 'Industry': 'Computer Software: Prepackaged Software', 'PtS': '1.099', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.535', 'Dividend': '0', 'Name': 'Bridgeline Digital', 'Description': 'Bridgeline Digital', 'DivYield': '0', 'MarketCap': '17490000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.411', 'PE': '0', 'PEG': '0', 'Shares': '20971220', 'ImputationCredits': '0', 'Symbol': 'BLIN', 'DPS': '0'}
{'NTA': '0', 'Yield': '24.12', 'EBITDA': '124690000', 'Industry': 'Computer Software: Prepackaged Software', 'PtS': '4.86', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.88', 'Dividend': '0', 'Name': 'Blackbaud Inc', 'Description': 'Blackbaud Inc', 'DivYield': '0.63', 'MarketCap': '3550000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '14.34', 'PE': '87.12', 'PEG': '1.81', 'Shares': '46302340', 'ImputationCredits': '0', 'Symbol': 'BLKB', 'DPS': '0.48'}
{'NTA': '0', 'Yield': '5.51', 'EBITDA': '417520000', 'Industry': '', 'PtS': '0.47', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.37', 'Dividend': '0', 'Name': "Bloomin' Brands Inc", 'Description': "Bloomin' Brands Inc", 'DivYield': '1.67', 'MarketCap': '2020000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '11', 'PE': '53.32', 'PEG': '1.23', 'Shares': '102382200', 'ImputationCredits': '0', 'Symbol': 'BLMN', 'DPS': '0.32'}
{'NTA': '0', 'Yield': '18.85', 'EBITDA': '0', 'Industry': '', 'PtS': '5.14', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.33', 'Dividend': '0', 'Name': 'Bsb Bancorp Inc', 'Description': 'Bsb Bancorp Inc', 'DivYield': '0', 'MarketCap': '246650000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.52', 'PE': '21.24', 'PEG': '0', 'Shares': '8730973', 'ImputationCredits': '0', 'Symbol': 'BLMT', 'DPS': '0'}
{'NTA': '0', 'Yield': '-24.37', 'EBITDA': '-23710000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.58', 'Dividend': '0', 'Name': 'Bellerophon Ther Com', 'Description': 'Bellerophon Ther Com', 'DivYield': '0', 'MarketCap': '47740000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.62', 'PE': '0', 'PEG': '0', 'Shares': '32040270', 'ImputationCredits': '0', 'Symbol': 'BLPH', 'DPS': '0'}
{'NTA': '0', 'Yield': '-1.03', 'EBITDA': '-16060000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.282', 'Dividend': '0', 'Name': 'Biolinerx Ltd', 'Description': 'Biolinerx Ltd', 'DivYield': '0', 'MarketCap': '59340000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.873', 'PE': '0', 'PEG': '0', 'Shares': '61780320', 'ImputationCredits': '0', 'Symbol': 'BLRX', 'DPS': '0'}
{'NTA': '0', 'Yield': '104.96', 'EBITDA': '-239090000', 'Industry': 'Textile - Apparel Clothing', 'PtS': '608.51', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-7.07', 'Dividend': '0', 'Name': 'Bluebird Bio Cmn', 'Description': 'Bluebird Bio Cmn', 'DivYield': '0', 'MarketCap': '3710000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '4.29', 'PE': '0', 'PEG': '0.32', 'Shares': '40814080', 'ImputationCredits': '0', 'Symbol': 'BLUE', 'DPS': '0'}
{'NTA': '0', 'Yield': '2.77', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.02', 'Dividend': '0', 'Name': 'Boulevard AC Cm ST A', 'Description': 'Boulevard AC Cm ST A', 'DivYield': '0', 'MarketCap': '109420000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '21.88', 'PE': '0', 'PEG': '0', 'Shares': '10920160', 'ImputationCredits': '0', 'Symbol': 'BLVD', 'DPS': '0'}
{'NTA': '0', 'Yield': '6.52', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-22T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Boulevard Acqu Unit', 'Description': 'Boulevard Acqu Unit', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'BLVDU', 'DPS': '0'}
{'NTA': '0', 'Yield': '217.86', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Boulevard Acquisi Wt', 'Description': 'Boulevard Acquisi Wt', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'BLVDW', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '182490000', 'Industry': '', 'PtS': '0.49', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.46', 'Dividend': '0', 'Name': 'Bmc Stock Holdings', 'Description': 'Bmc Stock Holdings', 'DivYield': '0', 'MarketCap': '1510000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.22', 'PE': '49.13', 'PEG': '0.53', 'Shares': '66814160', 'ImputationCredits': '0', 'Symbol': 'BMCH', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-27T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Recon Bullmark Latam', 'Description': 'Recon Bullmark Latam', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'BMLA', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-30T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Bank of Montreal BMO Elkhorn DWA MLP Select Inde', 'Description': 'Bank of Montreal BMO Elkhorn DWA MLP Select Inde', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'BMLP', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-599388', 'Industry': '', 'PtS': '3.01', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.2', 'Dividend': '0', 'Name': 'Biomerica Inc', 'Description': 'Biomerica Inc', 'DivYield': '0', 'MarketCap': '16920000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.26', 'PE': '0', 'PEG': '0', 'Shares': '8460000', 'ImputationCredits': '0', 'Symbol': 'BMRA', 'DPS': '0'}
{'NTA': '0', 'Yield': '31.27', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '4.66', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.78', 'Dividend': '0', 'Name': 'Bank of Marin Bancrp', 'Description': 'Bank of Marin Bancrp', 'DivYield': '1.68', 'MarketCap': '391700000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.7', 'PE': '17.02', 'PEG': '1.82', 'Shares': '6087024', 'ImputationCredits': '0', 'Symbol': 'BMRC', 'DPS': '1.08'}
{'NTA': '0', 'Yield': '3.66', 'EBITDA': '-159360000', 'Industry': 'Major Pharmaceuticals', 'PtS': '13.79', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-3.81', 'Dividend': '0', 'Name': 'Biomarin Pharmaceut', 'Description': 'Biomarin Pharmaceut', 'DivYield': '0', 'MarketCap': '15170000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '5.56', 'PE': '0', 'PEG': '-3.75', 'Shares': '172818400', 'ImputationCredits': '0', 'Symbol': 'BMRN', 'DPS': '0'}
{'NTA': '0', 'Yield': '38.99', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '4.33', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.12', 'Dividend': '0', 'Name': 'Bryn Mawr Bank Corp', 'Description': 'Bryn Mawr Bank Corp', 'DivYield': '2.13', 'MarketCap': '670280000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.77', 'PE': '18.63', 'PEG': '2.46', 'Shares': '16969110', 'ImputationCredits': '0', 'Symbol': 'BMTC', 'DPS': '0.84'}
{'NTA': '0', 'Yield': '15.19', 'EBITDA': '0', 'Industry': 'Savings Institutions', 'PtS': '6.7', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.34', 'Dividend': '0', 'Name': 'Beneficial Bancorp', 'Description': 'Beneficial Bancorp', 'DivYield': '1.48', 'MarketCap': '1160000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.18', 'PE': '47.06', 'PEG': '3.58', 'Shares': '72500000', 'ImputationCredits': '0', 'Symbol': 'BNCL', 'DPS': '0.24'}
{'NTA': '0', 'Yield': '56.75', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '7.07', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.39', 'Dividend': '0', 'Name': 'BNC Bancorp Inc', 'Description': 'BNC Bancorp Inc', 'DivYield': '0.61', 'MarketCap': '1750000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.94', 'PE': '24.14', 'PEG': '2.35', 'Shares': '52160950', 'ImputationCredits': '0', 'Symbol': 'BNCN', 'DPS': '0.2'}
{'NTA': '0', 'Yield': '-0.39', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Vanguard Tl Intl Bnd', 'Description': 'Vanguard Tl Intl Bnd', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'BNDX', 'DPS': '0'}
{'NTA': '0', 'Yield': '-26.25', 'EBITDA': '-21450000', 'Industry': '', 'PtS': '3.45', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.35', 'Dividend': '0', 'Name': 'Benefitfocus Cmn', 'Description': 'Benefitfocus Cmn', 'DivYield': '0', 'MarketCap': '821600000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '-4.33', 'Shares': '30714020', 'ImputationCredits': '0', 'Symbol': 'BNFT', 'DPS': '0'}
{'NTA': '0', 'Yield': '74.83', 'EBITDA': '4150000', 'Industry': 'Industrial Machinery/Components', 'PtS': '0.63', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.73', 'Dividend': '0', 'Name': 'Bonso Elec Intl In', 'Description': 'Bonso Elec Intl In', 'DivYield': '0', 'MarketCap': '13250000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '0.89', 'PE': '3.5', 'PEG': '0', 'Shares': '5155642', 'ImputationCredits': '0', 'Symbol': 'BNSO', 'DPS': '0'}
{'NTA': '0', 'Yield': '86.49', 'EBITDA': '-6960000', 'Industry': '', 'PtS': '2.73', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.16', 'Dividend': '0', 'Name': 'Benitec Biopharm Ads', 'Description': 'Benitec Biopharm Ads', 'DivYield': '0', 'MarketCap': '23650000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.42', 'PE': '0', 'PEG': '0', 'Shares': '8791822', 'ImputationCredits': '0', 'Symbol': 'BNTC', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-7020000', 'Industry': '', 'PtS': '8.83', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.06', 'Dividend': '0', 'Name': 'Benitec Biopharm Wrt', 'Description': 'Benitec Biopharm Wrt', 'DivYield': '0', 'MarketCap': '87920000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '4.57', 'PE': '0', 'PEG': '0', 'Shares': '175840000', 'ImputationCredits': '0', 'Symbol': 'BNTCW', 'DPS': '0'}
{'NTA': '0', 'Yield': '42.45', 'EBITDA': '142280000', 'Industry': 'Restaurants', 'PtS': '0.95', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.9', 'Dividend': '0', 'Name': 'Bob Evans Farms', 'Description': 'Bob Evans Farms', 'DivYield': '2.13', 'MarketCap': '1280000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '5.89', 'PE': '71.68', 'PEG': '2.58', 'Shares': '19731770', 'ImputationCredits': '0', 'Symbol': 'BOBE', 'DPS': '1.36'}
{'NTA': '0', 'Yield': '70.38', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '3.67', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.39', 'Dividend': '0', 'Name': 'Bank of Commerce Hld', 'Description': 'Bank of Commerce Hld', 'DivYield': '1.09', 'MarketCap': '143090000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.55', 'PE': '27.44', 'PEG': '0', 'Shares': '13372900', 'ImputationCredits': '0', 'Symbol': 'BOCH', 'DPS': '0.12'}
{'NTA': '0', 'Yield': '28.28', 'EBITDA': '0', 'Industry': 'Savings Institutions', 'PtS': '5.04', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.95', 'Dividend': '0', 'Name': 'Bofi Holding Inc', 'Description': 'Bofi Holding Inc', 'DivYield': '0', 'MarketCap': '1660000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '2.33', 'PE': '13.41', 'PEG': '1.31', 'Shares': '63528510', 'ImputationCredits': '0', 'Symbol': 'BOFI', 'DPS': '0'}
{'NTA': '0', 'Yield': '6.19', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Bofi Hld Sub Not', 'Description': 'Bofi Hld Sub Not', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'BOFIL', 'DPS': '0'}
{'NTA': '0', 'Yield': '16.28', 'EBITDA': '83480000', 'Industry': '', 'PtS': '1.41', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1', 'Dividend': '0', 'Name': 'Bojangles Inc CS', 'Description': 'Bojangles Inc CS', 'DivYield': '0', 'MarketCap': '749520000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.55', 'PE': '20.5', 'PEG': '2.53', 'Shares': '36561950', 'ImputationCredits': '0', 'Symbol': 'BOJA', 'DPS': '0'}
{'NTA': '0', 'Yield': '30.06', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '3.8', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.53', 'Dividend': '0', 'Name': 'Bok Financial Corp', 'Description': 'Bok Financial Corp', 'DivYield': '2.3', 'MarketCap': '5130000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.57', 'PE': '22.19', 'PEG': '2.12', 'Shares': '65542350', 'ImputationCredits': '0', 'Symbol': 'BOKF', 'DPS': '1.76'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Bok Financial Corporation', 'Description': 'Bok Financial Corporation', 'DivYield': '0', 'MarketCap': '146100000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '6000000000', 'ImputationCredits': '0', 'Symbol': 'BOKFL', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-58210000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-5.59', 'Dividend': '0', 'Name': 'Audentes Therapeutics Inc Cmn', 'Description': 'Audentes Therapeutics Inc Cmn', 'DivYield': '0', 'MarketCap': '372990000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.15', 'PE': '0', 'PEG': '-0.7', 'Shares': '21889090', 'ImputationCredits': '0', 'Symbol': 'BOLD', 'DPS': '0'}
{'NTA': '0', 'Yield': '-63.64', 'EBITDA': '122500000', 'Industry': 'Department/Specialty Retail Stores', 'PtS': '0.0071', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-3.18', 'Dividend': '0', 'Name': 'Bon Ton Stores The', 'Description': 'Bon Ton Stores The', 'DivYield': '0', 'MarketCap': '18130000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '0', 'PE': '0', 'PEG': '-0.01', 'Shares': '21580760', 'ImputationCredits': '0', 'Symbol': 'BONT', 'DPS': '0'}
{'NTA': '0', 'Yield': '26.92', 'EBITDA': '6700000', 'Industry': 'Industrial Specialties', 'PtS': '1.15', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.46', 'Dividend': '0', 'Name': 'Dynamic Materials', 'Description': 'Dynamic Materials', 'DivYield': '0.64', 'MarketCap': '183040000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '1.6', 'PE': '0', 'PEG': '3.65', 'Shares': '14761290', 'ImputationCredits': '0', 'Symbol': 'BOOM', 'DPS': '0.08'}
{'NTA': '0', 'Yield': '-0.46', 'EBITDA': '911000', 'Industry': 'Computer Communications Equipment', 'PtS': '0.21', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.14', 'Dividend': '0', 'Name': 'Bos Better Online', 'Description': 'Bos Better Online', 'DivYield': '0', 'MarketCap': '5980000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '0.68', 'PE': '15.47', 'PEG': '0', 'Shares': '2781395', 'ImputationCredits': '0', 'Symbol': 'BOSC', 'DPS': '0'}
{'NTA': '0', 'Yield': '21.92', 'EBITDA': '0', 'Industry': '', 'PtS': '2.8448', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.75', 'Dividend': '0', 'Name': 'Bank of The Jame Fnl', 'Description': 'Bank of The Jame Fnl', 'DivYield': '1.66', 'MarketCap': '64030000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.29', 'PE': '19.5005', 'PEG': '0', 'Shares': '4378000', 'ImputationCredits': '0', 'Symbol': 'BOTJ', 'DPS': '0.24'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Global X Robotics & Artificial Intel Thmtc ETF', 'Description': 'Global X Robotics & Artificial Intel Thmtc ETF', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'BOTZ', 'DPS': '0'}
{'NTA': '0', 'Yield': '34.21', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '3.8', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.81', 'Dividend': '0', 'Name': 'Boston Pvt Finl Hldg', 'Description': 'Boston Pvt Finl Hldg', 'DivYield': '2.65', 'MarketCap': '1380000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.94', 'PE': '20.32', 'PEG': '2.07', 'Shares': '84146340', 'ImputationCredits': '0', 'Symbol': 'BPFH', 'DPS': '0.44'}
{'NTA': '0', 'Yield': '-1.08', 'EBITDA': '0', 'Industry': '', 'PtS': '5.85', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.81', 'Dividend': '0', 'Name': 'Boston Private Dep S', 'Description': 'Boston Private Dep S', 'DivYield': '6.83', 'MarketCap': '2160000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.98', 'PE': '31.88', 'PEG': '0', 'Shares': '83948700', 'ImputationCredits': '0', 'Symbol': 'BPFHP', 'DPS': '1.74'}
{'NTA': '0', 'Yield': '78.77', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '0', 'DateTime': '2017-03-30T00:00:00', 'EPS': '-0.31', 'Dividend': '0', 'Name': 'Boston Private Wts', 'Description': 'Boston Private Wts', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'BPFHW', 'DPS': '0'}
{'NTA': '0', 'Yield': '163.44', 'EBITDA': '-71000000', 'Industry': '', 'PtS': '48.91', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.64', 'Dividend': '0', 'Name': 'Blueprint Medi Cm ST', 'Description': 'Blueprint Medi Cm ST', 'DivYield': '0', 'MarketCap': '1460000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '6.37', 'PE': '0', 'PEG': '0', 'Shares': '33212010', 'ImputationCredits': '0', 'Symbol': 'BPMC', 'DPS': '0'}
{'NTA': '0', 'Yield': '37.05', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '2.53', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.06', 'Dividend': '0', 'Name': 'Popular Inc', 'Description': 'Popular Inc', 'DivYield': '2.53', 'MarketCap': '4230000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '0.83', 'PE': '19.76', 'PEG': '2.26', 'Shares': '103854700', 'ImputationCredits': '0', 'Symbol': 'BPOP', 'DPS': '1'}
{'NTA': '0', 'Yield': '14.84', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Popular Inc Trust II', 'Description': 'Popular Inc Trust II', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'BPOPM', 'DPS': '0'}
{'NTA': '0', 'Yield': '13.29', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Popular Inc Trust I', 'Description': 'Popular Inc Trust I', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'BPOPN', 'DPS': '0'}
{'NTA': '0', 'Yield': '-64.07', 'EBITDA': '-8270000', 'Industry': '', 'PtS': '5817.4233', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.073', 'Dividend': '0', 'Name': 'Bio-Path Holdings', 'Description': 'Bio-Path Holdings', 'DivYield': '0', 'MarketCap': '79110000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '9.1942', 'PE': '0', 'PEG': '0', 'Shares': '95647440', 'ImputationCredits': '0', 'Symbol': 'BPTH', 'DPS': '0'}
{'NTA': '0', 'Yield': '29.86', 'EBITDA': '415510000', 'Industry': 'Computer peripheral equipment', 'PtS': '2.16', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.27', 'Dividend': '0', 'Name': 'Brocade Comm Sys', 'Description': 'Brocade Comm Sys', 'DivYield': '1.77', 'MarketCap': '5090000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.97', 'PE': '45.71', 'PEG': '2.86', 'Shares': '407852500', 'ImputationCredits': '0', 'Symbol': 'BRCD', 'DPS': '0.22'}
{'NTA': '0', 'Yield': '56.69', 'EBITDA': '11240000', 'Industry': '', 'PtS': '1.29', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.02', 'Dividend': '0', 'Name': 'Craft Brew Alliance', 'Description': 'Craft Brew Alliance', 'DivYield': '0', 'MarketCap': '257130000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.18', 'PE': '0', 'PEG': '5.42', 'Shares': '19260670', 'ImputationCredits': '0', 'Symbol': 'BREW', 'DPS': '0'}
{'NTA': '0', 'Yield': '-6.54', 'EBITDA': '13610000', 'Industry': 'Specialty Foods', 'PtS': '0.69', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.92', 'Dividend': '0', 'Name': 'Bridgford Foods Cp', 'Description': 'Bridgford Foods Cp', 'DivYield': '0', 'MarketCap': '103740000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '2.41', 'PE': '12.4', 'PEG': '0', 'Shares': '9076115', 'ImputationCredits': '0', 'Symbol': 'BRID', 'DPS': '0'}
{'NTA': '0', 'Yield': '37.52', 'EBITDA': '0', 'Industry': 'Savings Institutions', 'PtS': '4.82', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.74', 'Dividend': '0', 'Name': 'Brookline Bancorp', 'Description': 'Brookline Bancorp', 'DivYield': '2.48', 'MarketCap': '1060000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.5', 'PE': '20.34', 'PEG': '3.17', 'Shares': '70431900', 'ImputationCredits': '0', 'Symbol': 'BRKL', 'DPS': '0.36'}
{'NTA': '0', 'Yield': '-17.56', 'EBITDA': '262100000', 'Industry': 'Biotechnology: Laboratory Analytical Instruments', 'PtS': '2.3', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.95', 'Dividend': '0', 'Name': 'Bruker Corporation', 'Description': 'Bruker Corporation', 'DivYield': '0.69', 'MarketCap': '3700000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '5.4', 'PE': '24.41', 'PEG': '2.29', 'Shares': '159551500', 'ImputationCredits': '0', 'Symbol': 'BRKR', 'DPS': '0.16'}
{'NTA': '0', 'Yield': '136.79', 'EBITDA': '66800000', 'Industry': 'Industrial Machinery/Components', 'PtS': '2.47', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.74', 'Dividend': '0', 'Name': 'Brooks Automation', 'Description': 'Brooks Automation', 'DivYield': '1.9', 'MarketCap': '1500000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '2.68', 'PE': '0', 'PEG': '1.88', 'Shares': '66964280', 'ImputationCredits': '0', 'Symbol': 'BRKS', 'DPS': '0.4'}
{'NTA': '0', 'Yield': '-8.84', 'EBITDA': '39850000', 'Industry': 'Home Furnishings', 'PtS': '0.65', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.43', 'Dividend': '0', 'Name': 'Bassett Furniture', 'Description': 'Bassett Furniture', 'DivYield': '1.52', 'MarketCap': '288370000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '1.53', 'PE': '18.8', 'PEG': '1.09', 'Shares': '10720070', 'ImputationCredits': '0', 'Symbol': 'BSET', 'DPS': '0.4'}
{'NTA': '0', 'Yield': '-4.47', 'EBITDA': '0', 'Industry': '', 'PtS': '4.3', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.46', 'Dividend': '0', 'Name': 'Bear State Fin Inc', 'Description': 'Bear State Fin Inc', 'DivYield': '1.3', 'MarketCap': '354280000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.52', 'PE': '20.43', 'PEG': '0', 'Shares': '37689360', 'ImputationCredits': '0', 'Symbol': 'BSF', 'DPS': '0.12'}
{'NTA': '0', 'Yield': '2.63', 'EBITDA': '32600000', 'Industry': 'Computer Software: Prepackaged Software', 'PtS': '3.57', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.03', 'Dividend': '0', 'Name': 'Broadsoft Inc', 'Description': 'Broadsoft Inc', 'DivYield': '0', 'MarketCap': '1220000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '4.03', 'PE': '1435.71', 'PEG': '-14.17', 'Shares': '30348260', 'ImputationCredits': '0', 'Symbol': 'BSFT', 'DPS': '0'}
{'NTA': '0', 'Yield': '72.39', 'EBITDA': '-14470000', 'Industry': 'Major Pharmaceuticals', 'PtS': '1.55', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-14.65', 'Dividend': '0', 'Name': 'Biostar Pharmaceutic', 'Description': 'Biostar Pharmaceutic', 'DivYield': '0', 'MarketCap': '6090000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '0.15', 'PE': '0', 'PEG': '0', 'Shares': '2636364', 'ImputationCredits': '0', 'Symbol': 'BSPM', 'DPS': '0'}
{'NTA': '0', 'Yield': '-13.04', 'EBITDA': '425000', 'Industry': 'Business Services', 'PtS': '0.71', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.09', 'Dividend': '0', 'Name': 'Bsquare Corp', 'Description': 'Bsquare Corp', 'DivYield': '0', 'MarketCap': '67720000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Miscellaneous', 'PtB': '1.81', 'PE': '0', 'PEG': '0', 'Shares': '12540740', 'ImputationCredits': '0', 'Symbol': 'BSQR', 'DPS': '0'}
{'NTA': '0', 'Yield': '55.76', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '4.49', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.29', 'Dividend': '0', 'Name': 'Sierra Bancorp', 'Description': 'Sierra Bancorp', 'DivYield': '2.12', 'MarketCap': '378840000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.83', 'PE': '21.26', 'PEG': '2.32', 'Shares': '13811160', 'ImputationCredits': '0', 'Symbol': 'BSRR', 'DPS': '0.56'}
{'NTA': '0', 'Yield': '54.11', 'EBITDA': '17720000', 'Industry': 'Major Pharmaceuticals', 'PtS': '14.68', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.56', 'Dividend': '0', 'Name': 'Biospecifics Tech Cp', 'Description': 'Biospecifics Tech Cp', 'DivYield': '0', 'MarketCap': '392480000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '6.84', 'PE': '35.13', 'PEG': '1.41', 'Shares': '7162044', 'ImputationCredits': '0', 'Symbol': 'BSTC', 'DPS': '0'}
{'NTA': '0', 'Yield': '-82.63', 'EBITDA': '-11670000', 'Industry': '', 'PtS': '82.3062', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.73', 'Dividend': '0', 'Name': 'Biostage Cmn Stk', 'Description': 'Biostage Cmn Stk', 'DivYield': '0', 'MarketCap': '6480000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.7933', 'PE': '0', 'PEG': '0', 'Shares': '17111170', 'ImputationCredits': '0', 'Symbol': 'BSTG', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-28T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Principal Healthcare Innovators Index', 'Description': 'Principal Healthcare Innovators Index', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'BTEC', 'DPS': '0'}
{'NTA': '0', 'Yield': '-7.11', 'EBITDA': '264250000', 'Industry': '', 'PtS': '3.99', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.65', 'Dividend': '0', 'Name': 'Blue Buffalo Pet Cmn', 'Description': 'Blue Buffalo Pet Cmn', 'DivYield': '0', 'MarketCap': '4590000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '31.33', 'PE': '35.95', 'PEG': '1.8', 'Shares': '196405600', 'ImputationCredits': '0', 'Symbol': 'BUFF', 'DPS': '0'}
{'NTA': '0', 'Yield': '-34.18', 'EBITDA': '-4410000', 'Industry': '', 'PtS': '681.3372', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.126', 'Dividend': '0', 'Name': 'Burcon Nutrascience', 'Description': 'Burcon Nutrascience', 'DivYield': '0', 'MarketCap': '58920000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '14.1421', 'PE': '0', 'PEG': '0', 'Shares': '37825000', 'ImputationCredits': '0', 'Symbol': 'BUR', 'DPS': '0'}
{'NTA': '0', 'Yield': '43.84', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '5.05', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.4', 'Dividend': '0', 'Name': 'First Busey Corp', 'Description': 'First Busey Corp', 'DivYield': '2.48', 'MarketCap': '1120000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.9', 'PE': '21', 'PEG': '2.82', 'Shares': '38095240', 'ImputationCredits': '0', 'Symbol': 'BUSE', 'DPS': '0.72'}
{'NTA': '0', 'Yield': '28.36', 'EBITDA': '-8380000', 'Industry': '', 'PtS': '1.8', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.23', 'Dividend': '0', 'Name': 'Bazaarvoice Inc', 'Description': 'Bazaarvoice Inc', 'DivYield': '0', 'MarketCap': '358390000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.96', 'PE': '0', 'PEG': '29', 'Shares': '83346510', 'ImputationCredits': '0', 'Symbol': 'BV', 'DPS': '0'}
{'NTA': '0', 'Yield': '-23.95', 'EBITDA': '-9910000', 'Industry': 'Computer Software: Prepackaged Software', 'PtS': '3.3087', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.926', 'Dividend': '0', 'Name': 'Broadvision Inc', 'Description': 'Broadvision Inc', 'DivYield': '0', 'MarketCap': '26270000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.5579', 'PE': '0', 'PEG': '0', 'Shares': '4950813', 'ImputationCredits': '0', 'Symbol': 'BVSN', 'DPS': '0'}
{'NTA': '0', 'Yield': '46.46', 'EBITDA': '-3350000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.8', 'Dividend': '0', 'Name': 'Biondvax Pharma Ads', 'Description': 'Biondvax Pharma Ads', 'DivYield': '0', 'MarketCap': '19590000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.77', 'PE': '0', 'PEG': '0', 'Shares': '3377586', 'ImputationCredits': '0', 'Symbol': 'BVXV', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Biondvax Pharma Wt', 'Description': 'Biondvax Pharma Wt', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'BVXVW', 'DPS': '0'}
{'NTA': '0', 'Yield': '146.45', 'EBITDA': '8820000', 'Industry': 'Metal Fabrications', 'PtS': '0.64', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.02', 'Dividend': '0', 'Name': 'Broadwind Energy Inc', 'Description': 'Broadwind Energy Inc', 'DivYield': '0', 'MarketCap': '124130000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '1.69', 'PE': '396.67', 'PEG': '1.08', 'Shares': '14901560', 'ImputationCredits': '0', 'Symbol': 'BWEN', 'DPS': '0'}
{'NTA': '0', 'Yield': '66.14', 'EBITDA': '0', 'Industry': '', 'PtS': '4.79', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.62', 'Dividend': '0', 'Name': 'Bankwell Financial', 'Description': 'Bankwell Financial', 'DivYield': '0.92', 'MarketCap': '228050000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.57', 'PE': '18.71', 'PEG': '0', 'Shares': '7523920', 'ImputationCredits': '0', 'Symbol': 'BWFG', 'DPS': '0.28'}
{'NTA': '0', 'Yield': '-0.64', 'EBITDA': '48580000', 'Industry': 'Property-Casualty Insurers', 'PtS': '1.1009', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.92', 'Dividend': '0', 'Name': 'Baldwin Lyons Cl A', 'Description': 'Baldwin Lyons Cl A', 'DivYield': '4.56', 'MarketCap': '354640000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '0.8673', 'PE': '12.2291', 'PEG': '0', 'Shares': '15103980', 'ImputationCredits': '0', 'Symbol': 'BWINA', 'DPS': '1.08'}
{'NTA': '0', 'Yield': '0.04', 'EBITDA': '48580000', 'Industry': 'Property-Casualty Insurers', 'PtS': '1.15', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.92', 'Dividend': '0', 'Name': 'Baldwin Lyons Cl B', 'Description': 'Baldwin Lyons Cl B', 'DivYield': '4.59', 'MarketCap': '369290000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '0.91', 'PE': '12.73', 'PEG': '1.69', 'Shares': '15103890', 'ImputationCredits': '0', 'Symbol': 'BWINB', 'DPS': '1.08'}
{'NTA': '0', 'Yield': '14.28', 'EBITDA': '297270000', 'Industry': 'Restaurants', 'PtS': '1.32', 'DateTime': '2017-03-31T00:00:00', 'EPS': '5.12', 'Dividend': '0', 'Name': 'Buffalo Wild Wings', 'Description': 'Buffalo Wild Wings', 'DivYield': '0', 'MarketCap': '2660000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '5.09', 'PE': '29.83', 'PEG': '1.58', 'Shares': '17414080', 'ImputationCredits': '0', 'Symbol': 'BWLD', 'DPS': '0'}
{'NTA': '0', 'Yield': '54.22', 'EBITDA': '0', 'Industry': '', 'PtS': '2.99', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.16', 'Dividend': '0', 'Name': 'Bay Bancorp Inc', 'Description': 'Bay Bancorp Inc', 'DivYield': '0', 'MarketCap': '82080000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.28', 'PE': '49.06', 'PEG': '0', 'Shares': '10456050', 'ImputationCredits': '0', 'Symbol': 'BYBK', 'DPS': '0'}
{'NTA': '0', 'Yield': '-9.5', 'EBITDA': '0', 'Industry': 'Savings Institutions', 'PtS': '3.78', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.12', 'Dividend': '0', 'Name': 'Broadway Fin Cp', 'Description': 'Broadway Fin Cp', 'DivYield': '0', 'MarketCap': '49410000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.08', 'PE': '15.08', 'PEG': '0', 'Shares': '27298340', 'ImputationCredits': '0', 'Symbol': 'BYFC', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Beyondspring Inc. Ordinary Shares', 'Description': 'Beyondspring Inc. Ordinary Shares', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'BYSI', 'DPS': '0'}
{'NTA': '0', 'Yield': '158.48', 'EBITDA': '18010000', 'Industry': '', 'PtS': '1.58', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.23', 'Dividend': '0', 'Name': 'Baozun Inc Ads', 'Description': 'Baozun Inc Ads', 'DivYield': '0', 'MarketCap': '793870000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.42', 'PE': '64.68', 'PEG': '5.42', 'Shares': '53137220', 'ImputationCredits': '0', 'Symbol': 'BZUN', 'DPS': '0'}
{'NTA': '0', 'Yield': '6.95', 'EBITDA': '1280000000', 'Industry': 'Computer Software: Prepackaged Software', 'PtS': '3.29', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.89', 'Dividend': '0', 'Name': 'CA Inc', 'Description': 'CA Inc', 'DivYield': '3.2', 'MarketCap': '13260000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '2.36', 'PE': '16.82', 'PEG': '21.7', 'Shares': '418032800', 'ImputationCredits': '0', 'Symbol': 'CA', 'DPS': '1.02'}
{'NTA': '0', 'Yield': '14.45', 'EBITDA': '39400000', 'Industry': 'Auto Parts:O.E.M.', 'PtS': '0.38', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.73', 'Dividend': '0', 'Name': 'China Automotive Sys', 'Description': 'China Automotive Sys', 'DivYield': '0', 'MarketCap': '161700000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '0.53', 'PE': '6.99', 'PEG': '0.74', 'Shares': '31705880', 'ImputationCredits': '0', 'Symbol': 'CAAS', 'DPS': '0'}
{'NTA': '0', 'Yield': '1.22', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '4.73', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.57', 'Dividend': '0', 'Name': 'Camden Natl Cp', 'Description': 'Camden Natl Cp', 'DivYield': '2.15', 'MarketCap': '682310000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.76', 'PE': '17.14', 'PEG': '0', 'Shares': '15492960', 'ImputationCredits': '0', 'Symbol': 'CAC', 'DPS': '0.92'}
{'NTA': '0', 'Yield': '27.44', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '4.8', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.23', 'Dividend': '0', 'Name': 'Cascade Bancorp', 'Description': 'Cascade Bancorp', 'DivYield': '0', 'MarketCap': '579120000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.59', 'PE': '33.52', 'PEG': '2.23', 'Shares': '75112840', 'ImputationCredits': '0', 'Symbol': 'CACB', 'DPS': '0'}
{'NTA': '0', 'Yield': '1.6', 'EBITDA': '0', 'Industry': 'Finance: Consumer Services', 'PtS': '5.11', 'DateTime': '2017-03-31T00:00:00', 'EPS': '16.31', 'Dividend': '0', 'Name': 'Credit Acceptance', 'Description': 'Credit Acceptance', 'DivYield': '0', 'MarketCap': '3970000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '3.4', 'PE': '12.23', 'PEG': '1.87', 'Shares': '19908730', 'ImputationCredits': '0', 'Symbol': 'CACC', 'DPS': '0'}
{'NTA': '0', 'Yield': '103.43', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '4.49', 'Dividend': '0', 'Name': 'Caesars Acquisition', 'Description': 'Caesars Acquisition', 'DivYield': '0', 'MarketCap': '2140000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.23', 'PE': '3.43', 'PEG': '0', 'Shares': '138961000', 'ImputationCredits': '0', 'Symbol': 'CACQ', 'DPS': '0'}
{'NTA': '0', 'Yield': '5.77', 'EBITDA': '-15730000', 'Industry': 'Engineering & Construction', 'PtS': '0.14', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-10.39', 'Dividend': '0', 'Name': 'China Advanced Const', 'Description': 'China Advanced Const', 'DivYield': '0', 'MarketCap': '6560000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Basic Industries', 'PtB': '0.62', 'PE': '0', 'PEG': '0', 'Shares': '2385455', 'ImputationCredits': '0', 'Symbol': 'CADC', 'DPS': '0'}
{'NTA': '0', 'Yield': '-13.95', 'EBITDA': '47320000', 'Industry': '', 'PtS': '5.78', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.26', 'Dividend': '0', 'Name': '8Point3 Energy Cl A', 'Description': '8Point3 Energy Cl A', 'DivYield': '7.97', 'MarketCap': '366060000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.3', 'PE': '10.31', 'PEG': '0.8', 'Shares': '28072090', 'ImputationCredits': '0', 'Symbol': 'CAFD', 'DPS': '1'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-6860000', 'Industry': '', 'PtS': '1.1123', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-8.398', 'Dividend': '0', 'Name': 'Cachet Financial Solutions Inc', 'Description': 'Cachet Financial Solutions Inc', 'DivYield': '0', 'MarketCap': '8960000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '2111365', 'ImputationCredits': '0', 'Symbol': 'CAFN', 'DPS': '0'}
{'NTA': '0', 'Yield': '24.21', 'EBITDA': '289120000', 'Industry': 'Restaurants', 'PtS': '1.24', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.83', 'Dividend': '0', 'Name': 'Cheesecake Fact', 'Description': 'Cheesecake Fact', 'DivYield': '1.56', 'MarketCap': '2800000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '4.66', 'PE': '21.59', 'PEG': '1.74', 'Shares': '45819020', 'ImputationCredits': '0', 'Symbol': 'CAKE', 'DPS': '0.96'}
{'NTA': '0', 'Yield': '116.7', 'EBITDA': '-37740000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.95', 'Dividend': '0', 'Name': 'Calithera Biosci Com', 'Description': 'Calithera Biosci Com', 'DivYield': '0', 'MarketCap': '316760000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '5', 'PE': '0', 'PEG': '-0.13', 'Shares': '27425110', 'ImputationCredits': '0', 'Symbol': 'CALA', 'DPS': '0'}
{'NTA': '0', 'Yield': '16.67', 'EBITDA': '-7220000', 'Industry': 'EDP Services', 'PtS': '6.38', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.32', 'Dividend': '0', 'Name': 'Callidus Software', 'Description': 'Callidus Software', 'DivYield': '0', 'MarketCap': '1360000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '5.57', 'PE': '0', 'PEG': '3.23', 'Shares': '63700240', 'ImputationCredits': '0', 'Symbol': 'CALD', 'DPS': '0'}
{'NTA': '0', 'Yield': '38.53', 'EBITDA': '783885', 'Industry': 'Motor Vehicles', 'PtS': '0.01', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.1', 'Dividend': '0', 'Name': 'China Auto Logistics', 'Description': 'China Auto Logistics', 'DivYield': '0', 'MarketCap': '6090000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '0.25', 'PE': '0', 'PEG': '0', 'Shares': '4033113', 'ImputationCredits': '0', 'Symbol': 'CALI', 'DPS': '0'}
{'NTA': '0', 'Yield': '41.09', 'EBITDA': '18510000', 'Industry': 'Telecommunications Equipment', 'PtS': '1.41', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.35', 'Dividend': '0', 'Name': 'Magicjack Vocaltec L', 'Description': 'Magicjack Vocaltec L', 'DivYield': '0', 'MarketCap': '137230000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Public Utilities', 'PtB': '2.33', 'PE': '24.43', 'PEG': '0.34', 'Shares': '16050290', 'ImputationCredits': '0', 'Symbol': 'CALL', 'DPS': '0'}
{'NTA': '0', 'Yield': '-27.5', 'EBITDA': '-47030000', 'Industry': 'Farming/Seeds/Milling', 'PtS': '1.62', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.19', 'Dividend': '0', 'Name': 'Cal-Maine Foods In', 'Description': 'Cal-Maine Foods In', 'DivYield': '0', 'MarketCap': '1790000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '2.06', 'PE': '0', 'PEG': '-0.62', 'Shares': '48641300', 'ImputationCredits': '0', 'Symbol': 'CALM', 'DPS': '0'}
{'NTA': '0', 'Yield': '12.16', 'EBITDA': '36230000', 'Industry': 'Radio And Television Broadcasting And Communications Equipment', 'PtS': '1.75', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.05', 'Dividend': '0', 'Name': 'Calamp Corp', 'Description': 'Calamp Corp', 'DivYield': '0', 'MarketCap': '582170000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '3.48', 'PE': '328.8', 'PEG': '0.81', 'Shares': '35411800', 'ImputationCredits': '0', 'Symbol': 'CAMP', 'DPS': '0'}
{'NTA': '0', 'Yield': '72.4', 'EBITDA': '11020000', 'Industry': 'Electronic Components', 'PtS': '1.2', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.13', 'Dividend': '0', 'Name': 'Camtek Ltd', 'Description': 'Camtek Ltd', 'DivYield': '0', 'MarketCap': '134680000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '1.79', 'PE': '29.31', 'PEG': '0.95', 'Shares': '35349080', 'ImputationCredits': '0', 'Symbol': 'CAMT', 'DPS': '0'}
{'NTA': '0', 'Yield': '-41.8', 'EBITDA': '-13300000', 'Industry': '', 'PtS': '22.91', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.01', 'Dividend': '0', 'Name': 'Capnia Inc Cmn Stk', 'Description': 'Capnia Inc Cmn Stk', 'DivYield': '0', 'MarketCap': '33710000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.41', 'PE': '0', 'PEG': '0', 'Shares': '47478870', 'ImputationCredits': '0', 'Symbol': 'CAPN', 'DPS': '0'}
{'NTA': '0', 'Yield': '-50', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Capnia Inc A Wrnt', 'Description': 'Capnia Inc A Wrnt', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'CAPNW', 'DPS': '0'}
{'NTA': '0', 'Yield': '-14.21', 'EBITDA': '-16850000', 'Industry': '', 'PtS': '17.23', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.01', 'Dividend': '0', 'Name': 'Capricor Therap Cmn', 'Description': 'Capricor Therap Cmn', 'DivYield': '0', 'MarketCap': '72330000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '21399410', 'ImputationCredits': '0', 'Symbol': 'CAPR', 'DPS': '0'}
{'NTA': '0', 'Yield': '19.88', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '0', 'DateTime': '2017-03-13T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Elkhorn S&P 500 Cap', 'Description': 'Elkhorn S&P 500 Cap', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'CAPX', 'DPS': '0'}
{'NTA': '0', 'Yield': '17.85', 'EBITDA': '1040000000', 'Industry': 'Rental/Leasing Companies', 'PtS': '0.29', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.75', 'Dividend': '0', 'Name': 'Avis Budget Group I', 'Description': 'Avis Budget Group I', 'DivYield': '0', 'MarketCap': '2540000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '11.45', 'PE': '16.9', 'PEG': '1.21', 'Shares': '85868830', 'ImputationCredits': '0', 'Symbol': 'CAR', 'DPS': '0'}
{'NTA': '0', 'Yield': '201.48', 'EBITDA': '-56940000', 'Industry': '', 'PtS': '5955.86', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.1', 'Dividend': '0', 'Name': 'Cara Therapeutics', 'Description': 'Cara Therapeutics', 'DivYield': '0', 'MarketCap': '502100000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '10.1', 'PE': '0', 'PEG': '0', 'Shares': '27302880', 'ImputationCredits': '0', 'Symbol': 'CARA', 'DPS': '0'}
{'NTA': '0', 'Yield': '169.23', 'EBITDA': '14140000', 'Industry': '', 'PtS': '2.64', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.15', 'Dividend': '0', 'Name': 'Carbonite Inc', 'Description': 'Carbonite Inc', 'DivYield': '0', 'MarketCap': '571510000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '91.08', 'PE': '0', 'PEG': '1.29', 'Shares': '28153200', 'ImputationCredits': '0', 'Symbol': 'CARB', 'DPS': '0'}
{'NTA': '0', 'Yield': '59.57', 'EBITDA': '0', 'Industry': '', 'PtS': '4.44', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.42', 'Dividend': '0', 'Name': 'Carolina Finacl Cmn', 'Description': 'Carolina Finacl Cmn', 'DivYield': '0.53', 'MarketCap': '370080000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.26', 'PE': '21.13', 'PEG': '0', 'Shares': '12336000', 'ImputationCredits': '0', 'Symbol': 'CARO', 'DPS': '0.16'}
{'NTA': '0', 'Yield': '30.16', 'EBITDA': '0', 'Industry': 'Regional - Mid-Atlantic Banks', 'PtS': '2.58', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.24', 'Dividend': '0', 'Name': 'Carolina Trust Bank', 'Description': 'Carolina Trust Bank', 'DivYield': '0', 'MarketCap': '37670000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.3', 'PE': '33.75', 'PEG': '0', 'Shares': '4650618', 'ImputationCredits': '0', 'Symbol': 'CART', 'DPS': '0'}
{'NTA': '0', 'Yield': '-28.93', 'EBITDA': '0', 'Industry': 'Savings Institutions', 'PtS': '0.52', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.41', 'Dividend': '0', 'Name': 'Carver Bancorp', 'Description': 'Carver Bancorp', 'DivYield': '0', 'MarketCap': '13530000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '2.18', 'PE': '0', 'PEG': '0', 'Shares': '3696721', 'ImputationCredits': '0', 'Symbol': 'CARV', 'DPS': '0'}
{'NTA': '0', 'Yield': '11.04', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'First Trust Nq Gbl Auto', 'Description': 'First Trust Nq Gbl Auto', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'CARZ', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-42860000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-3.13', 'Dividend': '0', 'Name': 'Cascadian Therapeutics Inc', 'Description': 'Cascadian Therapeutics Inc', 'DivYield': '0', 'MarketCap': '200820000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.19', 'PE': '0', 'PEG': '0', 'Shares': '49220590', 'ImputationCredits': '0', 'Symbol': 'CASC', 'DPS': '0'}
{'NTA': '0', 'Yield': '78.36', 'EBITDA': '0', 'Industry': 'Savings Institutions', 'PtS': '4.59', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.53', 'Dividend': '0', 'Name': 'Meta Financial Grp', 'Description': 'Meta Financial Grp', 'DivYield': '0.6', 'MarketCap': '827030000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '2.19', 'PE': '25.09', 'PEG': '0', 'Shares': '9344972', 'ImputationCredits': '0', 'Symbol': 'CASH', 'DPS': '0.52'}
{'NTA': '0', 'Yield': '-2.11', 'EBITDA': '-8390000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.21', 'Dividend': '0', 'Name': 'Casi Phrmactcls Inc', 'Description': 'Casi Phrmactcls Inc', 'DivYield': '0', 'MarketCap': '85480000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '4.23', 'PE': '0', 'PEG': '0', 'Shares': '60197180', 'ImputationCredits': '0', 'Symbol': 'CASI', 'DPS': '0'}
{'NTA': '0', 'Yield': '-27.5', 'EBITDA': '-3850000', 'Industry': 'Medical/Dental Instruments', 'PtS': '1.73', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.17', 'Dividend': '0', 'Name': 'Cas Medical Sys Inc', 'Description': 'Cas Medical Sys Inc', 'DivYield': '0', 'MarketCap': '39040000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '0', 'PE': '0', 'PEG': '-0.43', 'Shares': '26924140', 'ImputationCredits': '0', 'Symbol': 'CASM', 'DPS': '0'}
{'NTA': '0', 'Yield': '33.62', 'EBITDA': '37770000', 'Industry': 'Business Services', 'PtS': '5.91', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.15', 'Dividend': '0', 'Name': 'Cass Information Sys', 'Description': 'Cass Information Sys', 'DivYield': '1.44', 'MarketCap': '740120000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Miscellaneous', 'PtB': '3.58', 'PE': '30.74', 'PEG': '0', 'Shares': '11196970', 'ImputationCredits': '0', 'Symbol': 'CASS', 'DPS': '0.92'}
{'NTA': '0', 'Yield': '0.22', 'EBITDA': '530370000', 'Industry': 'Automotive Aftermarket', 'PtS': '0.68', 'DateTime': '2017-03-31T00:00:00', 'EPS': '4.91', 'Dividend': '0', 'Name': "Casey's General Stor", 'Description': "Casey's General Stor", 'DivYield': '0.87', 'MarketCap': '4400000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '3.58', 'PE': '22.86', 'PEG': '2.92', 'Shares': '39198220', 'ImputationCredits': '0', 'Symbol': 'CASY', 'DPS': '0.96'}
{'NTA': '0', 'Yield': '-63.72', 'EBITDA': '-35160000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.22', 'Dividend': '0', 'Name': 'Catabasis Pharma Cmn', 'Description': 'Catabasis Pharma Cmn', 'DivYield': '0', 'MarketCap': '27780000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.85', 'PE': '0', 'PEG': '0', 'Shares': '18897960', 'ImputationCredits': '0', 'Symbol': 'CATB', 'DPS': '0'}
{'NTA': '0', 'Yield': '14.5', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-30T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Glbl X SP 500 Cth V', 'Description': 'Glbl X SP 500 Cth V', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'CATH', 'DPS': '0'}
{'NTA': '0', 'Yield': '18.59', 'EBITDA': '297500000', 'Industry': 'Business Services', 'PtS': '1.68', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.92', 'Dividend': '0', 'Name': 'Cardtronics Inc', 'Description': 'Cardtronics Inc', 'DivYield': '0', 'MarketCap': '2130000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Miscellaneous', 'PtB': '4.62', 'PE': '24.36', 'PEG': '1.12', 'Shares': '45561500', 'ImputationCredits': '0', 'Symbol': 'CATM', 'DPS': '0'}
{'NTA': '0', 'Yield': '23.46', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '6.71', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.19', 'Dividend': '0', 'Name': 'Cathay Genl Bncp', 'Description': 'Cathay Genl Bncp', 'DivYield': '2.16', 'MarketCap': '3140000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.71', 'PE': '17.99', 'PEG': '2.11', 'Shares': '79695430', 'ImputationCredits': '0', 'Symbol': 'CATY', 'DPS': '0.84'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-28T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Cathay General Banc', 'Description': 'Cathay General Banc', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'CATYW', 'DPS': '0'}
{'NTA': '0', 'Yield': '45.15', 'EBITDA': '14200000', 'Industry': 'Semiconductors', 'PtS': '8.04', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.42', 'Dividend': '0', 'Name': 'Cavium Inc', 'Description': 'Cavium Inc', 'DivYield': '0', 'MarketCap': '4860000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '6.47', 'PE': '0', 'PEG': '0.84', 'Shares': '67820260', 'ImputationCredits': '0', 'Symbol': 'CAVM', 'DPS': '0'}
{'NTA': '0', 'Yield': '-47.67', 'EBITDA': '-11370000', 'Industry': 'Industrial Machinery/Components', 'PtS': '2.869', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.691', 'Dividend': '0', 'Name': 'China Bak Battery', 'Description': 'China Bak Battery', 'DivYield': '0', 'MarketCap': '26360000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Energy', 'PtB': '1.893', 'PE': '0', 'PEG': '0', 'Shares': '19598510', 'ImputationCredits': '0', 'Symbol': 'CBAK', 'DPS': '0'}
{'NTA': '0', 'Yield': '48.29', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '2.5', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.84', 'Dividend': '0', 'Name': 'Colony Bankcorp Inc', 'Description': 'Colony Bankcorp Inc', 'DivYield': '0.72', 'MarketCap': '115190000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.38', 'PE': '16.25', 'PEG': '0', 'Shares': '8438828', 'ImputationCredits': '0', 'Symbol': 'CBAN', 'DPS': '0.1'}
{'NTA': '0', 'Yield': '64.75', 'EBITDA': '-25560000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.14', 'Dividend': '0', 'Name': 'Cymabay Therapeutics', 'Description': 'Cymabay Therapeutics', 'DivYield': '0', 'MarketCap': '123630000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '25.54', 'PE': '0', 'PEG': '0', 'Shares': '28751160', 'ImputationCredits': '0', 'Symbol': 'CBAY', 'DPS': '0'}
{'NTA': '0', 'Yield': '43.57', 'EBITDA': '0', 'Industry': '', 'PtS': '7.24', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.28', 'Dividend': '0', 'Name': 'Capital Bnk Fin Cl A', 'Description': 'Capital Bnk Fin Cl A', 'DivYield': '1.13', 'MarketCap': '2240000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.74', 'PE': '33.91', 'PEG': '2.31', 'Shares': '51612900', 'ImputationCredits': '0', 'Symbol': 'CBF', 'DPS': '0.48'}
{'NTA': '0', 'Yield': '30.96', 'EBITDA': '0', 'Industry': '', 'PtS': '3.4', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.86', 'Dividend': '0', 'Name': 'Cb Financial Svc Cmn', 'Description': 'Cb Financial Svc Cmn', 'DivYield': '3.08', 'MarketCap': '115690000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.31', 'PE': '15.24', 'PEG': '0', 'Shares': '4087986', 'ImputationCredits': '0', 'Symbol': 'CBFV', 'DPS': '0.88'}
{'NTA': '0', 'Yield': '-55.41', 'EBITDA': '-19030000', 'Industry': '', 'PtS': '23.16', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-21.75', 'Dividend': '0', 'Name': 'Catalyst Bio Cmn', 'Description': 'Catalyst Bio Cmn', 'DivYield': '0', 'MarketCap': '9430000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.46', 'PE': '0', 'PEG': '0.02', 'Shares': '1000000', 'ImputationCredits': '0', 'Symbol': 'CBIO', 'DPS': '0'}
{'NTA': '0', 'Yield': '-30.13', 'EBITDA': '-6290000', 'Industry': 'Biotechnology: Commercial Physical & Biological Resarch', 'PtS': '4.81', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.24', 'Dividend': '0', 'Name': 'Cleveland Biolabs', 'Description': 'Cleveland Biolabs', 'DivYield': '0', 'MarketCap': '16700000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '2.25', 'PE': '0', 'PEG': '0', 'Shares': '10986840', 'ImputationCredits': '0', 'Symbol': 'CBLI', 'DPS': '0'}
{'NTA': '0', 'Yield': '-31.67', 'EBITDA': '-21170000', 'Industry': '', 'PtS': '275.19', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.09', 'Dividend': '0', 'Name': 'Cellular Biomedicine', 'Description': 'Cellular Biomedicine', 'DivYield': '0', 'MarketCap': '168520000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.62', 'PE': '0', 'PEG': '0', 'Shares': '14281360', 'ImputationCredits': '0', 'Symbol': 'CBMG', 'DPS': '0'}
{'NTA': '0', 'Yield': '90.56', 'EBITDA': '-3730000', 'Industry': 'Biotechnology: Laboratory Analytical Instruments', 'PtS': '1', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-3.27', 'Dividend': '0', 'Name': 'Combimatrix Corp', 'Description': 'Combimatrix Corp', 'DivYield': '0', 'MarketCap': '12740000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '1.85', 'PE': '0', 'PEG': '0', 'Shares': '2862921', 'ImputationCredits': '0', 'Symbol': 'CBMX', 'DPS': '0'}
{'NTA': '0', 'Yield': '-38.1', 'EBITDA': '0', 'Industry': 'Biotechnology: Laboratory Analytical Instruments', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.72', 'Dividend': '0', 'Name': 'Combimatrix Corp Wt', 'Description': 'Combimatrix Corp Wt', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'CBMXW', 'DPS': '0'}
{'NTA': '0', 'Yield': '30.84', 'EBITDA': '357260000', 'Industry': 'Investment Bankers/Brokers/Service', 'PtS': '9.9', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.27', 'Dividend': '0', 'Name': 'CBOE Holdings Inc', 'Description': 'CBOE Holdings Inc', 'DivYield': '1.26', 'MarketCap': '6590000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '20.46', 'PE': '35.71', 'PEG': '1.32', 'Shares': '81287780', 'ImputationCredits': '0', 'Symbol': 'CBOE', 'DPS': '1'}
{'NTA': '0', 'Yield': '-14.42', 'EBITDA': '156650000', 'Industry': 'Biotechnology: Biological Products (No Diagnostic Substances)', 'PtS': '7.97', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.74', 'Dividend': '0', 'Name': 'China Biologic Produ', 'Description': 'China Biologic Produ', 'DivYield': '0', 'MarketCap': '2720000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '5.88', 'PE': '26.77', 'PEG': '1.22', 'Shares': '27164690', 'ImputationCredits': '0', 'Symbol': 'CBPO', 'DPS': '0'}
{'NTA': '0', 'Yield': '8.77', 'EBITDA': '385350000', 'Industry': 'Restaurants', 'PtS': '1.31', 'DateTime': '2017-03-31T00:00:00', 'EPS': '8.35', 'Dividend': '0', 'Name': 'Cracker Barrel', 'Description': 'Cracker Barrel', 'DivYield': '2.94', 'MarketCap': '3830000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '6.6', 'PE': '19.07', 'PEG': '2.12', 'Shares': '24050240', 'ImputationCredits': '0', 'Symbol': 'CBRL', 'DPS': '4.6'}
{'NTA': '0', 'Yield': '19.95', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '5.14', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.61', 'Dividend': '0', 'Name': 'Commerce Bancshares', 'Description': 'Commerce Bancshares', 'DivYield': '1.63', 'MarketCap': '5710000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '2.44', 'PE': '21.48', 'PEG': '3.7', 'Shares': '101673800', 'ImputationCredits': '0', 'Symbol': 'CBSH', 'DPS': '0.9'}
{'NTA': '0', 'Yield': '-5.79', 'EBITDA': '0', 'Industry': '', 'PtS': '2.35', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.61', 'Dividend': '0', 'Name': 'Commerce BNC B Dep', 'Description': 'Commerce BNC B Dep', 'DivYield': '5.8', 'MarketCap': '2630000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.12', 'PE': '9.89', 'PEG': '0', 'Shares': '101740800', 'ImputationCredits': '0', 'Symbol': 'CBSHP', 'DPS': '1.5'}
{'NTA': '0', 'Yield': '44.33', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '2.83', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.69', 'Dividend': '0', 'Name': 'Capital City Bank Gr', 'Description': 'Capital City Bank Gr', 'DivYield': '0.95', 'MarketCap': '362560000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.31', 'PE': '31', 'PEG': '4.42', 'Shares': '16949980', 'ImputationCredits': '0', 'Symbol': 'CCBG', 'DPS': '0.2'}
{'NTA': '0', 'Yield': '-25.33', 'EBITDA': '13370000', 'Industry': 'Building Materials', 'PtS': '0.05', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-20.41', 'Dividend': '0', 'Name': 'China Ceramics Co', 'Description': 'China Ceramics Co', 'DivYield': '0', 'MarketCap': '5990000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '0.04', 'PE': '0', 'PEG': '0', 'Shares': '2747707', 'ImputationCredits': '0', 'Symbol': 'CCCL', 'DPS': '0'}
{'NTA': '0', 'Yield': '60', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.6', 'Dividend': '0', 'Name': 'China Commercial Cre', 'Description': 'China Commercial Cre', 'DivYield': '0', 'MarketCap': '17300000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '5.95', 'PE': '0', 'PEG': '0', 'Shares': '16634620', 'ImputationCredits': '0', 'Symbol': 'CCCR', 'DPS': '0'}
{'NTA': '0', 'Yield': '9.02', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Calams Dy Cnv In Cmn', 'Description': 'Calams Dy Cnv In Cmn', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'CCD', 'DPS': '0'}
{'NTA': '0', 'Yield': '-81.14', 'EBITDA': '-48300000', 'Industry': 'EDP Services', 'PtS': '0.25', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.23', 'Dividend': '0', 'Name': 'Chinacache Hldgs ADR', 'Description': 'Chinacache Hldgs ADR', 'DivYield': '0', 'MarketCap': '41100000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '0.98', 'PE': '0', 'PEG': '0', 'Shares': '26346150', 'ImputationCredits': '0', 'Symbol': 'CCIH', 'DPS': '0'}
{'NTA': '0', 'Yield': '11.36', 'EBITDA': '83880000', 'Industry': '', 'PtS': '1.01', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-4.07', 'Dividend': '0', 'Name': 'Csi Compressco Cmn', 'Description': 'Csi Compressco Cmn', 'DivYield': '15.83', 'MarketCap': '327670000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.24', 'PE': '0', 'PEG': '4.92', 'Shares': '33435720', 'ImputationCredits': '0', 'Symbol': 'CCLP', 'DPS': '1.51'}
{'NTA': '0', 'Yield': '82.88', 'EBITDA': '115110000', 'Industry': 'Semiconductors', 'PtS': '4.11', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.86', 'Dividend': '0', 'Name': 'Cabot Microelectron', 'Description': 'Cabot Microelectron', 'DivYield': '1.06', 'MarketCap': '1880000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '3.63', 'PE': '26.83', 'PEG': '2.48', 'Shares': '24539880', 'ImputationCredits': '0', 'Symbol': 'CCMP', 'DPS': '0.8'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '28310000', 'Industry': '', 'PtS': '0.67', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.86', 'Dividend': '0', 'Name': 'Cardconnect Corp', 'Description': 'Cardconnect Corp', 'DivYield': '0', 'MarketCap': '393340000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '29136300', 'ImputationCredits': '0', 'Symbol': 'CCN', 'DPS': '0'}
{'NTA': '0', 'Yield': '33.54', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '7.69', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.42', 'Dividend': '0', 'Name': 'Cnb Financial Corp', 'Description': 'Cnb Financial Corp', 'DivYield': '2.61', 'MarketCap': '688840000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.72', 'PE': '16.82', 'PEG': '0', 'Shares': '28833820', 'ImputationCredits': '0', 'Symbol': 'CCNE', 'DPS': '0.66'}
{'NTA': '0', 'Yield': '11.24', 'EBITDA': '135230000', 'Industry': 'Computer Software: Prepackaged Software', 'PtS': '4.38', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.33', 'Dividend': '0', 'Name': 'Cogent Comm Hldgs', 'Description': 'Cogent Comm Hldgs', 'DivYield': '3.97', 'MarketCap': '1920000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '0', 'PE': '130.45', 'PEG': '1.7', 'Shares': '44599300', 'ImputationCredits': '0', 'Symbol': 'CCOI', 'DPS': '1.68'}
{'NTA': '0', 'Yield': '21.48', 'EBITDA': '9590000', 'Industry': '', 'PtS': '3.56', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.47', 'Dividend': '0', 'Name': 'China Customer Ord', 'Description': 'China Customer Ord', 'DivYield': '0', 'MarketCap': '249820000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '9.39', 'PE': '29.12', 'PEG': '0', 'Shares': '18328690', 'ImputationCredits': '0', 'Symbol': 'CCRC', 'DPS': '0'}
{'NTA': '0', 'Yield': '15.53', 'EBITDA': '41320000', 'Industry': 'Professional Services', 'PtS': '0.56', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.15', 'Dividend': '0', 'Name': 'Cross Ctry Hlthcr', 'Description': 'Cross Ctry Hlthcr', 'DivYield': '0', 'MarketCap': '473650000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '3.05', 'PE': '93.86', 'PEG': '0.79', 'Shares': '32983980', 'ImputationCredits': '0', 'Symbol': 'CCRN', 'DPS': '0'}
{'NTA': '0', 'Yield': '-19.8', 'EBITDA': '-1740000', 'Industry': 'Computer Manufacturing', 'PtS': '0.74', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.86', 'Dividend': '0', 'Name': 'Concurrent Computer', 'Description': 'Concurrent Computer', 'DivYield': '9.98', 'MarketCap': '44990000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '2.83', 'PE': '0', 'PEG': '0', 'Shares': '9257202', 'ImputationCredits': '0', 'Symbol': 'CCUR', 'DPS': '0.48'}
{'NTA': '0', 'Yield': '203.33', 'EBITDA': '-40370000', 'Industry': '', 'PtS': '28.56', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.86', 'Dividend': '0', 'Name': 'Chemocentryx Inc', 'Description': 'Chemocentryx Inc', 'DivYield': '0', 'MarketCap': '350550000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '6.82', 'PE': '0', 'PEG': '0', 'Shares': '48152480', 'ImputationCredits': '0', 'Symbol': 'CCXI', 'DPS': '0'}
{'NTA': '0', 'Yield': '14.06', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Victory Cemp US Eq I', 'Description': 'Victory Cemp US Eq I', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'CDC', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '57250000', 'Industry': '', 'PtS': '36.89', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.05', 'Dividend': '0', 'Name': 'Centennial Resource Development Inc', 'Description': 'Centennial Resource Development Inc', 'DivYield': '0', 'MarketCap': '3680000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.54', 'PE': '0', 'PEG': '0', 'Shares': '201865100', 'ImputationCredits': '0', 'Symbol': 'CDEV', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Centennial Resource Development Inc', 'Description': 'Centennial Resource Development Inc', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'CDEVW', 'DPS': '0'}
{'NTA': '0', 'Yield': '36.66', 'EBITDA': '531000000', 'Industry': '', 'PtS': '4.31', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.76', 'Dividend': '0', 'Name': 'Cdk Global Inc', 'Description': 'Cdk Global Inc', 'DivYield': '0.86', 'MarketCap': '9430000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '85.49', 'PE': '36.87', 'PEG': '2.73', 'Shares': '145054600', 'ImputationCredits': '0', 'Symbol': 'CDK', 'DPS': '0.56'}
{'NTA': '0', 'Yield': '14.75', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.69', 'Dividend': '0', 'Name': 'Victory Cemp US Larg', 'Description': 'Victory Cemp US Larg', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'CDL', 'DPS': '0'}
{'NTA': '0', 'Yield': '-68.47', 'EBITDA': '-12940000', 'Industry': '', 'PtS': '0.91', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.03', 'Dividend': '0', 'Name': 'Caredx Inc Cmn', 'Description': 'Caredx Inc Cmn', 'DivYield': '0', 'MarketCap': '29790000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.91', 'PE': '0', 'PEG': '-0.09', 'Shares': '21278570', 'ImputationCredits': '0', 'Symbol': 'CDNA', 'DPS': '0'}
{'NTA': '0', 'Yield': '35.4', 'EBITDA': '405440000', 'Industry': 'Computer Software: Prepackaged Software', 'PtS': '4.81', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.7', 'Dividend': '0', 'Name': 'Cadence Design Sys', 'Description': 'Cadence Design Sys', 'DivYield': '0', 'MarketCap': '8750000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '11.75', 'PE': '44.86', 'PEG': '2.05', 'Shares': '278662400', 'ImputationCredits': '0', 'Symbol': 'CDNS', 'DPS': '0'}
{'NTA': '0', 'Yield': '386.24', 'EBITDA': '6970000', 'Industry': '', 'PtS': '1.51', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.93', 'Dividend': '0', 'Name': 'Condor Hospitality T', 'Description': 'Condor Hospitality T', 'DivYield': '5.73', 'MarketCap': '69710000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.29', 'PE': '11.1', 'PEG': '0', 'Shares': '6767961', 'ImputationCredits': '0', 'Symbol': 'CDOR', 'DPS': '0.65'}
{'NTA': '0', 'Yield': '-5.61', 'EBITDA': '-5650000', 'Industry': 'Major Chemicals', 'PtS': '0.75', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-3.97', 'Dividend': '0', 'Name': 'Clean Diesel Technol', 'Description': 'Clean Diesel Technol', 'DivYield': '0', 'MarketCap': '28330000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Basic Industries', 'PtB': '4.55', 'PE': '0', 'PEG': '0', 'Shares': '10531600', 'ImputationCredits': '0', 'Symbol': 'CDTI', 'DPS': '0'}
{'NTA': '0', 'Yield': '-41.7', 'EBITDA': '-47700000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-3.32', 'Dividend': '0', 'Name': 'Cidara Thera Cmn', 'Description': 'Cidara Thera Cmn', 'DivYield': '0', 'MarketCap': '131050000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.46', 'PE': '0', 'PEG': '0', 'Shares': '16801280', 'ImputationCredits': '0', 'Symbol': 'CDTX', 'DPS': '0'}
{'NTA': '0', 'Yield': '49.9', 'EBITDA': '1070000000', 'Industry': '', 'PtS': '0.65', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.56', 'Dividend': '0', 'Name': 'CDW Corporation', 'Description': 'CDW Corporation', 'DivYield': '1.12', 'MarketCap': '9200000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '8.8', 'PE': '22.54', 'PEG': '1.45', 'Shares': '159417800', 'ImputationCredits': '0', 'Symbol': 'CDW', 'DPS': '0.64'}
{'NTA': '0', 'Yield': '-39.55', 'EBITDA': '-1740000', 'Industry': '', 'PtS': '3.7', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.08', 'Dividend': '0', 'Name': 'Chromadex Corp CS', 'Description': 'Chromadex Corp CS', 'DivYield': '0', 'MarketCap': '98180000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '9.85', 'PE': '0', 'PEG': '0', 'Shares': '37907340', 'ImputationCredits': '0', 'Symbol': 'CDXC', 'DPS': '0'}
{'NTA': '0', 'Yield': '52.38', 'EBITDA': '-4020000', 'Industry': 'Major Chemicals', 'PtS': '3.98', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.21', 'Dividend': '0', 'Name': 'Codexis Inc', 'Description': 'Codexis Inc', 'DivYield': '0', 'MarketCap': '198630000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Basic Industries', 'PtB': '10.15', 'PE': '0', 'PEG': '-1.01', 'Shares': '41381250', 'ImputationCredits': '0', 'Symbol': 'CDXS', 'DPS': '0'}
{'NTA': '0', 'Yield': '131.9', 'EBITDA': '-8920000', 'Industry': 'Water Supply', 'PtS': '791.16', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.41', 'Dividend': '0', 'Name': 'Cadiz Inc', 'Description': 'Cadiz Inc', 'DivYield': '0', 'MarketCap': '333720000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Public Utilities', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '22174090', 'ImputationCredits': '0', 'Symbol': 'CDZI', 'DPS': '0'}
{'NTA': '0', 'Yield': '59.24', 'EBITDA': '55710000', 'Industry': 'Pollution Control Equipment', 'PtS': '0.88', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.12', 'Dividend': '0', 'Name': 'C E C O Envir', 'Description': 'C E C O Envir', 'DivYield': '2.88', 'MarketCap': '361400000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '1.91', 'PE': '0', 'PEG': '0.77', 'Shares': '34386300', 'ImputationCredits': '0', 'Symbol': 'CECE', 'DPS': '0.3'}
{'NTA': '0', 'Yield': '62.92', 'EBITDA': '55920000', 'Industry': 'Other Consumer Services', 'PtS': '0.85', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.28', 'Dividend': '0', 'Name': 'Career Education', 'Description': 'Career Education', 'DivYield': '0', 'MarketCap': '596250000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '1.86', 'PE': '0', 'PEG': '67', 'Shares': '68534480', 'ImputationCredits': '0', 'Symbol': 'CECO', 'DPS': '0'}
{'NTA': '0', 'Yield': '20.33', 'EBITDA': '4010000000', 'Industry': 'Major Pharmaceuticals', 'PtS': '8.61', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.49', 'Dividend': '0', 'Name': 'Celgene Corp', 'Description': 'Celgene Corp', 'DivYield': '0', 'MarketCap': '96800000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '14.67', 'PE': '49.97', 'PEG': '0.77', 'Shares': '777947400', 'ImputationCredits': '0', 'Symbol': 'CELG', 'DPS': '0'}
{'NTA': '0', 'Yield': '-8.47', 'EBITDA': '0', 'Industry': 'Major Pharmaceuticals', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.92', 'Dividend': '0', 'Name': 'Celgene Cp Cvr', 'Description': 'Celgene Cp Cvr', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'CELGZ', 'DPS': '0'}
{'NTA': '0', 'Yield': '-24.61', 'EBITDA': '-6430000', 'Industry': '', 'PtS': '3.79', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.26', 'Dividend': '0', 'Name': 'Chembio Diagnostics', 'Description': 'Chembio Diagnostics', 'DivYield': '0', 'MarketCap': '65180000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.85', 'PE': '0', 'PEG': '-0.42', 'Shares': '12298110', 'ImputationCredits': '0', 'Symbol': 'CEMI', 'DPS': '0'}
{'NTA': '0', 'Yield': '-77.85', 'EBITDA': '-112960000', 'Industry': '', 'PtS': '11.2', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.35', 'Dividend': '0', 'Name': 'Cempra Inc', 'Description': 'Cempra Inc', 'DivYield': '0', 'MarketCap': '196470000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.1', 'PE': '0', 'PEG': '0', 'Shares': '52392000', 'ImputationCredits': '0', 'Symbol': 'CEMP', 'DPS': '0'}
{'NTA': '0', 'Yield': '127.84', 'EBITDA': '186770000', 'Industry': 'Consumer Specialties', 'PtS': '1', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.17', 'Dividend': '0', 'Name': 'Central Garden', 'Description': 'Central Garden', 'DivYield': '0', 'MarketCap': '1860000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '3.37', 'PE': '30.92', 'PEG': '2.7', 'Shares': '51197360', 'ImputationCredits': '0', 'Symbol': 'CENT', 'DPS': '0'}
{'NTA': '0', 'Yield': '113.14', 'EBITDA': '186770000', 'Industry': 'Consumer Specialties', 'PtS': '0.95', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.17', 'Dividend': '0', 'Name': 'Central Garden & Pet', 'Description': 'Central Garden & Pet', 'DivYield': '0', 'MarketCap': '1780000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '3.19', 'PE': '29.55', 'PEG': '2.45', 'Shares': '51267280', 'ImputationCredits': '0', 'Symbol': 'CENTA', 'DPS': '0'}
{'NTA': '0', 'Yield': '43.88', 'EBITDA': '29620000', 'Industry': 'Aluminum', 'PtS': '0.84', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.9', 'Dividend': '0', 'Name': 'Century Aluminum C', 'Description': 'Century Aluminum C', 'DivYield': '0', 'MarketCap': '1110000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Basic Industries', 'PtB': '1.46', 'PE': '0', 'PEG': '-4.67', 'Shares': '87470450', 'ImputationCredits': '0', 'Symbol': 'CENX', 'DPS': '0'}
{'NTA': '0', 'Yield': '-82.43', 'EBITDA': '-16050000', 'Industry': '', 'PtS': '6.5238', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.865', 'Dividend': '0', 'Name': 'Cerecor Inc Cmn Stk', 'Description': 'Cerecor Inc Cmn Stk', 'DivYield': '0', 'MarketCap': '7250000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '31.8227', 'PE': '0', 'PEG': '0', 'Shares': '10739150', 'ImputationCredits': '0', 'Symbol': 'CERC', 'DPS': '0'}
{'NTA': '0', 'Yield': '-89.16', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Cerecor Inc Cl A Wt', 'Description': 'Cerecor Inc Cl A Wt', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'CERCW', 'DPS': '0'}
{'NTA': '0', 'Yield': '-94.25', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Cerecor Inc Cl B Wt', 'Description': 'Cerecor Inc Cl B Wt', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'CERCZ', 'DPS': '0'}
{'NTA': '0', 'Yield': '4.83', 'EBITDA': '1320000000', 'Industry': 'EDP Services', 'PtS': '3.96', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.85', 'Dividend': '0', 'Name': 'Cerner Corp', 'Description': 'Cerner Corp', 'DivYield': '0', 'MarketCap': '19050000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '4.74', 'PE': '31.23', 'PEG': '1.59', 'Shares': '329755900', 'ImputationCredits': '0', 'Symbol': 'CERN', 'DPS': '0'}
{'NTA': '0', 'Yield': '-28.91', 'EBITDA': '-59480000', 'Industry': 'Medical/Dental Instruments', 'PtS': '12.36', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.62', 'Dividend': '0', 'Name': 'Cerus Corp', 'Description': 'Cerus Corp', 'DivYield': '0', 'MarketCap': '460460000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '7.96', 'PE': '0', 'PEG': '0', 'Shares': '103474200', 'ImputationCredits': '0', 'Symbol': 'CERS', 'DPS': '0'}
{'NTA': '0', 'Yield': '-75.3', 'EBITDA': '-42120000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.647', 'Dividend': '0', 'Name': 'Cerulean Pharma Cmn', 'Description': 'Cerulean Pharma Cmn', 'DivYield': '0', 'MarketCap': '22290000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.3839', 'PE': '0', 'PEG': '0', 'Shares': '27437220', 'ImputationCredits': '0', 'Symbol': 'CERU', 'DPS': '0'}
{'NTA': '0', 'Yield': '-57.78', 'EBITDA': '-4520000', 'Industry': '', 'PtS': '0.21', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-44.38', 'Dividend': '0', 'Name': 'Hongli Clean Energy Technologies Corp', 'Description': 'Hongli Clean Energy Technologies Corp', 'DivYield': '0', 'MarketCap': '5130000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.2', 'PE': '0', 'PEG': '0', 'Shares': '2397196', 'ImputationCredits': '0', 'Symbol': 'CETC', 'DPS': '0'}
{'NTA': '0', 'Yield': '16.54', 'EBITDA': '150050000', 'Industry': 'Broadcasting', 'PtS': '0.67', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.28', 'Dividend': '0', 'Name': 'Central EUR Med A', 'Description': 'Central EUR Med A', 'DivYield': '0', 'MarketCap': '430350000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '143450000', 'ImputationCredits': '0', 'Symbol': 'CETV', 'DPS': '0'}
{'NTA': '0', 'Yield': '73.89', 'EBITDA': '9300000', 'Industry': '', 'PtS': '0.33', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.62', 'Dividend': '0', 'Name': 'Cemtrex Inc Cmn Stk', 'Description': 'Cemtrex Inc Cmn Stk', 'DivYield': '0', 'MarketCap': '35530000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.95', 'PE': '5.69', 'PEG': '0', 'Shares': '10065160', 'ImputationCredits': '0', 'Symbol': 'CETX', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '9300000', 'Industry': '', 'PtS': '0.56', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.62', 'Dividend': '0', 'Name': 'Cemtrex Inc. Series 1 Pfd.', 'Description': 'Cemtrex Inc. Series 1 Pfd.', 'DivYield': '0', 'MarketCap': '62900000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.3', 'PE': '10.08', 'PEG': '0', 'Shares': '10064000', 'ImputationCredits': '0', 'Symbol': 'CETXP', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Cemtrex Inc. Series 1 Warrant', 'Description': 'Cemtrex Inc. Series 1 Warrant', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'CETXW', 'DPS': '0'}
{'NTA': '0', 'Yield': '53.95', 'EBITDA': '17020000', 'Industry': 'Semiconductors', 'PtS': '10.14', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.61', 'Dividend': '0', 'Name': 'Ceva Inc', 'Description': 'Ceva Inc', 'DivYield': '0', 'MarketCap': '742130000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '3.45', 'PE': '56.64', 'PEG': '1.12', 'Shares': '21479880', 'ImputationCredits': '0', 'Symbol': 'CEVA', 'DPS': '0'}
{'NTA': '0', 'Yield': '4.7', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-30T00:00:00', 'EPS': '-0.76', 'Dividend': '0', 'Name': 'Vctry Cemp EM Vlt Wt', 'Description': 'Vctry Cemp EM Vlt Wt', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'CEZ', 'DPS': '0'}
{'NTA': '0', 'Yield': '16.41', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Victory Cemp US 500', 'Description': 'Victory Cemp US 500', 'DivYield': '0', 'MarketCap': '112200000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '2649976000', 'ImputationCredits': '0', 'Symbol': 'CFA', 'DPS': '0'}
{'NTA': '0', 'Yield': '53.96', 'EBITDA': '0', 'Industry': 'Savings Institutions', 'PtS': '2.87', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.05', 'Dividend': '0', 'Name': 'Central Fed Cp', 'Description': 'Central Fed Cp', 'DivYield': '0', 'MarketCap': '34870000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '0.9', 'PE': '44.58', 'PEG': '0', 'Shares': '16294390', 'ImputationCredits': '0', 'Symbol': 'CFBK', 'DPS': '0'}
{'NTA': '0', 'Yield': '52.6', 'EBITDA': '0', 'Industry': '', 'PtS': '4.23', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.92', 'Dividend': '0', 'Name': 'Centrue Financial Cmn', 'Description': 'Centrue Financial Cmn', 'DivYield': '0', 'MarketCap': '169860000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.37', 'PE': '28.38', 'PEG': '0', 'Shares': '6513037', 'ImputationCredits': '0', 'Symbol': 'CFCB', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.02', 'Dividend': '0', 'Name': 'Cf Corp', 'Description': 'Cf Corp', 'DivYield': '0', 'MarketCap': '199530000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '39.88', 'PE': '0', 'PEG': '0', 'Shares': '19933070', 'ImputationCredits': '0', 'Symbol': 'CFCO', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Cf Corporation Units', 'Description': 'Cf Corporation Units', 'DivYield': '0', 'MarketCap': '642000000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '60000000000', 'ImputationCredits': '0', 'Symbol': 'CFCOU', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-30T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Cf Corporation', 'Description': 'Cf Corporation', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'CFCOW', 'DPS': '0'}
{'NTA': '0', 'Yield': '18.69', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '1.8', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.89', 'Dividend': '0', 'Name': 'C&F Financial Corp', 'Description': 'C&F Financial Corp', 'DivYield': '2.91', 'MarketCap': '161360000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.14', 'PE': '11.9', 'PEG': '0', 'Shares': '3485097', 'ImputationCredits': '0', 'Symbol': 'CFFI', 'DPS': '1.32'}
{'NTA': '0', 'Yield': '10.08', 'EBITDA': '0', 'Industry': 'Savings Institutions', 'PtS': '9.1', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.62', 'Dividend': '0', 'Name': 'Capitol Fed Finl Inc', 'Description': 'Capitol Fed Finl Inc', 'DivYield': '2.34', 'MarketCap': '1960000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.43', 'PE': '23.6', 'PEG': '4.65', 'Shares': '133971300', 'ImputationCredits': '0', 'Symbol': 'CFFN', 'DPS': '0.34'}
{'NTA': '0', 'Yield': '-57.87', 'EBITDA': '-52990000', 'Industry': '', 'PtS': '2.84', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.39', 'Dividend': '0', 'Name': 'Conformis Inc CS', 'Description': 'Conformis Inc CS', 'DivYield': '0', 'MarketCap': '228740000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.39', 'PE': '0', 'PEG': '-4.33', 'Shares': '43819920', 'ImputationCredits': '0', 'Symbol': 'CFMS', 'DPS': '0'}
{'NTA': '0', 'Yield': '10.88', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '5.45', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.12', 'Dividend': '0', 'Name': 'Calif First National', 'Description': 'Calif First National', 'DivYield': '2.94', 'MarketCap': '166520000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '0.84', 'PE': '14.5', 'PEG': '0', 'Shares': '10279010', 'ImputationCredits': '0', 'Symbol': 'CFNB', 'DPS': '0.46'}
{'NTA': '0', 'Yield': '35.29', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '4.97', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.5', 'Dividend': '0', 'Name': 'Cardinal Fin Cp', 'Description': 'Cardinal Fin Cp', 'DivYield': '1.84', 'MarketCap': '952460000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '2.08', 'PE': '19.19', 'PEG': '-1.98', 'Shares': '33083020', 'ImputationCredits': '0', 'Symbol': 'CFNL', 'DPS': '0.52'}
{'NTA': '0', 'Yield': '15.58', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Victory Cemp Us500E', 'Description': 'Victory Cemp Us500E', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'CFO', 'DPS': '0'}
{'NTA': '0', 'Yield': '-49.01', 'EBITDA': '-33080000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.85', 'Dividend': '0', 'Name': 'Contrafect Cmn', 'Description': 'Contrafect Cmn', 'DivYield': '0', 'MarketCap': '74980000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '4.06', 'PE': '0', 'PEG': '0', 'Shares': '41655560', 'ImputationCredits': '0', 'Symbol': 'CFRX', 'DPS': '0'}
{'NTA': '0', 'Yield': '-4.72', 'EBITDA': '490400000', 'Industry': '', 'PtS': '0.6', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.08', 'Dividend': '0', 'Name': 'The Carlyle Group', 'Description': 'The Carlyle Group', 'DivYield': '4.03', 'MarketCap': '1370000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '4.37', 'PE': '0', 'PEG': '0.28', 'Shares': '85893420', 'ImputationCredits': '0', 'Symbol': 'CG', 'DPS': '0.64'}
{'NTA': '0', 'Yield': '-36.58', 'EBITDA': '-31100000', 'Industry': 'Biotechnology: Biological Products (No Diagnostic Substances)', 'PtS': '305.21', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.62', 'Dividend': '0', 'Name': 'Compugen Ltd', 'Description': 'Compugen Ltd', 'DivYield': '0', 'MarketCap': '219860000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '3.42', 'PE': '0', 'PEG': '0', 'Shares': '51130230', 'ImputationCredits': '0', 'Symbol': 'CGEN', 'DPS': '0'}
{'NTA': '0', 'Yield': '54.14', 'EBITDA': '-14350000', 'Industry': '', 'PtS': '2.66', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1', 'Dividend': '0', 'Name': 'Cancer Genetics Inc', 'Description': 'Cancer Genetics Inc', 'DivYield': '0', 'MarketCap': '77630000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.81', 'PE': '0', 'PEG': '-0.18', 'Shares': '18934150', 'ImputationCredits': '0', 'Symbol': 'CGIX', 'DPS': '0'}
{'NTA': '0', 'Yield': '71.43', 'EBITDA': '3580000', 'Industry': '', 'PtS': '1.67', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.71', 'Dividend': '0', 'Name': 'Cogentix Medical In', 'Description': 'Cogentix Medical In', 'DivYield': '0', 'MarketCap': '84500000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.37', 'PE': '0', 'PEG': '-6.13', 'Shares': '46944440', 'ImputationCredits': '0', 'Symbol': 'CGNT', 'DPS': '0'}
{'NTA': '0', 'Yield': '136.28', 'EBITDA': '175850000', 'Industry': 'Industrial Machinery/Components', 'PtS': '13.87', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.72', 'Dividend': '0', 'Name': 'Cognex Cp', 'Description': 'Cognex Cp', 'DivYield': '0.37', 'MarketCap': '7220000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '7.49', 'PE': '48.89', 'PEG': '1.81', 'Shares': '86003570', 'ImputationCredits': '0', 'Symbol': 'CGNX', 'DPS': '0.3'}
{'NTA': '0', 'Yield': '9.08', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.1', 'Dividend': '0', 'Name': 'Calamos Glb Ttl Rtn', 'Description': 'Calamos Glb Ttl Rtn', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'CGO', 'DPS': '0'}
{'NTA': '0', 'Yield': '24.86', 'EBITDA': '-558000', 'Industry': 'Homebuilding', 'PtS': '0.12', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.01', 'Dividend': '0', 'Name': 'Comstock Hldgs Cos', 'Description': 'Comstock Hldgs Cos', 'DivYield': '0', 'MarketCap': '7030000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '3331754', 'ImputationCredits': '0', 'Symbol': 'CHCI', 'DPS': '0'}
{'NTA': '0', 'Yield': '31.27', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '5.82', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.45', 'Dividend': '0', 'Name': 'City Holding Co', 'Description': 'City Holding Co', 'DivYield': '2.75', 'MarketCap': '1000000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '2.22', 'PE': '18.69', 'PEG': '2.37', 'Shares': '15508690', 'ImputationCredits': '0', 'Symbol': 'CHCO', 'DPS': '1.72'}
{'NTA': '0', 'Yield': '18.39', 'EBITDA': '292600000', 'Industry': 'Services-Misc. Amusement & Recreation', 'PtS': '1.97', 'DateTime': '2017-03-31T00:00:00', 'EPS': '6.43', 'Dividend': '0', 'Name': 'Churchill Downs In', 'Description': 'Churchill Downs In', 'DivYield': '0.84', 'MarketCap': '2580000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '3.77', 'PE': '24.69', 'PEG': '2.01', 'Shares': '16241740', 'ImputationCredits': '0', 'Symbol': 'CHDN', 'DPS': '1.32'}
{'NTA': '0', 'Yield': '-27.87', 'EBITDA': '54390000', 'Industry': '', 'PtS': '0.3', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.12', 'Dividend': '0', 'Name': 'The Chefs Warehouse', 'Description': 'The Chefs Warehouse', 'DivYield': '0', 'MarketCap': '366560000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.87', 'PE': '119.23', 'PEG': '3.28', 'Shares': '26276700', 'ImputationCredits': '0', 'Symbol': 'CHEF', 'DPS': '0'}
{'NTA': '0', 'Yield': '-26.46', 'EBITDA': '-8930000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.61', 'Dividend': '0', 'Name': 'Check-Cap Ltd. Ord', 'Description': 'Check-Cap Ltd. Ord', 'DivYield': '0', 'MarketCap': '33650000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.1', 'PE': '0', 'PEG': '0', 'Shares': '15506910', 'ImputationCredits': '0', 'Symbol': 'CHEK', 'DPS': '0'}
{'NTA': '0', 'Yield': '-12.73', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Check-Cap Ltd A Wt', 'Description': 'Check-Cap Ltd A Wt', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'CHEKW', 'DPS': '0'}
{'NTA': '0', 'Yield': '33', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '7.57', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.17', 'Dividend': '0', 'Name': 'Chemical Financial', 'Description': 'Chemical Financial', 'DivYield': '2.08', 'MarketCap': '3640000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.42', 'PE': '23.57', 'PEG': '4.2', 'Shares': '71163250', 'ImputationCredits': '0', 'Symbol': 'CHFC', 'DPS': '1.08'}
{'NTA': '0', 'Yield': '56.98', 'EBITDA': '0', 'Industry': 'Savings Institutions', 'PtS': '4.29', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.82', 'Dividend': '0', 'Name': 'Charter Finl Corp', 'Description': 'Charter Finl Corp', 'DivYield': '1.24', 'MarketCap': '279450000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.34', 'PE': '24.08', 'PEG': '0', 'Shares': '14206910', 'ImputationCredits': '0', 'Symbol': 'CHFN', 'DPS': '0.24'}
{'NTA': '0', 'Yield': '13.99', 'EBITDA': '0', 'Industry': '', 'PtS': '13.67', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.19', 'Dividend': '0', 'Name': 'Calamos Cv Opp & Inc', 'Description': 'Calamos Cv Opp & Inc', 'DivYield': '0', 'MarketCap': '753170000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1', 'PE': '56.93', 'PEG': '0', 'Shares': '69997210', 'ImputationCredits': '0', 'Symbol': 'CHI', 'DPS': '0'}
{'NTA': '0', 'Yield': '-45.01', 'EBITDA': '9660000', 'Industry': 'Apparel', 'PtS': '3.29', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.53', 'Dividend': '0', 'Name': 'Cherokee Inc', 'Description': 'Cherokee Inc', 'DivYield': '0', 'MarketCap': '111380000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '1.62', 'PE': '16.26', 'PEG': '1.35', 'Shares': '12951160', 'ImputationCredits': '0', 'Symbol': 'CHKE', 'DPS': '0'}
{'NTA': '0', 'Yield': '23.88', 'EBITDA': '864820000', 'Industry': 'Computer Software: Prepackaged Software', 'PtS': '9.9', 'DateTime': '2017-03-31T00:00:00', 'EPS': '4.18', 'Dividend': '0', 'Name': 'Check Point Software', 'Description': 'Check Point Software', 'DivYield': '0', 'MarketCap': '17170000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '4.94', 'PE': '24.56', 'PEG': '2.02', 'Shares': '167251100', 'ImputationCredits': '0', 'Symbol': 'CHKP', 'DPS': '0'}
{'NTA': '0', 'Yield': '-49.55', 'EBITDA': '-52700000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.51', 'Dividend': '0', 'Name': 'Chiasma Inc Cmn', 'Description': 'Chiasma Inc Cmn', 'DivYield': '0', 'MarketCap': '38970000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.45', 'PE': '0', 'PEG': '0', 'Shares': '24356250', 'ImputationCredits': '0', 'Symbol': 'CHMA', 'DPS': '0'}
{'NTA': '0', 'Yield': '48.44', 'EBITDA': '0', 'Industry': '', 'PtS': '2.58', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.11', 'Dividend': '0', 'Name': 'Chemung Financial Cp', 'Description': 'Chemung Financial Cp', 'DivYield': '2.75', 'MarketCap': '186870000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.27', 'PE': '18.76', 'PEG': '0', 'Shares': '4730886', 'ImputationCredits': '0', 'Symbol': 'CHMG', 'DPS': '1.04'}
{'NTA': '0', 'Yield': '35.63', 'EBITDA': '-2710000', 'Industry': 'Precious Metals', 'PtS': '123.1', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.17', 'Dividend': '0', 'Name': 'China Natural Res', 'Description': 'China Natural Res', 'DivYield': '0', 'MarketCap': '54930000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Basic Industries', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '25313360', 'ImputationCredits': '0', 'Symbol': 'CHNR', 'DPS': '0'}
{'NTA': '0', 'Yield': '12.32', 'EBITDA': '-112940000', 'Industry': 'Clothing/Shoe/Accessory Stores', 'PtS': '5.52', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-3.04', 'Dividend': '0', 'Name': 'Coherus Bio Cmn Stk', 'Description': 'Coherus Bio Cmn Stk', 'DivYield': '0', 'MarketCap': '1080000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '45.76', 'PE': '0', 'PEG': '0', 'Shares': '51063830', 'ImputationCredits': '0', 'Symbol': 'CHRS', 'DPS': '0'}
{'NTA': '0', 'Yield': '8.91', 'EBITDA': '900800000', 'Industry': 'Oil Refining/Marketing', 'PtS': '0.83', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.59', 'Dividend': '0', 'Name': 'C.H. Robinson Ww', 'Description': 'C.H. Robinson Ww', 'DivYield': '2.32', 'MarketCap': '10920000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Transportation', 'PtB': '8.72', 'PE': '21.53', 'PEG': '2.9', 'Shares': '141286100', 'ImputationCredits': '0', 'Symbol': 'CHRW', 'DPS': '1.8'}
{'NTA': '0', 'Yield': '3.83', 'EBITDA': '671800000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'CHS B Cum Pfd Srs 4', 'Description': 'CHS B Cum Pfd Srs 4', 'DivYield': '6.55', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'CHSCL', 'DPS': '1.88'}
{'NTA': '0', 'Yield': '4.71', 'EBITDA': '671800000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'CHS Pfd Clb Ser3', 'Description': 'CHS Pfd Clb Ser3', 'DivYield': '6.15', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'CHSCM', 'DPS': '1.69'}
{'NTA': '0', 'Yield': '2.99', 'EBITDA': '671800000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'CHS Inc Pfd B Srs 2', 'Description': 'CHS Inc Pfd B Srs 2', 'DivYield': '6.35', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'CHSCN', 'DPS': '1.77'}
{'NTA': '0', 'Yield': '3.05', 'EBITDA': '671800000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'CHS Inc Cl B Pfd', 'Description': 'CHS Inc Cl B Pfd', 'DivYield': '6.85', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'CHSCO', 'DPS': '1.97'}
{'NTA': '0', 'Yield': '-4.63', 'EBITDA': '671800000', 'Industry': 'Farming/Seeds/Milling', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'CHS Inc Cum Pfd', 'Description': 'CHS Inc Cum Pfd', 'DivYield': '6.55', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'CHSCP', 'DPS': '2'}
{'NTA': '0', 'Yield': '54.22', 'EBITDA': '10730000000', 'Industry': 'Television Services', 'PtS': '3.04', 'DateTime': '2017-03-31T00:00:00', 'EPS': '15.95', 'Dividend': '0', 'Name': 'Charter Communicatio', 'Description': 'Charter Communicatio', 'DivYield': '0', 'MarketCap': '88020000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '2.2', 'PE': '20.53', 'PEG': '18.91', 'Shares': '268911200', 'ImputationCredits': '0', 'Symbol': 'CHTR', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '21500000', 'Industry': '', 'PtS': '6.63', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.21', 'Dividend': '0', 'Name': 'Commercehub Inc', 'Description': 'Commercehub Inc', 'DivYield': '0', 'MarketCap': '665440000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '21.78', 'PE': '73.71', 'PEG': '0', 'Shares': '42987080', 'ImputationCredits': '0', 'Symbol': 'CHUBA', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '21500000', 'Industry': '', 'PtS': '6.66', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.21', 'Dividend': '0', 'Name': 'Commercehub Inc', 'Description': 'Commercehub Inc', 'DivYield': '0', 'MarketCap': '667590000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '21.9', 'PE': '73.95', 'PEG': '0', 'Shares': '42987120', 'ImputationCredits': '0', 'Symbol': 'CHUBK', 'DPS': '0'}
{'NTA': '0', 'Yield': '-2.42', 'EBITDA': '40870000', 'Industry': '', 'PtS': '1.52', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.02', 'Dividend': '0', 'Name': "Chuy's Holdings Inc", 'Description': "Chuy's Holdings Inc", 'DivYield': '0', 'MarketCap': '501950000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.2', 'PE': '29.22', 'PEG': '1.76', 'Shares': '16843960', 'ImputationCredits': '0', 'Symbol': 'CHUY', 'DPS': '0'}
{'NTA': '0', 'Yield': '9.4', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.08', 'Dividend': '0', 'Name': 'Calamos Gbl Dyn Inc', 'Description': 'Calamos Gbl Dyn Inc', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'CHW', 'DPS': '0'}
{'NTA': '0', 'Yield': '10.8', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.15', 'Dividend': '0', 'Name': 'Calamos Cv & High In', 'Description': 'Calamos Cv & High In', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'CHY', 'DPS': '0'}
{'NTA': '0', 'Yield': '29.23', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'First TR Ndq Cybr ETF', 'Description': 'First TR Ndq Cybr ETF', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'CIBR', 'DPS': '0'}
{'NTA': '0', 'Yield': '1.92', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Victory Cemp Interna', 'Description': 'Victory Cemp Interna', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'CID', 'DPS': '0'}
{'NTA': '0', 'Yield': '-29.55', 'EBITDA': '42920000', 'Industry': 'Business Services', 'PtS': '0.15', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.66', 'Dividend': '0', 'Name': 'Cinedigm Corp', 'Description': 'Cinedigm Corp', 'DivYield': '0', 'MarketCap': '16310000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Miscellaneous', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '10522580', 'ImputationCredits': '0', 'Symbol': 'CIDM', 'DPS': '0'}
{'NTA': '0', 'Yield': '13.95', 'EBITDA': '194660000', 'Industry': '', 'PtS': '0.96', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.75', 'Dividend': '0', 'Name': 'Colliers Intl Grp In', 'Description': 'Colliers Intl Grp In', 'DivYield': '0.28', 'MarketCap': '1830000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '8.8', 'PE': '26.97', 'PEG': '1.15', 'Shares': '38771190', 'ImputationCredits': '0', 'Symbol': 'CIGI', 'DPS': '0.1'}
{'NTA': '0', 'Yield': '5.15', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.76', 'Dividend': '0', 'Name': 'Victory Cemp Intl Vo', 'Description': 'Victory Cemp Intl Vo', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'CIL', 'DPS': '0'}
{'NTA': '0', 'Yield': '9.48', 'EBITDA': '913000000', 'Industry': 'Property-Casualty Insurers', 'PtS': '2.19', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.55', 'Dividend': '0', 'Name': 'Cincinnati Financial', 'Description': 'Cincinnati Financial', 'DivYield': '2.76', 'MarketCap': '11900000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.68', 'PE': '20.36', 'PEG': '-147.25', 'Shares': '164660300', 'ImputationCredits': '0', 'Symbol': 'CINF', 'DPS': '2'}
{'NTA': '0', 'Yield': '92.03', 'EBITDA': '0', 'Industry': '', 'PtS': '3.33', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.57', 'Dividend': '0', 'Name': 'Civista Bncshrs Cmn', 'Description': 'Civista Bncshrs Cmn', 'DivYield': '1.07', 'MarketCap': '223310000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.57', 'PE': '14.1', 'PEG': '5.61', 'Shares': '10077170', 'ImputationCredits': '0', 'Symbol': 'CIVB', 'DPS': '0.24'}
{'NTA': '0', 'Yield': '100.41', 'EBITDA': '0', 'Industry': '', 'PtS': '10.83', 'DateTime': '2017-03-30T00:00:00', 'EPS': '1.57', 'Dividend': '0', 'Name': 'Civista Bancshrs Dep', 'Description': 'Civista Bancshrs Dep', 'DivYield': '2.23', 'MarketCap': '733100000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '5.11', 'PE': '46.28', 'PEG': '0', 'Shares': '10076980', 'ImputationCredits': '0', 'Symbol': 'CIVBP', 'DPS': '1.62'}
{'NTA': '0', 'Yield': '0.1', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Victory Cemp Dev Enh', 'Description': 'Victory Cemp Dev Enh', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'CIZ', 'DPS': '0'}
{'NTA': '0', 'Yield': '11.64', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '3.406', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.38', 'Dividend': '0', 'Name': 'Citizens Hldg Co', 'Description': 'Citizens Hldg Co', 'DivYield': '3.95', 'MarketCap': '119880000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.395', 'PE': '17.793', 'PEG': '0', 'Shares': '4882102', 'ImputationCredits': '0', 'Symbol': 'CIZN', 'DPS': '0.96'}
{'NTA': '0', 'Yield': '8.43', 'EBITDA': '378544', 'Industry': 'Medical/Nursing Services', 'PtS': '0.55', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.01', 'Dividend': '0', 'Name': 'China Jojo Drugstore', 'Description': 'China Jojo Drugstore', 'DivYield': '0', 'MarketCap': '45390000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '1.79', 'PE': '163.64', 'PEG': '0', 'Shares': '25216670', 'ImputationCredits': '0', 'Symbol': 'CJJD', 'DPS': '0'}
{'NTA': '0', 'Yield': '8.43', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.07', 'Dividend': '0', 'Name': 'Capitol Acq Corp III', 'Description': 'Capitol Acq Corp III', 'DivYield': '0', 'MarketCap': '102070000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '20.24', 'PE': '0', 'PEG': '0', 'Shares': '9814423', 'ImputationCredits': '0', 'Symbol': 'CLAC', 'DPS': '0'}
{'NTA': '0', 'Yield': '18.46', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Capitol Acq III Ut', 'Description': 'Capitol Acq III Ut', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'CLACU', 'DPS': '0'}
{'NTA': '0', 'Yield': '475.76', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Capitol Acq Cp 3 Wts', 'Description': 'Capitol Acq Cp 3 Wts', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'CLACW', 'DPS': '0'}
{'NTA': '0', 'Yield': '-27.1', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-11.27', 'Dividend': '0', 'Name': 'Caladrius Bio Cmn', 'Description': 'Caladrius Bio Cmn', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '-0.03', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'CLBS', 'DPS': '0'}
{'NTA': '0', 'Yield': '50.09', 'EBITDA': '16040000', 'Industry': 'Business Services', 'PtS': '3.39', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.09', 'Dividend': '0', 'Name': 'Collectors Universe', 'Description': 'Collectors Universe', 'DivYield': '5.5', 'MarketCap': '232810000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Miscellaneous', 'PtB': '16.57', 'PE': '24.06', 'PEG': '0', 'Shares': '8919923', 'ImputationCredits': '0', 'Symbol': 'CLCT', 'DPS': '1.4'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '5.74', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.79', 'Dividend': '0', 'Name': 'China Lending Corp', 'Description': 'China Lending Corp', 'DivYield': '1.38', 'MarketCap': '147010000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.43', 'PE': '8.13', 'PEG': '0', 'Shares': '22898750', 'ImputationCredits': '0', 'Symbol': 'CLDC', 'DPS': '0.09'}
{'NTA': '0', 'Yield': '-9.75', 'EBITDA': '-124520000', 'Industry': 'Biotechnology: In Vitro & In Vivo Diagnostic Substances', 'PtS': '65.36', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.27', 'Dividend': '0', 'Name': 'Celldex Therapeutics', 'Description': 'Celldex Therapeutics', 'DivYield': '0', 'MarketCap': '444800000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '1.63', 'PE': '0', 'PEG': '0', 'Shares': '123213300', 'ImputationCredits': '0', 'Symbol': 'CLDX', 'DPS': '0'}
{'NTA': '0', 'Yield': '-11.37', 'EBITDA': '11430000', 'Industry': 'Telecommunications Equipment', 'PtS': '3.03', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.54', 'Dividend': '0', 'Name': 'Clearfield Inc', 'Description': 'Clearfield Inc', 'DivYield': '0', 'MarketCap': '232640000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Public Utilities', 'PtB': '3.68', 'PE': '30.52', 'PEG': '0', 'Shares': '14142250', 'ImputationCredits': '0', 'Symbol': 'CLFD', 'DPS': '0'}
{'NTA': '0', 'Yield': '-17.2', 'EBITDA': '-9030000', 'Industry': '', 'PtS': '96.7', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.86', 'Dividend': '0', 'Name': 'Clearsign Combustion', 'Description': 'Clearsign Combustion', 'DivYield': '0', 'MarketCap': '60830000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '22.25', 'PE': '0', 'PEG': '0', 'Shares': '15597440', 'ImputationCredits': '0', 'Symbol': 'CLIR', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Clearsign Combustion Corporation Warrant', 'Description': 'Clearsign Combustion Corporation Warrant', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'CLIRW', 'DPS': '0'}
{'NTA': '0', 'Yield': '-11.8', 'EBITDA': '-63550000', 'Industry': '', 'PtS': '15.44', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.85', 'Dividend': '0', 'Name': 'Cellectis S.A. Ads', 'Description': 'Cellectis S.A. Ads', 'DivYield': '0', 'MarketCap': '848040000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.04', 'PE': '0', 'PEG': '0', 'Shares': '35335000', 'ImputationCredits': '0', 'Symbol': 'CLLS', 'DPS': '0'}
{'NTA': '0', 'Yield': '-17.39', 'EBITDA': '120700000', 'Industry': 'Integrated oil Companies', 'PtS': '0.08', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-4.18', 'Dividend': '0', 'Name': 'Calumet Specialty Pr', 'Description': 'Calumet Specialty Pr', 'DivYield': '0', 'MarketCap': '291430000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Energy', 'PtB': '1.41', 'PE': '0', 'PEG': '-0.27', 'Shares': '76692110', 'ImputationCredits': '0', 'Symbol': 'CLMT', 'DPS': '0'}
{'NTA': '0', 'Yield': '-10.84', 'EBITDA': '38160000', 'Industry': 'Natural Gas Distribution', 'PtS': '0.89', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.1', 'Dividend': '0', 'Name': 'Clean Energy Fuels', 'Description': 'Clean Energy Fuels', 'DivYield': '0', 'MarketCap': '362010000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Public Utilities', 'PtB': '0.74', 'PE': '0', 'PEG': '-0.23', 'Shares': '149590900', 'ImputationCredits': '0', 'Symbol': 'CLNE', 'DPS': '0'}
{'NTA': '0', 'Yield': '151.75', 'EBITDA': '1750000', 'Industry': '', 'PtS': '0.21', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-16.28', 'Dividend': '0', 'Name': 'Cleantech Solutions', 'Description': 'Cleantech Solutions', 'DivYield': '0', 'MarketCap': '3760000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.05', 'PE': '0', 'PEG': '0', 'Shares': '1310105', 'ImputationCredits': '0', 'Symbol': 'CLNT', 'DPS': '0'}
{'NTA': '0', 'Yield': '40.99', 'EBITDA': '-9090000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.36', 'Dividend': '0', 'Name': 'Cellectar Biosc Cmn', 'Description': 'Cellectar Biosc Cmn', 'DivYield': '0', 'MarketCap': '29140000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.9', 'PE': '0', 'PEG': '0', 'Shares': '12837000', 'ImputationCredits': '0', 'Symbol': 'CLRB', 'DPS': '0'}
{'NTA': '0', 'Yield': '-25.49', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Cellectar Biosc Wt', 'Description': 'Cellectar Biosc Wt', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'CLRBW', 'DPS': '0'}
{'NTA': '0', 'Yield': '116.67', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Cellectar Bio Sra Wt', 'Description': 'Cellectar Bio Sra Wt', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'CLRBZ', 'DPS': '0'}
{'NTA': '0', 'Yield': '-9.05', 'EBITDA': '6090000', 'Industry': 'Radio And Television Broadcasting And Communications Equipment', 'PtS': '1.74', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.26', 'Dividend': '0', 'Name': 'Clearone Inc', 'Description': 'Clearone Inc', 'DivYield': '1.9', 'MarketCap': '87020000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.1', 'PE': '38.27', 'PEG': '1.18', 'Shares': '8745729', 'ImputationCredits': '0', 'Symbol': 'CLRO', 'DPS': '0.2'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-25130000', 'Industry': '', 'PtS': '372', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.97', 'Dividend': '0', 'Name': 'Clearside Biomedi Cmn', 'Description': 'Clearside Biomedi Cmn', 'DivYield': '0', 'MarketCap': '200770000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.62', 'PE': '0', 'PEG': '0', 'Shares': '25285890', 'ImputationCredits': '0', 'Symbol': 'CLSD', 'DPS': '0'}
{'NTA': '0', 'Yield': '-80.41', 'EBITDA': '-19620000', 'Industry': 'Major Pharmaceuticals', 'PtS': '31.727', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.85', 'Dividend': '0', 'Name': 'Celsion Corp', 'Description': 'Celsion Corp', 'DivYield': '0', 'MarketCap': '16030000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '1.33', 'PE': '0', 'PEG': '0', 'Shares': '55467130', 'ImputationCredits': '0', 'Symbol': 'CLSN', 'DPS': '0'}
{'NTA': '0', 'Yield': '6.61', 'EBITDA': '39790000', 'Industry': 'Hotels/Resorts', 'PtS': '0.23', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.31', 'Dividend': '0', 'Name': 'Town Sports Internat', 'Description': 'Town Sports Internat', 'DivYield': '0', 'MarketCap': '88570000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '0', 'PE': '11.45', 'PEG': '-0.72', 'Shares': '24949300', 'ImputationCredits': '0', 'Symbol': 'CLUB', 'DPS': '0'}
{'NTA': '0', 'Yield': '357.73', 'EBITDA': '-290710000', 'Industry': '', 'PtS': '39207.95', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-9.07', 'Dividend': '0', 'Name': 'Clovis Oncology Inc', 'Description': 'Clovis Oncology Inc', 'DivYield': '0', 'MarketCap': '3140000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '-0.45', 'Shares': '44653020', 'ImputationCredits': '0', 'Symbol': 'CLVS', 'DPS': '0'}
{'NTA': '0', 'Yield': '17.65', 'EBITDA': '-1650000', 'Industry': 'Diversified Electronic Products', 'PtS': '0.38', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.21', 'Dividend': '0', 'Name': 'Euro Tech Hldg', 'Description': 'Euro Tech Hldg', 'DivYield': '0', 'MarketCap': '7730000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '0.53', 'PE': '0', 'PEG': '0', 'Shares': '2061333', 'ImputationCredits': '0', 'Symbol': 'CLWT', 'DPS': '0'}
{'NTA': '0', 'Yield': '50.33', 'EBITDA': '65970000', 'Industry': 'Construction/Ag Equipment/Trucks', 'PtS': '0.83', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.96', 'Dividend': '0', 'Name': 'Columbus Mckinnon', 'Description': 'Columbus Mckinnon', 'DivYield': '0.64', 'MarketCap': '502530000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '1.73', 'PE': '25.85', 'PEG': '1.92', 'Shares': '20246980', 'ImputationCredits': '0', 'Symbol': 'CMCO', 'DPS': '0.16'}
{'NTA': '0', 'Yield': '23.73', 'EBITDA': '26480000000', 'Industry': 'Television Services', 'PtS': '2.21', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.78', 'Dividend': '0', 'Name': 'Comcast Corp A', 'Description': 'Comcast Corp A', 'DivYield': '1.7', 'MarketCap': '178260000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '3.3', 'PE': '21.06', 'PEG': '1.71', 'Shares': '4742219000', 'ImputationCredits': '0', 'Symbol': 'CMCSA', 'DPS': '0.63'}
{'NTA': '0', 'Yield': '-13.49', 'EBITDA': '97310000', 'Industry': '', 'PtS': '5.16', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.38', 'Dividend': '0', 'Name': 'Cim Commercial TR Cp', 'Description': 'Cim Commercial TR Cp', 'DivYield': '5.37', 'MarketCap': '1350000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.42', 'PE': '42.59', 'PEG': '0', 'Shares': '83850930', 'ImputationCredits': '0', 'Symbol': 'CMCT', 'DPS': '0.88'}
{'NTA': '0', 'Yield': '29.26', 'EBITDA': '2450000000', 'Industry': 'Investment Bankers/Brokers/Service', 'PtS': '11.23', 'DateTime': '2017-03-31T00:00:00', 'EPS': '4.53', 'Dividend': '0', 'Name': 'CME Group Inc', 'Description': 'CME Group Inc', 'DivYield': '2.22', 'MarketCap': '40350000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.98', 'PE': '26.23', 'PEG': '2.74', 'Shares': '339646500', 'ImputationCredits': '0', 'Symbol': 'CME', 'DPS': '2.64'}
{'NTA': '0', 'Yield': '10.93', 'EBITDA': '0', 'Industry': '', 'PtS': '4.21', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.37', 'Dividend': '0', 'Name': 'Cm Finance Cmn', 'Description': 'Cm Finance Cmn', 'DivYield': '10.05', 'MarketCap': '137560000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.82', 'PE': '7.34', 'PEG': '0', 'Shares': '13687560', 'ImputationCredits': '0', 'Symbol': 'CMFN', 'DPS': '1'}
{'NTA': '0', 'Yield': '-89.19', 'EBITDA': '201050000', 'Industry': 'Broadcasting', 'PtS': '0.0085', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-17.45', 'Dividend': '0', 'Name': 'Cumulus Media Inc', 'Description': 'Cumulus Media Inc', 'DivYield': '0', 'MarketCap': '9980000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '0', 'PE': '0', 'PEG': '-0.05', 'Shares': '29301230', 'ImputationCredits': '0', 'Symbol': 'CMLS', 'DPS': '0'}
{'NTA': '0', 'Yield': '-1.91', 'EBITDA': '146690000', 'Industry': '', 'PtS': '1.37', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.32', 'Dividend': '0', 'Name': 'Cimpress N.V. Ord', 'Description': 'Cimpress N.V. Ord', 'DivYield': '0', 'MarketCap': '2680000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '26.62', 'PE': '0', 'PEG': '-9.18', 'Shares': '31094090', 'ImputationCredits': '0', 'Symbol': 'CMPR', 'DPS': '0'}
{'NTA': '0', 'Yield': '6.69', 'EBITDA': '-76890000', 'Industry': '', 'PtS': '52.58', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.65', 'Dividend': '0', 'Name': 'Chimerix Inc', 'Description': 'Chimerix Inc', 'DivYield': '0', 'MarketCap': '297020000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.08', 'PE': '0', 'PEG': '0', 'Shares': '46554860', 'ImputationCredits': '0', 'Symbol': 'CMRX', 'DPS': '0'}
{'NTA': '0', 'Yield': '-39.09', 'EBITDA': '50480000', 'Industry': 'Radio And Television Broadcasting And Communications Equipment', 'PtS': '0.63', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.38', 'Dividend': '0', 'Name': 'Comtech Telecom Co', 'Description': 'Comtech Telecom Co', 'DivYield': '2.72', 'MarketCap': '342700000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '0.74', 'PE': '0', 'PEG': '1.44', 'Shares': '23553260', 'ImputationCredits': '0', 'Symbol': 'CMTL', 'DPS': '0.4'}
{'NTA': '0', 'Yield': '101.05', 'EBITDA': '-29730000', 'Industry': '', 'PtS': '150.32', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.31', 'Dividend': '0', 'Name': 'Conatus Pharmaceutic', 'Description': 'Conatus Pharmaceutic', 'DivYield': '0', 'MarketCap': '126130000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '5.5', 'PE': '0', 'PEG': '-0.14', 'Shares': '26168050', 'ImputationCredits': '0', 'Symbol': 'CNAT', 'DPS': '0'}
{'NTA': '0', 'Yield': '43.13', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '3.806', 'DateTime': '2017-03-31T00:00:00', 'EPS': '4.406', 'Dividend': '0', 'Name': 'Century Bancorp Inc', 'Description': 'Century Bancorp Inc', 'DivYield': '0.8', 'MarketCap': '338610000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.41', 'PE': '13.805', 'PEG': '0', 'Shares': '5566954', 'ImputationCredits': '0', 'Symbol': 'CNBKA', 'DPS': '0.48'}
{'NTA': '0', 'Yield': '22.38', 'EBITDA': '-50270000', 'Industry': '', 'PtS': '2100.64', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.28', 'Dividend': '0', 'Name': 'Concert Pharmaceutic', 'Description': 'Concert Pharmaceutic', 'DivYield': '0', 'MarketCap': '380920000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '4.27', 'PE': '0', 'PEG': '0', 'Shares': '22328250', 'ImputationCredits': '0', 'Symbol': 'CNCE', 'DPS': '0'}
{'NTA': '0', 'Yield': '7', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Loncar Cancer Immuno', 'Description': 'Loncar Cancer Immuno', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'CNCR', 'DPS': '0'}
{'NTA': '0', 'Yield': '68.66', 'EBITDA': '-2910000', 'Industry': 'Advertising', 'PtS': '0.4', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.74', 'Dividend': '0', 'Name': 'Chinanet Online Hldg', 'Description': 'Chinanet Online Hldg', 'DivYield': '0', 'MarketCap': '13740000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '0.56', 'PE': '0', 'PEG': '0', 'Shares': '12159290', 'ImputationCredits': '0', 'Symbol': 'CNET', 'DPS': '0'}
{'NTA': '0', 'Yield': '7.67', 'EBITDA': '-7200000', 'Industry': '', 'PtS': '0.6', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.11', 'Dividend': '0', 'Name': 'Conifer Holdings Cmn', 'Description': 'Conifer Holdings Cmn', 'DivYield': '0', 'MarketCap': '55720000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.83', 'PE': '0', 'PEG': '1.96', 'Shares': '7632877', 'ImputationCredits': '0', 'Symbol': 'CNFR', 'DPS': '0'}
{'NTA': '0', 'Yield': '-52.67', 'EBITDA': '-11060000', 'Industry': 'Computer Software: Prepackaged Software', 'PtS': '3.25', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.2', 'Dividend': '0', 'Name': 'China Info Tech', 'Description': 'China Info Tech', 'DivYield': '0', 'MarketCap': '28560000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.96', 'PE': '0', 'PEG': '0', 'Shares': '40225350', 'ImputationCredits': '0', 'Symbol': 'CNIT', 'DPS': '0'}
{'NTA': '0', 'Yield': '7.22', 'EBITDA': '126830000', 'Industry': 'Biotechnology: Electromedical & Electrotherapeutic Apparatus', 'PtS': '1.57', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.52', 'Dividend': '0', 'Name': 'C O N M E D Cp', 'Description': 'C O N M E D Cp', 'DivYield': '1.86', 'MarketCap': '1190000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '2.06', 'PE': '82.02', 'PEG': '3.74', 'Shares': '27901520', 'ImputationCredits': '0', 'Symbol': 'CNMD', 'DPS': '0.8'}
{'NTA': '0', 'Yield': '40.91', 'EBITDA': '0', 'Industry': '', 'PtS': '7.52', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.01', 'Dividend': '0', 'Name': 'Connectone Bancorp', 'Description': 'Connectone Bancorp', 'DivYield': '1.3', 'MarketCap': '772190000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.44', 'PE': '24.01', 'PEG': '1.48', 'Shares': '31842890', 'ImputationCredits': '0', 'Symbol': 'CNOB', 'DPS': '0.3'}
{'NTA': '0', 'Yield': '-0.93', 'EBITDA': '263270000', 'Industry': 'Telecommunications Equipment', 'PtS': '1.64', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.29', 'Dividend': '0', 'Name': 'Consolidated Communi', 'Description': 'Consolidated Communi', 'DivYield': '6.66', 'MarketCap': '1190000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Public Utilities', 'PtB': '7.14', 'PE': '81.89', 'PEG': '20.8', 'Shares': '50811270', 'ImputationCredits': '0', 'Symbol': 'CNSL', 'DPS': '1.55'}
{'NTA': '0', 'Yield': '-50.37', 'EBITDA': '1420000', 'Industry': 'Business Services', 'PtS': '0.42', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.86', 'Dividend': '0', 'Name': 'China Techfaith Wire', 'Description': 'China Techfaith Wire', 'DivYield': '0', 'MarketCap': '21070000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Miscellaneous', 'PtB': '0.08', 'PE': '0', 'PEG': '0', 'Shares': '10587940', 'ImputationCredits': '0', 'Symbol': 'CNTF', 'DPS': '0'}
{'NTA': '0', 'Yield': '26.63', 'EBITDA': '24670000', 'Industry': 'Hotels/Resorts', 'PtS': '1.34', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.37', 'Dividend': '0', 'Name': 'Century Casinos In', 'Description': 'Century Casinos In', 'DivYield': '0', 'MarketCap': '184380000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '1.41', 'PE': '20.38', 'PEG': '0.62', 'Shares': '24453580', 'ImputationCredits': '0', 'Symbol': 'CNTY', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '91450000', 'Industry': '', 'PtS': '0.29', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.8', 'Dividend': '0', 'Name': 'PC Connection Inc', 'Description': 'PC Connection Inc', 'DivYield': '0', 'MarketCap': '795960000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.78', 'PE': '16.55', 'PEG': '0.73', 'Shares': '26719030', 'ImputationCredits': '0', 'Symbol': 'CNXN', 'DPS': '0'}
{'NTA': '0', 'Yield': '-53.68', 'EBITDA': '-16270000', 'Industry': '', 'PtS': '0.3', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.31', 'Dividend': '0', 'Name': 'Connecture Inc Cmn', 'Description': 'Connecture Inc Cmn', 'DivYield': '0', 'MarketCap': '23990000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '-0.18', 'Shares': '22420560', 'ImputationCredits': '0', 'Symbol': 'CNXR', 'DPS': '0'}
{'NTA': '0', 'Yield': '38.73', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '4.52', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.84', 'Dividend': '0', 'Name': 'Cobiz Financial Inc', 'Description': 'Cobiz Financial Inc', 'DivYield': '1.19', 'MarketCap': '690280000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '2.28', 'PE': '20', 'PEG': '1.88', 'Shares': '41088100', 'ImputationCredits': '0', 'Symbol': 'COBZ', 'DPS': '0.2'}
{'NTA': '0', 'Yield': '3.44', 'EBITDA': '-16860000', 'Industry': 'Business Software & Services', 'PtS': '1.35', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.65', 'Dividend': '0', 'Name': 'Cogint Inc', 'Description': 'Cogint Inc', 'DivYield': '0', 'MarketCap': '250130000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.1', 'PE': '0', 'PEG': '0', 'Shares': '53791400', 'ImputationCredits': '0', 'Symbol': 'COGT', 'DPS': '0'}
{'NTA': '0', 'Yield': '120.17', 'EBITDA': '209080000', 'Industry': 'Biotechnology: Laboratory Analytical Instruments', 'PtS': '4.98', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.98', 'Dividend': '0', 'Name': 'Coherent Inc', 'Description': 'Coherent Inc', 'DivYield': '0', 'MarketCap': '5050000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '5.45', 'PE': '51.68', 'PEG': '1.67', 'Shares': '24557480', 'ImputationCredits': '0', 'Symbol': 'COHR', 'DPS': '0'}
{'NTA': '0', 'Yield': '59.69', 'EBITDA': '19880000', 'Industry': 'Electrical Products', 'PtS': '1.74', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.11', 'Dividend': '0', 'Name': 'Cohu Inc', 'Description': 'Cohu Inc', 'DivYield': '1.31', 'MarketCap': '495600000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '2.09', 'PE': '164.82', 'PEG': '1.58', 'Shares': '26847240', 'ImputationCredits': '0', 'Symbol': 'COHU', 'DPS': '0.24'}
{'NTA': '0', 'Yield': '29.27', 'EBITDA': '233580000', 'Industry': 'Beverages (Production/Distribution)', 'PtS': '0.6', 'DateTime': '2017-03-31T00:00:00', 'EPS': '5.36', 'Dividend': '0', 'Name': 'Coca Cola Bot Cons', 'Description': 'Coca Cola Bot Cons', 'DivYield': '0.49', 'MarketCap': '1920000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '6.85', 'PE': '38.44', 'PEG': '0', 'Shares': '9319484', 'ImputationCredits': '0', 'Symbol': 'COKE', 'DPS': '1'}
{'NTA': '0', 'Yield': '32.21', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '5.57', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.81', 'Dividend': '0', 'Name': 'Columbia Banking Sys', 'Description': 'Columbia Banking Sys', 'DivYield': '2.3', 'MarketCap': '2270000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.83', 'PE': '21.58', 'PEG': '2.19', 'Shares': '58220060', 'ImputationCredits': '0', 'Symbol': 'COLB', 'DPS': '0.88'}
{'NTA': '0', 'Yield': '-47.22', 'EBITDA': '-93820000', 'Industry': '', 'PtS': '219.1', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-3.88', 'Dividend': '0', 'Name': 'Collegium Pharma Cmn', 'Description': 'Collegium Pharma Cmn', 'DivYield': '0', 'MarketCap': '333060000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.77', 'PE': '0', 'PEG': '0', 'Shares': '29448280', 'ImputationCredits': '0', 'Symbol': 'COLL', 'DPS': '0'}
{'NTA': '0', 'Yield': '0.31', 'EBITDA': '320830000', 'Industry': 'Apparel', 'PtS': '1.72', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.72', 'Dividend': '0', 'Name': 'Columbia Sprtswr', 'Description': 'Columbia Sprtswr', 'DivYield': '1.22', 'MarketCap': '4080000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '2.64', 'PE': '21.6', 'PEG': '2.69', 'Shares': '69446810', 'ImputationCredits': '0', 'Symbol': 'COLM', 'DPS': '0.72'}
{'NTA': '0', 'Yield': '37.16', 'EBITDA': '1120000000', 'Industry': '', 'PtS': '1.66', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.13', 'Dividend': '0', 'Name': 'Commscope Holding Co', 'Description': 'Commscope Holding Co', 'DivYield': '0', 'MarketCap': '8090000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '5.85', 'PE': '36.91', 'PEG': '2.08', 'Shares': '193958300', 'ImputationCredits': '0', 'Symbol': 'COMM', 'DPS': '0'}
{'NTA': '0', 'Yield': '3.9', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.59', 'Dividend': '0', 'Name': 'Ishrs Cmdty Sel Stra', 'Description': 'Ishrs Cmdty Sel Stra', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'COMT', 'DPS': '0'}
{'NTA': '0', 'Yield': '16.63', 'EBITDA': '259800000', 'Industry': '', 'PtS': '7.94', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.24', 'Dividend': '0', 'Name': 'Cyrusone Inc Cmn', 'Description': 'Cyrusone Inc Cmn', 'DivYield': '3.32', 'MarketCap': '4230000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.62', 'PE': '214.46', 'PEG': '5.02', 'Shares': '82183800', 'ImputationCredits': '0', 'Symbol': 'CONE', 'DPS': '1.68'}
{'NTA': '0', 'Yield': '-36.32', 'EBITDA': '363999', 'Industry': 'Consumer Electronics/Video Chains', 'PtS': '0.17', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.79', 'Dividend': '0', 'Name': "Conn's Inc", 'Description': "Conn's Inc", 'DivYield': '0', 'MarketCap': '270020000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '0.53', 'PE': '0', 'PEG': '-0.72', 'Shares': '30859430', 'ImputationCredits': '0', 'Symbol': 'CONN', 'DPS': '0'}
{'NTA': '0', 'Yield': '174.5', 'EBITDA': '-9810000', 'Industry': 'Computer Software: Prepackaged Software', 'PtS': '38.43', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-3.84', 'Dividend': '0', 'Name': 'Majesco Entertainmnt', 'Description': 'Majesco Entertainmnt', 'DivYield': '0', 'MarketCap': '50130000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '3667154', 'ImputationCredits': '0', 'Symbol': 'COOL', 'DPS': '0'}
{'NTA': '0', 'Yield': '-23.61', 'EBITDA': '133200000', 'Industry': 'Food Distributors', 'PtS': '0.12', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.17', 'Dividend': '0', 'Name': 'Core Mark Holding', 'Description': 'Core Mark Holding', 'DivYield': '1.17', 'MarketCap': '1440000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '2.67', 'PE': '26.66', 'PEG': '1.44', 'Shares': '46168640', 'ImputationCredits': '0', 'Symbol': 'CORE', 'DPS': '0.36'}
{'NTA': '0', 'Yield': '-6.7', 'EBITDA': '-27530000', 'Industry': 'Internet Service Providers', 'PtS': '3.68', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.69', 'Dividend': '0', 'Name': 'Corium Intl Cmn', 'Description': 'Corium Intl Cmn', 'DivYield': '0', 'MarketCap': '122160000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '29224880', 'ImputationCredits': '0', 'Symbol': 'CORI', 'DPS': '0'}
{'NTA': '0', 'Yield': '129.77', 'EBITDA': '10270000', 'Industry': 'Major Pharmaceuticals', 'PtS': '15.81', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.07', 'Dividend': '0', 'Name': 'Corcept Therapeutics', 'Description': 'Corcept Therapeutics', 'DivYield': '0', 'MarketCap': '1240000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '31.01', 'PE': '156.57', 'PEG': '-0.42', 'Shares': '113138700', 'ImputationCredits': '0', 'Symbol': 'CORT', 'DPS': '0'}
{'NTA': '0', 'Yield': '13.2', 'EBITDA': '5050000000', 'Industry': 'Department/Specialty Retail Stores', 'PtS': '0.61', 'DateTime': '2017-03-31T00:00:00', 'EPS': '5.42', 'Dividend': '0', 'Name': 'Costco Wholesale', 'Description': 'Costco Wholesale', 'DivYield': '1.08', 'MarketCap': '73610000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '5.92', 'PE': '30.93', 'PEG': '2.94', 'Shares': '438964800', 'ImputationCredits': '0', 'Symbol': 'COST', 'DPS': '1.8'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-30700000', 'Industry': '', 'PtS': '9.3', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.88', 'Dividend': '0', 'Name': 'Coupa Software Inc', 'Description': 'Coupa Software Inc', 'DivYield': '0', 'MarketCap': '1260000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '7.15', 'PE': '0', 'PEG': '0', 'Shares': '49606300', 'ImputationCredits': '0', 'Symbol': 'COUP', 'DPS': '0'}
{'NTA': '0', 'Yield': '10.81', 'EBITDA': '-10030000', 'Industry': '', 'PtS': '1.15', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.35', 'Dividend': '0', 'Name': 'Covisint Corp Cmn', 'Description': 'Covisint Corp Cmn', 'DivYield': '0', 'MarketCap': '83770000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.4', 'PE': '0', 'PEG': '0', 'Shares': '40863420', 'ImputationCredits': '0', 'Symbol': 'COVS', 'DPS': '0'}
{'NTA': '0', 'Yield': '329.6', 'EBITDA': '0', 'Industry': 'Investment Bankers/Brokers/Service', 'PtS': '1.02', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.97', 'Dividend': '0', 'Name': 'Cowen Group Inc', 'Description': 'Cowen Group Inc', 'DivYield': '0', 'MarketCap': '397210000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '0.6', 'PE': '0', 'PEG': '1.48', 'Shares': '26569230', 'ImputationCredits': '0', 'Symbol': 'COWN', 'DPS': '0'}
{'NTA': '0', 'Yield': '5.19', 'EBITDA': '0', 'Industry': '', 'PtS': '1.79', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.97', 'Dividend': '0', 'Name': 'Cowen Grp 8.25 Sr Nt', 'Description': 'Cowen Grp 8.25 Sr Nt', 'DivYield': '0', 'MarketCap': '715770000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.05', 'PE': '0', 'PEG': '0', 'Shares': '26569040', 'ImputationCredits': '0', 'Symbol': 'COWNL', 'DPS': '0'}
{'NTA': '0', 'Yield': '-84.97', 'EBITDA': '-8210000', 'Industry': '', 'PtS': '0.418', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.345', 'Dividend': '0', 'Name': 'Copsync Inc Cmn', 'Description': 'Copsync Inc Cmn', 'DivYield': '0', 'MarketCap': '2600000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '8904110', 'ImputationCredits': '0', 'Symbol': 'COYN', 'DPS': '0'}
{'NTA': '0', 'Yield': '-83.67', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Copsync Inc Warrnt', 'Description': 'Copsync Inc Warrnt', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'COYNW', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Conyers Park Acquisition Corp', 'Description': 'Conyers Park Acquisition Corp', 'DivYield': '0', 'MarketCap': '125410000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '25.26', 'PE': '0', 'PEG': '0', 'Shares': '11831130', 'ImputationCredits': '0', 'Symbol': 'CPAA', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-28T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Conyers Park Acquisition Corp', 'Description': 'Conyers Park Acquisition Corp', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'CPAAU', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Conyers Park Acquisition Corp. Wt', 'Description': 'Conyers Park Acquisition Corp. Wt', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'CPAAW', 'DPS': '0'}
{'NTA': '0', 'Yield': '7.08', 'EBITDA': '-2030000', 'Industry': '', 'PtS': '1.03', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.57', 'Dividend': '0', 'Name': 'Counterpath Corp', 'Description': 'Counterpath Corp', 'DivYield': '0', 'MarketCap': '11360000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.37', 'PE': '0', 'PEG': '0', 'Shares': '5004406', 'ImputationCredits': '0', 'Symbol': 'CPAH', 'DPS': '0'}
{'NTA': '0', 'Yield': '-0.66', 'EBITDA': '8440000', 'Industry': 'Services-Misc. Amusement & Recreation', 'PtS': '0.87', 'DateTime': '2017-03-30T00:00:00', 'EPS': '1.04', 'Dividend': '0', 'Name': 'Canterbury Park Hl', 'Description': 'Canterbury Park Hl', 'DivYield': '1.9', 'MarketCap': '45590000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '1.26', 'PE': '10.88', 'PEG': '0', 'Shares': '4321327', 'ImputationCredits': '0', 'Symbol': 'CPHC', 'DPS': '0.2'}
{'NTA': '0', 'Yield': '46.41', 'EBITDA': '963777', 'Industry': 'Major Pharmaceuticals', 'PtS': '3.38', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.06', 'Dividend': '0', 'Name': 'Cumberland Pharmaceu', 'Description': 'Cumberland Pharmaceu', 'DivYield': '0', 'MarketCap': '111130000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '1.53', 'PE': '0', 'PEG': '0', 'Shares': '16012970', 'ImputationCredits': '0', 'Symbol': 'CPIX', 'DPS': '0'}
{'NTA': '0', 'Yield': '53.73', 'EBITDA': '74850000', 'Industry': 'Other Consumer Services', 'PtS': '2.299', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.628', 'Dividend': '0', 'Name': 'Capella Education Co', 'Description': 'Capella Education Co', 'DivYield': '1.98', 'MarketCap': '981610000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '4.739', 'PE': '23.436', 'PEG': '2.43', 'Shares': '11544960', 'ImputationCredits': '0', 'Symbol': 'CPLA', 'DPS': '1.64'}
{'NTA': '0', 'Yield': '27.5', 'EBITDA': '162390000', 'Industry': 'Marine Transportation', 'PtS': '1.81', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.34', 'Dividend': '0', 'Name': 'Capital Product Part', 'Description': 'Capital Product Part', 'DivYield': '9.52', 'MarketCap': '435880000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Transportation', 'PtB': '0.55', 'PE': '10.62', 'PEG': '3.51', 'Shares': '122095200', 'ImputationCredits': '0', 'Symbol': 'CPLP', 'DPS': '0.32'}
{'NTA': '0', 'Yield': '44.56', 'EBITDA': '488560000', 'Industry': 'Automotive Aftermarket', 'PtS': '5.18', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.3', 'Dividend': '0', 'Name': 'Copart Inc', 'Description': 'Copart Inc', 'DivYield': '0', 'MarketCap': '7110000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '7.95', 'PE': '18.75', 'PEG': '1.41', 'Shares': '114807000', 'ImputationCredits': '0', 'Symbol': 'CPRT', 'DPS': '0'}
{'NTA': '0', 'Yield': '186.76', 'EBITDA': '-18640000', 'Industry': 'Major Pharmaceuticals', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.22', 'Dividend': '0', 'Name': 'Catalyst Pharm Inc', 'Description': 'Catalyst Pharm Inc', 'DivYield': '0', 'MarketCap': '161800000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '4.2', 'PE': '0', 'PEG': '0', 'Shares': '82974360', 'ImputationCredits': '0', 'Symbol': 'CPRX', 'DPS': '0'}
{'NTA': '0', 'Yield': '-30.41', 'EBITDA': '-630317', 'Industry': '', 'PtS': '1.31', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.03', 'Dividend': '0', 'Name': 'Cps Technologies Cmn', 'Description': 'Cps Technologies Cmn', 'DivYield': '0', 'MarketCap': '19940000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.87', 'PE': '0', 'PEG': '0', 'Shares': '13205300', 'ImputationCredits': '0', 'Symbol': 'CPSH', 'DPS': '0'}
{'NTA': '0', 'Yield': '-45.45', 'EBITDA': '32870000', 'Industry': 'EDP Services', 'PtS': '1.38', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.29', 'Dividend': '0', 'Name': 'Computer Programs', 'Description': 'Computer Programs', 'DivYield': '3.62', 'MarketCap': '356390000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '2.33', 'PE': '92.07', 'PEG': '1.15', 'Shares': '13347940', 'ImputationCredits': '0', 'Symbol': 'CPSI', 'DPS': '1'}
{'NTA': '0', 'Yield': '19.24', 'EBITDA': '0', 'Industry': 'Finance: Consumer Services', 'PtS': '0.68', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.01', 'Dividend': '0', 'Name': 'Consumer Portfol', 'Description': 'Consumer Portfol', 'DivYield': '0', 'MarketCap': '110480000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '0.59', 'PE': '4.63', 'PEG': '0.28', 'Shares': '23606840', 'ImputationCredits': '0', 'Symbol': 'CPSS', 'DPS': '0'}
{'NTA': '0', 'Yield': '-51.59', 'EBITDA': '-16600000', 'Industry': 'Industrial Machinery/Components', 'PtS': '0.381', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.867', 'Dividend': '0', 'Name': 'Capstone Turbine Cp', 'Description': 'Capstone Turbine Cp', 'DivYield': '0', 'MarketCap': '27330000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Energy', 'PtB': '1.259', 'PE': '0', 'PEG': '-0.07', 'Shares': '35725490', 'ImputationCredits': '0', 'Symbol': 'CPST', 'DPS': '0'}
{'NTA': '0', 'Yield': '6.13', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.58', 'Dividend': '0', 'Name': 'Capitala Finance Crp', 'Description': 'Capitala Finance Crp', 'DivYield': '10.77', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0.61', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'CPTA', 'DPS': '1.56'}
{'NTA': '0', 'Yield': '62.81', 'EBITDA': '26790000', 'Industry': 'Other Consumer Services', 'PtS': '0.92', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.49', 'Dividend': '0', 'Name': 'Cra International', 'Description': 'Cra International', 'DivYield': '1.64', 'MarketCap': '301820000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Miscellaneous', 'PtB': '1.4', 'PE': '23.71', 'PEG': '2.76', 'Shares': '8542881', 'ImputationCredits': '0', 'Symbol': 'CRAI', 'DPS': '0.56'}
{'NTA': '0', 'Yield': '-42.17', 'EBITDA': '23820000', 'Industry': 'Computer Manufacturing', 'PtS': '1.39', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.26', 'Dividend': '0', 'Name': 'Cray Inc', 'Description': 'Cray Inc', 'DivYield': '0', 'MarketCap': '875720000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.67', 'PE': '84.23', 'PEG': '-7.82', 'Shares': '39987220', 'ImputationCredits': '0', 'Symbol': 'CRAY', 'DPS': '0'}
{'NTA': '0', 'Yield': '268.3', 'EBITDA': '-19900000', 'Industry': '', 'PtS': '202.56', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.49', 'Dividend': '0', 'Name': 'Corbus Pharma Cmn', 'Description': 'Corbus Pharma Cmn', 'DivYield': '0', 'MarketCap': '401780000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '39.75', 'PE': '0', 'PEG': '0', 'Shares': '48700610', 'ImputationCredits': '0', 'Symbol': 'CRBP', 'DPS': '0'}
{'NTA': '0', 'Yield': '-25.26', 'EBITDA': '0', 'Industry': '', 'PtS': '7.2', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.01', 'Dividend': '0', 'Name': 'Crossroads Systems', 'Description': 'Crossroads Systems', 'DivYield': '0', 'MarketCap': '3480000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.31', 'PE': '0', 'PEG': '0', 'Shares': '1225352', 'ImputationCredits': '0', 'Symbol': 'CRDS', 'DPS': '0'}
{'NTA': '0', 'Yield': '0.6', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Wisdmtree Strg Cp Bo', 'Description': 'Wisdmtree Strg Cp Bo', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'CRDT', 'DPS': '0'}
{'NTA': '0', 'Yield': '9.06', 'EBITDA': '122580000', 'Industry': 'Semiconductors', 'PtS': '1.78', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.04', 'Dividend': '0', 'Name': 'Cree Inc', 'Description': 'Cree Inc', 'DivYield': '0', 'MarketCap': '2630000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.17', 'PE': '0', 'PEG': '-4.61', 'Shares': '98391330', 'ImputationCredits': '0', 'Symbol': 'CREE', 'DPS': '0'}
{'NTA': '0', 'Yield': '-45.52', 'EBITDA': '-1710000', 'Industry': 'Business Services', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.31', 'Dividend': '0', 'Name': 'China Recycling Ener', 'Description': 'China Recycling Ener', 'DivYield': '0', 'MarketCap': '13120000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Miscellaneous', 'PtB': '0.0596', 'PE': '5.0945', 'PEG': '0', 'Shares': '8307478', 'ImputationCredits': '0', 'Symbol': 'CREG', 'DPS': '0'}
{'NTA': '0', 'Yield': '91.33', 'EBITDA': '423760000', 'Industry': 'Farming/Seeds/Milling', 'PtS': '0.22', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.26', 'Dividend': '0', 'Name': 'Cresud Sacif ADR', 'Description': 'Cresud Sacif ADR', 'DivYield': '0', 'MarketCap': '995690000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '6.8', 'PE': '0', 'PEG': '0', 'Shares': '49610860', 'ImputationCredits': '0', 'Symbol': 'CRESY', 'DPS': '0'}
{'NTA': '0', 'Yield': '39', 'EBITDA': '-39860000', 'Industry': 'Biotechnology: Biological Products (No Diagnostic Substances)', 'PtS': '52.4', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.46', 'Dividend': '0', 'Name': 'Curis Inc', 'Description': 'Curis Inc', 'DivYield': '0', 'MarketCap': '394450000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '13.43', 'PE': '0', 'PEG': '0', 'Shares': '141888500', 'ImputationCredits': '0', 'Symbol': 'CRIS', 'DPS': '0'}
{'NTA': '0', 'Yield': '-32.66', 'EBITDA': '-11570000', 'Industry': 'Major Pharmaceuticals', 'PtS': '3.84', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.79', 'Dividend': '0', 'Name': 'Cardiome Pharma Corp', 'Description': 'Cardiome Pharma Corp', 'DivYield': '0', 'MarketCap': '96980000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '2.85', 'PE': '0', 'PEG': '-0.21', 'Shares': '31901320', 'ImputationCredits': '0', 'Symbol': 'CRME', 'DPS': '0'}
{'NTA': '0', 'Yield': '37.18', 'EBITDA': '38310000', 'Industry': 'Automotive Aftermarket', 'PtS': '0.46', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.23', 'Dividend': '0', 'Name': "America's Car-Mart", 'Description': "America's Car-Mart", 'DivYield': '0', 'MarketCap': '267830000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '1.16', 'PE': '15.4', 'PEG': '2.62', 'Shares': '7797089', 'ImputationCredits': '0', 'Symbol': 'CRMT', 'DPS': '0'}
{'NTA': '0', 'Yield': '172.5', 'EBITDA': '29530000', 'Industry': 'Radio And Television Broadcasting And Communications Equipment', 'PtS': '0.88', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.15', 'Dividend': '0', 'Name': 'Ceragon Networks Ltd', 'Description': 'Ceragon Networks Ltd', 'DivYield': '0', 'MarketCap': '254270000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '2.22', 'PE': '22.24', 'PEG': '0.79', 'Shares': '77758410', 'ImputationCredits': '0', 'Symbol': 'CRNT', 'DPS': '0'}
{'NTA': '0', 'Yield': '-15.33', 'EBITDA': '31990000', 'Industry': 'Shoe Manufacturing', 'PtS': '0.5', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.43', 'Dividend': '0', 'Name': 'Crocs Inc', 'Description': 'Crocs Inc', 'DivYield': '0', 'MarketCap': '520990000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '2.34', 'PE': '0', 'PEG': '-17.53', 'Shares': '73690240', 'ImputationCredits': '0', 'Symbol': 'CROX', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-67210000', 'Industry': '', 'PtS': '137.3', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.89', 'Dividend': '0', 'Name': 'Crispr Therapeutics Ag', 'Description': 'Crispr Therapeutics Ag', 'DivYield': '0', 'MarketCap': '711800000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.04', 'PE': '0', 'PEG': '0', 'Shares': '39809840', 'ImputationCredits': '0', 'Symbol': 'CRSP', 'DPS': '0'}
{'NTA': '0', 'Yield': '-51.18', 'EBITDA': '-1700000', 'Industry': '', 'PtS': '0.1', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.91', 'Dividend': '0', 'Name': 'Cartesian Inc Cmn', 'Description': 'Cartesian Inc Cmn', 'DivYield': '0', 'MarketCap': '7170000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.2', 'PE': '0', 'PEG': '0', 'Shares': '8638554', 'ImputationCredits': '0', 'Symbol': 'CRTN', 'DPS': '0'}
{'NTA': '0', 'Yield': '19.91', 'EBITDA': '177970000', 'Industry': '', 'PtS': '1.76', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.25', 'Dividend': '0', 'Name': 'Criteo S.A. Ads', 'Description': 'Criteo S.A. Ads', 'DivYield': '0', 'MarketCap': '3170000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '5.48', 'PE': '41.24', 'PEG': '1', 'Shares': '61493690', 'ImputationCredits': '0', 'Symbol': 'CRTO', 'DPS': '0'}
{'NTA': '0', 'Yield': '68.12', 'EBITDA': '354090000', 'Industry': 'Semiconductors', 'PtS': '2.58', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.63', 'Dividend': '0', 'Name': 'Cirrus Logic Inc', 'Description': 'Cirrus Logic Inc', 'DivYield': '0', 'MarketCap': '3750000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '3.37', 'PE': '16.11', 'PEG': '0.66', 'Shares': '64179360', 'ImputationCredits': '0', 'Symbol': 'CRUS', 'DPS': '0'}
{'NTA': '0', 'Yield': '-3.76', 'EBITDA': '66130000', 'Industry': 'Specialty Insurers', 'PtS': '1.61', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.43', 'Dividend': '0', 'Name': 'Corvel Cp', 'Description': 'Corvel Cp', 'DivYield': '0', 'MarketCap': '832020000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '5.82', 'PE': '30.42', 'PEG': '0', 'Shares': '19126900', 'ImputationCredits': '0', 'Symbol': 'CRVL', 'DPS': '0'}
{'NTA': '0', 'Yield': '69.69', 'EBITDA': '-36380000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.36', 'Dividend': '0', 'Name': 'Corvus Pharma Com', 'Description': 'Corvus Pharma Com', 'DivYield': '0', 'MarketCap': '434780000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.26', 'PE': '0', 'PEG': '0', 'Shares': '20933080', 'ImputationCredits': '0', 'Symbol': 'CRVS', 'DPS': '0'}
{'NTA': '0', 'Yield': '-10.35', 'EBITDA': '10540000', 'Industry': 'Textiles', 'PtS': '1.122', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.61', 'Dividend': '0', 'Name': 'Crown Crafts Inc', 'Description': 'Crown Crafts Inc', 'DivYield': '3.7', 'MarketCap': '82510000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Basic Industries', 'PtB': '2.175', 'PE': '13.484', 'PEG': '2.84', 'Shares': '10031610', 'ImputationCredits': '0', 'Symbol': 'CRWS', 'DPS': '0.32'}
{'NTA': '0', 'Yield': '-18.97', 'EBITDA': '196230000', 'Industry': 'Oil & Gas Production', 'PtS': '4.11', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-11.27', 'Dividend': '0', 'Name': 'Carrizo Oil & Gas', 'Description': 'Carrizo Oil & Gas', 'DivYield': '0', 'MarketCap': '1750000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Energy', 'PtB': '74.44', 'PE': '0', 'PEG': '0.54', 'Shares': '65055760', 'ImputationCredits': '0', 'Symbol': 'CRZO', 'DPS': '0'}
{'NTA': '0', 'Yield': '23.65', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.03', 'Dividend': '0', 'Name': 'Victory Cemp US Smal', 'Description': 'Victory Cemp US Smal', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'CSA', 'DPS': '0'}
{'NTA': '0', 'Yield': '16.97', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-8.35', 'Dividend': '0', 'Name': 'Victory Cemp US SC H', 'Description': 'Victory Cemp US SC H', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'CSB', 'DPS': '0'}
{'NTA': '0', 'Yield': '8.8', 'EBITDA': '0', 'Industry': 'Savings Institutions', 'PtS': '12.96', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.19', 'Dividend': '0', 'Name': 'Clifton Bancorp Inc', 'Description': 'Clifton Bancorp Inc', 'DivYield': '1.5', 'MarketCap': '356490000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.18', 'PE': '84.32', 'PEG': '0', 'Shares': '22019150', 'ImputationCredits': '0', 'Symbol': 'CSBK', 'DPS': '0.24'}
{'NTA': '0', 'Yield': '-17.66', 'EBITDA': '-6800000', 'Industry': '', 'PtS': '2.38', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.72', 'Dividend': '0', 'Name': 'Champions Oncolog Cmn', 'Description': 'Champions Oncolog Cmn', 'DivYield': '0', 'MarketCap': '34800000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '16.94', 'PE': '0', 'PEG': '0', 'Shares': '10977920', 'ImputationCredits': '0', 'Symbol': 'CSBR', 'DPS': '0'}
{'NTA': '0', 'Yield': '22.95', 'EBITDA': '14670000000', 'Industry': 'Computer Communications Equipment', 'PtS': '3.48', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.94', 'Dividend': '0', 'Name': 'Cisco Systems Inc', 'Description': 'Cisco Systems Inc', 'DivYield': '3.41', 'MarketCap': '169270000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '2.65', 'PE': '17.42', 'PEG': '1.41', 'Shares': '5007988000', 'ImputationCredits': '0', 'Symbol': 'CSCO', 'DPS': '1.16'}
{'NTA': '0', 'Yield': '22.78', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Victory Cemp US Disc', 'Description': 'Victory Cemp US Disc', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'CSF', 'DPS': '0'}
{'NTA': '0', 'Yield': '58.99', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '5.58', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.88', 'Dividend': '0', 'Name': 'Centerstate Bks Inc', 'Description': 'Centerstate Bks Inc', 'DivYield': '0.96', 'MarketCap': '1320000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '2.27', 'PE': '29.43', 'PEG': '2.41', 'Shares': '50965250', 'ImputationCredits': '0', 'Symbol': 'CSFL', 'DPS': '0.24'}
{'NTA': '0', 'Yield': '5.02', 'EBITDA': '215070000', 'Industry': 'Business Services', 'PtS': '8.05', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.62', 'Dividend': '0', 'Name': 'Costar Group Inc', 'Description': 'Costar Group Inc', 'DivYield': '0', 'MarketCap': '6760000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Miscellaneous', 'PtB': '4.07', 'PE': '79.09', 'PEG': '2.43', 'Shares': '32622330', 'ImputationCredits': '0', 'Symbol': 'CSGP', 'DPS': '0'}
{'NTA': '0', 'Yield': '-14.8', 'EBITDA': '159820000', 'Industry': 'EDP Services', 'PtS': '1.54', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.9', 'Dividend': '0', 'Name': 'C S G Sys Intl', 'Description': 'C S G Sys Intl', 'DivYield': '2.13', 'MarketCap': '1170000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '4.67', 'PE': '19.9', 'PEG': '3.58', 'Shares': '30944190', 'ImputationCredits': '0', 'Symbol': 'CSGS', 'DPS': '0.79'}
{'NTA': '0', 'Yield': '102.22', 'EBITDA': '-13390000', 'Industry': 'Medical/Dental Instruments', 'PtS': '4.934', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.878', 'Dividend': '0', 'Name': 'Cardiovascular Syst', 'Description': 'Cardiovascular Syst', 'DivYield': '0', 'MarketCap': '921820000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '8.424', 'PE': '0', 'PEG': '-21.47', 'Shares': '32601950', 'ImputationCredits': '0', 'Symbol': 'CSII', 'DPS': '0'}
{'NTA': '0', 'Yield': '-31.49', 'EBITDA': '343790000', 'Industry': 'Semiconductors', 'PtS': '0.2', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.4', 'Dividend': '0', 'Name': 'Canadian Solar Inc', 'Description': 'Canadian Solar Inc', 'DivYield': '0', 'MarketCap': '644220000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '0.73', 'PE': '4.65', 'PEG': '0.19', 'Shares': '57777580', 'ImputationCredits': '0', 'Symbol': 'CSIQ', 'DPS': '0'}
{'NTA': '0', 'Yield': '13.22', 'EBITDA': '-46250000', 'Industry': 'Computer Software: Prepackaged Software', 'PtS': '5.22', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.2', 'Dividend': '0', 'Name': 'Cornerstone Ondemand', 'Description': 'Cornerstone Ondemand', 'DivYield': '0', 'MarketCap': '2200000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '81.76', 'PE': '0', 'PEG': '1.51', 'Shares': '56569810', 'ImputationCredits': '0', 'Symbol': 'CSOD', 'DPS': '0'}
{'NTA': '0', 'Yield': '59.08', 'EBITDA': '4050000', 'Industry': 'EDP Services', 'PtS': '0.41', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.59', 'Dividend': '0', 'Name': 'C S P Inc', 'Description': 'C S P Inc', 'DivYield': '4.33', 'MarketCap': '40700000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '2.26', 'PE': '17.6', 'PEG': '0', 'Shares': '3905950', 'ImputationCredits': '0', 'Symbol': 'CSPI', 'DPS': '0.44'}
{'NTA': '0', 'Yield': '13.07', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.45', 'Dividend': '0', 'Name': 'Calamos Strgc Ttl Rt', 'Description': 'Calamos Strgc Ttl Rt', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'CSQ', 'DPS': '0'}
{'NTA': '0', 'Yield': '-2.11', 'EBITDA': '126930000', 'Industry': '', 'PtS': '2.26', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.08', 'Dividend': '0', 'Name': 'Caesarstone Sdot-Yam', 'Description': 'Caesarstone Sdot-Yam', 'DivYield': '0', 'MarketCap': '1240000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.78', 'PE': '17.43', 'PEG': '1.13', 'Shares': '34206900', 'ImputationCredits': '0', 'Symbol': 'CSTE', 'DPS': '0'}
{'NTA': '0', 'Yield': '25.05', 'EBITDA': '0', 'Industry': 'Other Consumer Services', 'PtS': '4.56', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.81', 'Dividend': '0', 'Name': 'Capstar Financial Holdings Inc', 'Description': 'Capstar Financial Holdings Inc', 'DivYield': '0', 'MarketCap': '213770000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '1.54', 'PE': '23.54', 'PEG': '0', 'Shares': '11209750', 'ImputationCredits': '0', 'Symbol': 'CSTR', 'DPS': '0'}
{'NTA': '0', 'Yield': '19.08', 'EBITDA': '8330000', 'Industry': 'Closed-End Fund - Equity', 'PtS': '13.66', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.27', 'Dividend': '0', 'Name': 'Capital Southwest', 'Description': 'Capital Southwest', 'DivYield': '4.59', 'MarketCap': '269990000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '0.94', 'PE': '13.31', 'PEG': '0', 'Shares': '15966290', 'ImputationCredits': '0', 'Symbol': 'CSWC', 'DPS': '0.76'}
{'NTA': '0', 'Yield': '12.71', 'EBITDA': '51620000', 'Industry': '', 'PtS': '1.85', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.64', 'Dividend': '0', 'Name': 'Csw Industrials Inc', 'Description': 'Csw Industrials Inc', 'DivYield': '0', 'MarketCap': '581620000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.17', 'PE': '57.34', 'PEG': '2.23', 'Shares': '15847960', 'ImputationCredits': '0', 'Symbol': 'CSWI', 'DPS': '0'}
{'NTA': '0', 'Yield': '70.7', 'EBITDA': '4690000000', 'Industry': '', 'PtS': '3.96', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.81', 'Dividend': '0', 'Name': 'CSX Corporation', 'Description': 'CSX Corporation', 'DivYield': '1.52', 'MarketCap': '43130000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.76', 'PE': '25.73', 'PEG': '1.98', 'Shares': '926530600', 'ImputationCredits': '0', 'Symbol': 'CSX', 'DPS': '0.72'}
{'NTA': '0', 'Yield': '40.94', 'EBITDA': '997250000', 'Industry': 'Apparel', 'PtS': '2.6', 'DateTime': '2017-03-31T00:00:00', 'EPS': '4.82', 'Dividend': '0', 'Name': 'Cintas Corp', 'Description': 'Cintas Corp', 'DivYield': '0.83', 'MarketCap': '13310000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '6.13', 'PE': '26.24', 'PEG': '2.3', 'Shares': '105184100', 'ImputationCredits': '0', 'Symbol': 'CTAS', 'DPS': '1.05'}
{'NTA': '0', 'Yield': '27.54', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '4.8', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.7', 'Dividend': '0', 'Name': 'Community TR Bancp', 'Description': 'Community TR Bancp', 'DivYield': '2.9', 'MarketCap': '805930000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.64', 'PE': '16.96', 'PEG': '3.37', 'Shares': '17615960', 'ImputationCredits': '0', 'Symbol': 'CTBI', 'DPS': '1.28'}
{'NTA': '0', 'Yield': '7.39', 'EBITDA': '6930000', 'Industry': '', 'PtS': '0.26', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.22', 'Dividend': '0', 'Name': 'Computer Task Gp Inc', 'Description': 'Computer Task Gp Inc', 'DivYield': '4.2', 'MarketCap': '86630000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.11', 'PE': '0', 'PEG': '2.28', 'Shares': '15693840', 'ImputationCredits': '0', 'Symbol': 'CTG', 'DPS': '0.24'}
{'NTA': '0', 'Yield': '-19.33', 'EBITDA': '-3060000', 'Industry': 'Consumer Specialties', 'PtS': '0.73', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.22', 'Dividend': '0', 'Name': 'Charles & Colvard', 'Description': 'Charles & Colvard', 'DivYield': '0', 'MarketCap': '20530000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '0.61', 'PE': '0', 'PEG': '0', 'Shares': '21385420', 'ImputationCredits': '0', 'Symbol': 'CTHR', 'DPS': '0'}
{'NTA': '0', 'Yield': '-12.56', 'EBITDA': '4340000', 'Industry': 'Specialty Chemicals', 'PtS': '0.3129', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.18', 'Dividend': '0', 'Name': 'Cti Inds Corp', 'Description': 'Cti Inds Corp', 'DivYield': '0', 'MarketCap': '20360000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Basic Industries', 'PtB': '1.5816', 'PE': '31.7172', 'PEG': '0', 'Shares': '3566236', 'ImputationCredits': '0', 'Symbol': 'CTIB', 'DPS': '0'}
{'NTA': '0', 'Yield': '-16', 'EBITDA': '-53410000', 'Industry': 'Major Pharmaceuticals', 'PtS': '2.05', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.86', 'Dividend': '0', 'Name': 'Cti Biopharm Corp', 'Description': 'Cti Biopharm Corp', 'DivYield': '0', 'MarketCap': '117790000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '8.84', 'PE': '0', 'PEG': '0', 'Shares': '28045240', 'ImputationCredits': '0', 'Symbol': 'CTIC', 'DPS': '0'}
{'NTA': '0', 'Yield': '33.67', 'EBITDA': '-57850000', 'Industry': '', 'PtS': '41.9', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.63', 'Dividend': '0', 'Name': 'Cytomx Thera Cmn Stk', 'Description': 'Cytomx Thera Cmn Stk', 'DivYield': '0', 'MarketCap': '630670000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '8.02', 'PE': '0', 'PEG': '-1.11', 'Shares': '36518240', 'ImputationCredits': '0', 'Symbol': 'CTMX', 'DPS': '0'}
{'NTA': '0', 'Yield': '32.23', 'EBITDA': '84800000', 'Industry': '', 'PtS': '10.53', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.52', 'Dividend': '0', 'Name': 'Caretrust REIT Inc', 'Description': 'Caretrust REIT Inc', 'DivYield': '4.6', 'MarketCap': '1110000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.38', 'PE': '32.41', 'PEG': '0.9', 'Shares': '65992860', 'ImputationCredits': '0', 'Symbol': 'CTRE', 'DPS': '0.74'}
{'NTA': '0', 'Yield': '113.09', 'EBITDA': '16170000', 'Industry': '', 'PtS': '1.8', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.53', 'Dividend': '0', 'Name': 'Control4 Corporation', 'Description': 'Control4 Corporation', 'DivYield': '0', 'MarketCap': '377890000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.72', 'PE': '29.79', 'PEG': '0.83', 'Shares': '23932230', 'ImputationCredits': '0', 'Symbol': 'CTRL', 'DPS': '0'}
{'NTA': '0', 'Yield': '-5.35', 'EBITDA': '36530000', 'Industry': 'Clothing/Shoe/Accessory Stores', 'PtS': '0.36', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.91', 'Dividend': '0', 'Name': 'Citi Trends Inc', 'Description': 'Citi Trends Inc', 'DivYield': '1.4', 'MarketCap': '249560000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '1.13', 'PE': '18.68', 'PEG': '0.97', 'Shares': '14680000', 'ImputationCredits': '0', 'Symbol': 'CTRN', 'DPS': '0.24'}
{'NTA': '0', 'Yield': '12.7', 'EBITDA': '-182170000', 'Industry': 'Business Services', 'PtS': '9', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.44', 'Dividend': '0', 'Name': 'Ctrip.Com Intl Ltd', 'Description': 'Ctrip.Com Intl Ltd', 'DivYield': '0', 'MarketCap': '24850000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Miscellaneous', 'PtB': '2.42', 'PE': '0', 'PEG': '576.12', 'Shares': '505595100', 'ImputationCredits': '0', 'Symbol': 'CTRP', 'DPS': '0'}
{'NTA': '0', 'Yield': '77', 'EBITDA': '-21110000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.47', 'Dividend': '0', 'Name': 'Contravir Pharmaceut', 'Description': 'Contravir Pharmaceut', 'DivYield': '0', 'MarketCap': '111120000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '23.51', 'PE': '0', 'PEG': '0', 'Shares': '62779660', 'ImputationCredits': '0', 'Symbol': 'CTRV', 'DPS': '0'}
{'NTA': '0', 'Yield': '1.97', 'EBITDA': '2670000000', 'Industry': 'EDP Services', 'PtS': '2.67', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.55', 'Dividend': '0', 'Name': 'Cognizant Tech Sol', 'Description': 'Cognizant Tech Sol', 'DivYield': '0', 'MarketCap': '36230000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '3.36', 'PE': '23.34', 'PEG': '1.29', 'Shares': '608703000', 'ImputationCredits': '0', 'Symbol': 'CTSH', 'DPS': '0'}
{'NTA': '0', 'Yield': '4.17', 'EBITDA': '-11330000', 'Industry': '', 'PtS': '14.6', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.47', 'Dividend': '0', 'Name': 'Cytosorbents Cor', 'Description': 'Cytosorbents Cor', 'DivYield': '0', 'MarketCap': '114850000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '25522220', 'ImputationCredits': '0', 'Symbol': 'CTSO', 'DPS': '0'}
{'NTA': '0', 'Yield': '13.04', 'EBITDA': '42350000', 'Industry': 'Water Supply', 'PtS': '6.02', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.08', 'Dividend': '0', 'Name': 'Conn Water Svcs In', 'Description': 'Conn Water Svcs In', 'DivYield': '2.14', 'MarketCap': '598360000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Public Utilities', 'PtB': '2.51', 'PE': '25.55', 'PEG': '4.66', 'Shares': '11257950', 'ImputationCredits': '0', 'Symbol': 'CTWS', 'DPS': '1.13'}
{'NTA': '0', 'Yield': '27.98', 'EBITDA': '1030000000', 'Industry': 'Computer Software: Prepackaged Software', 'PtS': '3.85', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.41', 'Dividend': '0', 'Name': 'Citrix Systems Inc', 'Description': 'Citrix Systems Inc', 'DivYield': '0', 'MarketCap': '13040000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '5.04', 'PE': '24.45', 'PEG': '1.52', 'Shares': '156373700', 'ImputationCredits': '0', 'Symbol': 'CTXS', 'DPS': '0'}
{'NTA': '0', 'Yield': '4.12', 'EBITDA': '0', 'Industry': 'Closed-End Fund - Foreign', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.21', 'Dividend': '0', 'Name': 'Herzfeld Caribbean', 'Description': 'Herzfeld Caribbean', 'DivYield': '1.94', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'CUBA', 'DPS': '0.14'}
{'NTA': '0', 'Yield': '38.36', 'EBITDA': '0', 'Industry': '', 'PtS': '4.12', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.16', 'Dividend': '0', 'Name': 'Commerce Un Bcsh Cmn', 'Description': 'Commerce Un Bcsh Cmn', 'DivYield': '1.04', 'MarketCap': '169690000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.56', 'PE': '18.75', 'PEG': '0', 'Shares': '7801839', 'ImputationCredits': '0', 'Symbol': 'CUBN', 'DPS': '0.22'}
{'NTA': '0', 'Yield': '-43.23', 'EBITDA': '-3140000', 'Industry': '', 'PtS': '1.18', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.35', 'Dividend': '0', 'Name': 'Cui Global Inc', 'Description': 'Cui Global Inc', 'DivYield': '0', 'MarketCap': '99300000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.09', 'PE': '0', 'PEG': '-19.4', 'Shares': '20949370', 'ImputationCredits': '0', 'Symbol': 'CUI', 'DPS': '0'}
{'NTA': '0', 'Yield': '72.09', 'EBITDA': '0', 'Industry': '', 'PtS': '6.49', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.5', 'Dividend': '0', 'Name': 'Cu Bancorp Cmn Stk', 'Description': 'Cu Bancorp Cmn Stk', 'DivYield': '0', 'MarketCap': '692920000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.16', 'PE': '26.43', 'PEG': '2.84', 'Shares': '17475910', 'ImputationCredits': '0', 'Symbol': 'CUNB', 'DPS': '0'}
{'NTA': '0', 'Yield': '-32.31', 'EBITDA': '-19830000', 'Industry': '', 'PtS': '3589.66', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.53', 'Dividend': '0', 'Name': 'Neuralstem Inc', 'Description': 'Neuralstem Inc', 'DivYield': '0', 'MarketCap': '58320000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '5.15', 'PE': '0', 'PEG': '0', 'Shares': '11045460', 'ImputationCredits': '0', 'Symbol': 'CUR', 'DPS': '0'}
{'NTA': '0', 'Yield': '77.53', 'EBITDA': '3380000', 'Industry': 'Biotechnology: Electromedical & Electrotherapeutic Apparatus', 'PtS': '2.43', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.19', 'Dividend': '0', 'Name': 'Cutera Inc', 'Description': 'Cutera Inc', 'DivYield': '0', 'MarketCap': '287030000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '4.67', 'PE': '108.95', 'PEG': '4.89', 'Shares': '13866180', 'ImputationCredits': '0', 'Symbol': 'CUTR', 'DPS': '0'}
{'NTA': '0', 'Yield': '28.58', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '7.77', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.94', 'Dividend': '0', 'Name': 'Cvb Financial Corp', 'Description': 'Cvb Financial Corp', 'DivYield': '2.26', 'MarketCap': '2310000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '2.32', 'PE': '22.66', 'PEG': '2.31', 'Shares': '108450700', 'ImputationCredits': '0', 'Symbol': 'CVBF', 'DPS': '0.48'}
{'NTA': '0', 'Yield': '32.74', 'EBITDA': '50550000', 'Industry': 'Homebuilding', 'PtS': '1.4', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.75', 'Dividend': '0', 'Name': 'Cavco Inds Inc', 'Description': 'Cavco Inds Inc', 'DivYield': '0', 'MarketCap': '1050000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Basic Industries', 'PtB': '2.74', 'PE': '31.03', 'PEG': '1.95', 'Shares': '9020619', 'ImputationCredits': '0', 'Symbol': 'CVCO', 'DPS': '0'}
{'NTA': '0', 'Yield': '68.17', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '4.09', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.33', 'Dividend': '0', 'Name': 'Central Vly Cmty Bcp', 'Description': 'Central Vly Cmty Bcp', 'DivYield': '1.2', 'MarketCap': '250000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.51', 'PE': '15.41', 'PEG': '2.09', 'Shares': '12195120', 'ImputationCredits': '0', 'Symbol': 'CVCY', 'DPS': '0.24'}
{'NTA': '0', 'Yield': '163.42', 'EBITDA': '45950000', 'Industry': 'Auto Parts:O.E.M.', 'PtS': '0.29', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.23', 'Dividend': '0', 'Name': 'Commercial Vehicle G', 'Description': 'Commercial Vehicle G', 'DivYield': '0', 'MarketCap': '208870000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '2.71', 'PE': '29.43', 'PEG': '1.77', 'Shares': '30852290', 'ImputationCredits': '0', 'Symbol': 'CVGI', 'DPS': '0'}
{'NTA': '0', 'Yield': '6', 'EBITDA': '69320000', 'Industry': 'Farming/Seeds/Milling', 'PtS': '1.1', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.11', 'Dividend': '0', 'Name': 'Calavo Growers Inc', 'Description': 'Calavo Growers Inc', 'DivYield': '1.52', 'MarketCap': '1060000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '4.83', 'PE': '28.72', 'PEG': '3.7', 'Shares': '17491750', 'ImputationCredits': '0', 'Symbol': 'CVGW', 'DPS': '0.9'}
{'NTA': '0', 'Yield': '16.06', 'EBITDA': '17230000', 'Industry': 'Computer Software: Prepackaged Software', 'PtS': '3.49', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.06', 'Dividend': '0', 'Name': 'Commvault Systems', 'Description': 'Commvault Systems', 'DivYield': '0', 'MarketCap': '2210000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '5.1', 'PE': '779.37', 'PEG': '2.55', 'Shares': '45010180', 'ImputationCredits': '0', 'Symbol': 'CVLT', 'DPS': '0'}
{'NTA': '0', 'Yield': '23.73', 'EBITDA': '0', 'Industry': 'Savings Institutions', 'PtS': '3.65', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.55', 'Dividend': '0', 'Name': 'Codorus Valley Bncp', 'Description': 'Codorus Valley Bncp', 'DivYield': '2.06', 'MarketCap': '218450000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.43', 'PE': '16.72', 'PEG': '0', 'Shares': '8431108', 'ImputationCredits': '0', 'Symbol': 'CVLY', 'DPS': '0.54'}
{'NTA': '0', 'Yield': '-5.58', 'EBITDA': '104090000', 'Industry': 'Trucking Freight/Courier Services', 'PtS': '0.5', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.92', 'Dividend': '0', 'Name': 'Covenant Transportn', 'Description': 'Covenant Transportn', 'DivYield': '0', 'MarketCap': '343140000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Transportation', 'PtB': '1.42', 'PE': '20.43', 'PEG': '4.06', 'Shares': '18252130', 'ImputationCredits': '0', 'Symbol': 'CVTI', 'DPS': '0'}
{'NTA': '0', 'Yield': '35.51', 'EBITDA': '-539812', 'Industry': 'Industrial Machinery/Components', 'PtS': '3.26', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.09', 'Dividend': '0', 'Name': 'CVD Equipment Corp', 'Description': 'CVD Equipment Corp', 'DivYield': '0', 'MarketCap': '66050000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.99', 'PE': '0', 'PEG': '0', 'Shares': '6363199', 'ImputationCredits': '0', 'Symbol': 'CVV', 'DPS': '0'}
{'NTA': '0', 'Yield': '43.52', 'EBITDA': '0', 'Industry': '', 'PtS': '2.7523', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.82', 'Dividend': '0', 'Name': 'Coastway Bancorp Inc', 'Description': 'Coastway Bancorp Inc', 'DivYield': '0', 'MarketCap': '71390000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.0401', 'PE': '21.4763', 'PEG': '0', 'Shares': '4053809', 'ImputationCredits': '0', 'Symbol': 'CWAY', 'DPS': '0'}
{'NTA': '0', 'Yield': '40.5', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '2.63', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.62', 'Dividend': '0', 'Name': 'Community West Bncsh', 'Description': 'Community West Bncsh', 'DivYield': '1.37', 'MarketCap': '82610000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.26', 'PE': '16.45', 'PEG': '0', 'Shares': '8099020', 'ImputationCredits': '0', 'Symbol': 'CWBC', 'DPS': '0.14'}
{'NTA': '0', 'Yield': '-16.13', 'EBITDA': '12990000', 'Industry': 'Water Supply', 'PtS': '2.94', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.27', 'Dividend': '0', 'Name': 'Cons Water Co Inc', 'Description': 'Cons Water Co Inc', 'DivYield': '2.62', 'MarketCap': '173250000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Public Utilities', 'PtB': '1.17', 'PE': '43.63', 'PEG': '2.77', 'Shares': '14871250', 'ImputationCredits': '0', 'Symbol': 'CWCO', 'DPS': '0.3'}
{'NTA': '0', 'Yield': '97.07', 'EBITDA': '107700000', 'Industry': 'Environmental Services', 'PtS': '1.03', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.17', 'Dividend': '0', 'Name': 'Casella Waste Sys', 'Description': 'Casella Waste Sys', 'DivYield': '0', 'MarketCap': '588750000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Public Utilities', 'PtB': '0', 'PE': '0', 'PEG': '7.61', 'Shares': '41725730', 'ImputationCredits': '0', 'Symbol': 'CWST', 'DPS': '0'}
{'NTA': '0', 'Yield': '42.23', 'EBITDA': '201430000', 'Industry': 'Containers/Packaging', 'PtS': '0.2', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.54', 'Dividend': '0', 'Name': 'China Xd Plastics Co', 'Description': 'China Xd Plastics Co', 'DivYield': '0', 'MarketCap': '240130000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '0.38', 'PE': '3.15', 'PEG': '0', 'Shares': '49511340', 'ImputationCredits': '0', 'Symbol': 'CXDC', 'DPS': '0'}
{'NTA': '0', 'Yield': '-94.41', 'EBITDA': '431900000', 'Industry': '', 'PtS': '0.1', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-25.79', 'Dividend': '0', 'Name': 'Concordia International', 'Description': 'Concordia International', 'DivYield': '0', 'MarketCap': '83280000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '51092020', 'ImputationCredits': '0', 'Symbol': 'CXRX', 'DPS': '0'}
{'NTA': '0', 'Yield': '21.92', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Wisdomtree China Ex-', 'Description': 'Wisdomtree China Ex-', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'CXSE', 'DPS': '0'}
{'NTA': '0', 'Yield': '52.38', 'EBITDA': '140390000', 'Industry': 'Semiconductors', 'PtS': '2.39', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.15', 'Dividend': '0', 'Name': 'Cypress Semiconductr', 'Description': 'Cypress Semiconductr', 'DivYield': '3.18', 'MarketCap': '4740000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '2.4', 'PE': '0', 'PEG': '0.36', 'Shares': '328027600', 'ImputationCredits': '0', 'Symbol': 'CY', 'DPS': '0.44'}
{'NTA': '0', 'Yield': '-47.37', 'EBITDA': '-25980000', 'Industry': '', 'PtS': '25.93', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.72', 'Dividend': '0', 'Name': 'Celyad Sa Ads', 'Description': 'Celyad Sa Ads', 'DivYield': '0', 'MarketCap': '244890000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.43', 'PE': '0', 'PEG': '0', 'Shares': '9346947', 'ImputationCredits': '0', 'Symbol': 'CYAD', 'DPS': '0'}
{'NTA': '0', 'Yield': '-21.27', 'EBITDA': '1480000', 'Industry': 'Specialty Chemicals', 'PtS': '0.69', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.89', 'Dividend': '0', 'Name': 'Cyanotech Corp', 'Description': 'Cyanotech Corp', 'DivYield': '0', 'MarketCap': '21820000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '1.34', 'PE': '0', 'PEG': '0', 'Shares': '5667533', 'ImputationCredits': '0', 'Symbol': 'CYAN', 'DPS': '0'}
{'NTA': '0', 'Yield': '47.86', 'EBITDA': '8210000', 'Industry': 'Electronic Components', 'PtS': '2.67', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.64', 'Dividend': '0', 'Name': 'Cyberoptics Cp', 'Description': 'Cyberoptics Cp', 'DivYield': '0', 'MarketCap': '179290000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '3.61', 'PE': '15.82', 'PEG': '0', 'Shares': '6909056', 'ImputationCredits': '0', 'Symbol': 'CYBE', 'DPS': '0'}
{'NTA': '0', 'Yield': '24.56', 'EBITDA': '42440000', 'Industry': '', 'PtS': '7.01', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.78', 'Dividend': '0', 'Name': 'Cyberark Soft Ord', 'Description': 'Cyberark Soft Ord', 'DivYield': '0', 'MarketCap': '1500000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '5.94', 'PE': '65.22', 'PEG': '2.47', 'Shares': '29486930', 'ImputationCredits': '0', 'Symbol': 'CYBR', 'DPS': '0'}
{'NTA': '0', 'Yield': '-21.37', 'EBITDA': '0', 'Industry': 'Major Pharmaceuticals', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-4.18', 'Dividend': '0', 'Name': 'Cyclacel Pharmaceuti', 'Description': 'Cyclacel Pharmaceuti', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'CYCC', 'DPS': '0'}
{'NTA': '0', 'Yield': '43.18', 'EBITDA': '-14000000', 'Industry': 'Major Pharmaceuticals', 'PtS': '31.81', 'DateTime': '2017-03-28T00:00:00', 'EPS': '-3.5', 'Dividend': '0', 'Name': 'Cyclacel Pharmaceuti', 'Description': 'Cyclacel Pharmaceuti', 'DivYield': '9.52', 'MarketCap': '26810000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '1.88', 'PE': '0', 'PEG': '0', 'Shares': '4255556', 'ImputationCredits': '0', 'Symbol': 'CYCCP', 'DPS': '0.6'}
{'NTA': '0', 'Yield': '41.67', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Community Health Sys', 'Description': 'Community Health Sys', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'CYHHZ', 'DPS': '0'}
{'NTA': '0', 'Yield': '47.72', 'EBITDA': '0', 'Industry': 'Biotechnology: Electromedical & Electrotherapeutic Apparatus', 'PtS': '0', 'DateTime': '2017-03-21T00:00:00', 'EPS': '0.6', 'Dividend': '0', 'Name': 'Cynosure Inc', 'Description': 'Cynosure Inc', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '0', 'PE': '0', 'PEG': '1.89', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'CYNO', 'DPS': '0'}
{'NTA': '0', 'Yield': '39.29', 'EBITDA': '156870000', 'Industry': 'Computer Software: Prepackaged Software', 'PtS': '2.8', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.72', 'Dividend': '0', 'Name': 'Changyou.Com Limited', 'Description': 'Changyou.Com Limited', 'DivYield': '0', 'MarketCap': '1430000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.32', 'PE': '10.31', 'PEG': '-1.47', 'Shares': '50998570', 'ImputationCredits': '0', 'Symbol': 'CYOU', 'DPS': '0'}
{'NTA': '0', 'Yield': '17.65', 'EBITDA': '-1000000', 'Industry': '', 'PtS': '2.53', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.14', 'Dividend': '0', 'Name': 'Cyren Ltd', 'Description': 'Cyren Ltd', 'DivYield': '0', 'MarketCap': '78330000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.4', 'PE': '0', 'PEG': '-0.59', 'Shares': '39165000', 'ImputationCredits': '0', 'Symbol': 'CYRN', 'DPS': '0'}
{'NTA': '0', 'Yield': '4.42', 'EBITDA': '-7790000', 'Industry': '', 'PtS': '5.15', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.9', 'Dividend': '0', 'Name': 'Cryoport Inc', 'Description': 'Cryoport Inc', 'DivYield': '0', 'MarketCap': '41550000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '7.4', 'PE': '0', 'PEG': '0', 'Shares': '17605930', 'ImputationCredits': '0', 'Symbol': 'CYRX', 'DPS': '0'}
{'NTA': '0', 'Yield': '66.1', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Cryoport Inc Wts', 'Description': 'Cryoport Inc Wts', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'CYRXW', 'DPS': '0'}
{'NTA': '0', 'Yield': '57.86', 'EBITDA': '14930000', 'Industry': 'Major Pharmaceuticals', 'PtS': '4.92', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.39', 'Dividend': '0', 'Name': 'Cytokinetics', 'Description': 'Cytokinetics', 'DivYield': '0', 'MarketCap': '525790000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '5.41', 'PE': '32.31', 'PEG': '-0.4', 'Shares': '41729360', 'ImputationCredits': '0', 'Symbol': 'CYTK', 'DPS': '0'}
{'NTA': '0', 'Yield': '-86.5', 'EBITDA': '-51720000', 'Industry': 'Biotechnology: Biological Products (No Diagnostic Substances)', 'PtS': '264.2091', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.626', 'Dividend': '0', 'Name': 'Cytrx Cp', 'Description': 'Cytrx Cp', 'DivYield': '0', 'MarketCap': '52110000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '2.3097', 'PE': '0', 'PEG': '0', 'Shares': '117312000', 'ImputationCredits': '0', 'Symbol': 'CYTR', 'DPS': '0'}
{'NTA': '0', 'Yield': '-66.67', 'EBITDA': '-18520000', 'Industry': 'Medical/Dental Instruments', 'PtS': '3.31', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.27', 'Dividend': '0', 'Name': 'Cytori Therapeutics', 'Description': 'Cytori Therapeutics', 'DivYield': '0', 'MarketCap': '37710000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '3.16', 'PE': '0', 'PEG': '0', 'Shares': '23568750', 'ImputationCredits': '0', 'Symbol': 'CYTX', 'DPS': '0'}
{'NTA': '0', 'Yield': '-97.14', 'EBITDA': '0', 'Industry': 'Medical/Dental Instruments', 'PtS': '0', 'DateTime': '2017-03-30T00:00:00', 'EPS': '-0.6', 'Dividend': '0', 'Name': 'Cytori Therapeutics Inc', 'Description': 'Cytori Therapeutics Inc', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'CYTXW', 'DPS': '0'}
{'NTA': '0', 'Yield': '28.65', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '1.9211', 'DateTime': '2017-03-29T00:00:00', 'EPS': '1.658', 'Dividend': '0', 'Name': 'Citizens First Corp', 'Description': 'Citizens First Corp', 'DivYield': '0.89', 'MarketCap': '36440000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.0288', 'PE': '10.8867', 'PEG': '0', 'Shares': '2018825', 'ImputationCredits': '0', 'Symbol': 'CZFC', 'DPS': '0.16'}
{'NTA': '0', 'Yield': '15.3', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '5.1', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.3', 'Dividend': '0', 'Name': 'Citizens Nrthn Cp', 'Description': 'Citizens Nrthn Cp', 'DivYield': '4.5', 'MarketCap': '282690000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.53', 'PE': '17.91', 'PEG': '0', 'Shares': '12143040', 'ImputationCredits': '0', 'Symbol': 'CZNC', 'DPS': '1.04'}
{'NTA': '0', 'Yield': '39.82', 'EBITDA': '696000000', 'Industry': '', 'PtS': '0.36', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-24.44', 'Dividend': '0', 'Name': 'Caesars Entertnmt', 'Description': 'Caesars Entertnmt', 'DivYield': '0', 'MarketCap': '1410000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '147644000', 'ImputationCredits': '0', 'Symbol': 'CZR', 'DPS': '0'}
{'NTA': '0', 'Yield': '51.2', 'EBITDA': '0', 'Industry': 'Savings Institutions', 'PtS': '2.88', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.51', 'Dividend': '0', 'Name': 'Citizens Community', 'Description': 'Citizens Community', 'DivYield': '1.15', 'MarketCap': '72930000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.14', 'PE': '27.21', 'PEG': '0', 'Shares': '5265704', 'ImputationCredits': '0', 'Symbol': 'CZWI', 'DPS': '0.16'}
{'NTA': '0', 'Yield': '106.2', 'EBITDA': '2030000', 'Industry': 'Electrical Products', 'PtS': '1.72', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.2', 'Dividend': '0', 'Name': 'Data I O Cp', 'Description': 'Data I O Cp', 'DivYield': '0', 'MarketCap': '40160000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '2.49', 'PE': '24.95', 'PEG': '0', 'Shares': '8048096', 'ImputationCredits': '0', 'Symbol': 'DAIO', 'DPS': '0'}
{'NTA': '0', 'Yield': '8.62', 'EBITDA': '29140000', 'Industry': 'Miscellaneous manufacturing industries', 'PtS': '0.69', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.15', 'Dividend': '0', 'Name': 'Daktronics Inc', 'Description': 'Daktronics Inc', 'DivYield': '3.07', 'MarketCap': '404980000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '2.02', 'PE': '62.52', 'PEG': '1.73', 'Shares': '44067460', 'ImputationCredits': '0', 'Symbol': 'DAKT', 'DPS': '0.28'}
{'NTA': '0', 'Yield': '-32.99', 'EBITDA': '4180000', 'Industry': 'Restaurants', 'PtS': '0.28', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.35', 'Dividend': '0', 'Name': 'Famous Daves of Am', 'Description': 'Famous Daves of Am', 'DivYield': '0', 'MarketCap': '27130000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '1.37', 'PE': '0', 'PEG': '1.46', 'Shares': '6956411', 'ImputationCredits': '0', 'Symbol': 'DAVE', 'DPS': '0'}
{'NTA': '0', 'Yield': '10.74', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Recon Cp DAX ETF', 'Description': 'Recon Cp DAX ETF', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'DAX', 'DPS': '0'}
{'NTA': '0', 'Yield': '3.68', 'EBITDA': '-123670000', 'Industry': '', 'PtS': '197.54', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.52', 'Dividend': '0', 'Name': 'Dbv Technologies Ads', 'Description': 'Dbv Technologies Ads', 'DivYield': '0', 'MarketCap': '1620000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '6.56', 'PE': '0', 'PEG': '0', 'Shares': '45996590', 'ImputationCredits': '0', 'Symbol': 'DBVT', 'DPS': '0'}
{'NTA': '0', 'Yield': '-83.75', 'EBITDA': '-7430000', 'Industry': 'Marine Transportation', 'PtS': '0.38', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-16.28', 'Dividend': '0', 'Name': 'Diana Containrshp', 'Description': 'Diana Containrshp', 'DivYield': '0', 'MarketCap': '12170000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Transportation', 'PtB': '0.14', 'PE': '0', 'PEG': '-0.04', 'Shares': '9361538', 'ImputationCredits': '0', 'Symbol': 'DCIX', 'DPS': '0'}
{'NTA': '0', 'Yield': '12.09', 'EBITDA': '0', 'Industry': 'Savings Institutions', 'PtS': '3.5', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.97', 'Dividend': '0', 'Name': 'Dime Community Bncsh', 'Description': 'Dime Community Bncsh', 'DivYield': '2.81', 'MarketCap': '761210000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.34', 'PE': '10.3', 'PEG': '12.3', 'Shares': '37498030', 'ImputationCredits': '0', 'Symbol': 'DCOM', 'DPS': '0.56'}
{'NTA': '0', 'Yield': '-71.88', 'EBITDA': '-16140000', 'Industry': 'Medical/Dental Instruments', 'PtS': '0.18', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-10.02', 'Dividend': '0', 'Name': 'Delcath Systems Inc', 'Description': 'Delcath Systems Inc', 'DivYield': '0', 'MarketCap': '360622', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '4006916', 'ImputationCredits': '0', 'Symbol': 'DCTH', 'DPS': '0'}
{'NTA': '0', 'Yield': '3.14', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Legg Mason Dev Exus', 'Description': 'Legg Mason Dev Exus', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'DDBI', 'DPS': '0'}
{'NTA': '0', 'Yield': '75.82', 'EBITDA': '-4480000', 'Industry': 'Textile Industrial', 'PtS': '0.28', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.73', 'Dividend': '0', 'Name': 'Delta Tech HD Ltd Or', 'Description': 'Delta Tech HD Ltd Or', 'DivYield': '0', 'MarketCap': '15390000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Industrial Goods', 'PtB': '0.35', 'PE': '0', 'PEG': '0', 'Shares': '9618750', 'ImputationCredits': '0', 'Symbol': 'DELT', 'DPS': '0'}
{'NTA': '0', 'Yield': '-25', 'EBITDA': '-4480000', 'Industry': '', 'PtS': '0.01', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.73', 'Dividend': '0', 'Name': 'Delta Tech Hld Wt', 'Description': 'Delta Tech Hld Wt', 'DivYield': '0', 'MarketCap': '577080', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.01', 'PE': '0', 'PEG': '0', 'Shares': '9618000', 'ImputationCredits': '0', 'Symbol': 'DELTW', 'DPS': '0'}
{'NTA': '0', 'Yield': '25.08', 'EBITDA': '96090000', 'Industry': 'Restaurants', 'PtS': '1.69', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.25', 'Dividend': '0', 'Name': 'Dennys Corp', 'Description': 'Dennys Corp', 'DivYield': '0', 'MarketCap': '858040000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '0', 'PE': '48.52', 'PEG': '1.34', 'Shares': '70737020', 'ImputationCredits': '0', 'Symbol': 'DENN', 'DPS': '0'}
{'NTA': '0', 'Yield': '-27.79', 'EBITDA': '133760000', 'Industry': 'Major Pharmaceuticals', 'PtS': '1.75', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.45', 'Dividend': '0', 'Name': 'Depomed Inc', 'Description': 'Depomed Inc', 'DivYield': '0', 'MarketCap': '779340000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '3.17', 'PE': '0', 'PEG': '0.74', 'Shares': '62098810', 'ImputationCredits': '0', 'Symbol': 'DEPO', 'DPS': '0'}
{'NTA': '0', 'Yield': '34.88', 'EBITDA': '-90500000', 'Industry': '', 'PtS': '54.64', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.7', 'Dividend': '0', 'Name': 'Dermira Inc Cm ST', 'Description': 'Dermira Inc Cm ST', 'DivYield': '0', 'MarketCap': '1220000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '4.99', 'PE': '0', 'PEG': '0', 'Shares': '35766640', 'ImputationCredits': '0', 'Symbol': 'DERM', 'DPS': '0'}
{'NTA': '0', 'Yield': '-38.88', 'EBITDA': '23360000', 'Industry': 'Clothing/Shoe/Accessory Stores', 'PtS': '0.13', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.23', 'Dividend': '0', 'Name': 'Destination Maternty', 'Description': 'Destination Maternty', 'DivYield': '0', 'MarketCap': '60540000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '0.63', 'PE': '0', 'PEG': '0', 'Shares': '14013890', 'ImputationCredits': '0', 'Symbol': 'DEST', 'DPS': '0'}
{'NTA': '0', 'Yield': '-58.06', 'EBITDA': '-2030000', 'Industry': '', 'PtS': '0.18', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.43', 'Dividend': '0', 'Name': 'Differntl Brands Cmn', 'Description': 'Differntl Brands Cmn', 'DivYield': '0', 'MarketCap': '25510000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.54', 'PE': '0', 'PEG': '-1.95', 'Shares': '13082050', 'ImputationCredits': '0', 'Symbol': 'DFBG', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-12930000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.76', 'Dividend': '0', 'Name': 'Diffusion Pharmaceuticals Inc', 'Description': 'Diffusion Pharmaceuticals Inc', 'DivYield': '0', 'MarketCap': '41280000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.24', 'PE': '0', 'PEG': '0', 'Shares': '10345870', 'ImputationCredits': '0', 'Symbol': 'DFFN', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Davis Fundamental ETF Trust Davis Select Financi', 'Description': 'Davis Fundamental ETF Trust Davis Select Financi', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'DFNL', 'DPS': '0'}
{'NTA': '0', 'Yield': '13.31', 'EBITDA': '46370000', 'Industry': '', 'PtS': '1.2', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.76', 'Dividend': '0', 'Name': "Del Frisco's Restrnt", 'Description': "Del Frisco's Restrnt", 'DivYield': '0', 'MarketCap': '422480000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.71', 'PE': '23.75', 'PEG': '1.73', 'Shares': '23406090', 'ImputationCredits': '0', 'Symbol': 'DFRG', 'DPS': '0'}
{'NTA': '0', 'Yield': '6.24', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-17T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Ipath 5 Year Bull', 'Description': 'Ipath 5 Year Bull', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'DFVL', 'DPS': '0'}
{'NTA': '0', 'Yield': '-17.8', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-29T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Ipath 5 Year Bear Et', 'Description': 'Ipath 5 Year Bear Et', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'DFVS', 'DPS': '0'}
{'NTA': '0', 'Yield': '18.55', 'EBITDA': '19000000', 'Industry': 'Oil & Gas Production', 'PtS': '3.25', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.88', 'Dividend': '0', 'Name': 'Delta Natural Gas', 'Description': 'Delta Natural Gas', 'DivYield': '2.73', 'MarketCap': '216180000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Public Utilities', 'PtB': '2.81', 'PE': '34.45', 'PEG': '0', 'Shares': '7122900', 'ImputationCredits': '0', 'Symbol': 'DGAS', 'DPS': '0.83'}
{'NTA': '0', 'Yield': '15.09', 'EBITDA': '49570000', 'Industry': 'Property-Casualty Insurers', 'PtS': '0.68', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.14', 'Dividend': '0', 'Name': 'Donegal Group Cl A', 'Description': 'Donegal Group Cl A', 'DivYield': '3.23', 'MarketCap': '477890000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.07', 'PE': '15.51', 'PEG': '1.47', 'Shares': '27122020', 'ImputationCredits': '0', 'Symbol': 'DGICA', 'DPS': '0.55'}
{'NTA': '0', 'Yield': '12.52', 'EBITDA': '49570000', 'Industry': 'Property-Casualty Insurers', 'PtS': '0.6', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.14', 'Dividend': '0', 'Name': 'Donegal Group Cl B', 'Description': 'Donegal Group Cl B', 'DivYield': '3.13', 'MarketCap': '433950000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '0.95', 'PE': '14.08', 'PEG': '0', 'Shares': '27121880', 'ImputationCredits': '0', 'Symbol': 'DGICB', 'DPS': '0.48'}
{'NTA': '0', 'Yield': '12.58', 'EBITDA': '20370000', 'Industry': 'Computer Communications Equipment', 'PtS': '1.58', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.48', 'Dividend': '0', 'Name': 'Digi Intl Inc', 'Description': 'Digi Intl Inc', 'DivYield': '0', 'MarketCap': '314520000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.03', 'PE': '25', 'PEG': '0.89', 'Shares': '26430250', 'ImputationCredits': '0', 'Symbol': 'DGII', 'DPS': '0'}
{'NTA': '0', 'Yield': '4.41', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'VS 3X Inv Gold', 'Description': 'VS 3X Inv Gold', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'DGLD', 'DPS': '0'}
{'NTA': '0', 'Yield': '-2.71', 'EBITDA': '-11910000', 'Industry': 'Radio And Television Broadcasting And Communications Equipment', 'PtS': '1.41', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.11', 'Dividend': '0', 'Name': 'Digital Ally Inc', 'Description': 'Digital Ally Inc', 'DivYield': '0', 'MarketCap': '23600000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '3.01', 'PE': '0', 'PEG': '-1.52', 'Shares': '5488372', 'ImputationCredits': '0', 'Symbol': 'DGLY', 'DPS': '0'}
{'NTA': '0', 'Yield': '8.81', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Wisdomtree Emg Mkts', 'Description': 'Wisdomtree Emg Mkts', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'DGRE', 'DPS': '0'}
{'NTA': '0', 'Yield': '16.36', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Wisdomtree US SC Qly', 'Description': 'Wisdomtree US SC Qly', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'DGRS', 'DPS': '0'}
{'NTA': '0', 'Yield': '14.16', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Wisdomtree US Qlty D', 'Description': 'Wisdomtree US Qlty D', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'DGRW', 'DPS': '0'}
{'NTA': '0', 'Yield': '11.01', 'EBITDA': '63780000', 'Industry': 'Investment Managers', 'PtS': '4.51', 'DateTime': '2017-03-31T00:00:00', 'EPS': '13.49', 'Dividend': '0', 'Name': 'Diamond Hill Inv', 'Description': 'Diamond Hill Inv', 'DivYield': '0', 'MarketCap': '624310000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '4.41', 'PE': '14.42', 'PEG': '0', 'Shares': '3208995', 'ImputationCredits': '0', 'Symbol': 'DHIL', 'DPS': '0'}
{'NTA': '0', 'Yield': '-30.83', 'EBITDA': '54530000', 'Industry': '', 'PtS': '2.54', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.09', 'Dividend': '0', 'Name': 'Dhx Media Varbl Vtg', 'Description': 'Dhx Media Varbl Vtg', 'DivYield': '1.06', 'MarketCap': '555790000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.16', 'PE': '46.63', 'PEG': '0', 'Shares': '133925300', 'ImputationCredits': '0', 'Symbol': 'DHXM', 'DPS': '0.05'}
{'NTA': '0', 'Yield': '29.16', 'EBITDA': '138520000', 'Industry': 'Semiconductors', 'PtS': '1.23', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.32', 'Dividend': '0', 'Name': 'Diodes Inc', 'Description': 'Diodes Inc', 'DivYield': '0', 'MarketCap': '1160000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.49', 'PE': '75.16', 'PEG': '0.89', 'Shares': '48232850', 'ImputationCredits': '0', 'Symbol': 'DIOD', 'DPS': '0'}
{'NTA': '0', 'Yield': '6.52', 'EBITDA': '2440000000', 'Industry': 'Television Services', 'PtS': '2.59', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.96', 'Dividend': '0', 'Name': 'Discovery Comm A', 'Description': 'Discovery Comm A', 'DivYield': '0', 'MarketCap': '17030000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '3.25', 'PE': '14.86', 'PEG': '1.19', 'Shares': '585424500', 'ImputationCredits': '0', 'Symbol': 'DISCA', 'DPS': '0'}
{'NTA': '0', 'Yield': '4.8', 'EBITDA': '2440000000', 'Industry': 'Television Services', 'PtS': '2.59', 'DateTime': '2017-03-17T00:00:00', 'EPS': '1.96', 'Dividend': '0', 'Name': 'Discovery Comm B', 'Description': 'Discovery Comm B', 'DivYield': '0', 'MarketCap': '16860000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '3.26', 'PE': '14.72', 'PEG': '0', 'Shares': '585416700', 'ImputationCredits': '0', 'Symbol': 'DISCB', 'DPS': '0'}
{'NTA': '0', 'Yield': '5.71', 'EBITDA': '2440000000', 'Industry': 'Television Services', 'PtS': '2.45', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.96', 'Dividend': '0', 'Name': 'Discovery Comm Inc', 'Description': 'Discovery Comm Inc', 'DivYield': '0', 'MarketCap': '15840000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '3.08', 'PE': '13.83', 'PEG': '0.92', 'Shares': '585149600', 'ImputationCredits': '0', 'Symbol': 'DISCK', 'DPS': '0'}
{'NTA': '0', 'Yield': '28.81', 'EBITDA': '3170000000', 'Industry': 'Television Services', 'PtS': '1.91', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.05', 'Dividend': '0', 'Name': 'Dish Network Corp', 'Description': 'Dish Network Corp', 'DivYield': '0', 'MarketCap': '28850000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '6.21', 'PE': '20.32', 'PEG': '-29.76', 'Shares': '465397600', 'ImputationCredits': '0', 'Symbol': 'DISH', 'DPS': '0'}
{'NTA': '0', 'Yield': '9.11', 'EBITDA': '-2850000', 'Industry': 'Newspapers/Magazines', 'PtS': '7.26', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.86', 'Dividend': '0', 'Name': 'Daily Journal Cp', 'Description': 'Daily Journal Cp', 'DivYield': '0', 'MarketCap': '295720000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '2.13', 'PE': '0', 'PEG': '0', 'Shares': '1379999', 'ImputationCredits': '0', 'Symbol': 'DJCO', 'DPS': '0'}
{'NTA': '0', 'Yield': '10.86', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-17T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Barclays Bank Plc', 'Description': 'Barclays Bank Plc', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'DLBL', 'DPS': '0'}
{'NTA': '0', 'Yield': '13.87', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-29T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Ipath Long Bond Bear', 'Description': 'Ipath Long Bond Bear', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'DLBS', 'DPS': '0'}
{'NTA': '0', 'Yield': '33.33', 'EBITDA': '6000000', 'Industry': '', 'PtS': '0.6379', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.32', 'Dividend': '0', 'Name': 'Dlh Holdings Corp', 'Description': 'Dlh Holdings Corp', 'DivYield': '0', 'MarketCap': '60700000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.8627', 'PE': '16.8756', 'PEG': '0', 'Shares': '11240320', 'ImputationCredits': '0', 'Symbol': 'DLHC', 'DPS': '0'}
{'NTA': '0', 'Yield': '-10.51', 'EBITDA': '39700000', 'Industry': '', 'PtS': '1.86', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.66', 'Dividend': '0', 'Name': 'Duluth Hldg Cl B Cmn', 'Description': 'Duluth Hldg Cl B Cmn', 'DivYield': '0', 'MarketCap': '690670000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '6.29', 'PE': '32.26', 'PEG': '1.22', 'Shares': '32441050', 'ImputationCredits': '0', 'Symbol': 'DLTH', 'DPS': '0'}
{'NTA': '0', 'Yield': '-1.57', 'EBITDA': '2350000000', 'Industry': 'Department/Specialty Retail Stores', 'PtS': '0.91', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.78', 'Dividend': '0', 'Name': 'Dollar Tree Inc', 'Description': 'Dollar Tree Inc', 'DivYield': '0', 'MarketCap': '18540000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '3.48', 'PE': '20.76', 'PEG': '1.29', 'Shares': '236298700', 'ImputationCredits': '0', 'Symbol': 'DLTR', 'DPS': '0'}
{'NTA': '0', 'Yield': '21.04', 'EBITDA': '29470000', 'Industry': 'Oil & Gas Production', 'PtS': '14.49', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.66', 'Dividend': '0', 'Name': 'Dorchester Minls', 'Description': 'Dorchester Minls', 'DivYield': '5.67', 'MarketCap': '527610000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Energy', 'PtB': '8.05', 'PE': '26.06', 'PEG': '0', 'Shares': '30675000', 'ImputationCredits': '0', 'Symbol': 'DMLP', 'DPS': '0.97'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.52', 'Dividend': '0', 'Name': 'Delmar Pharmaceuticals Inc', 'Description': 'Delmar Pharmaceuticals Inc', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'DMPI', 'DPS': '0'}
{'NTA': '0', 'Yield': '-9.55', 'EBITDA': '-19890000', 'Industry': 'EDP Services', 'PtS': '12.23', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.36', 'Dividend': '0', 'Name': 'Digimarc Corporation', 'Description': 'Digimarc Corporation', 'DivYield': '0', 'MarketCap': '273700000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '3.64', 'PE': '0', 'PEG': '-0.49', 'Shares': '10137040', 'ImputationCredits': '0', 'Symbol': 'DMRC', 'DPS': '0'}
{'NTA': '0', 'Yield': '-75.39', 'EBITDA': '-47400000', 'Industry': '', 'PtS': '3.93', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.97', 'Dividend': '0', 'Name': 'Dimension Thera Cmn', 'Description': 'Dimension Thera Cmn', 'DivYield': '0', 'MarketCap': '43830000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.75', 'PE': '0', 'PEG': '0', 'Shares': '25045710', 'ImputationCredits': '0', 'Symbol': 'DMTX', 'DPS': '0'}
{'NTA': '0', 'Yield': '24.82', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '4.77', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.55', 'Dividend': '0', 'Name': 'Dnb Finl Corp', 'Description': 'Dnb Finl Corp', 'DivYield': '0.83', 'MarketCap': '144530000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.52', 'PE': '21.94', 'PEG': '0', 'Shares': '4250883', 'ImputationCredits': '0', 'Symbol': 'DNBF', 'DPS': '0.28'}
{'NTA': '0', 'Yield': '17.59', 'EBITDA': '433480000', 'Industry': '', 'PtS': '6.14', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.11', 'Dividend': '0', 'Name': "Dunkin' Brands Group", 'Description': "Dunkin' Brands Group", 'DivYield': '2.3', 'MarketCap': '5030000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '25.91', 'PEG': '1.86', 'Shares': '91989760', 'ImputationCredits': '0', 'Symbol': 'DNKN', 'DPS': '1.29'}
{'NTA': '0', 'Yield': '52.69', 'EBITDA': '187510000', 'Industry': 'Auto Parts:O.E.M.', 'PtS': '3.16', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.07', 'Dividend': '0', 'Name': 'Dorman Products Inc', 'Description': 'Dorman Products Inc', 'DivYield': '0', 'MarketCap': '2720000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '4.52', 'PE': '25.82', 'PEG': '1.58', 'Shares': '34313110', 'ImputationCredits': '0', 'Symbol': 'DORM', 'DPS': '0'}
{'NTA': '0', 'Yield': '7.87', 'EBITDA': '703420000', 'Industry': '', 'PtS': '2.41', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.71', 'Dividend': '0', 'Name': 'Amdocs Ltd Ord', 'Description': 'Amdocs Ltd Ord', 'DivYield': '1.42', 'MarketCap': '8950000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.6', 'PE': '22.52', 'PEG': '2.3', 'Shares': '146745400', 'ImputationCredits': '0', 'Symbol': 'DOX', 'DPS': '0.88'}
{'NTA': '0', 'Yield': '-89.98', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.06', 'Dividend': '0', 'Name': 'Dipexium Pharmaceuti', 'Description': 'Dipexium Pharmaceuti', 'DivYield': '0', 'MarketCap': '14450000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.97', 'PE': '0', 'PEG': '0', 'Shares': '11115390', 'ImputationCredits': '0', 'Symbol': 'DPRX', 'DPS': '0'}
{'NTA': '0', 'Yield': '-9.09', 'EBITDA': '15150000', 'Industry': 'Biotechnology: Electromedical & Electrotherapeutic Apparatus', 'PtS': '0.86', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.71', 'Dividend': '0', 'Name': 'Digirad Corporation', 'Description': 'Digirad Corporation', 'DivYield': '3.67', 'MarketCap': '105430000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '1.62', 'PE': '7.46', 'PEG': '1.3', 'Shares': '19892450', 'ImputationCredits': '0', 'Symbol': 'DRAD', 'DPS': '0.2'}
{'NTA': '0', 'Yield': '-38.17', 'EBITDA': '-2160000', 'Industry': 'Electronic Components', 'PtS': '0.3', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.83', 'Dividend': '0', 'Name': 'Dataram Corp', 'Description': 'Dataram Corp', 'DivYield': '0', 'MarketCap': '5590000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '2.82', 'PE': '0', 'PEG': '0', 'Shares': '4818966', 'ImputationCredits': '0', 'Symbol': 'DRAM', 'DPS': '0'}
{'NTA': '0', 'Yield': '-42.56', 'EBITDA': '-10440000', 'Industry': '', 'PtS': '11.1', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.82', 'Dividend': '0', 'Name': 'Labstyle Innovat Cmn', 'Description': 'Labstyle Innovat Cmn', 'DivYield': '0', 'MarketCap': '24010000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '7976744', 'ImputationCredits': '0', 'Symbol': 'DRIO', 'DPS': '0'}
{'NTA': '0', 'Yield': '-59.26', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Labstyle Innovati Wt', 'Description': 'Labstyle Innovati Wt', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'DRIOW', 'DPS': '0'}
{'NTA': '0', 'Yield': '-26.41', 'EBITDA': '-58910000', 'Industry': '', 'PtS': '190.32', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.84', 'Dividend': '0', 'Name': 'Dicerna Pharmaceutic', 'Description': 'Dicerna Pharmaceutic', 'DivYield': '0', 'MarketCap': '70700000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.36', 'PE': '0', 'PEG': '0', 'Shares': '20794120', 'ImputationCredits': '0', 'Symbol': 'DRNA', 'DPS': '0'}
{'NTA': '0', 'Yield': '-21.64', 'EBITDA': '-31950000', 'Industry': 'Major Pharmaceuticals', 'PtS': '10.22', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.26', 'Dividend': '0', 'Name': 'Durect Corporation', 'Description': 'Durect Corporation', 'DivYield': '0', 'MarketCap': '148990000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '17.12', 'PE': '0', 'PEG': '-0.22', 'Shares': '141895200', 'ImputationCredits': '0', 'Symbol': 'DRRX', 'DPS': '0'}
{'NTA': '0', 'Yield': '-76.73', 'EBITDA': '-17450000', 'Industry': 'Telecommunications Equipment', 'PtS': '0.18', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-5.26', 'Dividend': '0', 'Name': 'Dragonwave Cmn', 'Description': 'Dragonwave Cmn', 'DivYield': '0', 'MarketCap': '8850000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Public Utilities', 'PtB': '0', 'PE': '0', 'PEG': '-0.05', 'Shares': '6103449', 'ImputationCredits': '0', 'Symbol': 'DRWI', 'DPS': '0'}
{'NTA': '0', 'Yield': '-99.91', 'EBITDA': '-38200000', 'Industry': 'Marine Transportation', 'PtS': '2.76', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-464.76', 'Dividend': '0', 'Name': 'Dryships Inc', 'Description': 'Dryships Inc', 'DivYield': '4.64', 'MarketCap': '144400000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Transportation', 'PtB': '0.15', 'PE': '0', 'PEG': '0', 'Shares': '87515150', 'ImputationCredits': '0', 'Symbol': 'DRYS', 'DPS': '0.07'}
{'NTA': '0', 'Yield': '24.25', 'EBITDA': '67780000', 'Industry': 'Computer Software: Prepackaged Software', 'PtS': '8.47', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.31', 'Dividend': '0', 'Name': 'Descartes Sys Grp', 'Description': 'Descartes Sys Grp', 'DivYield': '0', 'MarketCap': '1740000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '4.01', 'PE': '73.87', 'PEG': '3.53', 'Shares': '75982540', 'ImputationCredits': '0', 'Symbol': 'DSGX', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '80050000', 'Industry': '', 'PtS': '0.58', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-117.18', 'Dividend': '0', 'Name': 'Daseke Inc', 'Description': 'Daseke Inc', 'DivYield': '0', 'MarketCap': '381680000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.01', 'PE': '0', 'PEG': '0', 'Shares': '37715420', 'ImputationCredits': '0', 'Symbol': 'DSKE', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Daseke Inc', 'Description': 'Daseke Inc', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'DSKEW', 'DPS': '0'}
{'NTA': '0', 'Yield': '-26.97', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'VS 3X Inv Silver', 'Description': 'VS 3X Inv Silver', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'DSLV', 'DPS': '0'}
{'NTA': '0', 'Yield': '26.32', 'EBITDA': '6060000', 'Industry': 'Semiconductors', 'PtS': '1.97', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.21', 'Dividend': '0', 'Name': 'D S P Group Inc', 'Description': 'D S P Group Inc', 'DivYield': '0', 'MarketCap': '264800000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.85', 'PE': '57.14', 'PEG': '6.69', 'Shares': '22066670', 'ImputationCredits': '0', 'Symbol': 'DSPG', 'DPS': '0'}
{'NTA': '0', 'Yield': '17.47', 'EBITDA': '-1190000', 'Industry': 'Plastic Products', 'PtS': '0.75', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.05', 'Dividend': '0', 'Name': 'Deswell Inds Inc', 'Description': 'Deswell Inds Inc', 'DivYield': '14.58', 'MarketCap': '31310000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '0.4', 'PE': '0', 'PEG': '0', 'Shares': '16056410', 'ImputationCredits': '0', 'Symbol': 'DSWL', 'DPS': '0.28'}
{'NTA': '0', 'Yield': '-34.43', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.41', 'Dividend': '0', 'Name': 'Davidstea Inc Cm Stk', 'Description': 'Davidstea Inc Cm Stk', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '1.9', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'DTEA', 'DPS': '0'}
{'NTA': '0', 'Yield': '139.44', 'EBITDA': '-7940000', 'Industry': '', 'PtS': '1.52', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.11', 'Dividend': '0', 'Name': 'Determine Inc', 'Description': 'Determine Inc', 'DivYield': '0', 'MarketCap': '42830000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '6.86', 'PE': '0', 'PEG': '0', 'Shares': '11864270', 'ImputationCredits': '0', 'Symbol': 'DTRM', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-27T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Ipath 2 Year Bull', 'Description': 'Ipath 2 Year Bull', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'DTUL', 'DPS': '0'}
{'NTA': '0', 'Yield': '4.02', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Ipath 2 Year Bear', 'Description': 'Ipath 2 Year Bear', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'DTUS', 'DPS': '0'}
{'NTA': '0', 'Yield': '16.22', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-15T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Ipath 10 Year Bull', 'Description': 'Ipath 10 Year Bull', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'DTYL', 'DPS': '0'}
{'NTA': '0', 'Yield': '26.9', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Ipath 10 Year Bear', 'Description': 'Ipath 10 Year Bear', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'DTYS', 'DPS': '0'}
{'NTA': '0', 'Yield': '72.79', 'EBITDA': '0', 'Industry': 'Major Pharmaceuticals', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.14', 'Dividend': '0', 'Name': 'Davis Fundamental ETF Trust Davis Select U.S. Eq', 'Description': 'Davis Fundamental ETF Trust Davis Select U.S. Eq', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'DUSA', 'DPS': '0'}
{'NTA': '0', 'Yield': '-63.74', 'EBITDA': '-108450000', 'Industry': 'Major Pharmaceuticals', 'PtS': '23.9', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.92', 'Dividend': '0', 'Name': 'Dynavax Technologies', 'Description': 'Dynavax Technologies', 'DivYield': '0', 'MarketCap': '266110000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '2.57', 'PE': '0', 'PEG': '0', 'Shares': '44351670', 'ImputationCredits': '0', 'Symbol': 'DVAX', 'DPS': '0'}
{'NTA': '0', 'Yield': '23.73', 'EBITDA': '19500000', 'Industry': '', 'PtS': '0.158', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.292', 'Dividend': '0', 'Name': 'Diversicare Healthca', 'Description': 'Diversicare Healthca', 'DivYield': '2.08', 'MarketCap': '66630000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '5.9', 'PE': '0', 'PEG': '0', 'Shares': '6359645', 'ImputationCredits': '0', 'Symbol': 'DVCR', 'DPS': '0.22'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Elkhorn Commodity Rotation Strategy ETF', 'Description': 'Elkhorn Commodity Rotation Strategy ETF', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'DWAC', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '132.5339', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-8.539', 'Dividend': '0', 'Name': 'Dynamic OTC Powershares', 'Description': 'Dynamic OTC Powershares', 'DivYield': '0', 'MarketCap': '37230000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.1276', 'PE': '0', 'PEG': '0', 'Shares': '448986', 'ImputationCredits': '0', 'Symbol': 'DWAQ', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Powershares DWA Smallcap Momentum Portfolio', 'Description': 'Powershares DWA Smallcap Momentum Portfolio', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'DWAS', 'DPS': '0'}
{'NTA': '0', 'Yield': '8.06', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Arrow DWA Tactic ETF', 'Description': 'Arrow DWA Tactic ETF', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'DWAT', 'DPS': '0'}
{'NTA': '0', 'Yield': '57.89', 'EBITDA': '-8730000', 'Industry': 'Computer Software: Prepackaged Software', 'PtS': '3.13', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.09', 'Dividend': '0', 'Name': 'Datawatch Cp', 'Description': 'Datawatch Cp', 'DivYield': '0', 'MarketCap': '100740000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '3.07', 'PE': '0', 'PEG': '-2.43', 'Shares': '11992860', 'ImputationCredits': '0', 'Symbol': 'DWCH', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'SPDR DWA Fi Allo ETF', 'Description': 'SPDR DWA Fi Allo ETF', 'DivYield': '0', 'MarketCap': '13740000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '549820000', 'ImputationCredits': '0', 'Symbol': 'DWFI', 'DPS': '0'}
{'NTA': '0', 'Yield': '6.3', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'PS DWA Tactical Multi-Asset Income', 'Description': 'PS DWA Tactical Multi-Asset Income', 'DivYield': '0', 'MarketCap': '114750000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '4150090000', 'ImputationCredits': '0', 'Symbol': 'DWIN', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Davis Fundamental ETF Trust Davis Select Worldwi', 'Description': 'Davis Fundamental ETF Trust Davis Select Worldwi', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'DWLD', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-30T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Powershares DWA Momentum & Low Volatility Rotati', 'Description': 'Powershares DWA Momentum & Low Volatility Rotati', 'DivYield': '0', 'MarketCap': '7980000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '300000000', 'ImputationCredits': '0', 'Symbol': 'DWLV', 'DPS': '0'}
{'NTA': '0', 'Yield': '8.38', 'EBITDA': '-5150000', 'Industry': 'Oil & Gas Production', 'PtS': '0.92', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.84', 'Dividend': '0', 'Name': 'Dawson Geophscl Cmn', 'Description': 'Dawson Geophscl Cmn', 'DivYield': '0', 'MarketCap': '120450000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Energy', 'PtB': '0.72', 'PE': '0', 'PEG': '-0.12', 'Shares': '21663670', 'ImputationCredits': '0', 'Symbol': 'DWSN', 'DPS': '0'}
{'NTA': '0', 'Yield': '3.88', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'PS DWA Tactical Sector Rotation', 'Description': 'PS DWA Tactical Sector Rotation', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'DWTR', 'DPS': '0'}
{'NTA': '0', 'Yield': '31.61', 'EBITDA': '-48900000', 'Industry': 'Medical/Dental Instruments', 'PtS': '12.58', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.79', 'Dividend': '0', 'Name': 'Dexcom', 'Description': 'Dexcom', 'DivYield': '0', 'MarketCap': '7190000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '25.34', 'PE': '0', 'PEG': '-4.84', 'Shares': '84857780', 'ImputationCredits': '0', 'Symbol': 'DXCM', 'DPS': '0'}
{'NTA': '0', 'Yield': '18.13', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Wisdomtree Gr Hdg Eq', 'Description': 'Wisdomtree Gr Hdg Eq', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'DXGE', 'DPS': '0'}
{'NTA': '0', 'Yield': '28.29', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Wisdomtree JP Hdg Fd', 'Description': 'Wisdomtree JP Hdg Fd', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'DXJS', 'DPS': '0'}
{'NTA': '0', 'Yield': '8.65', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-22T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Wisdomtree Kor Hdg E', 'Description': 'Wisdomtree Kor Hdg E', 'DivYield': '0', 'MarketCap': '10510000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '449914400', 'ImputationCredits': '0', 'Symbol': 'DXKW', 'DPS': '0'}
{'NTA': '0', 'Yield': '-46.93', 'EBITDA': '31600000', 'Industry': '', 'PtS': '0.32', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.05', 'Dividend': '0', 'Name': 'Destination XL Grp', 'Description': 'Destination XL Grp', 'DivYield': '0', 'MarketCap': '142220000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.61', 'PE': '0', 'PEG': '-2.11', 'Shares': '49901760', 'ImputationCredits': '0', 'Symbol': 'DXLG', 'DPS': '0'}
{'NTA': '0', 'Yield': '73.32', 'EBITDA': '48180000', 'Industry': 'Industrial Machinery/Components', 'PtS': '0.56', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.19', 'Dividend': '0', 'Name': 'Dxp Enterprise', 'Description': 'Dxp Enterprise', 'DivYield': '0', 'MarketCap': '656510000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '2.37', 'PE': '0', 'PEG': '54.57', 'Shares': '17335890', 'ImputationCredits': '0', 'Symbol': 'DXPE', 'DPS': '0'}
{'NTA': '0', 'Yield': '0.8', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Wisdomtree UK Hdg Fd', 'Description': 'Wisdomtree UK Hdg Fd', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'DXPS', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-13700000', 'Industry': '', 'PtS': '2.54', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.66', 'Dividend': '0', 'Name': 'Dextera Surgical Inc', 'Description': 'Dextera Surgical Inc', 'DivYield': '0', 'MarketCap': '9460000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '-0.03', 'Shares': '8924528', 'ImputationCredits': '0', 'Symbol': 'DXTR', 'DPS': '0'}
{'NTA': '0', 'Yield': '-23.73', 'EBITDA': '11590000', 'Industry': 'Home Furnishings', 'PtS': '0.14', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.34', 'Dividend': '0', 'Name': 'The Dixie Group', 'Description': 'The Dixie Group', 'DivYield': '0', 'MarketCap': '56380000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '0.64', 'PE': '0', 'PEG': '-1.71', 'Shares': '15661110', 'ImputationCredits': '0', 'Symbol': 'DXYN', 'DPS': '0'}
{'NTA': '0', 'Yield': '-1.04', 'EBITDA': '-543601', 'Industry': 'Biotechnology: Electromedical & Electrotherapeutic Apparatus', 'PtS': '0.27', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.98', 'Dividend': '0', 'Name': 'Dynatronics Cp', 'Description': 'Dynatronics Cp', 'DivYield': '0', 'MarketCap': '8650000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '5.22', 'PE': '0', 'PEG': '0', 'Shares': '3035088', 'ImputationCredits': '0', 'Symbol': 'DYNT', 'DPS': '0'}
{'NTA': '0', 'Yield': '-22.22', 'EBITDA': '1840000', 'Industry': 'Industrial Machinery/Components', 'PtS': '0.51', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.2', 'Dividend': '0', 'Name': 'Dynasil Cp America', 'Description': 'Dynasil Cp America', 'DivYield': '0', 'MarketCap': '21370000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '1.13', 'PE': '6.27', 'PEG': '0', 'Shares': '16960320', 'ImputationCredits': '0', 'Symbol': 'DYSL', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-9820000', 'Industry': '', 'PtS': '0.671', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.183', 'Dividend': '0', 'Name': 'Dasan Zhone Solutions Inc', 'Description': 'Dasan Zhone Solutions Inc', 'DivYield': '0', 'MarketCap': '102260000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.491', 'PE': '0', 'PEG': '-0.66', 'Shares': '16374700', 'ImputationCredits': '0', 'Symbol': 'DZSI', 'DPS': '0'}
{'NTA': '0', 'Yield': '44.74', 'EBITDA': '1240000000', 'Industry': '', 'PtS': '6.01', 'DateTime': '2017-03-31T00:00:00', 'EPS': '4.12', 'Dividend': '0', 'Name': 'Electronic Arts Inc', 'Description': 'Electronic Arts Inc', 'DivYield': '0', 'MarketCap': '27600000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '7.81', 'PE': '21.73', 'PEG': '1.43', 'Shares': '308311000', 'ImputationCredits': '0', 'Symbol': 'EA', 'DPS': '0'}
{'NTA': '0', 'Yield': '2.57', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.271', 'Dividend': '0', 'Name': 'Easterly Acq Cmn Stk', 'Description': 'Easterly Acq Cmn Stk', 'DivYield': '0', 'MarketCap': '63350000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '12.6718', 'PE': '0', 'PEG': '0', 'Shares': '6360825', 'ImputationCredits': '0', 'Symbol': 'EACQ', 'DPS': '0'}
{'NTA': '0', 'Yield': '-0.29', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-29T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Easterly Acq Units', 'Description': 'Easterly Acq Units', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'EACQU', 'DPS': '0'}
{'NTA': '0', 'Yield': '6.06', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Easterly Acq Warrant', 'Description': 'Easterly Acq Warrant', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'EACQW', 'DPS': '0'}
{'NTA': '0', 'Yield': '3.52', 'EBITDA': '0', 'Industry': 'Air Delivery & Freight Services', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.01', 'Dividend': '0', 'Name': 'Double Eagle A Ords', 'Description': 'Double Eagle A Ords', 'DivYield': '0', 'MarketCap': '147970000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '29.59', 'PE': '1000', 'PEG': '0', 'Shares': '14797000', 'ImputationCredits': '0', 'Symbol': 'EAGL', 'DPS': '0'}
{'NTA': '0', 'Yield': '4.46', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Double Eagle Units', 'Description': 'Double Eagle Units', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'EAGLU', 'DPS': '0'}
{'NTA': '0', 'Yield': '60', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Double Eagle Warrant', 'Description': 'Double Eagle Warrant', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'EAGLW', 'DPS': '0'}
{'NTA': '0', 'Yield': '-74.86', 'EBITDA': '-30320000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.899', 'Dividend': '0', 'Name': 'Auris Medical Cmn', 'Description': 'Auris Medical Cmn', 'DivYield': '0', 'MarketCap': '31580000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.2289', 'PE': '0', 'PEG': '0', 'Shares': '34329820', 'ImputationCredits': '0', 'Symbol': 'EARS', 'DPS': '0'}
{'NTA': '0', 'Yield': '37.41', 'EBITDA': '3010000000', 'Industry': 'Business Services', 'PtS': '4.08', 'DateTime': '2017-03-31T00:00:00', 'EPS': '6.35', 'Dividend': '0', 'Name': 'Ebay Inc', 'Description': 'Ebay Inc', 'DivYield': '0', 'MarketCap': '36490000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Miscellaneous', 'PtB': '3.48', 'PE': '5.28', 'PEG': '2.29', 'Shares': '1086982000', 'ImputationCredits': '0', 'Symbol': 'EBAY', 'DPS': '0'}
{'NTA': '0', 'Yield': '2.88', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Ebay Inc 6.0% NTS', 'Description': 'Ebay Inc 6.0% NTS', 'DivYield': '0', 'MarketCap': '793200000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '30000000000', 'ImputationCredits': '0', 'Symbol': 'EBAYL', 'DPS': '0'}
{'NTA': '0', 'Yield': '152.87', 'EBITDA': '6340000', 'Industry': '', 'PtS': '1.14', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.09', 'Dividend': '0', 'Name': 'Eleven Bio Inc', 'Description': 'Eleven Bio Inc', 'DivYield': '0', 'MarketCap': '33860000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.41', 'PE': '24.44', 'PEG': '0', 'Shares': '15390910', 'ImputationCredits': '0', 'Symbol': 'EBIO', 'DPS': '0'}
{'NTA': '0', 'Yield': '27.29', 'EBITDA': '109680000', 'Industry': 'EDP Services', 'PtS': '6.44', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.86', 'Dividend': '0', 'Name': 'Ebix Inc', 'Description': 'Ebix Inc', 'DivYield': '0.49', 'MarketCap': '1930000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '4.58', 'PE': '21.42', 'PEG': '2.03', 'Shares': '31510200', 'ImputationCredits': '0', 'Symbol': 'EBIX', 'DPS': '0.3'}
{'NTA': '0', 'Yield': '46.76', 'EBITDA': '0', 'Industry': 'Savings Institutions', 'PtS': '2.13', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.32', 'Dividend': '0', 'Name': 'Eagle Bancorp [Mt]', 'Description': 'Eagle Bancorp [Mt]', 'DivYield': '1.6', 'MarketCap': '74230000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.25', 'PE': '15.08', 'PEG': '1.38', 'Shares': '3730151', 'ImputationCredits': '0', 'Symbol': 'EBMT', 'DPS': '0.32'}
{'NTA': '0', 'Yield': '25.17', 'EBITDA': '0', 'Industry': 'Banks', 'PtS': '7.15', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.65', 'Dividend': '0', 'Name': 'Meridian Bncp Cmn', 'Description': 'Meridian Bncp Cmn', 'DivYield': '0.88', 'MarketCap': '921090000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.53', 'PE': '28.15', 'PEG': '1.97', 'Shares': '50332790', 'ImputationCredits': '0', 'Symbol': 'EBSB', 'DPS': '0.16'}
{'NTA': '0', 'Yield': '44.05', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '3.96', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.7', 'Dividend': '0', 'Name': 'Enterprise Bancorp I', 'Description': 'Enterprise Bancorp I', 'DivYield': '1.62', 'MarketCap': '393970000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.81', 'PE': '20.45', 'PEG': '0', 'Shares': '11334000', 'ImputationCredits': '0', 'Symbol': 'EBTC', 'DPS': '0.54'}
{'NTA': '0', 'Yield': '-8.64', 'EBITDA': '38610000', 'Industry': 'Oil Refining/Marketing', 'PtS': '0.37', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.05', 'Dividend': '0', 'Name': 'Echo Global Logistic', 'Description': 'Echo Global Logistic', 'DivYield': '0', 'MarketCap': '620770000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Transportation', 'PtB': '1.7', 'PE': '427', 'PEG': '0.86', 'Shares': '29075880', 'ImputationCredits': '0', 'Symbol': 'ECHO', 'DPS': '0'}
{'NTA': '0', 'Yield': '4.04', 'EBITDA': '109860000', 'Industry': 'Environmental Services', 'PtS': '2.1', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.57', 'Dividend': '0', 'Name': 'US Ecology Inc', 'Description': 'US Ecology Inc', 'DivYield': '1.56', 'MarketCap': '1020000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Public Utilities', 'PtB': '3.58', 'PE': '29.84', 'PEG': '3.53', 'Shares': '21771610', 'ImputationCredits': '0', 'Symbol': 'ECOL', 'DPS': '0.72'}
{'NTA': '0', 'Yield': '9.41', 'EBITDA': '279570000', 'Industry': 'Finance Companies', 'PtS': '0.77', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.96', 'Dividend': '0', 'Name': 'Encore Capital Grp', 'Description': 'Encore Capital Grp', 'DivYield': '0', 'MarketCap': '788420000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.41', 'PE': '10.41', 'PEG': '0.54', 'Shares': '25598050', 'ImputationCredits': '0', 'Symbol': 'ECPG', 'DPS': '0'}
{'NTA': '0', 'Yield': '-34.1', 'EBITDA': '-40200000', 'Industry': 'Major Pharmaceuticals', 'PtS': '1468.25', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.04', 'Dividend': '0', 'Name': 'Endocyte Inc', 'Description': 'Endocyte Inc', 'DivYield': '0', 'MarketCap': '109150000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '0.75', 'PE': '0', 'PEG': '0', 'Shares': '42470820', 'ImputationCredits': '0', 'Symbol': 'ECYT', 'DPS': '0'}
{'NTA': '0', 'Yield': '-19.01', 'EBITDA': '2850000', 'Industry': 'Biotechnology: Electromedical & Electrotherapeutic Apparatus', 'PtS': '1.88', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.4', 'Dividend': '0', 'Name': 'Edap Tms Sa ADR', 'Description': 'Edap Tms Sa ADR', 'DivYield': '0', 'MarketCap': '73250000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '2.83', 'PE': '6.41', 'PEG': '3.74', 'Shares': '28725490', 'ImputationCredits': '0', 'Symbol': 'EDAP', 'DPS': '0'}
{'NTA': '0', 'Yield': '4.43', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Legg Mason EM Div Cr', 'Description': 'Legg Mason EM Div Cr', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'EDBI', 'DPS': '0'}
{'NTA': '0', 'Yield': '10.69', 'EBITDA': '-39410000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.35', 'Dividend': '0', 'Name': 'Edge Therapeut Cm S', 'Description': 'Edge Therapeut Cm S', 'DivYield': '0', 'MarketCap': '264270000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.93', 'PE': '0', 'PEG': '-0.06', 'Shares': '29008780', 'ImputationCredits': '0', 'Symbol': 'EDGE', 'DPS': '0'}
{'NTA': '0', 'Yield': '-12.35', 'EBITDA': '8430000', 'Industry': 'Computer Software: Programming, Data Processing', 'PtS': '0.85', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.23', 'Dividend': '0', 'Name': 'Edgewater Tech Inc', 'Description': 'Edgewater Tech Inc', 'DivYield': '0', 'MarketCap': '101610000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.31', 'PE': '0', 'PEG': '3.07', 'Shares': '13334650', 'ImputationCredits': '0', 'Symbol': 'EDGW', 'DPS': '0'}
{'NTA': '0', 'Yield': '-32.47', 'EBITDA': '-95990000', 'Industry': '', 'PtS': '131.03', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-3.02', 'Dividend': '0', 'Name': 'Editas Medicine Cmn', 'Description': 'Editas Medicine Cmn', 'DivYield': '0', 'MarketCap': '799950000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '5.89', 'PE': '0', 'PEG': '0', 'Shares': '35840060', 'ImputationCredits': '0', 'Symbol': 'EDIT', 'DPS': '0'}
{'NTA': '0', 'Yield': '-52.2', 'EBITDA': '3680000', 'Industry': 'Consumer Specialties', 'PtS': '0.358', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.511', 'Dividend': '0', 'Name': 'Educational Dev Cp', 'Description': 'Educational Dev Cp', 'DivYield': '4.14', 'MarketCap': '35290000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '2.377', 'PE': '16.918', 'PEG': '0', 'Shares': '4082129', 'ImputationCredits': '0', 'Symbol': 'EDUC', 'DPS': '0.36'}
{'NTA': '0', 'Yield': '10.92', 'EBITDA': '330300000', 'Industry': 'Investment Bankers/Brokers/Service', 'PtS': '2.28', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.23', 'Dividend': '0', 'Name': 'Euronet Worldwide', 'Description': 'Euronet Worldwide', 'DivYield': '0', 'MarketCap': '4480000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '4.96', 'PE': '26.48', 'PEG': '1.28', 'Shares': '52385410', 'ImputationCredits': '0', 'Symbol': 'EEFT', 'DPS': '0'}
{'NTA': '0', 'Yield': '-8.07', 'EBITDA': '5140000', 'Industry': 'Military/Government/Technical', 'PtS': '0.423', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.297', 'Dividend': '0', 'Name': 'Ecology Environment', 'Description': 'Ecology Environment', 'DivYield': '4.08', 'MarketCap': '43010000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '1.216', 'PE': '33.724', 'PEG': '0', 'Shares': '4294130', 'ImputationCredits': '0', 'Symbol': 'EEI', 'DPS': '0.4'}
{'NTA': '0', 'Yield': '17.74', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Ishares MSCI EM Asia', 'Description': 'Ishares MSCI EM Asia', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'EEMA', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Global X MSCI Superdividend EAFE ETF', 'Description': 'Global X MSCI Superdividend EAFE ETF', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'EFAS', 'DPS': '0'}
{'NTA': '0', 'Yield': '22.57', 'EBITDA': '128570000', 'Industry': 'Computer Communications Equipment', 'PtS': '2.29', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.95', 'Dividend': '0', 'Name': 'Elec Imaging Inc', 'Description': 'Elec Imaging Inc', 'DivYield': '0', 'MarketCap': '2270000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '2.75', 'PE': '51.4', 'PEG': '1.06', 'Shares': '46487820', 'ImputationCredits': '0', 'Symbol': 'EFII', 'DPS': '0'}
{'NTA': '0', 'Yield': '-57.82', 'EBITDA': '-15170000', 'Industry': 'Building Products', 'PtS': '1.24', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.45', 'Dividend': '0', 'Name': 'Energy Focus Cmn', 'Description': 'Energy Focus Cmn', 'DivYield': '0', 'MarketCap': '38530000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '1.28', 'PE': '0', 'PEG': '-0.12', 'Shares': '11711250', 'ImputationCredits': '0', 'Symbol': 'EFOI', 'DPS': '0'}
{'NTA': '0', 'Yield': '54.91', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '6.27', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.41', 'Dividend': '0', 'Name': 'Enterprises Finl Svc', 'Description': 'Enterprises Finl Svc', 'DivYield': '1.03', 'MarketCap': '993640000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '2.21', 'PE': '17.59', 'PEG': '1.85', 'Shares': '23434910', 'ImputationCredits': '0', 'Symbol': 'EFSC', 'DPS': '0.44'}
{'NTA': '0', 'Yield': '-61.02', 'EBITDA': '3000', 'Industry': '', 'PtS': '0.62', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.19', 'Dividend': '0', 'Name': 'Egain Corporation', 'Description': 'Egain Corporation', 'DivYield': '0', 'MarketCap': '39300000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '27103450', 'ImputationCredits': '0', 'Symbol': 'EGAN', 'DPS': '0'}
{'NTA': '0', 'Yield': '17.75', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '7.16', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.86', 'Dividend': '0', 'Name': 'Eagle Bancorp Inc', 'Description': 'Eagle Bancorp Inc', 'DivYield': '0', 'MarketCap': '1970000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '2.32', 'PE': '20.23', 'PEG': '1.63', 'Shares': '34053590', 'ImputationCredits': '0', 'Symbol': 'EGBN', 'DPS': '0'}
{'NTA': '0', 'Yield': '34.48', 'EBITDA': '4640000', 'Industry': 'Telecommunications Equipment', 'PtS': '5.68', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.03', 'Dividend': '0', 'Name': '8X8 Inc', 'Description': '8X8 Inc', 'DivYield': '0', 'MarketCap': '1390000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Public Utilities', 'PtB': '4.91', 'PE': '0', 'PEG': '2.53', 'Shares': '91147540', 'ImputationCredits': '0', 'Symbol': 'EGHT', 'DPS': '0'}
{'NTA': '0', 'Yield': '-65.3', 'EBITDA': '0', 'Industry': 'Marine Transportation', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-10.11', 'Dividend': '0', 'Name': 'Eagle Bulk Ship New', 'Description': 'Eagle Bulk Ship New', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Transportation', 'PtB': '0', 'PE': '0', 'PEG': '-0.8', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'EGLE', 'DPS': '0'}
{'NTA': '0', 'Yield': '-25.22', 'EBITDA': '-76910000', 'Industry': 'Semiconductor Equipment & Materials', 'PtS': '7.42', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-3.7', 'Dividend': '0', 'Name': 'Egalet Corporation', 'Description': 'Egalet Corporation', 'DivYield': '0', 'MarketCap': '125690000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '23.66', 'PE': '0', 'PEG': '0', 'Shares': '24645100', 'ImputationCredits': '0', 'Symbol': 'EGLT', 'DPS': '0'}
{'NTA': '0', 'Yield': '14.06', 'EBITDA': '83310000', 'Industry': 'Professional Services', 'PtS': '4.25', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.84', 'Dividend': '0', 'Name': 'Nic Inc', 'Description': 'Nic Inc', 'DivYield': '1.52', 'MarketCap': '1350000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '10.08', 'PE': '24.29', 'PEG': '1.19', 'Shares': '66176470', 'ImputationCredits': '0', 'Symbol': 'EGOV', 'DPS': '0.32'}
{'NTA': '0', 'Yield': '119.07', 'EBITDA': '53940000', 'Industry': '', 'PtS': '6.66', 'DateTime': '2017-03-31T00:00:00', 'EPS': '4.96', 'Dividend': '0', 'Name': 'Eagle Pharmaceutical', 'Description': 'Eagle Pharmaceutical', 'DivYield': '0', 'MarketCap': '1260000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '8.4', 'PE': '16.72', 'PEG': '1.46', 'Shares': '15191710', 'ImputationCredits': '0', 'Symbol': 'EGRX', 'DPS': '0'}
{'NTA': '0', 'Yield': '-13.27', 'EBITDA': '4890000', 'Industry': '', 'PtS': '0.9984', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.39', 'Dividend': '0', 'Name': 'Entertainment Gmg Cmn', 'Description': 'Entertainment Gmg Cmn', 'DivYield': '0', 'MarketCap': '24590000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.6449', 'PE': '0', 'PEG': '0', 'Shares': '14463860', 'ImputationCredits': '0', 'Symbol': 'EGT', 'DPS': '0'}
{'NTA': '0', 'Yield': '7.6', 'EBITDA': '-324000', 'Industry': 'Specialty Insurers', 'PtS': '1.14', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.27', 'Dividend': '0', 'Name': 'Ehealth Inc', 'Description': 'Ehealth Inc', 'DivYield': '0', 'MarketCap': '221020000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '2.75', 'PE': '0', 'PEG': '-1.53', 'Shares': '18357140', 'ImputationCredits': '0', 'Symbol': 'EHTH', 'DPS': '0'}
{'NTA': '0', 'Yield': '-26.7', 'EBITDA': '230150000', 'Industry': '', 'PtS': '1.01', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.55', 'Dividend': '0', 'Name': 'Endurance Int Grp', 'Description': 'Endurance Int Grp', 'DivYield': '0', 'MarketCap': '1120000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '8.56', 'PE': '0', 'PEG': '-0.7', 'Shares': '142675200', 'ImputationCredits': '0', 'Symbol': 'EIGI', 'DPS': '0'}
{'NTA': '0', 'Yield': '-44.53', 'EBITDA': '-46100000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-7.84', 'Dividend': '0', 'Name': 'Eiger Biopharma', 'Description': 'Eiger Biopharma', 'DivYield': '0', 'MarketCap': '95730000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.31', 'PE': '0', 'PEG': '0', 'Shares': '8360699', 'ImputationCredits': '0', 'Symbol': 'EIGR', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-23940000', 'Industry': '', 'PtS': '6.16', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.05', 'Dividend': '0', 'Name': 'Ekso Bionics Holdings Inc', 'Description': 'Ekso Bionics Holdings Inc', 'DivYield': '0', 'MarketCap': '89800000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '13.42', 'PE': '0', 'PEG': '0', 'Shares': '21902440', 'ImputationCredits': '0', 'Symbol': 'EKSO', 'DPS': '0'}
{'NTA': '0', 'Yield': '3.43', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-30T00:00:00', 'EPS': '0.01', 'Dividend': '0', 'Name': 'Electrum Special Or', 'Description': 'Electrum Special Or', 'DivYield': '0', 'MarketCap': '60480000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '12.0978', 'PE': '995.65', 'PEG': '0', 'Shares': '6074424', 'ImputationCredits': '0', 'Symbol': 'ELEC', 'DPS': '0'}
{'NTA': '0', 'Yield': '5.88', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-30T00:00:00', 'EPS': '0.01', 'Dividend': '0', 'Name': 'Electrum Special Uts', 'Description': 'Electrum Special Uts', 'DivYield': '0', 'MarketCap': '63470000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '12.7', 'PE': '1045', 'PEG': '0', 'Shares': '6073684', 'ImputationCredits': '0', 'Symbol': 'ELECU', 'DPS': '0'}
{'NTA': '0', 'Yield': '104.55', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Electrum Special Wt', 'Description': 'Electrum Special Wt', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'ELECW', 'DPS': '0'}
{'NTA': '0', 'Yield': '-35.41', 'EBITDA': '-67530000', 'Industry': 'Medical/Dental Instruments', 'PtS': '3.06', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.91', 'Dividend': '0', 'Name': 'Endologix Inc', 'Description': 'Endologix Inc', 'DivYield': '0', 'MarketCap': '600380000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '5.22', 'PE': '0', 'PEG': '-0.32', 'Shares': '82925420', 'ImputationCredits': '0', 'Symbol': 'ELGX', 'DPS': '0'}
{'NTA': '0', 'Yield': '8.65', 'EBITDA': '-4270000', 'Industry': 'Computer Communications Equipment', 'PtS': '0.86', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.93', 'Dividend': '0', 'Name': 'Echelon Corporation', 'Description': 'Echelon Corporation', 'DivYield': '0', 'MarketCap': '26730000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.14', 'PE': '0', 'PEG': '0', 'Shares': '4432836', 'ImputationCredits': '0', 'Symbol': 'ELON', 'DPS': '0'}
{'NTA': '0', 'Yield': '47.97', 'EBITDA': '16660000', 'Industry': 'Biotechnology: Electromedical & Electrotherapeutic Apparatus', 'PtS': '1.25', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Syneron Medical Ltd', 'Description': 'Syneron Medical Ltd', 'DivYield': '0', 'MarketCap': '369440000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '1.77', 'PE': '2110', 'PEG': '0.72', 'Shares': '35018010', 'ImputationCredits': '0', 'Symbol': 'ELOS', 'DPS': '0'}
{'NTA': '0', 'Yield': '17.75', 'EBITDA': '243000', 'Industry': 'Industrial Machinery/Components', 'PtS': '1.94', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.01', 'Dividend': '0', 'Name': 'Electro Sensors In', 'Description': 'Electro Sensors In', 'DivYield': '0', 'MarketCap': '13510000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '1.13', 'PE': '398', 'PEG': '0', 'Shares': '3394472', 'ImputationCredits': '0', 'Symbol': 'ELSE', 'DPS': '0'}
{'NTA': '0', 'Yield': '-23.4', 'EBITDA': '-143000', 'Industry': 'Electrical Products', 'PtS': '0.1861', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.038', 'Dividend': '0', 'Name': 'E L T E K Ltd', 'Description': 'E L T E K Ltd', 'DivYield': '0', 'MarketCap': '7300000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.0398', 'PE': '0', 'PEG': '0', 'Shares': '10137480', 'ImputationCredits': '0', 'Symbol': 'ELTK', 'DPS': '0'}
{'NTA': '0', 'Yield': '4.5', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Wisdomtree Emcb Fund', 'Description': 'Wisdomtree Emcb Fund', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'EMCB', 'DPS': '0'}
{'NTA': '0', 'Yield': '21.62', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '2.8', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.85', 'Dividend': '0', 'Name': 'Emclaire Finl Cor', 'Description': 'Emclaire Finl Cor', 'DivYield': '3.6', 'MarketCap': '62950000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.17', 'PE': '15.81', 'PEG': '0', 'Shares': '2152137', 'ImputationCredits': '0', 'Symbol': 'EMCF', 'DPS': '1.08'}
{'NTA': '0', 'Yield': '9.57', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Wisdomtree EM Cnr Gr', 'Description': 'Wisdomtree EM Cnr Gr', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'EMCG', 'DPS': '0'}
{'NTA': '0', 'Yield': '6.05', 'EBITDA': '0', 'Industry': 'Property-Casualty Insurers', 'PtS': '0.93', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.2', 'Dividend': '0', 'Name': 'E M C Insurance Gp', 'Description': 'E M C Insurance Gp', 'DivYield': '3', 'MarketCap': '589580000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.08', 'PE': '12.61', 'PEG': '3.65', 'Shares': '21269120', 'ImputationCredits': '0', 'Symbol': 'EMCI', 'DPS': '0.84'}
{'NTA': '0', 'Yield': '6.37', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Ishares SP Emg Mk In', 'Description': 'Ishares SP Emg Mk In', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'EMIF', 'DPS': '0'}
{'NTA': '0', 'Yield': '33.33', 'EBITDA': '21980000', 'Industry': 'Building operators', 'PtS': '0.33', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-5.57', 'Dividend': '0', 'Name': 'Elbit Imaging Ord', 'Description': 'Elbit Imaging Ord', 'DivYield': '0', 'MarketCap': '31250000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '6.07', 'PE': '0', 'PEG': '0', 'Shares': '9191176', 'ImputationCredits': '0', 'Symbol': 'EMITF', 'DPS': '0'}
{'NTA': '0', 'Yield': '57.89', 'EBITDA': '6180000', 'Industry': 'Semiconductors', 'PtS': '2.29', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.34', 'Dividend': '0', 'Name': 'Emcore Corp', 'Description': 'Emcore Corp', 'DivYield': '0', 'MarketCap': '239260000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '2.06', 'PE': '26.39', 'PEG': '1.15', 'Shares': '26584440', 'ImputationCredits': '0', 'Symbol': 'EMKR', 'DPS': '0'}
{'NTA': '0', 'Yield': '28.14', 'EBITDA': '14950000', 'Industry': '', 'PtS': '0.94', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.25', 'Dividend': '0', 'Name': 'Eastern Co Cmn Stk', 'Description': 'Eastern Co Cmn Stk', 'DivYield': '2.1', 'MarketCap': '134190000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.57', 'PE': '17.23', 'PEG': '0', 'Shares': '6255944', 'ImputationCredits': '0', 'Symbol': 'EML', 'DPS': '0.44'}
{'NTA': '0', 'Yield': '3.81', 'EBITDA': '30590000', 'Industry': 'Broadcasting', 'PtS': '0.14', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.93', 'Dividend': '0', 'Name': 'Emmis Commun Cl A', 'Description': 'Emmis Commun Cl A', 'DivYield': '0', 'MarketCap': '30740000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '0', 'PE': '2.67', 'PEG': '0', 'Shares': '12395160', 'ImputationCredits': '0', 'Symbol': 'EMMS', 'DPS': '0'}
{'NTA': '0', 'Yield': '-58.67', 'EBITDA': '596000000', 'Industry': 'Major Pharmaceuticals', 'PtS': '0.61', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-15.03', 'Dividend': '0', 'Name': "Endo Int'l Plc", 'Description': "Endo Int'l Plc", 'DivYield': '0', 'MarketCap': '2490000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '0.91', 'PE': '0', 'PEG': '-1.06', 'Shares': '223118300', 'ImputationCredits': '0', 'Symbol': 'ENDP', 'DPS': '0'}
{'NTA': '0', 'Yield': '32.64', 'EBITDA': '0', 'Industry': '', 'PtS': '3.63', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.98', 'Dividend': '0', 'Name': 'Entegra Financ Cm ST', 'Description': 'Entegra Financ Cm ST', 'DivYield': '0', 'MarketCap': '152940000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.15', 'PE': '24.13', 'PEG': '0', 'Shares': '6466808', 'ImputationCredits': '0', 'Symbol': 'ENFC', 'DPS': '0'}
{'NTA': '0', 'Yield': '33.09', 'EBITDA': '-2100000', 'Industry': 'Military/Government/Technical', 'PtS': '0.85', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.09', 'Dividend': '0', 'Name': 'Englobal Corp', 'Description': 'Englobal Corp', 'DivYield': '0', 'MarketCap': '50300000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '1.37', 'PE': '0', 'PEG': '0', 'Shares': '27189190', 'ImputationCredits': '0', 'Symbol': 'ENG', 'DPS': '0'}
{'NTA': '0', 'Yield': '-12.02', 'EBITDA': '-13790000', 'Industry': 'Computer Software: Programming, Data Processing', 'PtS': '0.42', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.72', 'Dividend': '0', 'Name': 'Enernoc Inc', 'Description': 'Enernoc Inc', 'DivYield': '0', 'MarketCap': '175880000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '2.13', 'PE': '0', 'PEG': '-0.25', 'Shares': '29313330', 'ImputationCredits': '0', 'Symbol': 'ENOC', 'DPS': '0'}
{'NTA': '0', 'Yield': '-45.42', 'EBITDA': '-48860000', 'Industry': '', 'PtS': '0.35', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.34', 'Dividend': '0', 'Name': 'Enphase Energy Inc', 'Description': 'Enphase Energy Inc', 'DivYield': '0', 'MarketCap': '113060000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '64.29', 'PE': '0', 'PEG': '0.03', 'Shares': '82525540', 'ImputationCredits': '0', 'Symbol': 'ENPH', 'DPS': '0'}
{'NTA': '0', 'Yield': '-16.67', 'EBITDA': '119300000', 'Industry': 'Hospital/Nursing Management', 'PtS': '0.58', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.96', 'Dividend': '0', 'Name': 'The Ensign Group In', 'Description': 'The Ensign Group In', 'DivYield': '0.9', 'MarketCap': '956880000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '2.08', 'PE': '19.58', 'PEG': '0.83', 'Shares': '50897870', 'ImputationCredits': '0', 'Symbol': 'ENSG', 'DPS': '0.17'}
{'NTA': '0', 'Yield': '-60.17', 'EBITDA': '31070000', 'Industry': '', 'PtS': '0.59', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.33', 'Dividend': '0', 'Name': 'Global Eagle Entrtn', 'Description': 'Global Eagle Entrtn', 'DivYield': '0', 'MarketCap': '272140000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.73', 'PE': '0', 'PEG': '-0.62', 'Shares': '85310340', 'ImputationCredits': '0', 'Symbol': 'ENT', 'DPS': '0'}
{'NTA': '0', 'Yield': '5.48', 'EBITDA': '-9980000', 'Industry': '', 'PtS': '11.87', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.5', 'Dividend': '0', 'Name': 'Enanta Pharmaceutica', 'Description': 'Enanta Pharmaceutica', 'DivYield': '0', 'MarketCap': '586460000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.22', 'PE': '0', 'PEG': '0', 'Shares': '19040910', 'ImputationCredits': '0', 'Symbol': 'ENTA', 'DPS': '0'}
{'NTA': '0', 'Yield': '76.07', 'EBITDA': '263650000', 'Industry': 'Plastic Products', 'PtS': '2.76', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.68', 'Dividend': '0', 'Name': 'Entegris Inc', 'Description': 'Entegris Inc', 'DivYield': '0', 'MarketCap': '3300000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '3.61', 'PE': '34.41', 'PEG': '1.76', 'Shares': '141025600', 'ImputationCredits': '0', 'Symbol': 'ENTG', 'DPS': '0'}
{'NTA': '0', 'Yield': '-5.09', 'EBITDA': '-24330000', 'Industry': '', 'PtS': '4.02', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.52', 'Dividend': '0', 'Name': 'Entellus Medical Cmn', 'Description': 'Entellus Medical Cmn', 'DivYield': '0', 'MarketCap': '301900000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '7.36', 'PE': '0', 'PEG': '-0.54', 'Shares': '21876810', 'ImputationCredits': '0', 'Symbol': 'ENTL', 'DPS': '0'}
{'NTA': '0', 'Yield': '0.96', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Ishares MSCI New Zea', 'Description': 'Ishares MSCI New Zea', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'ENZL', 'DPS': '0'}
{'NTA': '0', 'Yield': '1.85', 'EBITDA': '-386999', 'Industry': '', 'PtS': '4.14', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.13', 'Dividend': '0', 'Name': 'Enzymotec Ltd', 'Description': 'Enzymotec Ltd', 'DivYield': '0', 'MarketCap': '201910000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.44', 'PE': '0', 'PEG': '1.71', 'Shares': '22944320', 'ImputationCredits': '0', 'Symbol': 'ENZY', 'DPS': '0'}
{'NTA': '0', 'Yield': '-3.71', 'EBITDA': '31270000', 'Industry': 'Computer Software: Prepackaged Software', 'PtS': '2.59', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.82', 'Dividend': '0', 'Name': 'Bottomline Tech In', 'Description': 'Bottomline Tech In', 'DivYield': '0', 'MarketCap': '894370000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '3.32', 'PE': '0', 'PEG': '1.25', 'Shares': '37816910', 'ImputationCredits': '0', 'Symbol': 'EPAY', 'DPS': '0'}
{'NTA': '0', 'Yield': '4', 'EBITDA': '-14680000', 'Industry': 'Biotechnology', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.27', 'Dividend': '0', 'Name': 'Essa Pharma Cmn', 'Description': 'Essa Pharma Cmn', 'DivYield': '0', 'MarketCap': '85830000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '61.54', 'PE': '0', 'PEG': '0', 'Shares': '29094920', 'ImputationCredits': '0', 'Symbol': 'EPIX', 'DPS': '0'}
{'NTA': '0', 'Yield': '64.59', 'EBITDA': '-110240000', 'Industry': '', 'PtS': '124.03', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.93', 'Dividend': '0', 'Name': 'Epizyme Inc Cmn Stk', 'Description': 'Epizyme Inc Cmn Stk', 'DivYield': '0', 'MarketCap': '998950000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '4.91', 'PE': '0', 'PEG': '0', 'Shares': '58247820', 'ImputationCredits': '0', 'Symbol': 'EPZM', 'DPS': '0'}
{'NTA': '0', 'Yield': '51.5', 'EBITDA': '0', 'Industry': '', 'PtS': '6.08', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.07', 'Dividend': '0', 'Name': 'Equity Bncsrs Cm A', 'Description': 'Equity Bncsrs Cm A', 'DivYield': '0', 'MarketCap': '372220000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.43', 'PE': '29.69', 'PEG': '0', 'Shares': '11716080', 'ImputationCredits': '0', 'Symbol': 'EQBK', 'DPS': '0'}
{'NTA': '0', 'Yield': '21.45', 'EBITDA': '0', 'Industry': '', 'PtS': '3.52', 'DateTime': '2017-03-30T00:00:00', 'EPS': '0.34', 'Dividend': '0', 'Name': 'Equitable Fincl Cmn', 'Description': 'Equitable Fincl Cmn', 'DivYield': '0', 'MarketCap': '34170000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.96', 'PE': '30.15', 'PEG': '0', 'Shares': '3333659', 'ImputationCredits': '0', 'Symbol': 'EQFN', 'DPS': '0'}
{'NTA': '0', 'Yield': '21.2', 'EBITDA': '1500000000', 'Industry': 'Telecommunications Equipment', 'PtS': '7.88', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.79', 'Dividend': '0', 'Name': 'Equinix Inc', 'Description': 'Equinix Inc', 'DivYield': '1.88', 'MarketCap': '28680000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Public Utilities', 'PtB': '6.5', 'PE': '223.05', 'PEG': '4.43', 'Shares': '71633740', 'ImputationCredits': '0', 'Symbol': 'EQIX', 'DPS': '7.25'}
{'NTA': '0', 'Yield': '44.32', 'EBITDA': '164840000', 'Industry': '', 'PtS': '1', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.52', 'Dividend': '0', 'Name': 'Eldorado Resorts Cmn', 'Description': 'Eldorado Resorts Cmn', 'DivYield': '0', 'MarketCap': '891730000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.991', 'PE': '36.394', 'PEG': '4.8', 'Shares': '47119150', 'ImputationCredits': '0', 'Symbol': 'ERI', 'DPS': '0'}
{'NTA': '0', 'Yield': '-17.92', 'EBITDA': '2470000000', 'Industry': 'Radio And Television Broadcasting And Communications Equipment', 'PtS': '0.85', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.06', 'Dividend': '0', 'Name': 'Ericsson ADR', 'Description': 'Ericsson ADR', 'DivYield': '7.08', 'MarketCap': '21710000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.35', 'PE': '112.54', 'PEG': '-1.28', 'Shares': '3269578000', 'ImputationCredits': '0', 'Symbol': 'ERIC', 'DPS': '0.46'}
{'NTA': '0', 'Yield': '29.99', 'EBITDA': '328320000', 'Industry': 'Specialty Insurers', 'PtS': '3.94', 'DateTime': '2017-03-31T00:00:00', 'EPS': '4.01', 'Dividend': '0', 'Name': 'Erie Indemnity Co', 'Description': 'Erie Indemnity Co', 'DivYield': '2.59', 'MarketCap': '6360000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '7.79', 'PE': '30.31', 'PEG': '2.96', 'Shares': '52319840', 'ImputationCredits': '0', 'Symbol': 'ERIE', 'DPS': '3.13'}
{'NTA': '0', 'Yield': '-31.58', 'EBITDA': '3640000', 'Industry': 'Industrial Machinery/Components', 'PtS': '8.19', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.02', 'Dividend': '0', 'Name': 'Energy Recovery Inc', 'Description': 'Energy Recovery Inc', 'DivYield': '0', 'MarketCap': '448280000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '6.79', 'PE': '416', 'PEG': '0.59', 'Shares': '53879810', 'ImputationCredits': '0', 'Symbol': 'ERII', 'DPS': '0'}
{'NTA': '0', 'Yield': '96.32', 'EBITDA': '7870000', 'Industry': '', 'PtS': '0.1', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.22', 'Dividend': '0', 'Name': 'Empire Res Inc', 'Description': 'Empire Res Inc', 'DivYield': '2.85', 'MarketCap': '47220000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.95', 'PE': '25.78', 'PEG': '0', 'Shares': '8402135', 'ImputationCredits': '0', 'Symbol': 'ERS', 'DPS': '0.16'}
{'NTA': '0', 'Yield': '16.76', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '2.72', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.24', 'Dividend': '0', 'Name': 'Elmira Sav Bk', 'Description': 'Elmira Sav Bk', 'DivYield': '4.28', 'MarketCap': '59310000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.3', 'PE': '17.42', 'PEG': '0', 'Shares': '2745833', 'ImputationCredits': '0', 'Symbol': 'ESBK', 'DPS': '0.92'}
{'NTA': '0', 'Yield': '8.13', 'EBITDA': '19830000', 'Industry': 'Recreational Products/Toys', 'PtS': '1.1', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.8', 'Dividend': '0', 'Name': 'Escalade Inc', 'Description': 'Escalade Inc', 'DivYield': '3.54', 'MarketCap': '184550000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '1.81', 'PE': '16.12', 'PEG': '0.98', 'Shares': '14306200', 'ImputationCredits': '0', 'Symbol': 'ESCA', 'DPS': '0.46'}
{'NTA': '0', 'Yield': '-53.4', 'EBITDA': '113913', 'Industry': 'Marine Transportation', 'PtS': '0.53', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-5.63', 'Dividend': '0', 'Name': 'Euroseas Ltd', 'Description': 'Euroseas Ltd', 'DivYield': '0', 'MarketCap': '15230000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Transportation', 'PtB': '0.28', 'PE': '0', 'PEG': '-0.79', 'Shares': '10878570', 'ImputationCredits': '0', 'Symbol': 'ESEA', 'DPS': '0'}
{'NTA': '0', 'Yield': '-60.2', 'EBITDA': '-8660000', 'Industry': '', 'PtS': '2.07', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.32', 'Dividend': '0', 'Name': 'Eco-Stim Energy Cmn', 'Description': 'Eco-Stim Energy Cmn', 'DivYield': '0', 'MarketCap': '17610000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.1', 'PE': '0', 'PEG': '0', 'Shares': '15051280', 'ImputationCredits': '0', 'Symbol': 'ESES', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-29T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Flexshares Stoxx US ESG Impact Index', 'Description': 'Flexshares Stoxx US ESG Impact Index', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'ESG', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Ishares MSCI EAFE ESG Select Et', 'Description': 'Ishares MSCI EAFE ESG Select Et', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'ESGD', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Ishares MSCI EM ESG Select ETF', 'Description': 'Ishares MSCI EM ESG Select ETF', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'ESGE', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Flexshares Stoxx Global ESG Impact Index', 'Description': 'Flexshares Stoxx Global ESG Impact Index', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'ESGG', 'DPS': '0'}
{'NTA': '0', 'Yield': '20.74', 'EBITDA': '383570000', 'Industry': 'Property-Casualty Insurers', 'PtS': '3.26', 'DateTime': '2017-03-31T00:00:00', 'EPS': '13.61', 'Dividend': '0', 'Name': 'Enstar Group Limited', 'Description': 'Enstar Group Limited', 'DivYield': '0', 'MarketCap': '3720000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.31', 'PE': '14.05', 'PEG': '0', 'Shares': '19445900', 'ImputationCredits': '0', 'Symbol': 'ESGR', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-30T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Ishares MSCI USA ESG Optimized ETF', 'Description': 'Ishares MSCI USA ESG Optimized ETF', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'ESGU', 'DPS': '0'}
{'NTA': '0', 'Yield': '-1.13', 'EBITDA': '-7540000', 'Industry': 'Industrial Machinery/Components', 'PtS': '1.36', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.55', 'Dividend': '0', 'Name': 'Electro Sci Inds', 'Description': 'Electro Sci Inds', 'DivYield': '0', 'MarketCap': '227710000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Energy', 'PtB': '1.41', 'PE': '0', 'PEG': '-0.77', 'Shares': '32670010', 'ImputationCredits': '0', 'Symbol': 'ESIO', 'DPS': '0'}
{'NTA': '0', 'Yield': '13.65', 'EBITDA': '411360000', 'Industry': 'Military/Government/Technical', 'PtS': '1.5', 'DateTime': '2017-03-31T00:00:00', 'EPS': '5.54', 'Dividend': '0', 'Name': 'Elbit Systems Ltd', 'Description': 'Elbit Systems Ltd', 'DivYield': '1.55', 'MarketCap': '4860000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '3.14', 'PE': '20.51', 'PEG': '0', 'Shares': '42762870', 'ImputationCredits': '0', 'Symbol': 'ESLT', 'DPS': '1.6'}
{'NTA': '0', 'Yield': '-50.8', 'EBITDA': '179850000', 'Industry': '', 'PtS': '0.1', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.73', 'Dividend': '0', 'Name': 'Essendant Inc', 'Description': 'Essendant Inc', 'DivYield': '3.88', 'MarketCap': '530230000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.69', 'PE': '8.18', 'PEG': '-3.82', 'Shares': '37472080', 'ImputationCredits': '0', 'Symbol': 'ESND', 'DPS': '0.56'}
{'NTA': '0', 'Yield': '115.44', 'EBITDA': '-75900000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-3.33', 'Dividend': '0', 'Name': 'Esperion Theraptc Cmn', 'Description': 'Esperion Theraptc Cmn', 'DivYield': '0', 'MarketCap': '878290000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.99', 'PE': '0', 'PEG': '1.14', 'Shares': '22554960', 'ImputationCredits': '0', 'Symbol': 'ESPR', 'DPS': '0'}
{'NTA': '0', 'Yield': '-10.61', 'EBITDA': '7100000000', 'Industry': 'Medical/Nursing Services', 'PtS': '0.4', 'DateTime': '2017-03-31T00:00:00', 'EPS': '5.39', 'Dividend': '0', 'Name': 'Express Scripts', 'Description': 'Express Scripts', 'DivYield': '0', 'MarketCap': '39920000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '2.48', 'PE': '12.23', 'PEG': '0.78', 'Shares': '605674400', 'ImputationCredits': '0', 'Symbol': 'ESRX', 'DPS': '0'}
{'NTA': '0', 'Yield': '7.6', 'EBITDA': '0', 'Industry': 'Banks', 'PtS': '2.84', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.72', 'Dividend': '0', 'Name': 'Essa Bancorp Inc', 'Description': 'Essa Bancorp Inc', 'DivYield': '2.49', 'MarketCap': '152730000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '0.89', 'PE': '20.25', 'PEG': '0', 'Shares': '10475310', 'ImputationCredits': '0', 'Symbol': 'ESSA', 'DPS': '0.36'}
{'NTA': '0', 'Yield': '58.73', 'EBITDA': '0', 'Industry': '', 'PtS': '3.76', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.45', 'Dividend': '0', 'Name': 'Community Bankers Cmn', 'Description': 'Community Bankers Cmn', 'DivYield': '0', 'MarketCap': '175670000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.52', 'PE': '17.78', 'PEG': '0', 'Shares': '21958750', 'ImputationCredits': '0', 'Symbol': 'ESXB', 'DPS': '0'}
{'NTA': '0', 'Yield': '38.56', 'EBITDA': '0', 'Industry': 'Savings Institutions', 'PtS': '4.59', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.98', 'Dividend': '0', 'Name': 'E*Trade Finl Corp', 'Description': 'E*Trade Finl Corp', 'DivYield': '0', 'MarketCap': '9580000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.63', 'PE': '17.62', 'PEG': '2.04', 'Shares': '274577200', 'ImputationCredits': '0', 'Symbol': 'ETFC', 'DPS': '0'}
{'NTA': '0', 'Yield': '629.11', 'EBITDA': '-22660000', 'Industry': 'Biotechnology: Electromedical & Electrotherapeutic Apparatus', 'PtS': '49.89', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-37.53', 'Dividend': '0', 'Name': 'Enteromedics Inc', 'Description': 'Enteromedics Inc', 'DivYield': '0', 'MarketCap': '39860000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '5.32', 'PE': '0', 'PEG': '0', 'Shares': '6872414', 'ImputationCredits': '0', 'Symbol': 'ETRM', 'DPS': '0'}
{'NTA': '0', 'Yield': '21.07', 'EBITDA': '34370000', 'Industry': '', 'PtS': '3.16', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.26', 'Dividend': '0', 'Name': 'Etsy Inc', 'Description': 'Etsy Inc', 'DivYield': '0', 'MarketCap': '1180000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.5', 'PE': '0', 'PEG': '34.67', 'Shares': '111006600', 'ImputationCredits': '0', 'Symbol': 'ETSY', 'DPS': '0'}
{'NTA': '0', 'Yield': '7.86', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Ishares MSCI EUR Fin', 'Description': 'Ishares MSCI EUR Fin', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'EUFN', 'DPS': '0'}
{'NTA': '0', 'Yield': '-51.85', 'EBITDA': '-31620000', 'Industry': '', 'PtS': '1.19', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.76', 'Dividend': '0', 'Name': 'Lombard Medical Ord', 'Description': 'Lombard Medical Ord', 'DivYield': '0', 'MarketCap': '15510000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.86', 'PE': '0', 'PEG': '-0.01', 'Shares': '19884620', 'ImputationCredits': '0', 'Symbol': 'EVAR', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-8180000', 'Industry': '', 'PtS': '7.13', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.68', 'Dividend': '0', 'Name': 'Everbridge Inc', 'Description': 'Everbridge Inc', 'DivYield': '0', 'MarketCap': '559130000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '12.9', 'PE': '0', 'PEG': '-3.14', 'Shares': '27234780', 'ImputationCredits': '0', 'Symbol': 'EVBG', 'DPS': '0'}
{'NTA': '0', 'Yield': '49.71', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '2.62', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.42', 'Dividend': '0', 'Name': 'Eastern Va Bkshs', 'Description': 'Eastern Va Bkshs', 'DivYield': '1.17', 'MarketCap': '135700000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.12', 'PE': '24.78', 'PEG': '4.1', 'Shares': '12948470', 'ImputationCredits': '0', 'Symbol': 'EVBS', 'DPS': '0.12'}
{'NTA': '0', 'Yield': '-49.66', 'EBITDA': '2400000', 'Industry': 'Oil & Gas Production', 'PtS': '0.44', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-4.85', 'Dividend': '0', 'Name': 'Ev Energy Partners', 'Description': 'Ev Energy Partners', 'DivYield': '0', 'MarketCap': '76520000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Energy', 'PtB': '0.1', 'PE': '0', 'PEG': '0.05', 'Shares': '49367740', 'ImputationCredits': '0', 'Symbol': 'EVEP', 'DPS': '0'}
{'NTA': '0', 'Yield': '-0.06', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Eaton Vnce Gbl Inc', 'Description': 'Eaton Vnce Gbl Inc', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'EVGBC', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-18740000', 'Industry': '', 'PtS': '20.181', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.77', 'Dividend': '0', 'Name': 'Evogene Ltd Ord', 'Description': 'Evogene Ltd Ord', 'DivYield': '0', 'MarketCap': '135270000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.512', 'PE': '0', 'PEG': '0', 'Shares': '25479370', 'ImputationCredits': '0', 'Symbol': 'EVGN', 'DPS': '0'}
{'NTA': '0', 'Yield': '25.58', 'EBITDA': '17640000', 'Industry': '', 'PtS': '0.1', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.55', 'Dividend': '0', 'Name': 'Ever Glory Intl Grp', 'Description': 'Ever Glory Intl Grp', 'DivYield': '0', 'MarketCap': '39920000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.48', 'PE': '5.91', 'PEG': '0', 'Shares': '14785190', 'ImputationCredits': '0', 'Symbol': 'EVK', 'DPS': '0'}
{'NTA': '0', 'Yield': '-0.07', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Eaton Vnce Tabs 5-15', 'Description': 'Eaton Vnce Tabs 5-15', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'EVLMC', 'DPS': '0'}
{'NTA': '0', 'Yield': '-16.88', 'EBITDA': '15340000', 'Industry': '', 'PtS': '0.13', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.15', 'Dividend': '0', 'Name': 'Evine Live Cl A', 'Description': 'Evine Live Cl A', 'DivYield': '0', 'MarketCap': '83450000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.04', 'PE': '0', 'PEG': '2.17', 'Shares': '65195310', 'ImputationCredits': '0', 'Symbol': 'EVLV', 'DPS': '0'}
{'NTA': '0', 'Yield': '-34.87', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.15', 'Dividend': '0', 'Name': 'Evoke Pharma Cmn', 'Description': 'Evoke Pharma Cmn', 'DivYield': '0', 'MarketCap': '38150000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '10.03', 'PE': '0', 'PEG': '-0.12', 'Shares': '12306450', 'ImputationCredits': '0', 'Symbol': 'EVOK', 'DPS': '0'}
{'NTA': '0', 'Yield': '-15.65', 'EBITDA': '7390000', 'Industry': 'EDP Services', 'PtS': '2.13', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.27', 'Dividend': '0', 'Name': 'Evolving Systems Inc', 'Description': 'Evolving Systems Inc', 'DivYield': '9.57', 'MarketCap': '55370000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.88', 'PE': '17.22', 'PEG': '0', 'Shares': '11907530', 'ImputationCredits': '0', 'Symbol': 'EVOL', 'DPS': '0.44'}
{'NTA': '0', 'Yield': '-0.04', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Eton Vnce Stck Nxtsh', 'Description': 'Eton Vnce Stck Nxtsh', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'EVSTC', 'DPS': '0'}
{'NTA': '0', 'Yield': '37.66', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '6.85', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.97', 'Dividend': '0', 'Name': 'East West Bancorp', 'Description': 'East West Bancorp', 'DivYield': '1.57', 'MarketCap': '7440000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '2.21', 'PE': '17.38', 'PEG': '1.73', 'Shares': '144158100', 'ImputationCredits': '0', 'Symbol': 'EWBC', 'DPS': '0.8'}
{'NTA': '0', 'Yield': '46.2', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Ishares MSCI Brazil', 'Description': 'Ishares MSCI Brazil', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'EWZS', 'DPS': '0'}
{'NTA': '0', 'Yield': '-2.68', 'EBITDA': '4470000', 'Industry': '', 'PtS': '2.61', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.08', 'Dividend': '0', 'Name': 'Exa Corporation', 'Description': 'Exa Corporation', 'DivYield': '0', 'MarketCap': '189180000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '9.88', 'PE': '0', 'PEG': '0', 'Shares': '14896060', 'ImputationCredits': '0', 'Symbol': 'EXA', 'DPS': '0'}
{'NTA': '0', 'Yield': '10.82', 'EBITDA': '42510000', 'Industry': 'Industrial Specialties', 'PtS': '1.43', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.01', 'Dividend': '0', 'Name': 'Exactech Inc', 'Description': 'Exactech Inc', 'DivYield': '0', 'MarketCap': '360260000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '1.57', 'PE': '2520', 'PEG': '1.96', 'Shares': '14296030', 'ImputationCredits': '0', 'Symbol': 'EXAC', 'DPS': '0'}
{'NTA': '0', 'Yield': '236.47', 'EBITDA': '-157510000', 'Industry': 'Biotechnology: Commercial Physical & Biological Resarch', 'PtS': '22.8', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.63', 'Dividend': '0', 'Name': 'Exact Sciences Cor', 'Description': 'Exact Sciences Cor', 'DivYield': '0', 'MarketCap': '2330000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '6.74', 'PE': '0', 'PEG': '-0.61', 'Shares': '110531300', 'ImputationCredits': '0', 'Symbol': 'EXAS', 'DPS': '0'}
{'NTA': '0', 'Yield': '370.07', 'EBITDA': '-25710000', 'Industry': 'Biotechnology: Commercial Physical & Biological Resarch', 'PtS': '32.21', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.28', 'Dividend': '0', 'Name': 'Exelixis Inc', 'Description': 'Exelixis Inc', 'DivYield': '0', 'MarketCap': '6300000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '68.83', 'PE': '0', 'PEG': '9.22', 'Shares': '290724500', 'ImputationCredits': '0', 'Symbol': 'EXEL', 'DPS': '0'}
{'NTA': '0', 'Yield': '21.5', 'EBITDA': '20900000', 'Industry': 'Electrical Products', 'PtS': '1.13', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.14', 'Dividend': '0', 'Name': 'Exfo Inc', 'Description': 'Exfo Inc', 'DivYield': '0', 'MarketCap': '283760000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '1.48', 'PE': '37.68', 'PEG': '4.86', 'Shares': '54569230', 'ImputationCredits': '0', 'Symbol': 'EXFO', 'DPS': '0'}
{'NTA': '0', 'Yield': '-2.13', 'EBITDA': '99100000', 'Industry': 'Business Services', 'PtS': '2.28', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.79', 'Dividend': '0', 'Name': 'Exlservice Holdings', 'Description': 'Exlservice Holdings', 'DivYield': '0', 'MarketCap': '1570000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Miscellaneous', 'PtB': '2.93', 'PE': '25.87', 'PEG': '1.27', 'Shares': '33901960', 'ImputationCredits': '0', 'Symbol': 'EXLS', 'DPS': '0'}
{'NTA': '0', 'Yield': '13.87', 'EBITDA': '716960000', 'Industry': 'Oil Refining/Marketing', 'PtS': '1.67', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.36', 'Dividend': '0', 'Name': 'Expeditors Intl', 'Description': 'Expeditors Intl', 'DivYield': '1.42', 'MarketCap': '10170000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Transportation', 'PtB': '5.52', 'PE': '23.94', 'PEG': '3.69', 'Shares': '180031900', 'ImputationCredits': '0', 'Symbol': 'EXPD', 'DPS': '0.8'}
{'NTA': '0', 'Yield': '8.98', 'EBITDA': '1070000000', 'Industry': 'Transportation Services', 'PtS': '2.21', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.82', 'Dividend': '0', 'Name': 'Expedia Inc', 'Description': 'Expedia Inc', 'DivYield': '0.87', 'MarketCap': '18900000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '4.7', 'PE': '69.32', 'PEG': '1.05', 'Shares': '149797900', 'ImputationCredits': '0', 'Symbol': 'EXPE', 'DPS': '1.12'}
{'NTA': '0', 'Yield': '19.48', 'EBITDA': '68040000', 'Industry': 'Professional Services', 'PtS': '5.09', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.75', 'Dividend': '0', 'Name': 'Exponent Inc', 'Description': 'Exponent Inc', 'DivYield': '1.43', 'MarketCap': '1520000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '5.58', 'PE': '34.03', 'PEG': '2.79', 'Shares': '25524770', 'ImputationCredits': '0', 'Symbol': 'EXPO', 'DPS': '0.84'}
{'NTA': '0', 'Yield': '113.96', 'EBITDA': '24120000', 'Industry': 'Computer Communications Equipment', 'PtS': '1.49', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.27', 'Dividend': '0', 'Name': 'Extreme Networks', 'Description': 'Extreme Networks', 'DivYield': '0', 'MarketCap': '812360000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '9.29', 'PE': '0', 'PEG': '0.92', 'Shares': '108170400', 'ImputationCredits': '0', 'Symbol': 'EXTR', 'DPS': '0'}
{'NTA': '0', 'Yield': '-96.23', 'EBITDA': '208780000', 'Industry': 'Oil & Gas Production', 'PtS': '1.69', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-24.47', 'Dividend': '0', 'Name': 'Energy Xxi Gulf Coast Inc', 'Description': 'Energy Xxi Gulf Coast Inc', 'DivYield': '0', 'MarketCap': '995330000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Energy', 'PtB': '2.1', 'PE': '0', 'PEG': '0', 'Shares': '33210880', 'ImputationCredits': '0', 'Symbol': 'EXXI', 'DPS': '0'}
{'NTA': '0', 'Yield': '-27.14', 'EBITDA': '-13340000', 'Industry': '', 'PtS': '37.16', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.51', 'Dividend': '0', 'Name': 'Eyegate Pharma Cmn', 'Description': 'Eyegate Pharma Cmn', 'DivYield': '0', 'MarketCap': '26100000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '10235290', 'ImputationCredits': '0', 'Symbol': 'EYEG', 'DPS': '0'}
{'NTA': '0', 'Yield': '-80', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Eyegate Pharm Wts', 'Description': 'Eyegate Pharm Wts', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'EYEGW', 'DPS': '0'}
{'NTA': '0', 'Yield': '-74.42', 'EBITDA': '-32780000', 'Industry': '', 'PtS': '17.96', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.84', 'Dividend': '0', 'Name': 'Second Sight Cmn', 'Description': 'Second Sight Cmn', 'DivYield': '0', 'MarketCap': '68200000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '4.87', 'PE': '0', 'PEG': '0', 'Shares': '56363640', 'ImputationCredits': '0', 'Symbol': 'EYES', 'DPS': '0'}
{'NTA': '0', 'Yield': '64.65', 'EBITDA': '62030000', 'Industry': 'Other Specialty Stores', 'PtS': '0.6', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.24', 'Dividend': '0', 'Name': 'Ezcorp Inc', 'Description': 'Ezcorp Inc', 'DivYield': '0', 'MarketCap': '431620000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '0.74', 'PE': '0', 'PEG': '3.4', 'Shares': '54291820', 'ImputationCredits': '0', 'Symbol': 'EZPW', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'FT Alt Ab Ret ST ETF', 'Description': 'FT Alt Ab Ret ST ETF', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'FAAR', 'DPS': '0'}
{'NTA': '0', 'Yield': '19.81', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'First TR ML CA Alpha', 'Description': 'First TR ML CA Alpha', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'FAB', 'DPS': '0'}
{'NTA': '0', 'Yield': '14.02', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'First TR ML Cp Gr Al', 'Description': 'First TR ML Cp Gr Al', 'DivYield': '0', 'MarketCap': '85810000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '1550036000', 'ImputationCredits': '0', 'Symbol': 'FAD', 'DPS': '0'}
{'NTA': '0', 'Yield': '-62.26', 'EBITDA': '-9240000', 'Industry': 'Computer Software: Prepackaged Software', 'PtS': '0.5685', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.301', 'Dividend': '0', 'Name': 'Falconstor Sftwr', 'Description': 'Falconstor Sftwr', 'DivYield': '0', 'MarketCap': '17550000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '44117650', 'ImputationCredits': '0', 'Symbol': 'FALC', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Ishares Fallen Angels USD Bond', 'Description': 'Ishares Fallen Angels USD Bond', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'FALN', 'DPS': '0'}
{'NTA': '0', 'Yield': '19.79', 'EBITDA': '330650000', 'Industry': '', 'PtS': '17.03', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.2', 'Dividend': '0', 'Name': 'Diamondback Energy', 'Description': 'Diamondback Energy', 'DivYield': '0', 'MarketCap': '8990000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.43', 'PE': '0', 'PEG': '0.54', 'Shares': '90143390', 'ImputationCredits': '0', 'Symbol': 'FANG', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '6940000', 'Industry': '', 'PtS': '0.74', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.38', 'Dividend': '0', 'Name': 'Fanhua Inc', 'Description': 'Fanhua Inc', 'DivYield': '0', 'MarketCap': '502460000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.06', 'PE': '22.83', 'PEG': '0', 'Shares': '58222480', 'ImputationCredits': '0', 'Symbol': 'FANH', 'DPS': '0'}
{'NTA': '0', 'Yield': '17.01', 'EBITDA': '37680000', 'Industry': 'Packaged Foods', 'PtS': '1.08', 'DateTime': '2017-03-31T00:00:00', 'EPS': '6.39', 'Dividend': '0', 'Name': 'Farmer Brothers', 'Description': 'Farmer Brothers', 'DivYield': '0', 'MarketCap': '586240000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '2.82', 'PE': '5.53', 'PEG': '1.33', 'Shares': '16583880', 'ImputationCredits': '0', 'Symbol': 'FARM', 'DPS': '0'}
{'NTA': '0', 'Yield': '23.11', 'EBITDA': '27150000', 'Industry': 'Industrial Machinery/Components', 'PtS': '1.83', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.67', 'Dividend': '0', 'Name': 'Faro Tech Inc', 'Description': 'Faro Tech Inc', 'DivYield': '0', 'MarketCap': '596310000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '1.76', 'PE': '53.6', 'PEG': '2.74', 'Shares': '16680000', 'ImputationCredits': '0', 'Symbol': 'FARO', 'DPS': '0'}
{'NTA': '0', 'Yield': '10.07', 'EBITDA': '899360000', 'Industry': 'RETAIL: Building Materials', 'PtS': '3.72', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.73', 'Dividend': '0', 'Name': 'Fastenal Co', 'Description': 'Fastenal Co', 'DivYield': '2.47', 'MarketCap': '14680000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '7.63', 'PE': '29.36', 'PEG': '2.36', 'Shares': '289204100', 'ImputationCredits': '0', 'Symbol': 'FAST', 'DPS': '1.28'}
{'NTA': '0', 'Yield': '139.47', 'EBITDA': '-31080000', 'Industry': '', 'PtS': '42.5', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.05', 'Dividend': '0', 'Name': 'Fate Therapeutics Cmn', 'Description': 'Fate Therapeutics Cmn', 'DivYield': '0', 'MarketCap': '188310000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.56', 'PE': '0', 'PEG': '0', 'Shares': '41386810', 'ImputationCredits': '0', 'Symbol': 'FATE', 'DPS': '0'}
{'NTA': '0', 'Yield': '20.81', 'EBITDA': '14840000000', 'Industry': '', 'PtS': '14.59', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.49', 'Dividend': '0', 'Name': 'Facebook Inc', 'Description': 'Facebook Inc', 'DivYield': '0', 'MarketCap': '405580000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '6.8', 'PE': '40.18', 'PEG': '1.09', 'Shares': '2889981000', 'ImputationCredits': '0', 'Symbol': 'FB', 'DPS': '0'}
{'NTA': '0', 'Yield': '6.02', 'EBITDA': '-62480000', 'Industry': '', 'PtS': '11.66', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.38', 'Dividend': '0', 'Name': 'Fortress Biotech Inc', 'Description': 'Fortress Biotech Inc', 'DivYield': '0', 'MarketCap': '186180000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '4.85', 'PE': '0', 'PEG': '-0.09', 'Shares': '50318920', 'ImputationCredits': '0', 'Symbol': 'FBIO', 'DPS': '0'}
{'NTA': '0', 'Yield': '2.57', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '3.24', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.71', 'Dividend': '0', 'Name': 'First Business Finan', 'Description': 'First Business Finan', 'DivYield': '2.05', 'MarketCap': '226320000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.4', 'PE': '15.18', 'PEG': '1.83', 'Shares': '8718028', 'ImputationCredits': '0', 'Symbol': 'FBIZ', 'DPS': '0.52'}
{'NTA': '0', 'Yield': '72.94', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '3.04', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.57', 'Dividend': '0', 'Name': 'First Bancshs [Ms]', 'Description': 'First Bancshs [Ms]', 'DivYield': '0.53', 'MarketCap': '155700000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1', 'PE': '18.2', 'PEG': '0', 'Shares': '5463158', 'ImputationCredits': '0', 'Symbol': 'FBMS', 'DPS': '0.15'}
{'NTA': '0', 'Yield': '43.58', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '4.71', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.33', 'Dividend': '0', 'Name': 'First Bancorp [Nc]', 'Description': 'First Bancorp [Nc]', 'DivYield': '1.1', 'MarketCap': '722000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.67', 'PE': '22.07', 'PEG': '1.69', 'Shares': '24650050', 'ImputationCredits': '0', 'Symbol': 'FBNC', 'DPS': '0.32'}
{'NTA': '0', 'Yield': '43.94', 'EBITDA': '0', 'Industry': '', 'PtS': '4.54', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1', 'Dividend': '0', 'Name': 'First Connecticut BA', 'Description': 'First Connecticut BA', 'DivYield': '1.44', 'MarketCap': '372970000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.42', 'PE': '24.8', 'PEG': '2.11', 'Shares': '15039110', 'ImputationCredits': '0', 'Symbol': 'FBNK', 'DPS': '0.35'}
{'NTA': '0', 'Yield': '-2.43', 'EBITDA': '0', 'Industry': '', 'PtS': '1.31', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-8.89', 'Dividend': '0', 'Name': 'Fbr & Co.', 'Description': 'Fbr & Co.', 'DivYield': '4.37', 'MarketCap': '127740000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.07', 'PE': '0', 'PEG': '1.05', 'Shares': '7077009', 'ImputationCredits': '0', 'Symbol': 'FBRC', 'DPS': '0.8'}
{'NTA': '0', 'Yield': '19.41', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '2.65', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.98', 'Dividend': '0', 'Name': 'Fauquier Bankshares', 'Description': 'Fauquier Bankshares', 'DivYield': '2.67', 'MarketCap': '68410000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.24', 'PE': '18.54', 'PEG': '0', 'Shares': '3769146', 'ImputationCredits': '0', 'Symbol': 'FBSS', 'DPS': '0.48'}
{'NTA': '0', 'Yield': '32.51', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'FT Brazil Alphadex', 'Description': 'FT Brazil Alphadex', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'FBZ', 'DPS': '0'}
{'NTA': '0', 'Yield': '16.89', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'FT China Alphadex', 'Description': 'FT China Alphadex', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'FCA', 'DPS': '0'}
{'NTA': '0', 'Yield': '-1.55', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'FT Canada Alphadex', 'Description': 'FT Canada Alphadex', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'FCAN', 'DPS': '0'}
{'NTA': '0', 'Yield': '17.19', 'EBITDA': '0', 'Industry': 'Savings Institutions', 'PtS': '3.92', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.05', 'Dividend': '0', 'Name': 'First Capital Inc', 'Description': 'First Capital Inc', 'DivYield': '2.58', 'MarketCap': '112620000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.49', 'PE': '16.46', 'PEG': '0', 'Shares': '3336889', 'ImputationCredits': '0', 'Symbol': 'FCAP', 'DPS': '0.84'}
{'NTA': '0', 'Yield': '19.99', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '3.88', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.45', 'Dividend': '0', 'Name': 'First Community Bksh', 'Description': 'First Community Bksh', 'DivYield': '2.57', 'MarketCap': '424340000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.27', 'PE': '17.22', 'PEG': '3.28', 'Shares': '16993990', 'ImputationCredits': '0', 'Symbol': 'FCBC', 'DPS': '0.64'}
{'NTA': '0', 'Yield': '51.31', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '4.29', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.98', 'Dividend': '0', 'Name': 'First Community Corp', 'Description': 'First Community Corp', 'DivYield': '1.62', 'MarketCap': '147690000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.84', 'PE': '22.45', 'PEG': '0', 'Shares': '6713182', 'ImputationCredits': '0', 'Symbol': 'FCCO', 'DPS': '0.36'}
{'NTA': '0', 'Yield': '47.13', 'EBITDA': '0', 'Industry': 'Savings Institutions', 'PtS': '3.36', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.14', 'Dividend': '0', 'Name': '1St Constitution Bcp', 'Description': '1St Constitution Bcp', 'DivYield': '1.1', 'MarketCap': '147470000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.38', 'PE': '16.18', 'PEG': '0.86', 'Shares': '7992954', 'ImputationCredits': '0', 'Symbol': 'FCCY', 'DPS': '0.2'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'First Trust CEF Income Opportunity ETF', 'Description': 'First Trust CEF Income Opportunity ETF', 'DivYield': '0', 'MarketCap': '16580000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '804854300', 'ImputationCredits': '0', 'Symbol': 'FCEF', 'DPS': '0'}
{'NTA': '0', 'Yield': '-76.85', 'EBITDA': '-38560000', 'Industry': 'Industrial Machinery/Components', 'PtS': '0.66', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.725', 'Dividend': '0', 'Name': 'Fuelcell Energy Inc', 'Description': 'Fuelcell Energy Inc', 'DivYield': '0', 'MarketCap': '58410000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Energy', 'PtB': '0.556', 'PE': '0', 'PEG': '-0.09', 'Shares': '42480000', 'ImputationCredits': '0', 'Symbol': 'FCEL', 'DPS': '0'}
{'NTA': '0', 'Yield': '41.67', 'EBITDA': '0', 'Industry': '', 'PtS': '5.77', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.64', 'Dividend': '0', 'Name': 'First Comty Fncl Cmn', 'Description': 'First Comty Fncl Cmn', 'DivYield': '0', 'MarketCap': '226410000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.95', 'PE': '19.92', 'PEG': '2.2', 'Shares': '17757650', 'ImputationCredits': '0', 'Symbol': 'FCFP', 'DPS': '0'}
{'NTA': '0', 'Yield': '31.52', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '2.97', 'DateTime': '2017-03-31T00:00:00', 'EPS': '18.77', 'Dividend': '0', 'Name': 'First Citizens Bancs', 'Description': 'First Citizens Bancs', 'DivYield': '0.35', 'MarketCap': '4030000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.36', 'PE': '17.86', 'PEG': '0', 'Shares': '12016580', 'ImputationCredits': '0', 'Symbol': 'FCNCA', 'DPS': '1.2'}
{'NTA': '0', 'Yield': '-75.85', 'EBITDA': '-21510000', 'Industry': '', 'PtS': '81.54', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.18', 'Dividend': '0', 'Name': 'Fibrocell Science Cmn', 'Description': 'Fibrocell Science Cmn', 'DivYield': '0', 'MarketCap': '29390000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.68', 'PE': '0', 'PEG': '0', 'Shares': '14695000', 'ImputationCredits': '0', 'Symbol': 'FCSC', 'DPS': '0'}
{'NTA': '0', 'Yield': '9.72', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'First TR Strategic C', 'Description': 'First TR Strategic C', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'FCVT', 'DPS': '0'}
{'NTA': '0', 'Yield': '25.09', 'EBITDA': '0', 'Industry': 'Savings Institutions', 'PtS': '3.82', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.19', 'Dividend': '0', 'Name': 'First Defiance Finl', 'Description': 'First Defiance Finl', 'DivYield': '2.09', 'MarketCap': '431550000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.47', 'PE': '15.06', 'PEG': '1.68', 'Shares': '8985010', 'ImputationCredits': '0', 'Symbol': 'FDEF', 'DPS': '1'}
{'NTA': '0', 'Yield': '3.38', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'First Trust ETF IV', 'Description': 'First Trust ETF IV', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'FDIV', 'DPS': '0'}
{'NTA': '0', 'Yield': '12.37', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'FT Dev Mkts Exus A D', 'Description': 'FT Dev Mkts Exus A D', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'FDT', 'DPS': '0'}
{'NTA': '0', 'Yield': '8.92', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-27T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'FT Dv Mkts Exus Smcp', 'Description': 'FT Dv Mkts Exus Smcp', 'DivYield': '0', 'MarketCap': '7190000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '200111300', 'ImputationCredits': '0', 'Symbol': 'FDTS', 'DPS': '0'}
{'NTA': '0', 'Yield': '10.23', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.27', 'Dividend': '0', 'Name': 'Fidus Investment Cor', 'Description': 'Fidus Investment Cor', 'DivYield': '9.06', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '3.68', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'FDUS', 'DPS': '1.56'}
{'NTA': '0', 'Yield': '8.59', 'EBITDA': '-509999', 'Industry': 'Electrical Products', 'PtS': '1.82', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.17', 'Dividend': '0', 'Name': 'Frequency Elcts Inc', 'Description': 'Frequency Elcts Inc', 'DivYield': '0', 'MarketCap': '96020000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '1.03', 'PE': '0', 'PEG': '0', 'Shares': '8729091', 'ImputationCredits': '0', 'Symbol': 'FEIM', 'DPS': '0'}
{'NTA': '0', 'Yield': '36.28', 'EBITDA': '145830000', 'Industry': 'Metal Fabrications', 'PtS': '2.06', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.65', 'Dividend': '0', 'Name': 'Franklin Electric Co', 'Description': 'Franklin Electric Co', 'DivYield': '0.97', 'MarketCap': '2000000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '3.19', 'PE': '26.09', 'PEG': '0.58', 'Shares': '46457610', 'ImputationCredits': '0', 'Symbol': 'FELE', 'DPS': '0.4'}
{'NTA': '0', 'Yield': '17.87', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'FT EM Mkts Alphadex', 'Description': 'FT EM Mkts Alphadex', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'FEM', 'DPS': '0'}
{'NTA': '0', 'Yield': '-1.31', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'First TR Emrg Bd ETF', 'Description': 'First TR Emrg Bd ETF', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'FEMB', 'DPS': '0'}
{'NTA': '0', 'Yield': '23.66', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'FT Dv Mkt Sm Cap A D', 'Description': 'FT Dv Mkt Sm Cap A D', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'FEMS', 'DPS': '0'}
{'NTA': '0', 'Yield': '-69.25', 'EBITDA': '-4600000', 'Industry': '', 'PtS': '0.25', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.86', 'Dividend': '0', 'Name': 'Fenix Parts Inc Cmn', 'Description': 'Fenix Parts Inc Cmn', 'DivYield': '0', 'MarketCap': '31220000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.5', 'PE': '0', 'PEG': '-0.06', 'Shares': '20141940', 'ImputationCredits': '0', 'Symbol': 'FENX', 'DPS': '0'}
{'NTA': '0', 'Yield': '8.2', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.66', 'Dividend': '0', 'Name': 'FT Europe Alphadex', 'Description': 'FT Europe Alphadex', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'FEP', 'DPS': '0'}
{'NTA': '0', 'Yield': '11.91', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-29T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'First TR Erzne Alphdx', 'Description': 'First TR Erzne Alphdx', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'FEUZ', 'DPS': '0'}
{'NTA': '0', 'Yield': '16.13', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'First TR Lg Cp Alpha', 'Description': 'First TR Lg Cp Alpha', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'FEX', 'DPS': '0'}
{'NTA': '0', 'Yield': '-27.32', 'EBITDA': '-295560000', 'Industry': '', 'PtS': '3.19', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.94', 'Dividend': '0', 'Name': 'Fireeye Inc', 'Description': 'Fireeye Inc', 'DivYield': '0', 'MarketCap': '2240000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.61', 'PE': '0', 'PEG': '-1.53', 'Shares': '177636800', 'ImputationCredits': '0', 'Symbol': 'FEYE', 'DPS': '0'}
{'NTA': '0', 'Yield': '40.77', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '5.2', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.43', 'Dividend': '0', 'Name': 'First Finl Bncp [Oh]', 'Description': 'First Finl Bncp [Oh]', 'DivYield': '2.55', 'MarketCap': '1700000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.99', 'PE': '19.2', 'PEG': '1.81', 'Shares': '61930780', 'ImputationCredits': '0', 'Symbol': 'FFBC', 'DPS': '0.68'}
{'NTA': '0', 'Yield': '55.91', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '0', 'DateTime': '2017-03-16T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'First Fin Bcorp Wrnt', 'Description': 'First Fin Bcorp Wrnt', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'FFBCW', 'DPS': '0'}
{'NTA': '0', 'Yield': '385.51', 'EBITDA': '-110657', 'Industry': 'Specialty Chemicals', 'PtS': '0.3', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.79', 'Dividend': '0', 'Name': 'Fuwei Films [Holding', 'Description': 'Fuwei Films [Holding', 'DivYield': '0', 'MarketCap': '10940000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '0.26', 'PE': '0', 'PEG': '0', 'Shares': '3265672', 'ImputationCredits': '0', 'Symbol': 'FFHL', 'DPS': '0'}
{'NTA': '0', 'Yield': '34.69', 'EBITDA': '0', 'Industry': 'Savings Institutions', 'PtS': '3.39', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.24', 'Dividend': '0', 'Name': 'Flushing Finl Corp', 'Description': 'Flushing Finl Corp', 'DivYield': '2.72', 'MarketCap': '754540000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.48', 'PE': '12', 'PEG': '4.17', 'Shares': '28081130', 'ImputationCredits': '0', 'Symbol': 'FFIC', 'DPS': '0.72'}
{'NTA': '0', 'Yield': '23.84', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '8.77', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.59', 'Dividend': '0', 'Name': 'First Finl Bkshs Inc', 'Description': 'First Finl Bkshs Inc', 'DivYield': '1.83', 'MarketCap': '2630000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '3.16', 'PE': '25.27', 'PEG': '2.42', 'Shares': '65586040', 'ImputationCredits': '0', 'Symbol': 'FFIN', 'DPS': '0.72'}
{'NTA': '0', 'Yield': '36.11', 'EBITDA': '610230000', 'Industry': 'Computer Communications Equipment', 'PtS': '4.57', 'DateTime': '2017-03-31T00:00:00', 'EPS': '5.54', 'Dividend': '0', 'Name': 'F5 Networks Inc', 'Description': 'F5 Networks Inc', 'DivYield': '0', 'MarketCap': '9240001000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '7.72', 'PE': '25.73', 'PEG': '1.5', 'Shares': '64810270', 'ImputationCredits': '0', 'Symbol': 'FFIV', 'DPS': '0'}
{'NTA': '0', 'Yield': '43.72', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '3.85', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.21', 'Dividend': '0', 'Name': 'Farmers Capital BA', 'Description': 'Farmers Capital BA', 'DivYield': '0.99', 'MarketCap': '303360000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.65', 'PE': '18.26', 'PEG': '3.83', 'Shares': '7508911', 'ImputationCredits': '0', 'Symbol': 'FFKT', 'DPS': '0.4'}
{'NTA': '0', 'Yield': '29.55', 'EBITDA': '0', 'Industry': 'Banks', 'PtS': '5.14', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.74', 'Dividend': '0', 'Name': 'First Financial Nort', 'Description': 'First Financial Nort', 'DivYield': '1.34', 'MarketCap': '181810000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.32', 'PE': '23.88', 'PEG': '1.76', 'Shares': '10289190', 'ImputationCredits': '0', 'Symbol': 'FFNW', 'DPS': '0.24'}
{'NTA': '0', 'Yield': '37.56', 'EBITDA': '0', 'Industry': '', 'PtS': '4.34', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.7', 'Dividend': '0', 'Name': 'First Foundation Cmn', 'Description': 'First Foundation Cmn', 'DivYield': '0', 'MarketCap': '510170000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.81', 'PE': '22.16', 'PEG': '2.53', 'Shares': '32892970', 'ImputationCredits': '0', 'Symbol': 'FFWM', 'DPS': '0'}
{'NTA': '0', 'Yield': '51.25', 'EBITDA': '0', 'Industry': '', 'PtS': '3.2786', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.852', 'Dividend': '0', 'Name': 'First Gurty Banc Cmn', 'Description': 'First Gurty Banc Cmn', 'DivYield': '2.73', 'MarketCap': '181100000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.4276', 'PE': '12.8516', 'PEG': '0', 'Shares': '7608892', 'ImputationCredits': '0', 'Symbol': 'FGBI', 'DPS': '0.64'}
{'NTA': '0', 'Yield': '36.94', 'EBITDA': '-47610000', 'Industry': '', 'PtS': '8.82', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.98', 'Dividend': '0', 'Name': 'Fibrogen Inc CS', 'Description': 'Fibrogen Inc CS', 'DivYield': '0', 'MarketCap': '1570000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '10.13', 'PE': '0', 'PEG': '0', 'Shares': '63691680', 'ImputationCredits': '0', 'Symbol': 'FGEN', 'DPS': '0'}
{'NTA': '0', 'Yield': '6.29', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'FT Germany Alphadex', 'Description': 'FT Germany Alphadex', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'FGM', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '10770000', 'Industry': '', 'PtS': '0.85', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.28', 'Dividend': '0', 'Name': 'Form Holdings Cp', 'Description': 'Form Holdings Cp', 'DivYield': '0', 'MarketCap': '33190000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.25', 'PE': '0', 'PEG': '0', 'Shares': '15804760', 'ImputationCredits': '0', 'Symbol': 'FH', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '6.06', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.65', 'Dividend': '0', 'Name': 'First Hawaiian Inc Cmn', 'Description': 'First Hawaiian Inc Cmn', 'DivYield': '2.95', 'MarketCap': '4180000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.71', 'PE': '18.13', 'PEG': '3.71', 'Shares': '139705900', 'ImputationCredits': '0', 'Symbol': 'FHB', 'DPS': '0.88'}
{'NTA': '0', 'Yield': '-21.09', 'EBITDA': '1470000', 'Industry': 'Specialty Chemicals', 'PtS': '1.9', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.09', 'Dividend': '0', 'Name': 'Female Health Co', 'Description': 'Female Health Co', 'DivYield': '0', 'MarketCap': '31650000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Basic Industries', 'PtB': '0.92', 'PE': '0', 'PEG': '0', 'Shares': '31336630', 'ImputationCredits': '0', 'Symbol': 'FHCO', 'DPS': '0'}
{'NTA': '0', 'Yield': '15.75', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'FT Hong Hong Alphadex', 'Description': 'FT Hong Hong Alphadex', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'FHK', 'DPS': '0'}
{'NTA': '0', 'Yield': '46.31', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '4.5', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.13', 'Dividend': '0', 'Name': 'First Interstate Ban', 'Description': 'First Interstate Ban', 'DivYield': '2.44', 'MarketCap': '1780000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.84', 'PE': '18.62', 'PEG': '1.91', 'Shares': '44892810', 'ImputationCredits': '0', 'Symbol': 'FIBK', 'DPS': '0.96'}
{'NTA': '0', 'Yield': '-27.95', 'EBITDA': '114320000', 'Industry': 'Clothing/Shoe/Accessory Stores', 'PtS': '0.32', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.44', 'Dividend': '0', 'Name': 'Finish Line Cl A', 'Description': 'Finish Line Cl A', 'DivYield': '3.1', 'MarketCap': '580440000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '1.29', 'PE': '0', 'PEG': '1.11', 'Shares': '40789880', 'ImputationCredits': '0', 'Symbol': 'FINL', 'DPS': '0.44'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-28T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Purefunds Solactive Fintech ETF', 'Description': 'Purefunds Solactive Fintech ETF', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'FINQ', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Global X Fintech Thematic ETF', 'Description': 'Global X Fintech Thematic ETF', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'FINX', 'DPS': '0'}
{'NTA': '0', 'Yield': '17.68', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '3.74', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.1', 'Dividend': '0', 'Name': 'Financial Institut', 'Description': 'Financial Institut', 'DivYield': '2.62', 'MarketCap': '475240000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.57', 'PE': '15.69', 'PEG': '1.92', 'Shares': '14423070', 'ImputationCredits': '0', 'Symbol': 'FISI', 'DPS': '0.84'}
{'NTA': '0', 'Yield': '18', 'EBITDA': '1720000000', 'Industry': 'EDP Services', 'PtS': '4.52', 'DateTime': '2017-03-31T00:00:00', 'EPS': '4.15', 'Dividend': '0', 'Name': 'Fiserv Inc', 'Description': 'Fiserv Inc', 'DivYield': '0', 'MarketCap': '24880000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '9.83', 'PE': '27.94', 'PEG': '1.84', 'Shares': '214593800', 'ImputationCredits': '0', 'Symbol': 'FISV', 'DPS': '0'}
{'NTA': '0', 'Yield': '38.72', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '3.33', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.93', 'Dividend': '0', 'Name': 'Fifth Third Bncp', 'Description': 'Fifth Third Bncp', 'DivYield': '2.22', 'MarketCap': '19070000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.3', 'PE': '13.16', 'PEG': '3.05', 'Shares': '750787400', 'ImputationCredits': '0', 'Symbol': 'FITB', 'DPS': '0.56'}
{'NTA': '0', 'Yield': '-3.04', 'EBITDA': '0', 'Industry': '', 'PtS': '3.7', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.93', 'Dividend': '0', 'Name': 'Fifth Third Bancorp', 'Description': 'Fifth Third Bancorp', 'DivYield': '5.81', 'MarketCap': '21330000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.44', 'PE': '14.72', 'PEG': '0', 'Shares': '750792000', 'ImputationCredits': '0', 'Symbol': 'FITBI', 'DPS': '1.66'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-30T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'The Health and Fitness ETF', 'Description': 'The Health and Fitness ETF', 'DivYield': '0', 'MarketCap': '2600000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '100192700', 'ImputationCredits': '0', 'Symbol': 'FITS', 'DPS': '0'}
{'NTA': '0', 'Yield': '3.86', 'EBITDA': '140590000', 'Industry': '', 'PtS': '2.41', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.3', 'Dividend': '0', 'Name': 'Five Below Inc', 'Description': 'Five Below Inc', 'DivYield': '0', 'MarketCap': '2380000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '7.27', 'PE': '33.32', 'PEG': '1.33', 'Shares': '54952670', 'ImputationCredits': '0', 'Symbol': 'FIVE', 'DPS': '0'}
{'NTA': '0', 'Yield': '77.95', 'EBITDA': '1850000', 'Industry': '', 'PtS': '5.32', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.23', 'Dividend': '0', 'Name': 'Five9 Inc Cmn', 'Description': 'Five9 Inc Cmn', 'DivYield': '0', 'MarketCap': '878900000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '28.45', 'PE': '0', 'PEG': '2.36', 'Shares': '53396110', 'ImputationCredits': '0', 'Symbol': 'FIVN', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'First Trust Exchange-Traded Fund ViII First Trus', 'Description': 'First Trust Exchange-Traded Fund ViII First Trus', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'FIXD', 'DPS': '0'}
{'NTA': '0', 'Yield': '80.85', 'EBITDA': '157140000', 'Industry': 'Beverages (Production/Distribution)', 'PtS': '4.93', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.05', 'Dividend': '0', 'Name': 'Natl Beverage Cp', 'Description': 'Natl Beverage Cp', 'DivYield': '0', 'MarketCap': '3940000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '17.68', 'PE': '41.29', 'PEG': '1.04', 'Shares': '46610670', 'ImputationCredits': '0', 'Symbol': 'FIZZ', 'DPS': '0'}
{'NTA': '0', 'Yield': '13.23', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'First TR Japan Alpdx', 'Description': 'First TR Japan Alpdx', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'FJP', 'DPS': '0'}
{'NTA': '0', 'Yield': '6.01', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'FT South Korea Alphadex', 'Description': 'FT South Korea Alphadex', 'DivYield': '0', 'MarketCap': '5020000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '200159500', 'ImputationCredits': '0', 'Symbol': 'FKO', 'DPS': '0'}
{'NTA': '0', 'Yield': '-8.48', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'FT UK Alphadex', 'Description': 'FT UK Alphadex', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'FKU', 'DPS': '0'}
{'NTA': '0', 'Yield': '19.17', 'EBITDA': '0', 'Industry': 'Savings & Loans', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Weatherstorm Forensi', 'Description': 'Weatherstorm Forensi', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'FLAG', 'DPS': '0'}
{'NTA': '0', 'Yield': '-3.01', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Ipath Flattener', 'Description': 'Ipath Flattener', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'FLAT', 'DPS': '0'}
{'NTA': '0', 'Yield': '-40.61', 'EBITDA': '-66450000', 'Industry': 'Biotechnology: Laboratory Analytical Instruments', 'PtS': '1.58', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.62', 'Dividend': '0', 'Name': 'Fluidigm Corporation', 'Description': 'Fluidigm Corporation', 'DivYield': '0', 'MarketCap': '166190000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '3.1', 'PE': '0', 'PEG': '0.32', 'Shares': '29207380', 'ImputationCredits': '0', 'Symbol': 'FLDM', 'DPS': '0'}
{'NTA': '0', 'Yield': '38.27', 'EBITDA': '1140000000', 'Industry': 'Electrical Products', 'PtS': '0.38', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.54', 'Dividend': '0', 'Name': 'Flextronics Intl Ltd', 'Description': 'Flextronics Intl Ltd', 'DivYield': '0', 'MarketCap': '8990000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '3.47', 'PE': '31.23', 'PEG': '0.9', 'Shares': '535119000', 'ImputationCredits': '0', 'Symbol': 'FLEX', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '2090000', 'Industry': '', 'PtS': '10.56', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1', 'Dividend': '0', 'Name': 'Fulgent Genetics Inc', 'Description': 'Fulgent Genetics Inc', 'DivYield': '0', 'MarketCap': '193020000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.54', 'PE': '0', 'PEG': '0.53', 'Shares': '17675820', 'ImputationCredits': '0', 'Symbol': 'FLGT', 'DPS': '0'}
{'NTA': '0', 'Yield': '-11.63', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '6.86', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.34', 'Dividend': '0', 'Name': 'First of Long Isla', 'Description': 'First of Long Isla', 'DivYield': '2.12', 'MarketCap': '629790000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '2.05', 'PE': '19.66', 'PEG': '2.73', 'Shares': '23900950', 'ImputationCredits': '0', 'Symbol': 'FLIC', 'DPS': '0.56'}
{'NTA': '0', 'Yield': '20.09', 'EBITDA': '354660000', 'Industry': 'Industrial Machinery/Components', 'PtS': '3', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.2', 'Dividend': '0', 'Name': 'Flir Systems Inc', 'Description': 'Flir Systems Inc', 'DivYield': '1.65', 'MarketCap': '4950000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '2.97', 'PE': '30.23', 'PEG': '1.25', 'Shares': '136438800', 'ImputationCredits': '0', 'Symbol': 'FLIR', 'DPS': '0.6'}
{'NTA': '0', 'Yield': '-59.85', 'EBITDA': '-39610000', 'Industry': '', 'PtS': '75.51', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.43', 'Dividend': '0', 'Name': 'Flex Pharma Inc Cmn', 'Description': 'Flex Pharma Inc Cmn', 'DivYield': '0', 'MarketCap': '73800000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.29', 'PE': '0', 'PEG': '0', 'Shares': '16772730', 'ImputationCredits': '0', 'Symbol': 'FLKS', 'DPS': '0'}
{'NTA': '0', 'Yield': '51.88', 'EBITDA': '15060000', 'Industry': '', 'PtS': '0.37', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.26', 'Dividend': '0', 'Name': 'Full House Rsts Cmn', 'Description': 'Full House Rsts Cmn', 'DivYield': '0', 'MarketCap': '55560000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.96', 'PE': '0', 'PEG': '0', 'Shares': '22864200', 'ImputationCredits': '0', 'Symbol': 'FLL', 'DPS': '0'}
{'NTA': '0', 'Yield': '27.15', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'FT Latin Am Alphadex', 'Description': 'FT Latin Am Alphadex', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'FLN', 'DPS': '0'}
{'NTA': '0', 'Yield': '29.94', 'EBITDA': '78100000', 'Industry': 'Other Specialty Stores', 'PtS': '0.57', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.4', 'Dividend': '0', 'Name': '1-800-Flowers.Com', 'Description': '1-800-Flowers.Com', 'DivYield': '0', 'MarketCap': '668800000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '2.34', 'PE': '25.25', 'PEG': '1.11', 'Shares': '65568630', 'ImputationCredits': '0', 'Symbol': 'FLWS', 'DPS': '0'}
{'NTA': '0', 'Yield': '158.75', 'EBITDA': '-66230000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.84', 'Dividend': '0', 'Name': 'Flexion Therapeutics', 'Description': 'Flexion Therapeutics', 'DivYield': '0', 'MarketCap': '853880000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '4.59', 'PE': '0', 'PEG': '0', 'Shares': '31730960', 'ImputationCredits': '0', 'Symbol': 'FLXN', 'DPS': '0'}
{'NTA': '0', 'Yield': '23.26', 'EBITDA': '42170000', 'Industry': 'Home Furnishings', 'PtS': '0.8', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.98', 'Dividend': '0', 'Name': 'Flexsteel Inds', 'Description': 'Flexsteel Inds', 'DivYield': '1.68', 'MarketCap': '392920000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '1.75', 'PE': '16.92', 'PEG': '0', 'Shares': '7796032', 'ImputationCredits': '0', 'Symbol': 'FLXS', 'DPS': '0.8'}
{'NTA': '0', 'Yield': '-2.54', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'First Trust ETF III', 'Description': 'First Trust ETF III', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'FMB', 'DPS': '0'}
{'NTA': '0', 'Yield': '36.01', 'EBITDA': '0', 'Industry': '', 'PtS': '4.45', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.05', 'Dividend': '0', 'Name': 'First Mid Ill Bncshr', 'Description': 'First Mid Ill Bncshr', 'DivYield': '0.94', 'MarketCap': '422290000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.51', 'PE': '16.52', 'PEG': '0', 'Shares': '12479020', 'ImputationCredits': '0', 'Symbol': 'FMBH', 'DPS': '0.32'}
{'NTA': '0', 'Yield': '28.14', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '5.12', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.14', 'Dividend': '0', 'Name': 'First Midwest Bncp', 'Description': 'First Midwest Bncp', 'DivYield': '1.55', 'MarketCap': '2430000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.54', 'PE': '20.77', 'PEG': '2.35', 'Shares': '102618200', 'ImputationCredits': '0', 'Symbol': 'FMBI', 'DPS': '0.36'}
{'NTA': '0', 'Yield': '102.19', 'EBITDA': '-98080000', 'Industry': '', 'PtS': '9.88', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-3.25', 'Dividend': '0', 'Name': 'Foundation Medicine', 'Description': 'Foundation Medicine', 'DivYield': '0', 'MarketCap': '1140000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '6.98', 'PE': '0', 'PEG': '0', 'Shares': '35348840', 'ImputationCredits': '0', 'Symbol': 'FMI', 'DPS': '0'}
{'NTA': '0', 'Yield': '11.35', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'First TR Mega Cp Alp', 'Description': 'First TR Mega Cp Alp', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'FMK', 'DPS': '0'}
{'NTA': '0', 'Yield': '54.3', 'EBITDA': '0', 'Industry': '', 'PtS': '4.3', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.76', 'Dividend': '0', 'Name': 'Farmers Natl Banc Cp', 'Description': 'Farmers Natl Banc Cp', 'DivYield': '1.27', 'MarketCap': '388120000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.76', 'PE': '18.98', 'PEG': '0', 'Shares': '27046690', 'ImputationCredits': '0', 'Symbol': 'FMNB', 'DPS': '0.17'}
{'NTA': '0', 'Yield': '-81.6', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.13', 'Dividend': '0', 'Name': 'First Nbc Bank Holdi', 'Description': 'First Nbc Bank Holdi', 'DivYield': '0', 'MarketCap': '76920000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.21', 'PE': '0', 'PEG': '0.17', 'Shares': '19230000', 'ImputationCredits': '0', 'Symbol': 'FNBC', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-10430000', 'Industry': '', 'PtS': '0.69', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-6.21', 'Dividend': '0', 'Name': 'Function[X] Inc', 'Description': 'Function[X] Inc', 'DivYield': '0', 'MarketCap': '1750000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '3283302', 'ImputationCredits': '0', 'Symbol': 'FNCX', 'DPS': '0'}
{'NTA': '0', 'Yield': '35.21', 'EBITDA': '75540000', 'Industry': 'Investment Managers', 'PtS': '6.25', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.46', 'Dividend': '0', 'Name': 'Financial Engines Cmn', 'Description': 'Financial Engines Cmn', 'DivYield': '0.68', 'MarketCap': '2710000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '3.55', 'PE': '94.67', 'PEG': '1.27', 'Shares': '62227330', 'ImputationCredits': '0', 'Symbol': 'FNGN', 'DPS': '0.28'}
{'NTA': '0', 'Yield': '-8.5', 'EBITDA': '5850000', 'Industry': '', 'PtS': '0.74', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.01', 'Dividend': '0', 'Name': 'Federated Natl Hldg', 'Description': 'Federated Natl Hldg', 'DivYield': '1.84', 'MarketCap': '234830000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.07', 'PE': '0', 'PEG': '0.47', 'Shares': '13472750', 'ImputationCredits': '0', 'Symbol': 'FNHC', 'DPS': '0.32'}
{'NTA': '0', 'Yield': '52.63', 'EBITDA': '6710000', 'Industry': '', 'PtS': '2.0513', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.282', 'Dividend': '0', 'Name': 'Finjan Holdings Cmn', 'Description': 'Finjan Holdings Cmn', 'DivYield': '0', 'MarketCap': '40180000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '42.8947', 'PE': '0', 'PEG': '0', 'Shares': '23138500', 'ImputationCredits': '0', 'Symbol': 'FNJN', 'DPS': '0'}
{'NTA': '0', 'Yield': '16.96', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'First TR MD Cp Vl Al', 'Description': 'First TR MD Cp Vl Al', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'FNK', 'DPS': '0'}
{'NTA': '0', 'Yield': '37.28', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '5.48', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.66', 'Dividend': '0', 'Name': 'First Bancorp Inc', 'Description': 'First Bancorp Inc', 'DivYield': '3.5', 'MarketCap': '294710000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.71', 'PE': '16.42', 'PEG': '0', 'Shares': '10815050', 'ImputationCredits': '0', 'Symbol': 'FNLC', 'DPS': '0.92'}
{'NTA': '0', 'Yield': '66.1', 'EBITDA': '244730000', 'Industry': 'Semiconductors', 'PtS': '2.23', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.17', 'Dividend': '0', 'Name': 'Finisar Corp', 'Description': 'Finisar Corp', 'DivYield': '0', 'MarketCap': '3050000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '2.22', 'PE': '23.27', 'PEG': '0.78', 'Shares': '111558200', 'ImputationCredits': '0', 'Symbol': 'FNSR', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Fintech Acquisition Corp. II Unit', 'Description': 'Fintech Acquisition Corp. II Unit', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'FNTEU', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Fintech Acquisition Corp. II Warrant', 'Description': 'Fintech Acquisition Corp. II Warrant', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'FNTEW', 'DPS': '0'}
{'NTA': '0', 'Yield': '19.23', 'EBITDA': '0', 'Industry': '', 'PtS': '5.04', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.33', 'Dividend': '0', 'Name': 'First Nw Banc Cmn', 'Description': 'First Nw Banc Cmn', 'DivYield': '0', 'MarketCap': '173630000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.97', 'PE': '46.69', 'PEG': '0', 'Shares': '11201940', 'ImputationCredits': '0', 'Symbol': 'FNWB', 'DPS': '0'}
{'NTA': '0', 'Yield': '16.76', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'First Trust Mid Cap', 'Description': 'First Trust Mid Cap', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'FNX', 'DPS': '0'}
{'NTA': '0', 'Yield': '15.93', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'First TR Mid Cp Alph', 'Description': 'First TR Mid Cp Alph', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'FNY', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-13T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Gabelli Nextshares Trust Gabelli Food', 'Description': 'Gabelli Nextshares Trust Gabelli Food', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'FOANC', 'DPS': '0'}
{'NTA': '0', 'Yield': '-2.64', 'EBITDA': '54280000', 'Industry': '', 'PtS': '1.58', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.85', 'Dividend': '0', 'Name': 'Fogo De Chao Cm ST', 'Description': 'Fogo De Chao Cm ST', 'DivYield': '0', 'MarketCap': '458450000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.57', 'PE': '19.12', 'PEG': '1.78', 'Shares': '28212310', 'ImputationCredits': '0', 'Symbol': 'FOGO', 'DPS': '0'}
{'NTA': '0', 'Yield': '-4.55', 'EBITDA': '-165320000', 'Industry': 'Major Pharmaceuticals', 'PtS': '283.32', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.49', 'Dividend': '0', 'Name': 'Amicus Therapeutics', 'Description': 'Amicus Therapeutics', 'DivYield': '0', 'MarketCap': '1390000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '2.86', 'PE': '0', 'PEG': '-0.15', 'Shares': '194950900', 'ImputationCredits': '0', 'Symbol': 'FOLD', 'DPS': '0'}
{'NTA': '0', 'Yield': '-21.55', 'EBITDA': '-29510000', 'Industry': '', 'PtS': '63.75', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.91', 'Dividend': '0', 'Name': 'Foamix Pharma Ord', 'Description': 'Foamix Pharma Ord', 'DivYield': '0', 'MarketCap': '338220000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.71', 'PE': '0', 'PEG': '0', 'Shares': '37167030', 'ImputationCredits': '0', 'Symbol': 'FOMX', 'DPS': '0'}
{'NTA': '0', 'Yield': '29.81', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.065', 'Dividend': '0', 'Name': 'First Trust Ndq Smtph', 'Description': 'First Trust Ndq Smtph', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'FONE', 'DPS': '0'}
{'NTA': '0', 'Yield': '24.29', 'EBITDA': '18960000', 'Industry': 'Biotechnology: Electromedical & Electrotherapeutic Apparatus', 'PtS': '1.23', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.6', 'Dividend': '0', 'Name': 'Fonar Corp', 'Description': 'Fonar Corp', 'DivYield': '0', 'MarketCap': '112220000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '1.78', 'PE': '6.86', 'PEG': '0', 'Shares': '6286835', 'ImputationCredits': '0', 'Symbol': 'FONR', 'DPS': '0'}
{'NTA': '0', 'Yield': '-9.85', 'EBITDA': '137929', 'Industry': 'Plastic Products', 'PtS': '0.365', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.06', 'Dividend': '0', 'Name': 'Forward Inds Inc', 'Description': 'Forward Inds Inc', 'DivYield': '0', 'MarketCap': '10240000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '1.174', 'PE': '19.8', 'PEG': '0', 'Shares': '8619529', 'ImputationCredits': '0', 'Symbol': 'FORD', 'DPS': '0'}
{'NTA': '0', 'Yield': '19.47', 'EBITDA': '11700000', 'Industry': '', 'PtS': '0.47', 'DateTime': '2017-03-30T00:00:00', 'EPS': '0.5', 'Dividend': '0', 'Name': 'Fuling Global Ord Sh', 'Description': 'Fuling Global Ord Sh', 'DivYield': '0', 'MarketCap': '48840000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.99', 'PE': '6.2', 'PEG': '0', 'Shares': '15754840', 'ImputationCredits': '0', 'Symbol': 'FORK', 'DPS': '0'}
{'NTA': '0', 'Yield': '53.9', 'EBITDA': '8530000', 'Industry': 'Semiconductors', 'PtS': '2.14', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.1', 'Dividend': '0', 'Name': 'Formfactor Inc', 'Description': 'Formfactor Inc', 'DivYield': '0', 'MarketCap': '827580000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '2.02', 'PE': '0', 'PEG': '0.63', 'Shares': '71651950', 'ImputationCredits': '0', 'Symbol': 'FORM', 'DPS': '0'}
{'NTA': '0', 'Yield': '18.23', 'EBITDA': '40440000', 'Industry': 'Diversified Commercial Services', 'PtS': '2.15', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.97', 'Dividend': '0', 'Name': 'Forrester Resrch', 'Description': 'Forrester Resrch', 'DivYield': '1.96', 'MarketCap': '705200000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '4.74', 'PE': '40.21', 'PEG': '2.75', 'Shares': '18082050', 'ImputationCredits': '0', 'Symbol': 'FORR', 'DPS': '0.76'}
{'NTA': '0', 'Yield': '15.82', 'EBITDA': '102460000', 'Industry': 'EDP Services', 'PtS': '0.5396', 'DateTime': '2017-03-29T00:00:00', 'EPS': '1.49', 'Dividend': '0', 'Name': 'Formula Sys [1985]', 'Description': 'Formula Sys [1985]', 'DivYield': '2.29', 'MarketCap': '598200000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.7783', 'PE': '28.14', 'PEG': '0', 'Shares': '14267110', 'ImputationCredits': '0', 'Symbol': 'FORTY', 'DPS': '0.96'}
{'NTA': '0', 'Yield': '-56.91', 'EBITDA': '247190000', 'Industry': 'Consumer Specialties', 'PtS': '0.27', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.63', 'Dividend': '0', 'Name': 'Fossil Group Cmn Stk', 'Description': 'Fossil Group Cmn Stk', 'DivYield': '0', 'MarketCap': '842310000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '0.83', 'PE': '10.71', 'PEG': '2.41', 'Shares': '48269920', 'ImputationCredits': '0', 'Symbol': 'FOSL', 'DPS': '0'}
{'NTA': '0', 'Yield': '5.51', 'EBITDA': '6950000000', 'Industry': '', 'PtS': '2.09', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.64', 'Dividend': '0', 'Name': '21St Centry Fox Class B', 'Description': '21St Centry Fox Class B', 'DivYield': '1.13', 'MarketCap': '58820000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '4.09', 'PE': '19.37', 'PEG': '1.5', 'Shares': '1850850000', 'ImputationCredits': '0', 'Symbol': 'FOX', 'DPS': '0.36'}
{'NTA': '0', 'Yield': '7.04', 'EBITDA': '6950000000', 'Industry': '', 'PtS': '2.13', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.64', 'Dividend': '0', 'Name': '21St Centry Fox Class A', 'Description': '21St Centry Fox Class A', 'DivYield': '1.11', 'MarketCap': '59950000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '4.18', 'PE': '19.74', 'PEG': '1.28', 'Shares': '1850880000', 'ImputationCredits': '0', 'Symbol': 'FOXA', 'DPS': '0.36'}
{'NTA': '0', 'Yield': '65.8', 'EBITDA': '62860000', 'Industry': '', 'PtS': '2.64', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.94', 'Dividend': '0', 'Name': 'Fox Factory Cp Cmn', 'Description': 'Fox Factory Cp Cmn', 'DivYield': '0', 'MarketCap': '1070000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '5.71', 'PE': '30.53', 'PEG': '1.36', 'Shares': '37282230', 'ImputationCredits': '0', 'Symbol': 'FOXF', 'DPS': '0'}
{'NTA': '0', 'Yield': '11.81', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'FT Asia Pac Ex Japan', 'Description': 'FT Asia Pac Ex Japan', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'FPA', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-9900000', 'Industry': '', 'PtS': '0.615', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.459', 'Dividend': '0', 'Name': 'Flexshopper Inc', 'Description': 'Flexshopper Inc', 'DivYield': '0', 'MarketCap': '25370000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '5286518', 'ImputationCredits': '0', 'Symbol': 'FPAY', 'DPS': '0'}
{'NTA': '0', 'Yield': '-24.04', 'EBITDA': '-97470000', 'Industry': '', 'PtS': '32.96', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.44', 'Dividend': '0', 'Name': 'Five Prime Thera Cmn', 'Description': 'Five Prime Thera Cmn', 'DivYield': '0', 'MarketCap': '994450000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.58', 'PE': '0', 'PEG': '0.14', 'Shares': '27508990', 'ImputationCredits': '0', 'Symbol': 'FPRX', 'DPS': '0'}
{'NTA': '0', 'Yield': '9.92', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'First TR Itl Ipo ETF', 'Description': 'First TR Itl Ipo ETF', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'FPXI', 'DPS': '0'}
{'NTA': '0', 'Yield': '-7.53', 'EBITDA': '87400000', 'Industry': '', 'PtS': '1.27', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.09', 'Dividend': '0', 'Name': "Francesca's Holdings", 'Description': "Francesca's Holdings", 'DivYield': '0', 'MarketCap': '576250000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '5.3', 'PE': '14.08', 'PEG': '1.43', 'Shares': '37540720', 'ImputationCredits': '0', 'Symbol': 'FRAN', 'DPS': '0'}
{'NTA': '0', 'Yield': '67.84', 'EBITDA': '0', 'Industry': '', 'PtS': '4.59', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.61', 'Dividend': '0', 'Name': 'First Bank Cmn', 'Description': 'First Bank Cmn', 'DivYield': '0.69', 'MarketCap': '131790000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.44', 'PE': '18.93', 'PEG': '0', 'Shares': '11410390', 'ImputationCredits': '0', 'Symbol': 'FRBA', 'DPS': '0.08'}
{'NTA': '0', 'Yield': '78.49', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '7.81', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.12', 'Dividend': '0', 'Name': 'Republic First Bcp', 'Description': 'Republic First Bcp', 'DivYield': '0', 'MarketCap': '471770000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '2.22', 'PE': '69.17', 'PEG': '0', 'Shares': '56839760', 'ImputationCredits': '0', 'Symbol': 'FRBK', 'DPS': '0'}
{'NTA': '0', 'Yield': '-10.7', 'EBITDA': '-5760000', 'Industry': 'Department/Specialty Retail Stores', 'PtS': '0.24', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.31', 'Dividend': '0', 'Name': "Fred's Inc", 'Description': "Fred's Inc", 'DivYield': '1.83', 'MarketCap': '490190000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '1.43', 'PE': '0', 'PEG': '-0.21', 'Shares': '37419080', 'ImputationCredits': '0', 'Symbol': 'FRED', 'DPS': '0.24'}
{'NTA': '0', 'Yield': '-24.63', 'EBITDA': '87000000', 'Industry': '', 'PtS': '0.9', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.62', 'Dividend': '0', 'Name': 'Fiesta Restaurant Gp', 'Description': 'Fiesta Restaurant Gp', 'DivYield': '0', 'MarketCap': '647470000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.43', 'PE': '39.03', 'PEG': '1.62', 'Shares': '26754960', 'ImputationCredits': '0', 'Symbol': 'FRGI', 'DPS': '0'}
{'NTA': '0', 'Yield': '53.29', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '5.73', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.98', 'Dividend': '0', 'Name': 'First Merchants Corp', 'Description': 'First Merchants Corp', 'DivYield': '1.51', 'MarketCap': '1620000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.8', 'PE': '19.86', 'PEG': '2.56', 'Shares': '41200410', 'ImputationCredits': '0', 'Symbol': 'FRME', 'DPS': '0.6'}
{'NTA': '0', 'Yield': '25.19', 'EBITDA': '444340000', 'Industry': 'Telecommunications Equipment', 'PtS': '0.56', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.84', 'Dividend': '0', 'Name': 'Fairpoint Communicat', 'Description': 'Fairpoint Communicat', 'DivYield': '0', 'MarketCap': '446170000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Public Utilities', 'PtB': '0', 'PE': '4.32', 'PEG': '-61.16', 'Shares': '26877710', 'ImputationCredits': '0', 'Symbol': 'FRP', 'DPS': '0'}
{'NTA': '0', 'Yield': '9.65', 'EBITDA': '22240000', 'Industry': '', 'PtS': '10.82', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.63', 'Dividend': '0', 'Name': 'Frp Holdings Inc', 'Description': 'Frp Holdings Inc', 'DivYield': '0', 'MarketCap': '396560000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.96', 'PE': '63.29', 'PEG': '-7.31', 'Shares': '9914000', 'ImputationCredits': '0', 'Symbol': 'FRPH', 'DPS': '0'}
{'NTA': '0', 'Yield': '32.85', 'EBITDA': '7670000', 'Industry': 'Industrial Specialties', 'PtS': '2.61', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.09', 'Dividend': '0', 'Name': 'Freshpet Inc CS', 'Description': 'Freshpet Inc CS', 'DivYield': '0', 'MarketCap': '349800000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '3.43', 'PE': '0', 'PEG': '-10.55', 'Shares': '31800000', 'ImputationCredits': '0', 'Symbol': 'FRPT', 'DPS': '0'}
{'NTA': '0', 'Yield': '-62.02', 'EBITDA': '22000000', 'Industry': '', 'PtS': '0.55', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.16', 'Dividend': '0', 'Name': 'Papa Murphys Hld Com', 'Description': 'Papa Murphys Hld Com', 'DivYield': '0', 'MarketCap': '70910000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.69', 'PE': '26.46', 'PEG': '1.99', 'Shares': '16964110', 'ImputationCredits': '0', 'Symbol': 'FRSH', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '179430000', 'Industry': '', 'PtS': '0.86', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.19', 'Dividend': '0', 'Name': 'Forterra Inc', 'Description': 'Forterra Inc', 'DivYield': '0', 'MarketCap': '1140000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.69', 'PE': '92.64', 'PEG': '0', 'Shares': '63758390', 'ImputationCredits': '0', 'Symbol': 'FRTA', 'DPS': '0'}
{'NTA': '0', 'Yield': '28.85', 'EBITDA': '37390000', 'Industry': '', 'PtS': '0.37', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.33', 'Dividend': '0', 'Name': 'Fifth Street Cmn', 'Description': 'Fifth Street Cmn', 'DivYield': '10.53', 'MarketCap': '32680000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '18.07', 'PE': '0', 'PEG': '-1.16', 'Shares': '6602020', 'ImputationCredits': '0', 'Symbol': 'FSAM', 'DPS': '0.5'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '2.62', 'DateTime': '2017-03-29T00:00:00', 'EPS': '0.49', 'Dividend': '0', 'Name': 'Fsb Community Bnksh', 'Description': 'Fsb Community Bnksh', 'DivYield': '0', 'MarketCap': '27830000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.87', 'PE': '29.61', 'PEG': '0', 'Shares': '1906164', 'ImputationCredits': '0', 'Symbol': 'FSBC', 'DPS': '0'}
{'NTA': '0', 'Yield': '41.21', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '2.5', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.73', 'Dividend': '0', 'Name': 'First South Bncp Inc', 'Description': 'First South Bncp Inc', 'DivYield': '1.08', 'MarketCap': '111150000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.3', 'PE': '16.03', 'PEG': '0', 'Shares': '9500000', 'ImputationCredits': '0', 'Symbol': 'FSBK', 'DPS': '0.12'}
{'NTA': '0', 'Yield': '48.37', 'EBITDA': '0', 'Industry': '', 'PtS': '1.93', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.51', 'Dividend': '0', 'Name': 'FS Bancorp Inc', 'Description': 'FS Bancorp Inc', 'DivYield': '1.11', 'MarketCap': '106800000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.31', 'PE': '10.64', 'PEG': '0', 'Shares': '2860970', 'ImputationCredits': '0', 'Symbol': 'FSBW', 'DPS': '0.4'}
{'NTA': '0', 'Yield': '-14.76', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.54', 'Dividend': '0', 'Name': 'Fifth Street Finance', 'Description': 'Fifth Street Finance', 'DivYield': '9.96', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '1.47', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'FSC', 'DPS': '0.47'}
{'NTA': '0', 'Yield': '0.6', 'EBITDA': '0', 'Industry': '', 'PtS': '298.83', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.44', 'Dividend': '0', 'Name': 'Fth ST Fin 6.125 Sn', 'Description': 'Fth ST Fin 6.125 Sn', 'DivYield': '0', 'MarketCap': '75450000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.09', 'PE': '0', 'PEG': '0', 'Shares': '3000000000', 'ImputationCredits': '0', 'Symbol': 'FSCFL', 'DPS': '0'}
{'NTA': '0', 'Yield': '42', 'EBITDA': '0', 'Industry': 'Savings Institutions', 'PtS': '3.76', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.89', 'Dividend': '0', 'Name': 'First Savings Financ', 'Description': 'First Savings Financ', 'DivYield': '1.15', 'MarketCap': '108350000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.28', 'PE': '12.53', 'PEG': '0', 'Shares': '2223933', 'ImputationCredits': '0', 'Symbol': 'FSFG', 'DPS': '0.56'}
{'NTA': '0', 'Yield': '11.79', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.32', 'Dividend': '0', 'Name': 'Fifth Strt Snr Flt', 'Description': 'Fifth Strt Snr Flt', 'DivYield': '9.27', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '-3.54', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'FSFR', 'DPS': '0.83'}
{'NTA': '0', 'Yield': '-51.47', 'EBITDA': '571740000', 'Industry': 'Semiconductors', 'PtS': '0.97', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-3.48', 'Dividend': '0', 'Name': 'First Solar Inc', 'Description': 'First Solar Inc', 'DivYield': '0', 'MarketCap': '2820000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '0.55', 'PE': '0', 'PEG': '-2.23', 'Shares': '104059000', 'ImputationCredits': '0', 'Symbol': 'FSLR', 'DPS': '0'}
{'NTA': '0', 'Yield': '-9.71', 'EBITDA': '4290000', 'Industry': '', 'PtS': '0.22', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.98', 'Dividend': '0', 'Name': 'Fusion Telecom Intl', 'Description': 'Fusion Telecom Intl', 'DivYield': '0', 'MarketCap': '31340000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.96', 'PE': '0', 'PEG': '0', 'Shares': '18011490', 'ImputationCredits': '0', 'Symbol': 'FSNN', 'DPS': '0'}
{'NTA': '0', 'Yield': '-36.48', 'EBITDA': '20420000', 'Industry': 'Metal Fabrications', 'PtS': '0.28', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-13.79', 'Dividend': '0', 'Name': 'Foster L B Co', 'Description': 'Foster L B Co', 'DivYield': '1.31', 'MarketCap': '129000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Basic Industries', 'PtB': '1', 'PE': '0', 'PEG': '0', 'Shares': '10320000', 'ImputationCredits': '0', 'Symbol': 'FSTR', 'DPS': '0.16'}
{'NTA': '0', 'Yield': '33.97', 'EBITDA': '127580000', 'Industry': '', 'PtS': '1.39', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.92', 'Dividend': '0', 'Name': 'Firstsrvce Sub Vt Sh', 'Description': 'Firstsrvce Sub Vt Sh', 'DivYield': '0.99', 'MarketCap': '2090000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '11.33', 'PE': '63.05', 'PEG': '2.1', 'Shares': '36028270', 'ImputationCredits': '0', 'Symbol': 'FSV', 'DPS': '0.44'}
{'NTA': '0', 'Yield': '10.17', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'FT Switzerland Alphadex', 'Description': 'FT Switzerland Alphadex', 'DivYield': '0', 'MarketCap': '114340000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '2550075000', 'ImputationCredits': '0', 'Symbol': 'FSZ', 'DPS': '0'}
{'NTA': '0', 'Yield': '21.46', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'First TR Lr CA Alpha', 'Description': 'First TR Lr CA Alpha', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'FTA', 'DPS': '0'}
{'NTA': '0', 'Yield': '19.13', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-30T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'First TR Indxx Gl Ag', 'Description': 'First TR Indxx Gl Ag', 'DivYield': '0', 'MarketCap': '4660000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '190073700', 'ImputationCredits': '0', 'Symbol': 'FTAG', 'DPS': '0'}
{'NTA': '0', 'Yield': '10.01', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'First Trust Large CA', 'Description': 'First Trust Large CA', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'FTC', 'DPS': '0'}
{'NTA': '0', 'Yield': '10.94', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'First Trust Capital', 'Description': 'First Trust Capital', 'DivYield': '0', 'MarketCap': '342970000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '7850080000', 'ImputationCredits': '0', 'Symbol': 'FTCS', 'DPS': '0'}
{'NTA': '0', 'Yield': '-27.58', 'EBITDA': '103360000', 'Industry': '', 'PtS': '0.49', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-3.03', 'Dividend': '0', 'Name': 'Ftd Companies', 'Description': 'Ftd Companies', 'DivYield': '0', 'MarketCap': '552520000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.27', 'PE': '0', 'PEG': '0.71', 'Shares': '27433960', 'ImputationCredits': '0', 'Symbol': 'FTD', 'DPS': '0'}
{'NTA': '0', 'Yield': '-41.04', 'EBITDA': '-7820000', 'Industry': 'Pollution Control Equipment', 'PtS': '0.447', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.744', 'Dividend': '0', 'Name': 'Fuel Tech Inc', 'Description': 'Fuel Tech Inc', 'DivYield': '0', 'MarketCap': '25310000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '0.568', 'PE': '0', 'PEG': '0', 'Shares': '23456900', 'ImputationCredits': '0', 'Symbol': 'FTEK', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '1140000', 'Industry': '', 'PtS': '2.29', 'DateTime': '2017-03-29T00:00:00', 'EPS': '-0.62', 'Dividend': '0', 'Name': 'Fronteo Inc', 'Description': 'Fronteo Inc', 'DivYield': '0.44', 'MarketCap': '230070000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '6.26', 'PE': '0', 'PEG': '0', 'Shares': '18073060', 'ImputationCredits': '0', 'Symbol': 'FTEO', 'DPS': '0.06'}
{'NTA': '0', 'Yield': '-5.02', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'First Trust Glb Tc Cmn', 'Description': 'First Trust Glb Tc Cmn', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'FTGC', 'DPS': '0'}
{'NTA': '0', 'Yield': '8.93', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'First Trust Exchange', 'Description': 'First Trust Exchange', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'FTHI', 'DPS': '0'}
{'NTA': '0', 'Yield': '9.56', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'First Trust ETF Vi', 'Description': 'First Trust ETF Vi', 'DivYield': '0', 'MarketCap': '5220000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '250119800', 'ImputationCredits': '0', 'Symbol': 'FTLB', 'DPS': '0'}
{'NTA': '0', 'Yield': '17.96', 'EBITDA': '95760000', 'Industry': 'Computer peripheral equipment', 'PtS': '5', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.18', 'Dividend': '0', 'Name': 'Fortinet Inc', 'Description': 'Fortinet Inc', 'DivYield': '0', 'MarketCap': '6360000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '7.52', 'PE': '201.67', 'PEG': '1.9', 'Shares': '175206600', 'ImputationCredits': '0', 'Symbol': 'FTNT', 'DPS': '0'}
{'NTA': '0', 'Yield': '-61.51', 'EBITDA': '3470000000', 'Industry': '', 'PtS': '0.28', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.51', 'Dividend': '0', 'Name': 'Frontier Commun Cp', 'Description': 'Frontier Commun Cp', 'DivYield': '21.21', 'MarketCap': '2510000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.55', 'PE': '0', 'PEG': '-1.62', 'Shares': '1172897000', 'ImputationCredits': '0', 'Symbol': 'FTR', 'DPS': '0.42'}
{'NTA': '0', 'Yield': '0.18', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'First TR Indxx Glb N', 'Description': 'First TR Indxx Glb N', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'FTRI', 'DPS': '0'}
{'NTA': '0', 'Yield': '-52.59', 'EBITDA': '3470000000', 'Industry': '', 'PtS': '6.5', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.51', 'Dividend': '0', 'Name': 'Frontier A Mn Cnv Pd', 'Description': 'Frontier A Mn Cnv Pd', 'DivYield': '24.29', 'MarketCap': '57760000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '12.8', 'PE': '0', 'PEG': '0', 'Shares': '1172554000', 'ImputationCredits': '0', 'Symbol': 'FTRPR', 'DPS': '11.12'}
{'NTA': '0', 'Yield': '0.81', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'First TR Snr Ln ETF', 'Description': 'First TR Snr Ln ETF', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'FTSL', 'DPS': '0'}
{'NTA': '0', 'Yield': '0.13', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'First Trust ETF IV', 'Description': 'First Trust ETF IV', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'FTSM', 'DPS': '0'}
{'NTA': '0', 'Yield': '16.94', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-28T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'FT Hk Alphadex', 'Description': 'FT Hk Alphadex', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'FTW', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'First Trust Nasdaq Retail ETF', 'Description': 'First Trust Nasdaq Retail ETF', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'FTXD', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'First Trust Nasdaq Food & Beverage ETF', 'Description': 'First Trust Nasdaq Food & Beverage ETF', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'FTXG', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'First Trust Nasdaq Pharmaceuticals ETF', 'Description': 'First Trust Nasdaq Pharmaceuticals ETF', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'FTXH', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'First Trust Nasdaq Semiconductor ETF', 'Description': 'First Trust Nasdaq Semiconductor ETF', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'FTXL', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-29T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'First Trust Nasdaq Oil & Gas ETF', 'Description': 'First Trust Nasdaq Oil & Gas ETF', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'FTXN', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'First Trust Nasdaq Bank ETF', 'Description': 'First Trust Nasdaq Bank ETF', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'FTXO', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-29T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'First Trust Nasdaq Transportation ETF', 'Description': 'First Trust Nasdaq Transportation ETF', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'FTXR', 'DPS': '0'}
{'NTA': '0', 'Yield': '87.41', 'EBITDA': '-11380000', 'Industry': 'Oil Refining/Marketing', 'PtS': '0.53', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.47', 'Dividend': '0', 'Name': 'Rocket Fuel Inc', 'Description': 'Rocket Fuel Inc', 'DivYield': '0', 'MarketCap': '247920000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Energy', 'PtB': '2.77', 'PE': '0', 'PEG': '-0.83', 'Shares': '46253730', 'ImputationCredits': '0', 'Symbol': 'FUEL', 'DPS': '0'}
{'NTA': '0', 'Yield': '0.43', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.43', 'Dividend': '0', 'Name': 'Full Circle Cp Sr Nt', 'Description': 'Full Circle Cp Sr Nt', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'FULLL', 'DPS': '0'}
{'NTA': '0', 'Yield': '27.59', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '4.38', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.93', 'Dividend': '0', 'Name': 'Fulton Financial Cor', 'Description': 'Fulton Financial Cor', 'DivYield': '2.31', 'MarketCap': '3040000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.44', 'PE': '18.76', 'PEG': '-8.17', 'Shares': '174212000', 'ImputationCredits': '0', 'Symbol': 'FULT', 'DPS': '0.4'}
{'NTA': '0', 'Yield': '29.12', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '1.87', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.84', 'Dividend': '0', 'Name': 'First United Corp', 'Description': 'First United Corp', 'DivYield': '0', 'MarketCap': '90900000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '0.98', 'PE': '17.28', 'PEG': '0', 'Shares': '6268966', 'ImputationCredits': '0', 'Symbol': 'FUNC', 'DPS': '0'}
{'NTA': '0', 'Yield': '15.19', 'EBITDA': '0', 'Industry': 'Closed-End Fund - Foreign', 'PtS': '33.17', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.6', 'Dividend': '0', 'Name': 'Sprott Focus Trust', 'Description': 'Sprott Focus Trust', 'DivYield': '0', 'MarketCap': '179690000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '0.91', 'PE': '4.6', 'PEG': '0', 'Shares': '24447620', 'ImputationCredits': '0', 'Symbol': 'FUND', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '2.53', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.19', 'Dividend': '0', 'Name': 'First US Bancshares Inc', 'Description': 'First US Bancshares Inc', 'DivYield': '0.66', 'MarketCap': '75080000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.99', 'PE': '65.26', 'PEG': '0', 'Shares': '6054839', 'ImputationCredits': '0', 'Symbol': 'FUSB', 'DPS': '0.08'}
{'NTA': '0', 'Yield': '9.07', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'First Trust ETF Vi', 'Description': 'First Trust ETF Vi', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'FV', 'DPS': '0'}
{'NTA': '0', 'Yield': '8.67', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'FT DWA Dyn Foc 5 ETF', 'Description': 'FT DWA Dyn Foc 5 ETF', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'FVC', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '22580000', 'Industry': '', 'PtS': '0.1', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.45', 'Dividend': '0', 'Name': 'Five Star Quality Care', 'Description': 'Five Star Quality Care', 'DivYield': '0', 'MarketCap': '107490000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.65', 'PE': '0', 'PEG': '-0.44', 'Shares': '49995350', 'ImputationCredits': '0', 'Symbol': 'FVE', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-58000000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Liberty Media F1 Series A', 'Description': 'Liberty Media F1 Series A', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0.75', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'FWONA', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-58000000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Liberty Media F1 Series K', 'Description': 'Liberty Media F1 Series K', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '-0.72', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'FWONK', 'DPS': '0'}
{'NTA': '0', 'Yield': '2.72', 'EBITDA': '-52230000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.12', 'Dividend': '0', 'Name': 'Forward Pharma Ads', 'Description': 'Forward Pharma Ads', 'DivYield': '0', 'MarketCap': '1010000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '8.51', 'PE': '0', 'PEG': '-1.03', 'Shares': '46954900', 'ImputationCredits': '0', 'Symbol': 'FWP', 'DPS': '0'}
{'NTA': '0', 'Yield': '4.37', 'EBITDA': '139260000', 'Industry': 'Oil Refining/Marketing', 'PtS': '1.442', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.9', 'Dividend': '0', 'Name': 'Foward Air Corp', 'Description': 'Foward Air Corp', 'DivYield': '1.27', 'MarketCap': '1410000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Transportation', 'PtB': '2.826', 'PE': '51.706', 'PEG': '1.57', 'Shares': '30299770', 'ImputationCredits': '0', 'Symbol': 'FWRD', 'DPS': '0.6'}
{'NTA': '0', 'Yield': '20.26', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'First Trust Small CA', 'Description': 'First Trust Small CA', 'DivYield': '0', 'MarketCap': '90700000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '2549902000', 'ImputationCredits': '0', 'Symbol': 'FYC', 'DPS': '0'}
{'NTA': '0', 'Yield': '18.76', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'First TR Sm Cp Alpha', 'Description': 'First TR Sm Cp Alpha', 'DivYield': '0', 'MarketCap': '78140000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '2350075000', 'ImputationCredits': '0', 'Symbol': 'FYT', 'DPS': '0'}
{'NTA': '0', 'Yield': '19.39', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'First TR Sm Cr Alpha', 'Description': 'First TR Sm Cr Alpha', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'FYX', 'DPS': '0'}
{'NTA': '0', 'Yield': '46.88', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '5.88', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.36', 'Dividend': '0', 'Name': 'German Amer Bncp Inc', 'Description': 'German Amer Bncp Inc', 'DivYield': '1.59', 'MarketCap': '722460000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '2.24', 'PE': '20.08', 'PEG': '2.1', 'Shares': '15261090', 'ImputationCredits': '0', 'Symbol': 'GABC', 'DPS': '0.76'}
{'NTA': '0', 'Yield': '50.08', 'EBITDA': '-12890000', 'Industry': 'Movies/Entertainment', 'PtS': '8.79', 'DateTime': '2017-03-31T00:00:00', 'EPS': '4.39', 'Dividend': '0', 'Name': 'Gaiam Inc', 'Description': 'Gaiam Inc', 'DivYield': '0', 'MarketCap': '150760000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '1.55', 'PE': '2.27', 'PEG': '-0.36', 'Shares': '15151760', 'ImputationCredits': '0', 'Symbol': 'GAIA', 'DPS': '0'}
{'NTA': '0', 'Yield': '30.5', 'EBITDA': '0', 'Industry': 'Closed-End Fund - Equity', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.92', 'Dividend': '0', 'Name': 'Gladstone Investment', 'Description': 'Gladstone Investment', 'DivYield': '8.38', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '0', 'PE': '0', 'PEG': '1.45', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'GAIN', 'DPS': '0.75'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '1131.1359', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.916', 'Dividend': '0', 'Name': 'Gladstone Investment Corp', 'Description': 'Gladstone Investment Corp', 'DivYield': '6.16', 'MarketCap': '58720000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.6008', 'PE': '13.3258', 'PEG': '0', 'Shares': '2299841000', 'ImputationCredits': '0', 'Symbol': 'GAINM', 'DPS': '1.56'}
{'NTA': '0', 'Yield': '4.11', 'EBITDA': '0', 'Industry': '', 'PtS': '15.0558', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.916', 'Dividend': '0', 'Name': 'Gladstone Inv 6.5 C', 'Description': 'Gladstone Inv 6.5 C', 'DivYield': '6.31', 'MarketCap': '774710000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.6303', 'PE': '13.3576', 'PEG': '0', 'Shares': '30270150', 'ImputationCredits': '0', 'Symbol': 'GAINN', 'DPS': '1.62'}
{'NTA': '0', 'Yield': '3.84', 'EBITDA': '0', 'Industry': '', 'PtS': '826.6', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.92', 'Dividend': '0', 'Name': 'Gladstone Invt Corp', 'Description': 'Gladstone Invt Corp', 'DivYield': '6.53', 'MarketCap': '42970000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.64', 'PE': '13.54', 'PEG': '0', 'Shares': '1655877000', 'ImputationCredits': '0', 'Symbol': 'GAINO', 'DPS': '1.69'}
{'NTA': '0', 'Yield': '-97.79', 'EBITDA': '-31730000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.37', 'Dividend': '0', 'Name': 'Galena Biopharma In', 'Description': 'Galena Biopharma In', 'DivYield': '0', 'MarketCap': '21910000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.34', 'PE': '0', 'PEG': '0', 'Shares': '35918030', 'ImputationCredits': '0', 'Symbol': 'GALE', 'DPS': '0'}
{'NTA': '0', 'Yield': '61.97', 'EBITDA': '-21470000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.83', 'Dividend': '0', 'Name': 'Galectin Therapeutic', 'Description': 'Galectin Therapeutic', 'DivYield': '0', 'MarketCap': '78350000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '21.83', 'PE': '0', 'PEG': '0', 'Shares': '34065220', 'ImputationCredits': '0', 'Symbol': 'GALT', 'DPS': '0'}
{'NTA': '0', 'Yield': '-14.67', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-23T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Galectin Therapeutics Inc', 'Description': 'Galectin Therapeutics Inc', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'GALTU', 'DPS': '0'}
{'NTA': '0', 'Yield': '-88.57', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-23T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Galectin Therap Wts', 'Description': 'Galectin Therap Wts', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'GALTW', 'DPS': '0'}
{'NTA': '0', 'Yield': '-6.86', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.3', 'Dividend': '0', 'Name': 'Garrison Capital Inc', 'Description': 'Garrison Capital Inc', 'DivYield': '11.19', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '1.6', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'GARS', 'DPS': '1.12'}
{'NTA': '0', 'Yield': '2.05', 'EBITDA': '51790000', 'Industry': 'Marine Transportation', 'PtS': '1.08', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.2', 'Dividend': '0', 'Name': 'Stealthgas Inc', 'Description': 'Stealthgas Inc', 'DivYield': '0', 'MarketCap': '158680000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Transportation', 'PtB': '0.27', 'PE': '0', 'PEG': '4.82', 'Shares': '39769420', 'ImputationCredits': '0', 'Symbol': 'GASS', 'DPS': '0'}
{'NTA': '0', 'Yield': '31.05', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '6.24', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.59', 'Dividend': '0', 'Name': 'Glacier Bancorp Inc', 'Description': 'Glacier Bancorp Inc', 'DivYield': '2.43', 'MarketCap': '2600000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '2.34', 'PE': '21.37', 'PEG': '1.91', 'Shares': '76628350', 'ImputationCredits': '0', 'Symbol': 'GBCI', 'DPS': '0.8'}
{'NTA': '0', 'Yield': '13.28', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.28', 'Dividend': '0', 'Name': 'Golub Capital Bdc I', 'Description': 'Golub Capital Bdc I', 'DivYield': '6.59', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '1.55', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'GBDC', 'DPS': '1.28'}
{'NTA': '0', 'Yield': '22.38', 'EBITDA': '56200000', 'Industry': 'Property-Casualty Insurers', 'PtS': '1.25', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.84', 'Dividend': '0', 'Name': 'Global Indemnity Plc', 'Description': 'Global Indemnity Plc', 'DivYield': '0', 'MarketCap': '676230000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '0.83', 'PE': '13.55', 'PEG': '2.9', 'Shares': '17568980', 'ImputationCredits': '0', 'Symbol': 'GBLI', 'DPS': '0'}
{'NTA': '0', 'Yield': '5.83', 'EBITDA': '56200000', 'Industry': '', 'PtS': '0.84', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.84', 'Dividend': '0', 'Name': 'Global Indmnty 7.75', 'Description': 'Global Indmnty 7.75', 'DivYield': '0', 'MarketCap': '446250000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.56', 'PE': '8.94', 'PEG': '0', 'Shares': '17568900', 'ImputationCredits': '0', 'Symbol': 'GBLIZ', 'DPS': '0'}
{'NTA': '0', 'Yield': '48.29', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '6.2', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.05', 'Dividend': '0', 'Name': 'Guaranty Bancorp', 'Description': 'Guaranty Bancorp', 'DivYield': '2.11', 'MarketCap': '679340000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.92', 'PE': '23.19', 'PEG': '3.48', 'Shares': '27898970', 'ImputationCredits': '0', 'Symbol': 'GBNK', 'DPS': '0.5'}
{'NTA': '0', 'Yield': '82.7', 'EBITDA': '-81890000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.48', 'Dividend': '0', 'Name': 'Global Blood Ther Cmn', 'Description': 'Global Blood Ther Cmn', 'DivYield': '0', 'MarketCap': '1600000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '7.35', 'PE': '0', 'PEG': '0', 'Shares': '43419270', 'ImputationCredits': '0', 'Symbol': 'GBT', 'DPS': '0'}
{'NTA': '0', 'Yield': '30.45', 'EBITDA': '0', 'Industry': 'Banks', 'PtS': '6.11', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.17', 'Dividend': '0', 'Name': 'Greene County Bncp', 'Description': 'Greene County Bncp', 'DivYield': '1.64', 'MarketCap': '198520000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '2.52', 'PE': '19.96', 'PEG': '0', 'Shares': '8501927', 'ImputationCredits': '0', 'Symbol': 'GCBC', 'DPS': '0.38'}
{'NTA': '0', 'Yield': '200', 'EBITDA': '0', 'Industry': 'Major Pharmaceuticals', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Sanofi Cvr', 'Description': 'Sanofi Cvr', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'GCVRZ', 'DPS': '0'}
{'NTA': '0', 'Yield': '9.34', 'EBITDA': '42750000', 'Industry': '', 'PtS': '0.74', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.73', 'Dividend': '0', 'Name': 'Golden Entmt Cmn', 'Description': 'Golden Entmt Cmn', 'DivYield': '0', 'MarketCap': '294340000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.42', 'PE': '18.12', 'PEG': '1.41', 'Shares': '22247920', 'ImputationCredits': '0', 'Symbol': 'GDEN', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '26860000', 'Industry': '', 'PtS': '3.7', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.56', 'Dividend': '0', 'Name': 'Gds Holdings Ltd', 'Description': 'Gds Holdings Ltd', 'DivYield': '0', 'MarketCap': '558540000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.31', 'PE': '0', 'PEG': '0', 'Shares': '67538100', 'ImputationCredits': '0', 'Symbol': 'GDS', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-7750000', 'Industry': '', 'PtS': '25.77', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.18', 'Dividend': '0', 'Name': 'Great Elm Capital Group Inc', 'Description': 'Great Elm Capital Group Inc', 'DivYield': '0', 'MarketCap': '33240000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.48', 'PE': '1.51', 'PEG': '0', 'Shares': '10072730', 'ImputationCredits': '0', 'Symbol': 'GEC', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.43', 'Dividend': '0', 'Name': 'Great Elm Capital Corp', 'Description': 'Great Elm Capital Corp', 'DivYield': '9.11', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'GECC', 'DPS': '1'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': 'Business Software & Services', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.57', 'Dividend': '0', 'Name': 'Gemphire Therapeutics Inc', 'Description': 'Gemphire Therapeutics Inc', 'DivYield': '0', 'MarketCap': '97360000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '4.72', 'PE': '0', 'PEG': '0', 'Shares': '9272381', 'ImputationCredits': '0', 'Symbol': 'GEMP', 'DPS': '0'}
{'NTA': '0', 'Yield': '55.41', 'EBITDA': '9590000', 'Industry': 'Construction/Ag Equipment/Trucks', 'PtS': '2.95', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.47', 'Dividend': '0', 'Name': 'Gencor Industries In', 'Description': 'Gencor Industries In', 'DivYield': '0', 'MarketCap': '214920000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '1.76', 'PE': '31.81', 'PEG': '0', 'Shares': '14375920', 'ImputationCredits': '0', 'Symbol': 'GENC', 'DPS': '0'}
{'NTA': '0', 'Yield': '-50.41', 'EBITDA': '-6710000', 'Industry': 'Biotechnology: Biological Products (No Diagnostic Substances)', 'PtS': '31.3468', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.6', 'Dividend': '0', 'Name': 'Genetic Tech Spn Ads', 'Description': 'Genetic Tech Spn Ads', 'DivYield': '0', 'MarketCap': '19480000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '1.5733', 'PE': '0', 'PEG': '0', 'Shares': '16234690', 'ImputationCredits': '0', 'Symbol': 'GENE', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-30T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Principal Millennials Index ETF', 'Description': 'Principal Millennials Index ETF', 'DivYield': '0', 'MarketCap': '6720000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '249814100', 'ImputationCredits': '0', 'Symbol': 'GENY', 'DPS': '0'}
{'NTA': '0', 'Yield': '-0.79', 'EBITDA': '-32400000', 'Industry': '', 'PtS': '3.36', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-3.57', 'Dividend': '0', 'Name': 'Geospace Technologie', 'Description': 'Geospace Technologie', 'DivYield': '0', 'MarketCap': '218030000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.92', 'PE': '0', 'PEG': '-0.18', 'Shares': '13433770', 'ImputationCredits': '0', 'Symbol': 'GEOS', 'DPS': '0'}
{'NTA': '0', 'Yield': '-23.05', 'EBITDA': '-30570000', 'Industry': 'Major Pharmaceuticals', 'PtS': '57.08', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.19', 'Dividend': '0', 'Name': 'Geron Corporation', 'Description': 'Geron Corporation', 'DivYield': '0', 'MarketCap': '361290000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '2.87', 'PE': '0', 'PEG': '-2.01', 'Shares': '159158600', 'ImputationCredits': '0', 'Symbol': 'GERN', 'DPS': '0'}
{'NTA': '0', 'Yield': '-78.08', 'EBITDA': '-17360000', 'Industry': 'Major Chemicals', 'PtS': '0.24', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-18.37', 'Dividend': '0', 'Name': 'Gevo Inc Cmn Stk', 'Description': 'Gevo Inc Cmn Stk', 'DivYield': '0', 'MarketCap': '6710000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Basic Industries', 'PtB': '0.1', 'PE': '0', 'PEG': '0', 'Shares': '6578432', 'ImputationCredits': '0', 'Symbol': 'GEVO', 'DPS': '0'}
{'NTA': '0', 'Yield': '19.13', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '3.57', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.27', 'Dividend': '0', 'Name': 'Guaranty Fedl Bcshs', 'Description': 'Guaranty Fedl Bcshs', 'DivYield': '2', 'MarketCap': '84260000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.26', 'PE': '15.01', 'PEG': '0', 'Shares': '4420777', 'ImputationCredits': '0', 'Symbol': 'GFED', 'DPS': '0.4'}
{'NTA': '0', 'Yield': '7.59', 'EBITDA': '55570000', 'Industry': 'Other Specialty Stores', 'PtS': '0.49', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.39', 'Dividend': '0', 'Name': 'General Finance Corp', 'Description': 'General Finance Corp', 'DivYield': '0', 'MarketCap': '134410000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '1.42', 'PE': '0', 'PEG': '-2.02', 'Shares': '26354900', 'ImputationCredits': '0', 'Symbol': 'GFN', 'DPS': '0'}
{'NTA': '0', 'Yield': '15.53', 'EBITDA': '55570000', 'Industry': '', 'PtS': '9.09', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.39', 'Dividend': '0', 'Name': 'General Fn Cum Pfd C', 'Description': 'General Fn Cum Pfd C', 'DivYield': '9.81', 'MarketCap': '2450000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '26.4', 'PE': '0', 'PEG': '0', 'Shares': '26344080', 'ImputationCredits': '0', 'Symbol': 'GFNCP', 'DPS': '9.2'}
{'NTA': '0', 'Yield': '6.38', 'EBITDA': '55570000', 'Industry': '', 'PtS': '2.41', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.39', 'Dividend': '0', 'Name': 'Genrl Fin Sr Nt 2021', 'Description': 'Genrl Fin Sr Nt 2021', 'DivYield': '0', 'MarketCap': '658850000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '6.99', 'PE': '0', 'PEG': '0', 'Shares': '26354000', 'ImputationCredits': '0', 'Symbol': 'GFNSL', 'DPS': '0'}
{'NTA': '0', 'Yield': '32.98', 'EBITDA': '0', 'Industry': 'Commercial Banks', 'PtS': '3.19', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.96', 'Dividend': '0', 'Name': 'Grupo Fin Galicia', 'Description': 'Grupo Fin Galicia', 'DivYield': '0.21', 'MarketCap': '4920000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '3.84', 'PE': '12.77', 'PEG': '0.43', 'Shares': '129952500', 'ImputationCredits': '0', 'Symbol': 'GGAL', 'DPS': '0.08'}
{'NTA': '0', 'Yield': '19.82', 'EBITDA': '-6400000', 'Industry': 'Medical Specialities', 'PtS': '3.31', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.42', 'Dividend': '0', 'Name': 'Genomic Health Inc', 'Description': 'Genomic Health Inc', 'DivYield': '0', 'MarketCap': '1070000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '6.9', 'PE': '0', 'PEG': '579.09', 'Shares': '33979040', 'ImputationCredits': '0', 'Symbol': 'GHDX', 'DPS': '0'}
{'NTA': '0', 'Yield': '53.79', 'EBITDA': '30630000', 'Industry': 'Metal Fabrications', 'PtS': '0.6', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.24', 'Dividend': '0', 'Name': 'Gulf Island Fab', 'Description': 'Gulf Island Fab', 'DivYield': '0.38', 'MarketCap': '171520000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '0.65', 'PE': '48.53', 'PEG': '-2.15', 'Shares': '14850220', 'ImputationCredits': '0', 'Symbol': 'GIFI', 'DPS': '0.04'}
{'NTA': '0', 'Yield': '-36.29', 'EBITDA': '-3060000', 'Industry': 'Electrical Products', 'PtS': '0.57', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.28', 'Dividend': '0', 'Name': 'Giga Tronics Inc', 'Description': 'Giga Tronics Inc', 'DivYield': '0', 'MarketCap': '7540000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '9544304', 'ImputationCredits': '0', 'Symbol': 'GIGA', 'DPS': '0'}
{'NTA': '0', 'Yield': '22.31', 'EBITDA': '-5000000', 'Industry': 'Computer Software: Programming, Data Processing', 'PtS': '3.7', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.07', 'Dividend': '0', 'Name': 'Gigamedia Limited', 'Description': 'Gigamedia Limited', 'DivYield': '0', 'MarketCap': '33930000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '0.55', 'PE': '0', 'PEG': '0', 'Shares': '11052120', 'ImputationCredits': '0', 'Symbol': 'GIGM', 'DPS': '0'}
{'NTA': '0', 'Yield': '-51.62', 'EBITDA': '160830000', 'Industry': 'Apparel', 'PtS': '0.48', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.71', 'Dividend': '0', 'Name': 'G-III Apparel Gp I', 'Description': 'G-III Apparel Gp I', 'DivYield': '0', 'MarketCap': '1110000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '1.09', 'PE': '13.44', 'PEG': '2.95', 'Shares': '48429320', 'ImputationCredits': '0', 'Symbol': 'GIII', 'DPS': '0'}
{'NTA': '0', 'Yield': '-23', 'EBITDA': '19220000000', 'Industry': 'Biotechnology: Biological Products (No Diagnostic Substances)', 'PtS': '2.9', 'DateTime': '2017-03-31T00:00:00', 'EPS': '9.94', 'Dividend': '0', 'Name': 'Gilead Sciences Inc', 'Description': 'Gilead Sciences Inc', 'DivYield': '3.1', 'MarketCap': '88780000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '4.68', 'PE': '6.83', 'PEG': '-1.7', 'Shares': '1307126000', 'ImputationCredits': '0', 'Symbol': 'GILD', 'DPS': '2.08'}
{'NTA': '0', 'Yield': '11.21', 'EBITDA': '18260000', 'Industry': 'Radio And Television Broadcasting And Communications Equipment', 'PtS': '1', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.1', 'Dividend': '0', 'Name': 'Gilat Satellite Ntwk', 'Description': 'Gilat Satellite Ntwk', 'DivYield': '0', 'MarketCap': '276530000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.33', 'PE': '0', 'PEG': '0', 'Shares': '54650200', 'ImputationCredits': '0', 'Symbol': 'GILT', 'DPS': '0'}
{'NTA': '0', 'Yield': '30.28', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-21T00:00:00', 'EPS': '2.85', 'Dividend': '0', 'Name': 'G K Svcs Inc Cl A', 'Description': 'G K Svcs Inc Cl A', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '2.28', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'GK', 'DPS': '0'}
{'NTA': '0', 'Yield': '24.21', 'EBITDA': '0', 'Industry': 'Closed-End Fund - Debt', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.88', 'Dividend': '0', 'Name': 'Gladstone Cap Corp', 'Description': 'Gladstone Cap Corp', 'DivYield': '9.18', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '0', 'PE': '0', 'PEG': '1.4', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'GLAD', 'DPS': '0.84'}
{'NTA': '0', 'Yield': '2.41', 'EBITDA': '0', 'Industry': '', 'PtS': '1594.3218', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.885', 'Dividend': '0', 'Name': 'Gladstone 6.75 Srs', 'Description': 'Gladstone 6.75 Srs', 'DivYield': '6.61', 'MarketCap': '62120000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.0495', 'PE': '28.7685', 'PEG': '0', 'Shares': '2439896000', 'ImputationCredits': '0', 'Symbol': 'GLADO', 'DPS': '1.69'}
{'NTA': '0', 'Yield': '64.95', 'EBITDA': '124060000', 'Industry': 'Oilfield Services/Equipment', 'PtS': '2.58', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.7', 'Dividend': '0', 'Name': 'Terraform Glbl Cla', 'Description': 'Terraform Glbl Cla', 'DivYield': '0', 'MarketCap': '543490000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Energy', 'PtB': '0.76', 'PE': '0', 'PEG': '0.44', 'Shares': '113227100', 'ImputationCredits': '0', 'Symbol': 'GLBL', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '21310000', 'Industry': '', 'PtS': '0.05', 'DateTime': '2017-03-31T00:00:00', 'EPS': '12.6', 'Dividend': '0', 'Name': 'Global Brokerage Inc', 'Description': 'Global Brokerage Inc', 'DivYield': '0', 'MarketCap': '16590000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0.21', 'PEG': '0', 'Shares': '6144445', 'ImputationCredits': '0', 'Symbol': 'GLBR', 'DPS': '0'}
{'NTA': '0', 'Yield': '-9.88', 'EBITDA': '0', 'Industry': 'Marine Transportation', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-10.13', 'Dividend': '0', 'Name': 'Globus Maritime Limi', 'Description': 'Globus Maritime Limi', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Transportation', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'GLBS', 'DPS': '0'}
{'NTA': '0', 'Yield': '11.16', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '2.79', 'DateTime': '2017-03-30T00:00:00', 'EPS': '0.4', 'Dividend': '0', 'Name': 'Glen Burnie Bancorp', 'Description': 'Glen Burnie Bancorp', 'DivYield': '3.35', 'MarketCap': '33290000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '0.98', 'PE': '30.18', 'PEG': '0', 'Shares': '2785774', 'ImputationCredits': '0', 'Symbol': 'GLBZ', 'DPS': '0.4'}
{'NTA': '0', 'Yield': '-12.47', 'EBITDA': '75880000', 'Industry': 'Military/Government/Technical', 'PtS': '0.35', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.14', 'Dividend': '0', 'Name': 'Great Lakes Drg Dock', 'Description': 'Great Lakes Drg Dock', 'DivYield': '0', 'MarketCap': '243850000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Basic Industries', 'PtB': '1.08', 'PE': '0', 'PEG': '3.93', 'Shares': '60962500', 'ImputationCredits': '0', 'Symbol': 'GLDD', 'DPS': '0'}
{'NTA': '0', 'Yield': '-12.33', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.32', 'Dividend': '0', 'Name': 'CS X-Links Gld Share', 'Description': 'CS X-Links Gld Share', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'GLDI', 'DPS': '0'}
{'NTA': '0', 'Yield': '-21.76', 'EBITDA': '-16710000', 'Industry': '', 'PtS': '122.53', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.49', 'Dividend': '0', 'Name': 'Galmed Pharmaceutica', 'Description': 'Galmed Pharmaceutica', 'DivYield': '0', 'MarketCap': '59410000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '5.16', 'PE': '0', 'PEG': '0', 'Shares': '12149280', 'ImputationCredits': '0', 'Symbol': 'GLMD', 'DPS': '0'}
{'NTA': '0', 'Yield': '68.46', 'EBITDA': '-66410000', 'Industry': 'Marine Transportation', 'PtS': '33.18', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.13', 'Dividend': '0', 'Name': 'Golar Lng Ltd', 'Description': 'Golar Lng Ltd', 'DivYield': '0.75', 'MarketCap': '2670000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '1.45', 'PE': '0', 'PEG': '0.05', 'Shares': '97945710', 'ImputationCredits': '0', 'Symbol': 'GLNG', 'DPS': '0.2'}
{'NTA': '0', 'Yield': '90.22', 'EBITDA': '-8800000', 'Industry': '', 'PtS': '24.33', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.23', 'Dividend': '0', 'Name': 'Galapagos Nv', 'Description': 'Galapagos Nv', 'DivYield': '0', 'MarketCap': '3990000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '4.86', 'PE': '70.13', 'PEG': '0', 'Shares': '46293080', 'ImputationCredits': '0', 'Symbol': 'GLPG', 'DPS': '0'}
{'NTA': '0', 'Yield': '1.92', 'EBITDA': '596340000', 'Industry': '', 'PtS': '8.33', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.6', 'Dividend': '0', 'Name': 'Gaming & Leisure', 'Description': 'Gaming & Leisure', 'DivYield': '7.65', 'MarketCap': '6940000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.83', 'PE': '20.86', 'PEG': '7.5', 'Shares': '207660100', 'ImputationCredits': '0', 'Symbol': 'GLPI', 'DPS': '2.48'}
{'NTA': '0', 'Yield': '2.65', 'EBITDA': '66950000', 'Industry': 'Property-Casualty Insurers', 'PtS': '1.37', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.2', 'Dividend': '0', 'Name': 'Greenlight Cap. Re.', 'Description': 'Greenlight Cap. Re.', 'DivYield': '0', 'MarketCap': '825790000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '0.96', 'PE': '18.42', 'PEG': '0.91', 'Shares': '37366060', 'ImputationCredits': '0', 'Symbol': 'GLRE', 'DPS': '0'}
{'NTA': '0', 'Yield': '-14.98', 'EBITDA': '-62970000', 'Industry': 'EDP Services', 'PtS': '1.63', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.66', 'Dividend': '0', 'Name': 'Glu Mobile Inc', 'Description': 'Glu Mobile Inc', 'DivYield': '0', 'MarketCap': '305810000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.4', 'PE': '0', 'PEG': '-0.95', 'Shares': '134718000', 'ImputationCredits': '0', 'Symbol': 'GLUU', 'DPS': '0'}
{'NTA': '0', 'Yield': '-13.81', 'EBITDA': '-31720000', 'Industry': '', 'PtS': '6960.87', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.5', 'Dividend': '0', 'Name': 'Glycomimetics Inc', 'Description': 'Glycomimetics Inc', 'DivYield': '0', 'MarketCap': '126680000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.64', 'PE': '0', 'PEG': '0', 'Shares': '23329650', 'ImputationCredits': '0', 'Symbol': 'GLYC', 'DPS': '0'}
{'NTA': '0', 'Yield': '-97.49', 'EBITDA': '0', 'Industry': 'Clothing/Shoe/Accessory Stores', 'PtS': '0', 'DateTime': '2017-03-21T00:00:00', 'EPS': '-0.588', 'Dividend': '0', 'Name': 'Gordmans Stores Inc', 'Description': 'Gordmans Stores Inc', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'GMAN', 'DPS': '0'}
{'NTA': '0', 'Yield': '31.96', 'EBITDA': '367140000', 'Industry': 'Marine Transportation', 'PtS': '3.45', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.73', 'Dividend': '0', 'Name': 'Golar Lng Partners', 'Description': 'Golar Lng Partners', 'DivYield': '10.82', 'MarketCap': '1540000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '2.56', 'PE': '7.99', 'PEG': '0', 'Shares': '70480550', 'ImputationCredits': '0', 'Symbol': 'GMLP', 'DPS': '2.31'}
{'NTA': '0', 'Yield': '118.14', 'EBITDA': '0', 'Industry': '', 'PtS': '7.19', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.03', 'Dividend': '0', 'Name': 'Green Bancorp Cmn', 'Description': 'Green Bancorp Cmn', 'DivYield': '0', 'MarketCap': '626930000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.39', 'PE': '0', 'PEG': '0', 'Shares': '36987020', 'ImputationCredits': '0', 'Symbol': 'GNBC', 'DPS': '0'}
{'NTA': '0', 'Yield': '38.41', 'EBITDA': '-48120000', 'Industry': '', 'PtS': '717.76', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.75', 'Dividend': '0', 'Name': 'Genocea Biosciences', 'Description': 'Genocea Biosciences', 'DivYield': '0', 'MarketCap': '173220000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.7', 'PE': '0', 'PEG': '0', 'Shares': '28443350', 'ImputationCredits': '0', 'Symbol': 'GNCA', 'DPS': '0'}
{'NTA': '0', 'Yield': '23.08', 'EBITDA': '272880000', 'Industry': 'Telecommunications Equipment', 'PtS': '0.83', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.15', 'Dividend': '0', 'Name': 'Gen Communication', 'Description': 'Gen Communication', 'DivYield': '0', 'MarketCap': '745560000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Public Utilities', 'PtB': '33.89', 'PE': '0', 'PEG': '3.64', 'Shares': '35844230', 'ImputationCredits': '0', 'Symbol': 'GNCMA', 'DPS': '0'}
{'NTA': '0', 'Yield': '-1.97', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Ishares GNMA Bd ETF', 'Description': 'Ishares GNMA Bd ETF', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'GNMA', 'DPS': '0'}
{'NTA': '0', 'Yield': '116.92', 'EBITDA': '-45070000', 'Industry': 'Medical/Dental Instruments', 'PtS': '12.23', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.15', 'Dividend': '0', 'Name': 'Genmark Diagnostics', 'Description': 'Genmark Diagnostics', 'DivYield': '0', 'MarketCap': '601780000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '15.64', 'PE': '0', 'PEG': '10.82', 'Shares': '47050820', 'ImputationCredits': '0', 'Symbol': 'GNMK', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-41610000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.19', 'Dividend': '0', 'Name': 'Aevi Genomic Medicine', 'Description': 'Aevi Genomic Medicine', 'DivYield': '0', 'MarketCap': '69020000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.05', 'PE': '0', 'PEG': '0', 'Shares': '37107530', 'ImputationCredits': '0', 'Symbol': 'GNMX', 'DPS': '0'}
{'NTA': '0', 'Yield': '-5.45', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Vaneck Vectors Gener', 'Description': 'Vaneck Vectors Gener', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'GNRX', 'DPS': '0'}
{'NTA': '0', 'Yield': '32.98', 'EBITDA': '600330000', 'Industry': 'Auto Parts:O.E.M.', 'PtS': '3.66', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.19', 'Dividend': '0', 'Name': 'Gentex Corp', 'Description': 'Gentex Corp', 'DivYield': '1.7', 'MarketCap': '6130000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '3.22', 'PE': '17.92', 'PEG': '1.37', 'Shares': '287388600', 'ImputationCredits': '0', 'Symbol': 'GNTX', 'DPS': '0.36'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.99', 'Dividend': '0', 'Name': 'Genius Brands International Inc', 'Description': 'Genius Brands International Inc', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'GNUS', 'DPS': '0'}
{'NTA': '0', 'Yield': '676.92', 'EBITDA': '-7120000', 'Industry': 'Major Pharmaceuticals', 'PtS': '26.69', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.78', 'Dividend': '0', 'Name': 'Genvec Inc', 'Description': 'Genvec Inc', 'DivYield': '0', 'MarketCap': '13910000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '2.9', 'PE': '0', 'PEG': '0', 'Shares': '2272876', 'ImputationCredits': '0', 'Symbol': 'GNVC', 'DPS': '0'}
{'NTA': '0', 'Yield': '75.86', 'EBITDA': '20460000', 'Industry': '', 'PtS': '3.08', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.34', 'Dividend': '0', 'Name': 'Golden Ocean Gp Cmn', 'Description': 'Golden Ocean Gp Cmn', 'DivYield': '0', 'MarketCap': '807450000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.64', 'PE': '0', 'PEG': '63.35', 'Shares': '105964600', 'ImputationCredits': '0', 'Symbol': 'GOGL', 'DPS': '0'}
{'NTA': '0', 'Yield': '3.87', 'EBITDA': '79010000', 'Industry': '', 'PtS': '1.59', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.58', 'Dividend': '0', 'Name': 'Gogo Inc Cmn Stk', 'Description': 'Gogo Inc Cmn Stk', 'DivYield': '0', 'MarketCap': '949260000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '-0.49', 'Shares': '86296370', 'ImputationCredits': '0', 'Symbol': 'GOGO', 'DPS': '0'}
{'NTA': '0', 'Yield': '-13.15', 'EBITDA': '566190000', 'Industry': 'Precious Metals', 'PtS': '6.74', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.61', 'Dividend': '0', 'Name': 'Randgold Res Ltd', 'Description': 'Randgold Res Ltd', 'DivYield': '1.12', 'MarketCap': '8200000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Basic Industries', 'PtB': '2.32', 'PE': '33.44', 'PEG': '4.4', 'Shares': '93950500', 'ImputationCredits': '0', 'Symbol': 'GOLD', 'DPS': '1'}
{'NTA': '0', 'Yield': '22.82', 'EBITDA': '69970000', 'Industry': 'Real Estate', 'PtS': '5.94', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.16', 'Dividend': '0', 'Name': 'Gladstone Comml', 'Description': 'Gladstone Comml', 'DivYield': '7.5', 'MarketCap': '516270000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '2.13', 'PE': '0', 'PEG': '0', 'Shares': '24976780', 'ImputationCredits': '0', 'Symbol': 'GOOD', 'DPS': '1.5'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '69970000', 'Industry': '', 'PtS': '7.28', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.16', 'Dividend': '0', 'Name': 'Gladstone Commercial Corporatio', 'Description': 'Gladstone Commercial Corporatio', 'DivYield': '6.96', 'MarketCap': '628670000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.61', 'PE': '0', 'PEG': '0', 'Shares': '24976960', 'ImputationCredits': '0', 'Symbol': 'GOODM', 'DPS': '1.75'}
{'NTA': '0', 'Yield': '0.59', 'EBITDA': '69970000', 'Industry': 'Real Estate', 'PtS': '7.349', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.16', 'Dividend': '0', 'Name': 'Gladstone Commercial', 'Description': 'Gladstone Commercial', 'DivYield': '7.41', 'MarketCap': '635640000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '2.636', 'PE': '0', 'PEG': '0', 'Shares': '24977010', 'ImputationCredits': '0', 'Symbol': 'GOODO', 'DPS': '1.88'}
{'NTA': '0', 'Yield': '1.3', 'EBITDA': '69970000', 'Industry': 'Real Estate', 'PtS': '7.4243', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.16', 'Dividend': '0', 'Name': 'Gladstone Commercia', 'Description': 'Gladstone Commercia', 'DivYield': '7.58', 'MarketCap': '642790000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '2.6633', 'PE': '0', 'PEG': '0', 'Shares': '24976980', 'ImputationCredits': '0', 'Symbol': 'GOODP', 'DPS': '1.94'}
{'NTA': '0', 'Yield': '19.7', 'EBITDA': '29860000000', 'Industry': 'Computer Software: Programming, Data Processing', 'PtS': '6.37', 'DateTime': '2017-03-31T00:00:00', 'EPS': '27.88', 'Dividend': '0', 'Name': 'Alphabet Class C', 'Description': 'Alphabet Class C', 'DivYield': '0', 'MarketCap': '573570000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '4.13', 'PE': '29.76', 'PEG': '1.29', 'Shares': '691414800', 'ImputationCredits': '0', 'Symbol': 'GOOG', 'DPS': '0'}
{'NTA': '0', 'Yield': '19.77', 'EBITDA': '29860000000', 'Industry': '', 'PtS': '6.43', 'DateTime': '2017-03-31T00:00:00', 'EPS': '27.88', 'Dividend': '0', 'Name': 'Alphabet Class A', 'Description': 'Alphabet Class A', 'DivYield': '0', 'MarketCap': '577430000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '4.17', 'PE': '29.96', 'PEG': '1.32', 'Shares': '691417000', 'ImputationCredits': '0', 'Symbol': 'GOOGL', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '138170000', 'Industry': '', 'PtS': '5.71', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.81', 'Dividend': '0', 'Name': 'Government Properties Income Trust', 'Description': 'Government Properties Income Trust', 'DivYield': '8.38', 'MarketCap': '1490000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.58', 'PE': '25.78', 'PEG': '23.55', 'Shares': '71189680', 'ImputationCredits': '0', 'Symbol': 'GOV', 'DPS': '1.72'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Government Properties Income TR', 'Description': 'Government Properties Income TR', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'GOVNI', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.49', 'Dividend': '0', 'Name': 'Global Ptnr Acq Com', 'Description': 'Global Ptnr Acq Com', 'DivYield': '0', 'MarketCap': '49770000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '9.98', 'PE': '0', 'PEG': '0', 'Shares': '4977000', 'ImputationCredits': '0', 'Symbol': 'GPAC', 'DPS': '0'}
{'NTA': '0', 'Yield': '0.5', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-29T00:00:00', 'EPS': '-0.12', 'Dividend': '0', 'Name': 'Global Partner Units', 'Description': 'Global Partner Units', 'DivYield': '0', 'MarketCap': '50290000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '10.06', 'PE': '0', 'PEG': '0', 'Shares': '4766825', 'ImputationCredits': '0', 'Symbol': 'GPACU', 'DPS': '0'}
{'NTA': '0', 'Yield': '143.75', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Global Ptnr Acq Wrt', 'Description': 'Global Ptnr Acq Wrt', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'GPACW', 'DPS': '0'}
{'NTA': '0', 'Yield': '2.26', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-24T00:00:00', 'EPS': '-0.523', 'Dividend': '0', 'Name': 'Gp Invstmts Aq Ord', 'Description': 'Gp Invstmts Aq Ord', 'DivYield': '0', 'MarketCap': '56320000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '11.2661', 'PE': '0', 'PEG': '0', 'Shares': '5648664', 'ImputationCredits': '0', 'Symbol': 'GPIA', 'DPS': '0'}
{'NTA': '0', 'Yield': '11.52', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-30T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Gp Investments Unit', 'Description': 'Gp Investments Unit', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'GPIAU', 'DPS': '0'}
{'NTA': '0', 'Yield': '-5.45', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-24T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Gp Investments Aq Wt', 'Description': 'Gp Investments Aq Wt', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'GPIAW', 'DPS': '0'}
{'NTA': '0', 'Yield': '12.36', 'EBITDA': '11570000', 'Industry': 'Recreational Products/Toys', 'PtS': '0.93', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.64', 'Dividend': '0', 'Name': 'Gaming Partners Intl', 'Description': 'Gaming Partners Intl', 'DivYield': '0', 'MarketCap': '79280000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '1.33', 'PE': '15.62', 'PEG': '0', 'Shares': '7928000', 'ImputationCredits': '0', 'Symbol': 'GPIC', 'DPS': '0'}
{'NTA': '0', 'Yield': '-45.08', 'EBITDA': '94380000', 'Industry': 'Oil & Gas Production', 'PtS': '4.61', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-14.05', 'Dividend': '0', 'Name': 'Gulfport Energy Corp', 'Description': 'Gulfport Energy Corp', 'DivYield': '0', 'MarketCap': '2580000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Energy', 'PtB': '1.16', 'PE': '0', 'PEG': '0.32', 'Shares': '158964900', 'ImputationCredits': '0', 'Symbol': 'GPOR', 'DPS': '0'}
{'NTA': '0', 'Yield': '40.07', 'EBITDA': '65370000', 'Industry': '', 'PtS': '5.99', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.75', 'Dividend': '0', 'Name': 'Green Plains Partners LP', 'Description': 'Green Plains Partners LP', 'DivYield': '8.73', 'MarketCap': '632820000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '11.36', 'PEG': '0.7', 'Shares': '31800000', 'ImputationCredits': '0', 'Symbol': 'GPP', 'DPS': '1.72'}
{'NTA': '0', 'Yield': '36.74', 'EBITDA': '179510000', 'Industry': 'Major Chemicals', 'PtS': '0.27', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.28', 'Dividend': '0', 'Name': 'Green Plains Inc Cmn', 'Description': 'Green Plains Inc Cmn', 'DivYield': '2.05', 'MarketCap': '944980000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Basic Industries', 'PtB': '1.07', 'PE': '89.03', 'PEG': '0.09', 'Shares': '38181010', 'ImputationCredits': '0', 'Symbol': 'GPRE', 'DPS': '0.48'}
{'NTA': '0', 'Yield': '-31.17', 'EBITDA': '-287150000', 'Industry': 'Medical/Dental Instruments', 'PtS': '1.04', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-3.01', 'Dividend': '0', 'Name': 'Gopro Inc Cl A Cmn', 'Description': 'Gopro Inc Cl A Cmn', 'DivYield': '0', 'MarketCap': '1240000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '2.74', 'PE': '0', 'PEG': '6.99', 'Shares': '142528700', 'ImputationCredits': '0', 'Symbol': 'GPRO', 'DPS': '0'}
{'NTA': '0', 'Yield': '35.01', 'EBITDA': '48030000', 'Industry': '', 'PtS': '1.26', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.49', 'Dividend': '0', 'Name': 'Green Brick Partners', 'Description': 'Green Brick Partners', 'DivYield': '0', 'MarketCap': '480330000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.25', 'PE': '20.16', 'PEG': '-0.34', 'Shares': '49013260', 'ImputationCredits': '0', 'Symbol': 'GRBK', 'DPS': '0'}
{'NTA': '0', 'Yield': '20.1', 'EBITDA': '1180000000', 'Industry': '', 'PtS': '5.55', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.42', 'Dividend': '0', 'Name': 'Grifols S.A.', 'Description': 'Grifols S.A.', 'DivYield': '2.22', 'MarketCap': '24130000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '6.04', 'PE': '41.97', 'PEG': '1.02', 'Shares': '1365591000', 'ImputationCredits': '0', 'Symbol': 'GRFS', 'DPS': '0.39'}
{'NTA': '0', 'Yield': '15.27', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'First Trust Nq Ce Smgrid', 'Description': 'First Trust Nq Ce Smgrid', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'GRID', 'DPS': '0'}
{'NTA': '0', 'Yield': '23.45', 'EBITDA': '14420000', 'Industry': 'Farming/Seeds/Milling', 'PtS': '4.99', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.11', 'Dividend': '0', 'Name': 'Griffin Industrial', 'Description': 'Griffin Industrial', 'DivYield': '0.98', 'MarketCap': '155620000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '1.7', 'PE': '281.36', 'PEG': '0', 'Shares': '5028110', 'ImputationCredits': '0', 'Symbol': 'GRIF', 'DPS': '0.3'}
{'NTA': '0', 'Yield': '19.89', 'EBITDA': '710250000', 'Industry': 'Industrial Machinery/Components', 'PtS': '3.19', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.7', 'Dividend': '0', 'Name': 'Garmin Ltd', 'Description': 'Garmin Ltd', 'DivYield': '4', 'MarketCap': '9639999000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '2.82', 'PE': '18.93', 'PEG': '19.28', 'Shares': '188612800', 'ImputationCredits': '0', 'Symbol': 'GRMN', 'DPS': '2.04'}
{'NTA': '0', 'Yield': '-17.89', 'EBITDA': '-785000', 'Industry': 'Investment Managers', 'PtS': '3.58', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.02', 'Dividend': '0', 'Name': 'U S Global Inv Inc', 'Description': 'U S Global Inv Inc', 'DivYield': '1.94', 'MarketCap': '23720000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '0.95', 'PE': '0', 'PEG': '0', 'Shares': '15205130', 'ImputationCredits': '0', 'Symbol': 'GROW', 'DPS': '0.03'}
{'NTA': '0', 'Yield': '8.56', 'EBITDA': '9650000', 'Industry': '', 'PtS': '0.71', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.34', 'Dividend': '0', 'Name': 'Groupon Cl A Cmn', 'Description': 'Groupon Cl A Cmn', 'DivYield': '0', 'MarketCap': '2220000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '8.46', 'PE': '0', 'PEG': '1.58', 'Shares': '564885500', 'ImputationCredits': '0', 'Symbol': 'GRPN', 'DPS': '0'}
{'NTA': '0', 'Yield': '553.29', 'EBITDA': '-1620000', 'Industry': 'Business Services', 'PtS': '1.92', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.32', 'Dividend': '0', 'Name': 'Gravity Co. Ltd', 'Description': 'Gravity Co. Ltd', 'DivYield': '0', 'MarketCap': '72400000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Miscellaneous', 'PtB': '2.68', 'PE': '0', 'PEG': '0', 'Shares': '3474088', 'ImputationCredits': '0', 'Symbol': 'GRVY', 'DPS': '0'}
{'NTA': '0', 'Yield': '33.39', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '3.82', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.21', 'Dividend': '0', 'Name': 'Great Southern Bncp', 'Description': 'Great Southern Bncp', 'DivYield': '1.76', 'MarketCap': '707300000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.66', 'PE': '15.73', 'PEG': '2.65', 'Shares': '14005940', 'ImputationCredits': '0', 'Symbol': 'GSBC', 'DPS': '0.88'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Gores Holdings II Inc. Units', 'Description': 'Gores Holdings II Inc. Units', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'GSHTU', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Gores Holdings Ii Inc. Warrants', 'Description': 'Gores Holdings Ii Inc. Warrants', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'GSHTW', 'DPS': '0'}
{'NTA': '0', 'Yield': '119.14', 'EBITDA': '3130000', 'Industry': 'Semiconductors', 'PtS': '3.53', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.05', 'Dividend': '0', 'Name': 'Gsi Technology Inc', 'Description': 'Gsi Technology Inc', 'DivYield': '0', 'MarketCap': '177330000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '2.04', 'PE': '177.55', 'PEG': '6.66', 'Shares': '20382760', 'ImputationCredits': '0', 'Symbol': 'GSIT', 'DPS': '0'}
{'NTA': '0', 'Yield': '1.37', 'EBITDA': '23190000', 'Industry': 'Metal Fabrications', 'PtS': '1.08', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.8', 'Dividend': '0', 'Name': 'Ferroglobe Plc Os', 'Description': 'Ferroglobe Plc Os', 'DivYield': '3.23', 'MarketCap': '1690000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '1.56', 'PE': '0', 'PEG': '10.34', 'Shares': '172097800', 'ImputationCredits': '0', 'Symbol': 'GSM', 'DPS': '0.32'}
{'NTA': '0', 'Yield': '-2.94', 'EBITDA': '31310000', 'Industry': 'Advertising', 'PtS': '1.46', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.73', 'Dividend': '0', 'Name': 'Global Sources Ltd', 'Description': 'Global Sources Ltd', 'DivYield': '0', 'MarketCap': '220640000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '1.35', 'PE': '11.36', 'PEG': '0', 'Shares': '26744240', 'ImputationCredits': '0', 'Symbol': 'GSOL', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-3430000', 'Industry': '', 'PtS': '6.36', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.94', 'Dividend': '0', 'Name': 'Gridsum Holding Inc', 'Description': 'Gridsum Holding Inc', 'DivYield': '0', 'MarketCap': '366930000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.14', 'PE': '0', 'PEG': '0', 'Shares': '29735010', 'ImputationCredits': '0', 'Symbol': 'GSUM', 'DPS': '0'}
{'NTA': '0', 'Yield': '-21.82', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-3.38', 'Dividend': '0', 'Name': 'Gsv Capital Cp Cmn', 'Description': 'Gsv Capital Cp Cmn', 'DivYield': '3.29', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'GSVC', 'DPS': '0.16'}
{'NTA': '0', 'Yield': '24.27', 'EBITDA': '2510000000', 'Industry': '', 'PtS': '0.6', 'DateTime': '2017-03-31T00:00:00', 'EPS': '4.74', 'Dividend': '0', 'Name': 'Goodyear Tire Rubber', 'Description': 'Goodyear Tire Rubber', 'DivYield': '0.94', 'MarketCap': '9040000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.01', 'PE': '7.58', 'PEG': '1.42', 'Shares': '251530300', 'ImputationCredits': '0', 'Symbol': 'GT', 'DPS': '0.34'}
{'NTA': '0', 'Yield': '1.94', 'EBITDA': '2660000', 'Industry': 'Restaurants', 'PtS': '0.57', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.07', 'Dividend': '0', 'Name': 'Good Times Rest', 'Description': 'Good Times Rest', 'DivYield': '0', 'MarketCap': '38740000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '1.07', 'PE': '0', 'PEG': '-0.52', 'Shares': '12298410', 'ImputationCredits': '0', 'Symbol': 'GTIM', 'DPS': '0'}
{'NTA': '0', 'Yield': '35.74', 'EBITDA': '92090000', 'Industry': 'Metal Fabrications', 'PtS': '1.24', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.91', 'Dividend': '0', 'Name': 'Chart Industries In', 'Description': 'Chart Industries In', 'DivYield': '0', 'MarketCap': '1070000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '1.53', 'PE': '38.4', 'PEG': '2.42', 'Shares': '30623930', 'ImputationCredits': '0', 'Symbol': 'GTLS', 'DPS': '0'}
{'NTA': '0', 'Yield': '32.55', 'EBITDA': '0', 'Industry': '', 'PtS': '4.24', 'DateTime': '2017-03-30T00:00:00', 'EPS': '0.11', 'Dividend': '0', 'Name': 'Georgetown Bancp Cmn', 'Description': 'Georgetown Bancp Cmn', 'DivYield': '0.77', 'MarketCap': '47270000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.47', 'PE': '235.45', 'PEG': '0', 'Shares': '1825097', 'ImputationCredits': '0', 'Symbol': 'GTWN', 'DPS': '0.2'}
{'NTA': '0', 'Yield': '600', 'EBITDA': '-25910000', 'Industry': 'Major Pharmaceuticals', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.22', 'Dividend': '0', 'Name': 'GTX Inc', 'Description': 'GTX Inc', 'DivYield': '0', 'MarketCap': '78600000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '3.93', 'PE': '0', 'PEG': '0', 'Shares': '16040820', 'ImputationCredits': '0', 'Symbol': 'GTXI', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Gty Technology Holdings Inc', 'Description': 'Gty Technology Holdings Inc', 'DivYield': '0', 'MarketCap': '161570000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '31.8971', 'PE': '0', 'PEG': '0', 'Shares': '16090230', 'ImputationCredits': '0', 'Symbol': 'GTYH', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Gty Technology Holdings Inc', 'Description': 'Gty Technology Holdings Inc', 'DivYield': '0', 'MarketCap': '569660000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '55199610000', 'ImputationCredits': '0', 'Symbol': 'GTYHU', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-30T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Gty Technology Holdings Inc. Warrants', 'Description': 'Gty Technology Holdings Inc. Warrants', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'GTYHW', 'DPS': '0'}
{'NTA': '0', 'Yield': '15.69', 'EBITDA': '-13050000', 'Industry': 'Computer Software: Prepackaged Software', 'PtS': '1.56', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.72', 'Dividend': '0', 'Name': 'Guidance Software', 'Description': 'Guidance Software', 'DivYield': '0', 'MarketCap': '172220000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '0', 'PE': '0', 'PEG': '0.76', 'Shares': '29189830', 'ImputationCredits': '0', 'Symbol': 'GUID', 'DPS': '0'}
{'NTA': '0', 'Yield': '-0.97', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Wisdomtree', 'Description': 'Wisdomtree', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'GULF', 'DPS': '0'}
{'NTA': '0', 'Yield': '17.88', 'EBITDA': '73760000', 'Industry': '', 'PtS': '0.55', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.78', 'Dividend': '0', 'Name': 'Gulf Resources Inc', 'Description': 'Gulf Resources Inc', 'DivYield': '0', 'MarketCap': '83290000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.24', 'PE': '2.28', 'PEG': '0', 'Shares': '46792140', 'ImputationCredits': '0', 'Symbol': 'GURE', 'DPS': '0'}
{'NTA': '0', 'Yield': '74.8', 'EBITDA': '0', 'Industry': '', 'PtS': '0.8433', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.53', 'Dividend': '0', 'Name': 'Gwg Holdings Com Stk', 'Description': 'Gwg Holdings Com Stk', 'DivYield': '0', 'MarketCap': '59950000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '-0.37', 'Shares': '5778982', 'ImputationCredits': '0', 'Symbol': 'GWGH', 'DPS': '0'}
{'NTA': '0', 'Yield': '49.27', 'EBITDA': '-142300000', 'Industry': '', 'PtS': '280.98', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-3.26', 'Dividend': '0', 'Name': 'Gw Pharma ADR', 'Description': 'Gw Pharma ADR', 'DivYield': '0', 'MarketCap': '3050000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '6.35', 'PE': '0', 'PEG': '0.45', 'Shares': '25219120', 'ImputationCredits': '0', 'Symbol': 'GWPH', 'DPS': '0'}
{'NTA': '0', 'Yield': '35.94', 'EBITDA': '11550000', 'Industry': '', 'PtS': '5.78', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.15', 'Dividend': '0', 'Name': 'Global Water Reso Cmn', 'Description': 'Global Water Reso Cmn', 'DivYield': '3.08', 'MarketCap': '170550000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '11.34', 'PE': '0', 'PEG': '3.71', 'Shares': '19580940', 'ImputationCredits': '0', 'Symbol': 'GWRS', 'DPS': '0.27'}
{'NTA': '0', 'Yield': '-25.33', 'EBITDA': '-3080000', 'Industry': 'Building operators', 'PtS': '10.8605', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.531', 'Dividend': '0', 'Name': 'Gyrodyne Llc Cmn', 'Description': 'Gyrodyne Llc Cmn', 'DivYield': '0', 'MarketCap': '30710000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '0.581', 'PE': '0', 'PEG': '0', 'Shares': '1482150', 'ImputationCredits': '0', 'Symbol': 'GYRO', 'DPS': '0'}
{'NTA': '0', 'Yield': '10.41', 'EBITDA': '624370000', 'Industry': 'Air Freight/Delivery Services', 'PtS': '1.04', 'DateTime': '2017-03-31T00:00:00', 'EPS': '4.36', 'Dividend': '0', 'Name': 'Hawaiian Hldgs Inc', 'Description': 'Hawaiian Hldgs Inc', 'DivYield': '0', 'MarketCap': '2590000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Transportation', 'PtB': '3.74', 'PE': '11.11', 'PEG': '-3.37', 'Shares': '53457180', 'ImputationCredits': '0', 'Symbol': 'HA', 'DPS': '0'}
{'NTA': '0', 'Yield': '5.67', 'EBITDA': '29260000', 'Industry': '', 'PtS': '1.23', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.27', 'Dividend': '0', 'Name': 'Habit Rest Cmn A', 'Description': 'Habit Rest Cmn A', 'DivYield': '0', 'MarketCap': '357270000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.97', 'PE': '65.56', 'PEG': '2.99', 'Shares': '20184750', 'ImputationCredits': '0', 'Symbol': 'HABT', 'DPS': '0'}
{'NTA': '0', 'Yield': '33', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '5.02', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.75', 'Dividend': '0', 'Name': 'Hanmi Financial Cp', 'Description': 'Hanmi Financial Cp', 'DivYield': '2.54', 'MarketCap': '983570000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.87', 'PE': '17.57', 'PEG': '2.05', 'Shares': '31986020', 'ImputationCredits': '0', 'Symbol': 'HAFC', 'DPS': '0.76'}
{'NTA': '0', 'Yield': '-11.13', 'EBITDA': '370090000', 'Industry': 'Packaged Foods', 'PtS': '1.33', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2', 'Dividend': '0', 'Name': 'Hain Celestial Grp', 'Description': 'Hain Celestial Grp', 'DivYield': '0', 'MarketCap': '3850000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '2.09', 'PE': '18.62', 'PEG': '1.89', 'Shares': '103494600', 'ImputationCredits': '0', 'Symbol': 'HAIN', 'DPS': '0'}
{'NTA': '0', 'Yield': '-2.13', 'EBITDA': '16920000', 'Industry': 'Property-Casualty Insurers', 'PtS': '0.54', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.34', 'Dividend': '0', 'Name': 'Hallmark Fin Svc', 'Description': 'Hallmark Fin Svc', 'DivYield': '0', 'MarketCap': '205710000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '0.77', 'PE': '32.5', 'PEG': '2.67', 'Shares': '18616290', 'ImputationCredits': '0', 'Symbol': 'HALL', 'DPS': '0'}
{'NTA': '0', 'Yield': '22.84', 'EBITDA': '-80800000', 'Industry': 'Biotechnology: Biological Products (No Diagnostic Substances)', 'PtS': '11.76', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.81', 'Dividend': '0', 'Name': 'Halozyme Therapeutic', 'Description': 'Halozyme Therapeutic', 'DivYield': '0', 'MarketCap': '1730000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '0', 'PE': '0', 'PEG': '-2.13', 'Shares': '127864000', 'ImputationCredits': '0', 'Symbol': 'HALO', 'DPS': '0'}
{'NTA': '0', 'Yield': '17.93', 'EBITDA': '975380000', 'Industry': 'Recreational Products/Toys', 'PtS': '2.47', 'DateTime': '2017-03-31T00:00:00', 'EPS': '4.34', 'Dividend': '0', 'Name': 'Hasbro Inc', 'Description': 'Hasbro Inc', 'DivYield': '2.29', 'MarketCap': '12410000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '6.66', 'PE': '23', 'PEG': '3.95', 'Shares': '124323800', 'ImputationCredits': '0', 'Symbol': 'HAS', 'DPS': '2.28'}
{'NTA': '0', 'Yield': '26.36', 'EBITDA': '147240000', 'Industry': 'Oil & Gas Production', 'PtS': '1.2', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.08', 'Dividend': '0', 'Name': 'Blackhawk Network Ho', 'Description': 'Blackhawk Network Ho', 'DivYield': '0', 'MarketCap': '2260000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Energy', 'PtB': '2.9', 'PE': '507.5', 'PEG': '1.66', 'Shares': '55665020', 'ImputationCredits': '0', 'Symbol': 'HAWK', 'DPS': '0'}
{'NTA': '0', 'Yield': '1.57', 'EBITDA': '23710000', 'Industry': 'Steel/Iron Ore', 'PtS': '1.1', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.32', 'Dividend': '0', 'Name': 'Haynes Intl Inc', 'Description': 'Haynes Intl Inc', 'DivYield': '2.55', 'MarketCap': '446520000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '1.44', 'PE': '112.53', 'PEG': '2.79', 'Shares': '12399890', 'ImputationCredits': '0', 'Symbol': 'HAYN', 'DPS': '0.88'}
{'NTA': '0', 'Yield': '33.1', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '4.44', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.7', 'Dividend': '0', 'Name': 'Huntington Bcshs', 'Description': 'Huntington Bcshs', 'DivYield': '2.42', 'MarketCap': '14540000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.6', 'PE': '19.13', 'PEG': '1.39', 'Shares': '1085885000', 'ImputationCredits': '0', 'Symbol': 'HBAN', 'DPS': '0.32'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Huntington Bancshares Incorporated Depositary Sh', 'Description': 'Huntington Bancshares Incorporated Depositary Sh', 'DivYield': '0', 'MarketCap': '100200000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '3999984000', 'ImputationCredits': '0', 'Symbol': 'HBANN', 'DPS': '0'}
{'NTA': '0', 'Yield': '-1.56', 'EBITDA': '0', 'Industry': '', 'PtS': '8.45', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.7', 'Dividend': '0', 'Name': 'Huntington Banc. Dep', 'Description': 'Huntington Banc. Dep', 'DivYield': '5.91', 'MarketCap': '28150000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.04', 'PE': '37.03', 'PEG': '0', 'Shares': '1086034000', 'ImputationCredits': '0', 'Symbol': 'HBANO', 'DPS': '1.56'}
{'NTA': '0', 'Yield': '0.26', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '3.34', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.7', 'Dividend': '0', 'Name': 'Huntington BNC Pfd A', 'Description': 'Huntington BNC Pfd A', 'DivYield': '6.18', 'MarketCap': '11140000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '161.64', 'PE': '1968.93', 'PEG': '0', 'Shares': '8082714', 'ImputationCredits': '0', 'Symbol': 'HBANP', 'DPS': '85'}
{'NTA': '0', 'Yield': '20.97', 'EBITDA': '0', 'Industry': 'Banks', 'PtS': '3.56', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.25', 'Dividend': '0', 'Name': 'Home Bancorp Inc', 'Description': 'Home Bancorp Inc', 'DivYield': '1.52', 'MarketCap': '248570000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.39', 'PE': '15', 'PEG': '0', 'Shares': '7365037', 'ImputationCredits': '0', 'Symbol': 'HBCP', 'DPS': '0.52'}
{'NTA': '0', 'Yield': '75.39', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '4.89', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.87', 'Dividend': '0', 'Name': 'Hancock Holding Co', 'Description': 'Hancock Holding Co', 'DivYield': '2.16', 'MarketCap': '3840000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.43', 'PE': '24.36', 'PEG': '2.18', 'Shares': '84302960', 'ImputationCredits': '0', 'Symbol': 'HBHC', 'DPS': '0.96'}
{'NTA': '0', 'Yield': '0.2', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Hancock Hld 5.95 Nt', 'Description': 'Hancock Hld 5.95 Nt', 'DivYield': '0', 'MarketCap': '152690000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '5999866000', 'ImputationCredits': '0', 'Symbol': 'HBHCL', 'DPS': '0'}
{'NTA': '0', 'Yield': '-12.46', 'EBITDA': '3120000', 'Industry': 'Biotechnology: Laboratory Analytical Instruments', 'PtS': '0.88', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.13', 'Dividend': '0', 'Name': 'Harvard Bioscience', 'Description': 'Harvard Bioscience', 'DivYield': '0', 'MarketCap': '89910000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '1.26', 'PE': '0', 'PEG': '1.66', 'Shares': '34580770', 'ImputationCredits': '0', 'Symbol': 'HBIO', 'DPS': '0'}
{'NTA': '0', 'Yield': '12.04', 'EBITDA': '0', 'Industry': '', 'PtS': '3.79', 'DateTime': '2017-03-30T00:00:00', 'EPS': '0.05', 'Dividend': '0', 'Name': 'Hamilton Bancorp', 'Description': 'Hamilton Bancorp', 'DivYield': '0', 'MarketCap': '48750000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.8', 'PE': '326.6', 'PEG': '0', 'Shares': '3175896', 'ImputationCredits': '0', 'Symbol': 'HBK', 'DPS': '0'}
{'NTA': '0', 'Yield': '46.09', 'EBITDA': '0', 'Industry': '', 'PtS': '3.65', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.73', 'Dividend': '0', 'Name': 'Howard Bancorp MD', 'Description': 'Howard Bancorp MD', 'DivYield': '0', 'MarketCap': '182570000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.43', 'PE': '25.62', 'PEG': '0', 'Shares': '9763102', 'ImputationCredits': '0', 'Symbol': 'HBMD', 'DPS': '0'}
{'NTA': '0', 'Yield': '61.19', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '4.79', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.19', 'Dividend': '0', 'Name': 'Horizon Bancorp', 'Description': 'Horizon Bancorp', 'DivYield': '1.73', 'MarketCap': '581320000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.72', 'PE': '22.03', 'PEG': '0', 'Shares': '22170860', 'ImputationCredits': '0', 'Symbol': 'HBNC', 'DPS': '0.44'}
{'NTA': '0', 'Yield': '77.34', 'EBITDA': '26600000', 'Industry': '', 'PtS': '0.3', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.64', 'Dividend': '0', 'Name': 'Huttig Bldg Products', 'Description': 'Huttig Bldg Products', 'DivYield': '0', 'MarketCap': '214060000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3', 'PE': '12.68', 'PEG': '0', 'Shares': '26297300', 'ImputationCredits': '0', 'Symbol': 'HBP', 'DPS': '0'}
{'NTA': '0', 'Yield': '2.09', 'EBITDA': '0', 'Industry': '', 'PtS': '4.33', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.96', 'Dividend': '0', 'Name': 'Harvest Capital Cred', 'Description': 'Harvest Capital Cred', 'DivYield': '9.46', 'MarketCap': '86390000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.02', 'PE': '14.12', 'PEG': '1.99', 'Shares': '6399260', 'ImputationCredits': '0', 'Symbol': 'HCAP', 'DPS': '1.35'}
{'NTA': '0', 'Yield': '1.31', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Hrvst Cap 7% Nt 2020', 'Description': 'Hrvst Cap 7% Nt 2020', 'DivYield': '0', 'MarketCap': '25530000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '999996000', 'ImputationCredits': '0', 'Symbol': 'HCAPL', 'DPS': '0'}
{'NTA': '0', 'Yield': '31.73', 'EBITDA': '32140000', 'Industry': 'Miscellaneous', 'PtS': '0.88', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.26', 'Dividend': '0', 'Name': 'Heritage-Crystal', 'Description': 'Heritage-Crystal', 'DivYield': '0', 'MarketCap': '307650000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Basic Industries', 'PtB': '1.54', 'PE': '52.69', 'PEG': '0.99', 'Shares': '22456200', 'ImputationCredits': '0', 'Symbol': 'HCCI', 'DPS': '0'}
{'NTA': '0', 'Yield': '30.98', 'EBITDA': '39350000', 'Industry': 'Professional Services', 'PtS': '2.13', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.66', 'Dividend': '0', 'Name': 'Hackett Grp Inc', 'Description': 'Hackett Grp Inc', 'DivYield': '1.39', 'MarketCap': '550170000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '6.29', 'PE': '28.56', 'PEG': '1.08', 'Shares': '29186740', 'ImputationCredits': '0', 'Symbol': 'HCKT', 'DPS': '0.26'}
{'NTA': '0', 'Yield': '52.29', 'EBITDA': '-44390000', 'Industry': '', 'PtS': '11.55', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.1', 'Dividend': '0', 'Name': 'Hutchison China Ads', 'Description': 'Hutchison China Ads', 'DivYield': '0', 'MarketCap': '2420000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '13.54', 'PE': '203.57', 'PEG': '0', 'Shares': '121303300', 'ImputationCredits': '0', 'Symbol': 'HCM', 'DPS': '0'}
{'NTA': '0', 'Yield': '-0.52', 'EBITDA': '109990000', 'Industry': '', 'PtS': '0.67', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.1', 'Dividend': '0', 'Name': 'Hawaiian Telcom Hold', 'Description': 'Hawaiian Telcom Hold', 'DivYield': '0', 'MarketCap': '263760000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.87', 'PE': '238.65', 'PEG': '50.93', 'Shares': '11512880', 'ImputationCredits': '0', 'Symbol': 'HCOM', 'DPS': '0'}
{'NTA': '0', 'Yield': '13.84', 'EBITDA': '125250000', 'Industry': 'Diversified Commercial Services', 'PtS': '1.96', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.05', 'Dividend': '0', 'Name': 'Healthcare Svcs Gp', 'Description': 'Healthcare Svcs Gp', 'DivYield': '1.73', 'MarketCap': '3090000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '9.03', 'PE': '40.38', 'PEG': '2.02', 'Shares': '72877350', 'ImputationCredits': '0', 'Symbol': 'HCSG', 'DPS': '0.74'}
{'NTA': '0', 'Yield': '-13.54', 'EBITDA': '13500000', 'Industry': 'Industrial Machinery/Components', 'PtS': '0.49', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.09', 'Dividend': '0', 'Name': 'Hardinge Inc', 'Description': 'Hardinge Inc', 'DivYield': '0.72', 'MarketCap': '145020000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '0.92', 'PE': '124.89', 'PEG': '0', 'Shares': '12902140', 'ImputationCredits': '0', 'Symbol': 'HDNG', 'DPS': '0.08'}
{'NTA': '0', 'Yield': '-15.21', 'EBITDA': '-243950000', 'Industry': '', 'PtS': '2.18', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-4.4', 'Dividend': '0', 'Name': 'Hortonworks Cmn', 'Description': 'Hortonworks Cmn', 'DivYield': '0', 'MarketCap': '405810000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '52.31', 'PE': '0', 'PEG': '-0.21', 'Shares': '41366970', 'ImputationCredits': '0', 'Symbol': 'HDP', 'DPS': '0'}
{'NTA': '0', 'Yield': '19.98', 'EBITDA': '874000000', 'Industry': '', 'PtS': '1.113', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.97', 'Dividend': '0', 'Name': 'HD Supply Hlds Cmm', 'Description': 'HD Supply Hlds Cmm', 'DivYield': '0', 'MarketCap': '8280000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '8.622', 'PE': '42.397', 'PEG': '0.44', 'Shares': '201337400', 'ImputationCredits': '0', 'Symbol': 'HDS', 'DPS': '0'}
{'NTA': '0', 'Yield': '88.57', 'EBITDA': '21170000', 'Industry': 'Industrial Specialties', 'PtS': '2.51', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.3', 'Dividend': '0', 'Name': 'Hudson Tech Inc', 'Description': 'Hudson Tech Inc', 'DivYield': '0', 'MarketCap': '274020000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '2.36', 'PE': '22', 'PEG': '0.52', 'Shares': '41518180', 'ImputationCredits': '0', 'Symbol': 'HDSN', 'DPS': '0'}
{'NTA': '0', 'Yield': '-17.43', 'EBITDA': '-4610000', 'Industry': '', 'PtS': '0.258', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.794', 'Dividend': '0', 'Name': 'Turtle Beach Corp Cmn', 'Description': 'Turtle Beach Corp Cmn', 'DivYield': '0', 'MarketCap': '44570000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '-0.46', 'Shares': '49248620', 'ImputationCredits': '0', 'Symbol': 'HEAR', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '7260000', 'Industry': '', 'PtS': '1.64', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.41', 'Dividend': '0', 'Name': 'Hebron Technology Co. Ltd.', 'Description': 'Hebron Technology Co. Ltd.', 'DivYield': '0', 'MarketCap': '40200000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.22', 'PE': '8.07', 'PEG': '0', 'Shares': '12000000', 'ImputationCredits': '0', 'Symbol': 'HEBT', 'DPS': '0'}
{'NTA': '0', 'Yield': '21.21', 'EBITDA': '134760000', 'Industry': 'Industrial Equipment & Components', 'PtS': '0.87', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.05', 'Dividend': '0', 'Name': 'H&E Equip Services', 'Description': 'H&E Equip Services', 'DivYield': '4.55', 'MarketCap': '861950000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Industrial Goods', 'PtB': '5.98', 'PE': '23.35', 'PEG': '1.64', 'Shares': '35152940', 'ImputationCredits': '0', 'Symbol': 'HEES', 'DPS': '1.1'}
{'NTA': '0', 'Yield': '-5.36', 'EBITDA': '214230000', 'Industry': 'Home Furnishings', 'PtS': '1.64', 'DateTime': '2017-03-31T00:00:00', 'EPS': '4.07', 'Dividend': '0', 'Name': 'Helen of Troy Ltd', 'Description': 'Helen of Troy Ltd', 'DivYield': '0', 'MarketCap': '2540000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '2.59', 'PE': '23.13', 'PEG': '0.98', 'Shares': '26963910', 'ImputationCredits': '0', 'Symbol': 'HELE', 'DPS': '0'}
{'NTA': '0', 'Yield': '59.88', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '5.77', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.49', 'Dividend': '0', 'Name': 'Heritage Oaks Bancp', 'Description': 'Heritage Oaks Bancp', 'DivYield': '1.86', 'MarketCap': '455980000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '2.15', 'PE': '27.24', 'PEG': '1.42', 'Shares': '34155800', 'ImputationCredits': '0', 'Symbol': 'HEOP', 'DPS': '0.24'}
{'NTA': '0', 'Yield': '27.86', 'EBITDA': '0', 'Industry': 'Savings Institutions', 'PtS': '2.6699', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.466', 'Dividend': '0', 'Name': 'Hopfed Bancorp Inc', 'Description': 'Hopfed Bancorp Inc', 'DivYield': '1.08', 'MarketCap': '85550000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.0254', 'PE': '30.7193', 'PEG': '0', 'Shares': '5976165', 'ImputationCredits': '0', 'Symbol': 'HFBC', 'DPS': '0.16'}
{'NTA': '0', 'Yield': '29.71', 'EBITDA': '0', 'Industry': 'Savings Institutions', 'PtS': '3.21', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.85', 'Dividend': '0', 'Name': 'Home Federal', 'Description': 'Home Federal', 'DivYield': '1.24', 'MarketCap': '52460000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.19', 'PE': '15.64', 'PEG': '0', 'Shares': '1812090', 'ImputationCredits': '0', 'Symbol': 'HFBL', 'DPS': '0.36'}
{'NTA': '0', 'Yield': '34.15', 'EBITDA': '0', 'Industry': 'Banks', 'PtS': '4.63', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.3', 'Dividend': '0', 'Name': 'Heritage Financial', 'Description': 'Heritage Financial', 'DivYield': '2.02', 'MarketCap': '734900000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.53', 'PE': '19.05', 'PEG': '1.87', 'Shares': '29692930', 'ImputationCredits': '0', 'Symbol': 'HFWA', 'DPS': '0.48'}
{'NTA': '0', 'Yield': '-22.33', 'EBITDA': '5730000', 'Industry': 'Real Estate', 'PtS': '1.75', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.09', 'Dividend': '0', 'Name': 'China Hgs Real Est', 'Description': 'China Hgs Real Est', 'DivYield': '0', 'MarketCap': '72080000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '0.49', 'PE': '16.84', 'PEG': '0', 'Shares': '45050000', 'ImputationCredits': '0', 'Symbol': 'HGSH', 'DPS': '0'}
{'NTA': '0', 'Yield': '-18.28', 'EBITDA': '115810000', 'Industry': 'Other Specialty Stores', 'PtS': '0.65', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.72', 'Dividend': '0', 'Name': 'Hibbett Sports Inc', 'Description': 'Hibbett Sports Inc', 'DivYield': '0', 'MarketCap': '629560000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '1.93', 'PE': '10.85', 'PEG': '1.74', 'Shares': '21341020', 'ImputationCredits': '0', 'Symbol': 'HIBB', 'DPS': '0'}
{'NTA': '0', 'Yield': '38.17', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '6.36', 'DateTime': '2017-03-31T00:00:00', 'EPS': '10.89', 'Dividend': '0', 'Name': 'Hingham Inst For Svg', 'Description': 'Hingham Inst For Svg', 'DivYield': '0.73', 'MarketCap': '377040000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '2.33', 'PE': '16.24', 'PEG': '0', 'Shares': '2131976', 'ImputationCredits': '0', 'Symbol': 'HIFS', 'DPS': '1.28'}
{'NTA': '0', 'Yield': '-10.96', 'EBITDA': '1010000', 'Industry': 'Metal Fabrications', 'PtS': '0.75', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.14', 'Dividend': '0', 'Name': 'Highway Hldgs Ltd', 'Description': 'Highway Hldgs Ltd', 'DivYield': '7', 'MarketCap': '14820000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '1.33', 'PE': '28.47', 'PEG': '0', 'Shares': '3800000', 'ImputationCredits': '0', 'Symbol': 'HIHO', 'DPS': '0.28'}
{'NTA': '0', 'Yield': '158.9', 'EBITDA': '23020000', 'Industry': '', 'PtS': '0.7', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.57', 'Dividend': '0', 'Name': 'Health Insurance Inn', 'Description': 'Health Insurance Inn', 'DivYield': '0', 'MarketCap': '124960000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.69', 'PE': '27.28', 'PEG': '1.18', 'Shares': '8036013', 'ImputationCredits': '0', 'Symbol': 'HIIQ', 'DPS': '0'}
{'NTA': '0', 'Yield': '-12.22', 'EBITDA': '72990000', 'Industry': 'Semiconductors', 'PtS': '1.87', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.29', 'Dividend': '0', 'Name': 'Himax Technologies', 'Description': 'Himax Technologies', 'DivYield': '1.38', 'MarketCap': '1570000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '3.2', 'PE': '30.92', 'PEG': '1.24', 'Shares': '172149100', 'ImputationCredits': '0', 'Symbol': 'HIMX', 'DPS': '0.13'}
{'NTA': '0', 'Yield': '7.5', 'EBITDA': '31830000', 'Industry': '', 'PtS': '2.05', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.56', 'Dividend': '0', 'Name': 'Hailiang Edu Grp Ads', 'Description': 'Hailiang Edu Grp Ads', 'DivYield': '0', 'MarketCap': '221020000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.5', 'PE': '10.66', 'PEG': '0', 'Shares': '25700000', 'ImputationCredits': '0', 'Symbol': 'HLG', 'DPS': '0'}
{'NTA': '0', 'Yield': '71.97', 'EBITDA': '1560000', 'Industry': 'Radio And Television Broadcasting And Communications Equipment', 'PtS': '1.16', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.93', 'Dividend': '0', 'Name': 'Harmonic Inc', 'Description': 'Harmonic Inc', 'DivYield': '0', 'MarketCap': '474650000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.71', 'PE': '0', 'PEG': '0.8', 'Shares': '79773100', 'ImputationCredits': '0', 'Symbol': 'HLIT', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.24', 'Dividend': '0', 'Name': 'Hamilton Lane Incorporated Class A', 'Description': 'Hamilton Lane Incorporated Class A', 'DivYield': '0', 'MarketCap': '318720000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '17071240000', 'ImputationCredits': '0', 'Symbol': 'HLNE', 'DPS': '0'}
{'NTA': '0', 'Yield': '-50.51', 'EBITDA': '22010000', 'Industry': '', 'PtS': '0.87', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.32', 'Dividend': '0', 'Name': 'Houghton Mifflin Har', 'Description': 'Houghton Mifflin Har', 'DivYield': '0', 'MarketCap': '1250000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.36', 'PE': '0', 'PEG': '-1.41', 'Shares': '123152700', 'ImputationCredits': '0', 'Symbol': 'HMHC', 'DPS': '0'}
{'NTA': '0', 'Yield': '44.98', 'EBITDA': '0', 'Industry': 'Savings Institutions', 'PtS': '2.23', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.34', 'Dividend': '0', 'Name': 'Hmn Financial Inc', 'Description': 'Hmn Financial Inc', 'DivYield': '0', 'MarketCap': '75970000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.02', 'PE': '13.47', 'PEG': '0', 'Shares': '4208865', 'ImputationCredits': '0', 'Symbol': 'HMNF', 'DPS': '0'}
{'NTA': '0', 'Yield': '114.39', 'EBITDA': '-635233', 'Industry': '', 'PtS': '1.6', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.5', 'Dividend': '0', 'Name': 'Helios and Matsn Ana', 'Description': 'Helios and Matsn Ana', 'DivYield': '0', 'MarketCap': '12690000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '9.53', 'PE': '0', 'PEG': '0', 'Shares': '4484099', 'ImputationCredits': '0', 'Symbol': 'HMNY', 'DPS': '0'}
{'NTA': '0', 'Yield': '29.7', 'EBITDA': '0', 'Industry': '', 'PtS': '1.41', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.34', 'Dividend': '0', 'Name': 'Homestreet Inc', 'Description': 'Homestreet Inc', 'DivYield': '0', 'MarketCap': '750070000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.2', 'PE': '11.94', 'PEG': '1.19', 'Shares': '26836140', 'ImputationCredits': '0', 'Symbol': 'HMST', 'DPS': '0'}
{'NTA': '0', 'Yield': '20.37', 'EBITDA': '94850000', 'Industry': 'Business Services', 'PtS': '3.39', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.43', 'Dividend': '0', 'Name': 'Hms Hldgs Cp', 'Description': 'Hms Hldgs Cp', 'DivYield': '0', 'MarketCap': '1700000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Miscellaneous', 'PtB': '3.02', 'PE': '47.28', 'PEG': '1.67', 'Shares': '83620260', 'ImputationCredits': '0', 'Symbol': 'HMSY', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '3.15', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.37', 'Dividend': '0', 'Name': 'Hometown Bankshares', 'Description': 'Hometown Bankshares', 'DivYield': '0', 'MarketCap': '55900000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.2', 'PE': '26.22', 'PEG': '0', 'Shares': '5762887', 'ImputationCredits': '0', 'Symbol': 'HMTA', 'DPS': '0'}
{'NTA': '0', 'Yield': '-1.76', 'EBITDA': '56640000', 'Industry': '', 'PtS': '3.67', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.43', 'Dividend': '0', 'Name': 'Hemisphere Media A', 'Description': 'Hemisphere Media A', 'DivYield': '0', 'MarketCap': '501740000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.86', 'PE': '27.33', 'PEG': '0', 'Shares': '42701280', 'ImputationCredits': '0', 'Symbol': 'HMTV', 'DPS': '0'}
{'NTA': '0', 'Yield': '-0.84', 'EBITDA': '90440000', 'Industry': 'Industrial Specialties', 'PtS': '0.41', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.89', 'Dividend': '0', 'Name': 'Handy & Harman Ltd', 'Description': 'Handy & Harman Ltd', 'DivYield': '0', 'MarketCap': '332930000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '2.02', 'PE': '0', 'PEG': '0', 'Shares': '12240070', 'ImputationCredits': '0', 'Symbol': 'HNH', 'DPS': '0'}
{'NTA': '0', 'Yield': '-18.13', 'EBITDA': '24130000', 'Industry': '', 'PtS': '2.51', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.88', 'Dividend': '0', 'Name': 'Hennessy Advisors Cmn', 'Description': 'Hennessy Advisors Cmn', 'DivYield': '1.5', 'MarketCap': '129240000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.14', 'PE': '8.94', 'PEG': '0', 'Shares': '7688281', 'ImputationCredits': '0', 'Symbol': 'HNNA', 'DPS': '0.25'}
{'NTA': '0', 'Yield': '71.52', 'EBITDA': '80540000', 'Industry': 'Coal Mining', 'PtS': '0.83', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.42', 'Dividend': '0', 'Name': 'Hallador Energy Co', 'Description': 'Hallador Energy Co', 'DivYield': '2.11', 'MarketCap': '235590000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Energy', 'PtB': '1.08', 'PE': '19.21', 'PEG': '0', 'Shares': '29411990', 'ImputationCredits': '0', 'Symbol': 'HNRG', 'DPS': '0.16'}
{'NTA': '0', 'Yield': '25.2', 'EBITDA': '37410000', 'Industry': 'Home Furnishings', 'PtS': '0.76', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.61', 'Dividend': '0', 'Name': 'Hooker Furniture', 'Description': 'Hooker Furniture', 'DivYield': '1.57', 'MarketCap': '358190000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '1.89', 'PE': '19.27', 'PEG': '0.95', 'Shares': '11535910', 'ImputationCredits': '0', 'Symbol': 'HOFT', 'DPS': '0.48'}
{'NTA': '0', 'Yield': '-11.68', 'EBITDA': '83440000', 'Industry': 'Industrial Machinery/Components', 'PtS': '2.17', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.43', 'Dividend': '0', 'Name': 'Hollysys Automation', 'Description': 'Hollysys Automation', 'DivYield': '1.19', 'MarketCap': '1020000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Energy', 'PtB': '1.52', 'PE': '11.81', 'PEG': '-17.22', 'Shares': '60248080', 'ImputationCredits': '0', 'Symbol': 'HOLI', 'DPS': '0.2'}
{'NTA': '0', 'Yield': '26.67', 'EBITDA': '1040000000', 'Industry': 'Medical Electronics', 'PtS': '4.11', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.17', 'Dividend': '0', 'Name': 'Hologic Inc', 'Description': 'Hologic Inc', 'DivYield': '0', 'MarketCap': '11810000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '5.26', 'PE': '36.15', 'PEG': '2.53', 'Shares': '279262200', 'ImputationCredits': '0', 'Symbol': 'HOLX', 'DPS': '0'}
{'NTA': '0', 'Yield': '25.94', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '8.33', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.26', 'Dividend': '0', 'Name': 'Home Bancshares Inc', 'Description': 'Home Bancshares Inc', 'DivYield': '1.32', 'MarketCap': '3880000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '2.91', 'PE': '21.48', 'PEG': '4.02', 'Shares': '143332100', 'ImputationCredits': '0', 'Symbol': 'HOMB', 'DPS': '0.36'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '4.75', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.19', 'Dividend': '0', 'Name': 'Harborone Bancorp Inc', 'Description': 'Harborone Bancorp Inc', 'DivYield': '0', 'MarketCap': '588560000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.79', 'PE': '99.42', 'PEG': '0', 'Shares': '30993150', 'ImputationCredits': '0', 'Symbol': 'HONE', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '6.46', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.1', 'Dividend': '0', 'Name': 'Hope Bancorp Inc', 'Description': 'Hope Bancorp Inc', 'DivYield': '2.47', 'MarketCap': '2590000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.41', 'PE': '17.43', 'PEG': '1.44', 'Shares': '135106900', 'ImputationCredits': '0', 'Symbol': 'HOPE', 'DPS': '0.48'}
{'NTA': '0', 'Yield': '-55.56', 'EBITDA': '-278191', 'Industry': '', 'PtS': '0.18', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.42', 'Dividend': '0', 'Name': 'Chanticleer Hldgs', 'Description': 'Chanticleer Hldgs', 'DivYield': '0', 'MarketCap': '7700000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.61', 'PE': '0', 'PEG': '0', 'Shares': '21388890', 'ImputationCredits': '0', 'Symbol': 'HOTR', 'DPS': '0'}
{'NTA': '0', 'Yield': '75', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Chanticleer Warrants', 'Description': 'Chanticleer Warrants', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'HOTRW', 'DPS': '0'}
{'NTA': '0', 'Yield': '161.19', 'EBITDA': '80210000', 'Industry': 'Homebuilding', 'PtS': '18.272', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.11', 'Dividend': '0', 'Name': 'Hovnanian Entr Dep A', 'Description': 'Hovnanian Entr Dep A', 'DivYield': '0', 'MarketCap': '39220000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '5599657000', 'ImputationCredits': '0', 'Symbol': 'HOVNP', 'DPS': '0'}
{'NTA': '0', 'Yield': '99.49', 'EBITDA': '9230000', 'Industry': 'Industrial Machinery/Components', 'PtS': '0.36', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.3', 'Dividend': '0', 'Name': 'Highpower Intl Inc', 'Description': 'Highpower Intl Inc', 'DivYield': '0', 'MarketCap': '59700000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Energy', 'PtB': '1.38', 'PE': '9.88', 'PEG': '0', 'Shares': '15113920', 'ImputationCredits': '0', 'Symbol': 'HPJ', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '744200000', 'Industry': '', 'PtS': '2.52', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.3', 'Dividend': '0', 'Name': 'Hospitality Properites Trust', 'Description': 'Hospitality Properites Trust', 'DivYield': '6.54', 'MarketCap': '5180000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.81', 'PE': '24.31', 'PEG': '4.42', 'Shares': '164288000', 'ImputationCredits': '0', 'Symbol': 'HPT', 'DPS': '2.04'}
{'NTA': '0', 'Yield': '-43.31', 'EBITDA': '290800000', 'Industry': '', 'PtS': '0.24', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.45', 'Dividend': '0', 'Name': 'Hanwha Q Cells Ads', 'Description': 'Hanwha Q Cells Ads', 'DivYield': '0', 'MarketCap': '606390000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.47', 'PE': '5.03', 'PEG': '0.56', 'Shares': '83181070', 'ImputationCredits': '0', 'Symbol': 'HQCL', 'DPS': '0'}
{'NTA': '0', 'Yield': '68.79', 'EBITDA': '54400000', 'Industry': '', 'PtS': '13.63', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.44', 'Dividend': '0', 'Name': 'Healthequity Cmn Stk', 'Description': 'Healthequity Cmn Stk', 'DivYield': '0', 'MarketCap': '2530000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '9.28', 'PE': '96.48', 'PEG': '2.57', 'Shares': '59599520', 'ImputationCredits': '0', 'Symbol': 'HQY', 'DPS': '0'}
{'NTA': '0', 'Yield': '3.13', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-30T00:00:00', 'EPS': '-0.1', 'Dividend': '0', 'Name': 'Harmony Merger Cmn', 'Description': 'Harmony Merger Cmn', 'DivYield': '0', 'MarketCap': '46060000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '9.21', 'PE': '0', 'PEG': '0', 'Shares': '4511264', 'ImputationCredits': '0', 'Symbol': 'HRMN', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-23T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Harmony Merger Unit', 'Description': 'Harmony Merger Unit', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'HRMNU', 'DPS': '0'}
{'NTA': '0', 'Yield': '150', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Harmony Merger Wrnt', 'Description': 'Harmony Merger Wrnt', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'HRMNW', 'DPS': '0'}
{'NTA': '0', 'Yield': '-30.04', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.87', 'Dividend': '0', 'Name': 'Heron Therapeutics', 'Description': 'Heron Therapeutics', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0.22', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'HRTX', 'DPS': '0'}
{'NTA': '0', 'Yield': '-2.71', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.43', 'Dividend': '0', 'Name': 'Horizon Technology F', 'Description': 'Horizon Technology F', 'DivYield': '11.12', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '1.81', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'HRZN', 'DPS': '1.2'}
{'NTA': '0', 'Yield': '-23.79', 'EBITDA': '-28430000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.18', 'Dividend': '0', 'Name': 'Histogenics Cp Cmn', 'Description': 'Histogenics Cp Cmn', 'DivYield': '0', 'MarketCap': '35720000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.66', 'PE': '0', 'PEG': '0', 'Shares': '20647400', 'ImputationCredits': '0', 'Symbol': 'HSGX', 'DPS': '0'}
{'NTA': '0', 'Yield': '0.75', 'EBITDA': '987240000', 'Industry': 'Medical Specialities', 'PtS': '1.17', 'DateTime': '2017-03-31T00:00:00', 'EPS': '6.19', 'Dividend': '0', 'Name': 'Henry Schein Inc', 'Description': 'Henry Schein Inc', 'DivYield': '0', 'MarketCap': '13460000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '4.86', 'PE': '27.46', 'PEG': '2.38', 'Shares': '79190440', 'ImputationCredits': '0', 'Symbol': 'HSIC', 'DPS': '0'}
{'NTA': '0', 'Yield': '33.55', 'EBITDA': '52300000', 'Industry': 'Diversified Commercial Services', 'PtS': '0.82', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.81', 'Dividend': '0', 'Name': 'Heidrick & Struggl', 'Description': 'Heidrick & Struggl', 'DivYield': '2.04', 'MarketCap': '473710000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.86', 'PE': '31.48', 'PEG': '1.94', 'Shares': '18576860', 'ImputationCredits': '0', 'Symbol': 'HSII', 'DPS': '0.52'}
{'NTA': '0', 'Yield': '243.07', 'EBITDA': '21180000', 'Industry': 'Biotechnology: Biological Products (No Diagnostic Substances)', 'PtS': '5.57', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.43', 'Dividend': '0', 'Name': 'Heska Corp', 'Description': 'Heska Corp', 'DivYield': '0', 'MarketCap': '740320000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '8.3', 'PE': '73.41', 'PEG': '2.82', 'Shares': '7052010', 'ImputationCredits': '0', 'Symbol': 'HSKA', 'DPS': '0'}
{'NTA': '0', 'Yield': '-30.04', 'EBITDA': '260550000', 'Industry': 'Other Specialty Stores', 'PtS': '0.54', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.25', 'Dividend': '0', 'Name': 'HSN Inc Cmn Stk', 'Description': 'HSN Inc Cmn Stk', 'DivYield': '3.85', 'MarketCap': '1940000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '9.85', 'PE': '16.49', 'PEG': '0.99', 'Shares': '52291100', 'ImputationCredits': '0', 'Symbol': 'HSNI', 'DPS': '1.4'}
{'NTA': '0', 'Yield': '-50.97', 'EBITDA': '-2920000', 'Industry': '', 'PtS': '0.1', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.27', 'Dividend': '0', 'Name': 'Hudson Global Cmn', 'Description': 'Hudson Global Cmn', 'DivYield': '16', 'MarketCap': '39950000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.97', 'PE': '0', 'PEG': '0', 'Shares': '31706350', 'ImputationCredits': '0', 'Symbol': 'HSON', 'DPS': '0.2'}
{'NTA': '0', 'Yield': '7.12', 'EBITDA': '21030000', 'Industry': 'Computer Software: Programming, Data Processing', 'PtS': '3.36', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.12', 'Dividend': '0', 'Name': 'Healthstream Inc', 'Description': 'Healthstream Inc', 'DivYield': '0', 'MarketCap': '769960000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '2.65', 'PE': '205.34', 'PEG': '6.39', 'Shares': '31777140', 'ImputationCredits': '0', 'Symbol': 'HSTM', 'DPS': '0'}
{'NTA': '0', 'Yield': '26.68', 'EBITDA': '0', 'Industry': '', 'PtS': '4.27', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.76', 'Dividend': '0', 'Name': 'Hometrust Bancshares', 'Description': 'Hometrust Bancshares', 'DivYield': '0', 'MarketCap': '417130000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.13', 'PE': '30.8', 'PEG': '3.12', 'Shares': '17750210', 'ImputationCredits': '0', 'Symbol': 'HTBI', 'DPS': '0'}
{'NTA': '0', 'Yield': '35.06', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '5.06', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.72', 'Dividend': '0', 'Name': 'Heritage Commerce', 'Description': 'Heritage Commerce', 'DivYield': '3.03', 'MarketCap': '510350000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.96', 'PE': '18.68', 'PEG': '1.77', 'Shares': '37944240', 'ImputationCredits': '0', 'Symbol': 'HTBK', 'DPS': '0.4'}
{'NTA': '0', 'Yield': '30.88', 'EBITDA': '-16550000', 'Industry': '', 'PtS': '94.37', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.14', 'Dividend': '0', 'Name': 'Heat Biologics Inc', 'Description': 'Heat Biologics Inc', 'DivYield': '0', 'MarketCap': '21260000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.75', 'PE': '0', 'PEG': '0', 'Shares': '23887640', 'ImputationCredits': '0', 'Symbol': 'HTBX', 'DPS': '0'}
{'NTA': '0', 'Yield': '151.64', 'EBITDA': '-22860000', 'Industry': '', 'PtS': '11.47', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-3.66', 'Dividend': '0', 'Name': 'Htg Molecular Dia Cmn', 'Description': 'Htg Molecular Dia Cmn', 'DivYield': '0', 'MarketCap': '55720000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '8052023', 'ImputationCredits': '0', 'Symbol': 'HTGM', 'DPS': '0'}
{'NTA': '0', 'Yield': '72.07', 'EBITDA': '227380000', 'Industry': 'Hotels/Resorts', 'PtS': '4.56', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.65', 'Dividend': '0', 'Name': 'China Lodg Grp Ads', 'Description': 'China Lodg Grp Ads', 'DivYield': '0', 'MarketCap': '4300000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '5.52', 'PE': '37.61', 'PEG': '45.43', 'Shares': '69298960', 'ImputationCredits': '0', 'Symbol': 'HTHT', 'DPS': '0'}
{'NTA': '0', 'Yield': '10.71', 'EBITDA': '181940000', 'Industry': 'Trucking Freight/Courier Services', 'PtS': '2.72', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.68', 'Dividend': '0', 'Name': 'Heartland Express', 'Description': 'Heartland Express', 'DivYield': '0.4', 'MarketCap': '1670000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Transportation', 'PtB': '3.29', 'PE': '29.62', 'PEG': '57.98', 'Shares': '83291770', 'ImputationCredits': '0', 'Symbol': 'HTLD', 'DPS': '0.08'}
{'NTA': '0', 'Yield': '49.06', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '3.35', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.22', 'Dividend': '0', 'Name': 'Heartland Finl USA', 'Description': 'Heartland Finl USA', 'DivYield': '0.84', 'MarketCap': '1310000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.78', 'PE': '15.51', 'PEG': '1.62', 'Shares': '26226230', 'ImputationCredits': '0', 'Symbol': 'HTLF', 'DPS': '0.41'}
{'NTA': '0', 'Yield': '20.46', 'EBITDA': '168550000', 'Industry': 'Oil Refining/Marketing', 'PtS': '0.44', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.2', 'Dividend': '0', 'Name': 'Hub Group Inc A', 'Description': 'Hub Group Inc A', 'DivYield': '0', 'MarketCap': '1580000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Transportation', 'PtB': '2.49', 'PE': '21.09', 'PEG': '0.8', 'Shares': '34051720', 'ImputationCredits': '0', 'Symbol': 'HUBG', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-28T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Hunter Maritime Acquisition Corp. Class A', 'Description': 'Hunter Maritime Acquisition Corp. Class A', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'HUNT', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Hunter Maritime Acquisition Corp', 'Description': 'Hunter Maritime Acquisition Corp', 'DivYield': '0', 'MarketCap': '152240000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '15000200000', 'ImputationCredits': '0', 'Symbol': 'HUNTU', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-22T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Hunter Maritime Acquisition Corp. Warrant', 'Description': 'Hunter Maritime Acquisition Corp. Warrant', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'HUNTW', 'DPS': '0'}
{'NTA': '0', 'Yield': '-3.95', 'EBITDA': '17960000', 'Industry': 'Industrial Machinery/Components', 'PtS': '0.93', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.54', 'Dividend': '0', 'Name': 'Hurco Cos Inc', 'Description': 'Hurco Cos Inc', 'DivYield': '1.28', 'MarketCap': '205320000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '1.09', 'PE': '20.19', 'PEG': '0', 'Shares': '6601930', 'ImputationCredits': '0', 'Symbol': 'HURC', 'DPS': '0.37'}
{'NTA': '0', 'Yield': '-24.29', 'EBITDA': '127550000', 'Industry': 'Professional Services', 'PtS': '1.14', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.75', 'Dividend': '0', 'Name': 'Huron Consulting', 'Description': 'Huron Consulting', 'DivYield': '0', 'MarketCap': '866070000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '1.28', 'PE': '23.7', 'PEG': '1.21', 'Shares': '20844040', 'ImputationCredits': '0', 'Symbol': 'HURN', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '3.08', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.44', 'Dividend': '0', 'Name': 'Hv Bancorp Inc', 'Description': 'Hv Bancorp Inc', 'DivYield': '0', 'MarketCap': '30660000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.36', 'PE': '32', 'PEG': '0', 'Shares': '2182207', 'ImputationCredits': '0', 'Symbol': 'HVBC', 'DPS': '0'}
{'NTA': '0', 'Yield': '40.85', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '2.67', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.29', 'Dividend': '0', 'Name': 'Hawthorn Bancshares', 'Description': 'Hawthorn Bancshares', 'DivYield': '1.06', 'MarketCap': '123730000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.38', 'PE': '17.05', 'PEG': '0', 'Shares': '5624091', 'ImputationCredits': '0', 'Symbol': 'HWBK', 'DPS': '0.24'}
{'NTA': '0', 'Yield': '-7.66', 'EBITDA': '-1130000', 'Industry': 'Telecommunications Equipment', 'PtS': '0.42', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.37', 'Dividend': '0', 'Name': 'Houston Wire Cable', 'Description': 'Houston Wire Cable', 'DivYield': '0', 'MarketCap': '110260000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '1.21', 'PE': '0', 'PEG': '7.56', 'Shares': '16456720', 'ImputationCredits': '0', 'Symbol': 'HWCC', 'DPS': '0'}
{'NTA': '0', 'Yield': '25.22', 'EBITDA': '61290000', 'Industry': 'Specialty Chemicals', 'PtS': '1.06', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.2', 'Dividend': '0', 'Name': 'Hawkins Inc', 'Description': 'Hawkins Inc', 'DivYield': '1.71', 'MarketCap': '520970000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '2.38', 'PE': '22.26', 'PEG': '0', 'Shares': '10632040', 'ImputationCredits': '0', 'Symbol': 'HWKN', 'DPS': '0.84'}
{'NTA': '0', 'Yield': '-29.03', 'EBITDA': '-8180000', 'Industry': 'Major Chemicals', 'PtS': '2.83', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.79', 'Dividend': '0', 'Name': 'Hydrogenics Corp', 'Description': 'Hydrogenics Corp', 'DivYield': '0', 'MarketCap': '84040000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Basic Industries', 'PtB': '7.91', 'PE': '0', 'PEG': '-0.61', 'Shares': '12543280', 'ImputationCredits': '0', 'Symbol': 'HYGS', 'DPS': '0'}
{'NTA': '0', 'Yield': '1.9', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'First Trust Tactical', 'Description': 'First Trust Tactical', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'HYLS', 'DPS': '0'}
{'NTA': '0', 'Yield': '8.4', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Wt Bofa ML HY Ngdr F', 'Description': 'Wt Bofa ML HY Ngdr F', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'HYND', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-24T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Ishares Iboxx $ High Yield Ex O', 'Description': 'Ishares Iboxx $ High Yield Ex O', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'HYXE', 'DPS': '0'}
{'NTA': '0', 'Yield': '7.3', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Wt Bofa ML HY Zero D', 'Description': 'Wt Bofa ML HY Zero D', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'HYZD', 'DPS': '0'}
{'NTA': '0', 'Yield': '-3.84', 'EBITDA': '268670000', 'Industry': '', 'PtS': '2.48', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.04', 'Dividend': '0', 'Name': 'Horizon Pharma Ord', 'Description': 'Horizon Pharma Ord', 'DivYield': '0', 'MarketCap': '2400000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.92', 'PE': '0', 'PEG': '0.54', 'Shares': '162381600', 'ImputationCredits': '0', 'Symbol': 'HZNP', 'DPS': '0'}
{'NTA': '0', 'Yield': '59.09', 'EBITDA': '419590000', 'Industry': '', 'PtS': '1.79', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.52', 'Dividend': '0', 'Name': 'Iac/Interactive', 'Description': 'Iac/Interactive', 'DivYield': '0', 'MarketCap': '5650000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.03', 'PE': '0', 'PEG': '1.56', 'Shares': '77673900', 'ImputationCredits': '0', 'Symbol': 'IAC', 'DPS': '0'}
{'NTA': '0', 'Yield': '18.98', 'EBITDA': '231930000', 'Industry': 'Biotechnology: Laboratory Analytical Instruments', 'PtS': '3.19', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.94', 'Dividend': '0', 'Name': 'Integra Lifesciences', 'Description': 'Integra Lifesciences', 'DivYield': '0', 'MarketCap': '3150000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '3.77', 'PE': '44.82', 'PEG': '1.91', 'Shares': '74768580', 'ImputationCredits': '0', 'Symbol': 'IART', 'DPS': '0'}
{'NTA': '0', 'Yield': '9.45', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-11.38', 'Dividend': '0', 'Name': 'Ishare Nasdaq Biotech ETF', 'Description': 'Ishare Nasdaq Biotech ETF', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'IBB', 'DPS': '0'}
{'NTA': '0', 'Yield': '36.63', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '3.65', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.05', 'Dividend': '0', 'Name': 'Independent Bk Cp', 'Description': 'Independent Bk Cp', 'DivYield': '1.97', 'MarketCap': '441490000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.78', 'PE': '19.71', 'PEG': '3.6', 'Shares': '21328020', 'ImputationCredits': '0', 'Symbol': 'IBCP', 'DPS': '0.4'}
{'NTA': '0', 'Yield': '34.09', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '4.24', 'DateTime': '2017-03-31T00:00:00', 'EPS': '4.3', 'Dividend': '0', 'Name': 'Iberiabank Corp', 'Description': 'Iberiabank Corp', 'DivYield': '1.86', 'MarketCap': '3540000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.27', 'PE': '18.38', 'PEG': '2.23', 'Shares': '44753480', 'ImputationCredits': '0', 'Symbol': 'IBKC', 'DPS': '1.44'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '1.49', 'DateTime': '2017-03-31T00:00:00', 'EPS': '4.3', 'Dividend': '0', 'Name': 'Iberiabank Ds Rep C', 'Description': 'Iberiabank Ds Rep C', 'DivYield': '6.04', 'MarketCap': '1210000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.45', 'PE': '6.28', 'PEG': '0', 'Shares': '44781640', 'ImputationCredits': '0', 'Symbol': 'IBKCO', 'DPS': '1.65'}
{'NTA': '0', 'Yield': '5.44', 'EBITDA': '0', 'Industry': '', 'PtS': '1.4439', 'DateTime': '2017-03-31T00:00:00', 'EPS': '4.303', 'Dividend': '0', 'Name': 'Iberiabank Dp Sh B', 'Description': 'Iberiabank Dp Sh B', 'DivYield': '6.16', 'MarketCap': '1210000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.4312', 'PE': '6.263', 'PEG': '0', 'Shares': '44898120', 'ImputationCredits': '0', 'Symbol': 'IBKCP', 'DPS': '1.66'}
{'NTA': '0', 'Yield': '-8.63', 'EBITDA': '0', 'Industry': 'Investment Bankers/Brokers/Service', 'PtS': '1.65', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.25', 'Dividend': '0', 'Name': 'Interactive Brokers', 'Description': 'Interactive Brokers', 'DivYield': '1.15', 'MarketCap': '2360000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '2.43', 'PE': '27.78', 'PEG': '1.38', 'Shares': '67972350', 'ImputationCredits': '0', 'Symbol': 'IBKR', 'DPS': '0.4'}
{'NTA': '0', 'Yield': '35.17', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '4.76', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.02', 'Dividend': '0', 'Name': 'Intl Bancshares', 'Description': 'Intl Bancshares', 'DivYield': '1.85', 'MarketCap': '2280000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.34', 'PE': '17.13', 'PEG': '0', 'Shares': '65895950', 'ImputationCredits': '0', 'Symbol': 'IBOC', 'DPS': '0.64'}
{'NTA': '0', 'Yield': '75.68', 'EBITDA': '0', 'Industry': '', 'PtS': '6.28', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.88', 'Dividend': '0', 'Name': 'Independent Bank Grp', 'Description': 'Independent Bank Grp', 'DivYield': '0.66', 'MarketCap': '1220000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.81', 'PE': '22.33', 'PEG': '1.82', 'Shares': '18973560', 'ImputationCredits': '0', 'Symbol': 'IBTX', 'DPS': '0.4'}
{'NTA': '0', 'Yield': '20.08', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Amplify Onln Rtl ETF', 'Description': 'Amplify Onln Rtl ETF', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'IBUY', 'DPS': '0'}
{'NTA': '0', 'Yield': '-9.07', 'EBITDA': '-7660000', 'Industry': 'Medical/Dental Instruments', 'PtS': '2.72', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.63', 'Dividend': '0', 'Name': 'Icad Inc Cmn Stk', 'Description': 'Icad Inc Cmn Stk', 'DivYield': '0', 'MarketCap': '70240000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '2.86', 'PE': '0', 'PEG': '-0.49', 'Shares': '16073230', 'ImputationCredits': '0', 'Symbol': 'ICAD', 'DPS': '0'}
{'NTA': '0', 'Yield': '40.12', 'EBITDA': '0', 'Industry': '', 'PtS': '4.65', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.61', 'Dividend': '0', 'Name': 'County Bancorp Cmn', 'Description': 'County Bancorp Cmn', 'DivYield': '0.72', 'MarketCap': '192230000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.55', 'PE': '18.05', 'PEG': '0', 'Shares': '6614935', 'ImputationCredits': '0', 'Symbol': 'ICBK', 'DPS': '0.21'}
{'NTA': '0', 'Yield': '-18.2', 'EBITDA': '1670000', 'Industry': 'Biotechnology: In Vitro & In Vivo Diagnostic Substances', 'PtS': '2.8085', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.12', 'Dividend': '0', 'Name': 'Immucell Cp', 'Description': 'Immucell Cp', 'DivYield': '0', 'MarketCap': '27420000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '1.4114', 'PE': '47.135', 'PEG': '0', 'Shares': '4847778', 'ImputationCredits': '0', 'Symbol': 'ICCC', 'DPS': '0'}
{'NTA': '0', 'Yield': '4.9', 'EBITDA': '111910000', 'Industry': 'Professional Services', 'PtS': '0.66', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.4', 'Dividend': '0', 'Name': 'Icf International', 'Description': 'Icf International', 'DivYield': '0', 'MarketCap': '778750000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '1.37', 'PE': '17.06', 'PEG': '1.21', 'Shares': '19017090', 'ImputationCredits': '0', 'Symbol': 'ICFI', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '33370000', 'Industry': '', 'PtS': '1.15', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.49', 'Dividend': '0', 'Name': 'Ichor', 'Description': 'Ichor', 'DivYield': '0', 'MarketCap': '490890000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.18', 'PE': '28.33', 'PEG': '0.54', 'Shares': '24754920', 'ImputationCredits': '0', 'Symbol': 'ICHR', 'DPS': '0'}
{'NTA': '0', 'Yield': '-6.96', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Ishres Gbl Cln Ergy', 'Description': 'Ishres Gbl Cln Ergy', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'ICLN', 'DPS': '0'}
{'NTA': '0', 'Yield': '17.96', 'EBITDA': '379430000', 'Industry': 'Biotechnology: Commercial Physical & Biological Resarch', 'PtS': '2.63', 'DateTime': '2017-03-31T00:00:00', 'EPS': '4.65', 'Dividend': '0', 'Name': 'Icon Plc', 'Description': 'Icon Plc', 'DivYield': '0', 'MarketCap': '4350000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '4.63', 'PE': '17.14', 'PEG': '1.3', 'Shares': '54565980', 'ImputationCredits': '0', 'Symbol': 'ICLR', 'DPS': '0'}
{'NTA': '0', 'Yield': '-11.32', 'EBITDA': '162470000', 'Industry': 'Shoe Manufacturing', 'PtS': '1.15', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-4.82', 'Dividend': '0', 'Name': 'Iconix Brand Group', 'Description': 'Iconix Brand Group', 'DivYield': '0', 'MarketCap': '428270000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '1.13', 'PE': '0', 'PEG': '0.62', 'Shares': '56950800', 'ImputationCredits': '0', 'Symbol': 'ICON', 'DPS': '0'}
{'NTA': '0', 'Yield': '-24.97', 'EBITDA': '-353710000', 'Industry': '', 'PtS': '112.34', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-16.74', 'Dividend': '0', 'Name': 'Intercept Pharmaceut', 'Description': 'Intercept Pharmaceut', 'DivYield': '0', 'MarketCap': '2810000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '8.9', 'PE': '0', 'PEG': '-0.99', 'Shares': '24845270', 'ImputationCredits': '0', 'Symbol': 'ICPT', 'DPS': '0'}
{'NTA': '0', 'Yield': '53.71', 'EBITDA': '118070000', 'Industry': 'Medical/Dental Instruments', 'PtS': '6.57', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.66', 'Dividend': '0', 'Name': 'I C U Medical Inc', 'Description': 'I C U Medical Inc', 'DivYield': '0', 'MarketCap': '2490000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '3.78', 'PE': '41.72', 'PEG': '2.84', 'Shares': '16306480', 'ImputationCredits': '0', 'Symbol': 'ICUI', 'DPS': '0'}
{'NTA': '0', 'Yield': '51.46', 'EBITDA': '489060000', 'Industry': 'Multi-Sector Companies', 'PtS': '4.42', 'DateTime': '2017-03-31T00:00:00', 'EPS': '8.78', 'Dividend': '0', 'Name': 'Interdigital Inc', 'Description': 'Interdigital Inc', 'DivYield': '1.4', 'MarketCap': '2960000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Miscellaneous', 'PtB': '3.98', 'PE': '9.83', 'PEG': '1.2', 'Shares': '34298960', 'ImputationCredits': '0', 'Symbol': 'IDCC', 'DPS': '1.2'}
{'NTA': '0', 'Yield': '3.76', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'PS FTSE International Low Beta Equal Weight', 'Description': 'PS FTSE International Low Beta Equal Weight', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'IDLB', 'DPS': '0'}
{'NTA': '0', 'Yield': '48.8', 'EBITDA': '-38100000', 'Industry': 'Biotechnology: Biological Products (No Diagnostic Substances)', 'PtS': '22.27', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.3', 'Dividend': '0', 'Name': 'Idera Pharmaceutical', 'Description': 'Idera Pharmaceutical', 'DivYield': '0', 'MarketCap': '369750000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '3.49', 'PE': '0', 'PEG': '0', 'Shares': '149092800', 'ImputationCredits': '0', 'Symbol': 'IDRA', 'DPS': '0'}
{'NTA': '0', 'Yield': '-35.77', 'EBITDA': '-2820000', 'Industry': 'Miscellaneous', 'PtS': '0.4112', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.091', 'Dividend': '0', 'Name': 'Industrial Svcs Am', 'Description': 'Industrial Svcs Am', 'DivYield': '0', 'MarketCap': '13440000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Basic Industries', 'PtB': '1.0724', 'PE': '18.3022', 'PEG': '0', 'Shares': '8069649', 'ImputationCredits': '0', 'Symbol': 'IDSA', 'DPS': '0'}
{'NTA': '0', 'Yield': '22.2', 'EBITDA': '-5210000', 'Industry': 'Telecommunications Equipment', 'PtS': '2.35', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.49', 'Dividend': '0', 'Name': 'Id Systems Inc', 'Description': 'Id Systems Inc', 'DivYield': '0', 'MarketCap': '84660000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '5.4', 'PE': '0', 'PEG': '2.69', 'Shares': '13374410', 'ImputationCredits': '0', 'Symbol': 'IDSY', 'DPS': '0'}
{'NTA': '0', 'Yield': '22.77', 'EBITDA': '158530000', 'Industry': 'Semiconductors', 'PtS': '4.25', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.17', 'Dividend': '0', 'Name': 'Integrated Devices', 'Description': 'Integrated Devices', 'DivYield': '0', 'MarketCap': '3160000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '4.22', 'PE': '20.2', 'PEG': '1.92', 'Shares': '133502300', 'ImputationCredits': '0', 'Symbol': 'IDTI', 'DPS': '0'}
{'NTA': '0', 'Yield': '405.77', 'EBITDA': '-15090000', 'Industry': '', 'PtS': '0.34', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-5.85', 'Dividend': '0', 'Name': 'Interpace Diag Grp', 'Description': 'Interpace Diag Grp', 'DivYield': '0', 'MarketCap': '4250000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '1816239', 'ImputationCredits': '0', 'Symbol': 'IDXG', 'DPS': '0'}
{'NTA': '0', 'Yield': '83.3', 'EBITDA': '430680000', 'Industry': 'Biotechnology: In Vitro & In Vivo Diagnostic Substances', 'PtS': '7.66', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.44', 'Dividend': '0', 'Name': 'Idexx Laboratories', 'Description': 'Idexx Laboratories', 'DivYield': '0', 'MarketCap': '13610000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '0', 'PE': '63.36', 'PEG': '3.52', 'Shares': '88027940', 'ImputationCredits': '0', 'Symbol': 'IDXX', 'DPS': '0'}
{'NTA': '0', 'Yield': '-15.82', 'EBITDA': '435000000', 'Industry': '', 'PtS': '0.49', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-8.07', 'Dividend': '0', 'Name': 'Icahn Enterprises', 'Description': 'Icahn Enterprises', 'DivYield': '11.79', 'MarketCap': '7990000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.01', 'PE': '0', 'PEG': '0', 'Shares': '155932900', 'ImputationCredits': '0', 'Symbol': 'IEP', 'DPS': '6'}
{'NTA': '0', 'Yield': '49.96', 'EBITDA': '35200000', 'Industry': 'Engineering & Construction', 'PtS': '0.53', 'DateTime': '2017-03-31T00:00:00', 'EPS': '5.52', 'Dividend': '0', 'Name': 'Ies Holdings Cmn', 'Description': 'Ies Holdings Cmn', 'DivYield': '0', 'MarketCap': '379960000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '1.7', 'PE': '3.23', 'PEG': '0', 'Shares': '21286270', 'ImputationCredits': '0', 'Symbol': 'IESC', 'DPS': '0'}
{'NTA': '0', 'Yield': '4.05', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Ishares MSCI Europe', 'Description': 'Ishares MSCI Europe', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'IEUS', 'DPS': '0'}
{'NTA': '0', 'Yield': '-10.43', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Ishares Europe Dvlpd', 'Description': 'Ishares Europe Dvlpd', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'IFEU', 'DPS': '0'}
{'NTA': '0', 'Yield': '-8.19', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Ishares Intl Devlp', 'Description': 'Ishares Intl Devlp', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'IFGL', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '4100000', 'Industry': '', 'PtS': '1.64', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Ifresh Inc', 'Description': 'Ifresh Inc', 'DivYield': '0', 'MarketCap': '192950000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '14303190', 'ImputationCredits': '0', 'Symbol': 'IFMK', 'DPS': '0'}
{'NTA': '0', 'Yield': '-41.3', 'EBITDA': '-2260000', 'Industry': 'Electronic Components', 'PtS': '0.1957', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.2', 'Dividend': '0', 'Name': 'Infosonic Corp', 'Description': 'Infosonic Corp', 'DivYield': '0', 'MarketCap': '7660000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '0.7235', 'PE': '0', 'PEG': '0', 'Shares': '14382280', 'ImputationCredits': '0', 'Symbol': 'IFON', 'DPS': '0'}
{'NTA': '0', 'Yield': '10.71', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'First Trt Dorsey Wri', 'Description': 'First Trt Dorsey Wri', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'IFV', 'DPS': '0'}
{'NTA': '0', 'Yield': '5.88', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Ishares Global Infra', 'Description': 'Ishares Global Infra', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'IGF', 'DPS': '0'}
{'NTA': '0', 'Yield': '-25.4', 'EBITDA': '952110000', 'Industry': 'Telecommunications Equipment', 'PtS': '0.07', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.82', 'Dividend': '0', 'Name': 'Internet Gold-Golden', 'Description': 'Internet Gold-Golden', 'DivYield': '12.2', 'MarketCap': '200230000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Public Utilities', 'PtB': '3.7', 'PE': '0', 'PEG': '0', 'Shares': '19087700', 'ImputationCredits': '0', 'Symbol': 'IGLD', 'DPS': '1.28'}
{'NTA': '0', 'Yield': '-7.5', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Ishares Intl Trsy Bd', 'Description': 'Ishares Intl Trsy Bd', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'IGOV', 'DPS': '0'}
{'NTA': '0', 'Yield': '-23.17', 'EBITDA': '11700000', 'Industry': 'Professional Services', 'PtS': '0.61', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.18', 'Dividend': '0', 'Name': 'Information Svcs Grp', 'Description': 'Information Svcs Grp', 'DivYield': '0', 'MarketCap': '133130000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '2.3', 'PE': '0', 'PEG': '1.5', 'Shares': '42263490', 'ImputationCredits': '0', 'Symbol': 'III', 'DPS': '0'}
{'NTA': '0', 'Yield': '24.66', 'EBITDA': '67600000', 'Industry': 'Steel/Iron Ore', 'PtS': '1.63', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.82', 'Dividend': '0', 'Name': 'Insteel Industries', 'Description': 'Insteel Industries', 'DivYield': '0.33', 'MarketCap': '686120000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '3.34', 'PE': '19.89', 'PEG': '1.35', 'Shares': '18985060', 'ImputationCredits': '0', 'Symbol': 'IIIN', 'DPS': '0.12'}
{'NTA': '0', 'Yield': '-10.97', 'EBITDA': '119560000', 'Industry': 'Computer Software: Programming, Data Processing', 'PtS': '0.29', 'DateTime': '2017-03-29T00:00:00', 'EPS': '0.33', 'Dividend': '0', 'Name': 'Internet Init Jap', 'Description': 'Internet Init Jap', 'DivYield': '1.31', 'MarketCap': '408600000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.39', 'PE': '27.3', 'PEG': '0', 'Shares': '45349610', 'ImputationCredits': '0', 'Symbol': 'IIJI', 'DPS': '0.12'}
{'NTA': '0', 'Yield': '59.09', 'EBITDA': '726000', 'Industry': 'Electrical Products', 'PtS': '0.91', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.71', 'Dividend': '0', 'Name': 'Intricon Corp', 'Description': 'Intricon Corp', 'DivYield': '0', 'MarketCap': '62100000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '3.34', 'PE': '0', 'PEG': '0', 'Shares': '6824176', 'ImputationCredits': '0', 'Symbol': 'IIN', 'DPS': '0'}
{'NTA': '0', 'Yield': '72.74', 'EBITDA': '174070000', 'Industry': 'Electronic Components', 'PtS': '2.6', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.09', 'Dividend': '0', 'Name': 'I I V I Inc', 'Description': 'I I V I Inc', 'DivYield': '0', 'MarketCap': '2260000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '2.85', 'PE': '33.01', 'PEG': '1.4', 'Shares': '62690710', 'ImputationCredits': '0', 'Symbol': 'IIVI', 'DPS': '0'}
{'NTA': '0', 'Yield': '-74.78', 'EBITDA': '-20680000', 'Industry': '', 'PtS': '0.2592', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.874', 'Dividend': '0', 'Name': 'Iao Kun Grp Holdings', 'Description': 'Iao Kun Grp Holdings', 'DivYield': '7.58', 'MarketCap': '18110000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.2066', 'PE': '0', 'PEG': '0', 'Shares': '62469820', 'ImputationCredits': '0', 'Symbol': 'IKGH', 'DPS': '0.02'}
{'NTA': '0', 'Yield': '-12.31', 'EBITDA': '772535', 'Industry': 'Industrial Machinery/Components', 'PtS': '1.11', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.03', 'Dividend': '0', 'Name': 'Ikonics Corp', 'Description': 'Ikonics Corp', 'DivYield': '0', 'MarketCap': '20260000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Miscellaneous', 'PtB': '1.44', 'PE': '0', 'PEG': '0', 'Shares': '2017928', 'ImputationCredits': '0', 'Symbol': 'IKNX', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '251000000', 'Industry': '', 'PtS': '2.52', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.6', 'Dividend': '0', 'Name': 'Ilg Inc', 'Description': 'Ilg Inc', 'DivYield': '2.89', 'MarketCap': '2610000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.65', 'PE': '8.06', 'PEG': '1.21', 'Shares': '124522900', 'ImputationCredits': '0', 'Symbol': 'ILG', 'DPS': '0.6'}
{'NTA': '0', 'Yield': '26.41', 'EBITDA': '718780000', 'Industry': 'Biotechnology: Laboratory Analytical Instruments', 'PtS': '10.56', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.07', 'Dividend': '0', 'Name': 'Illumina Inc', 'Description': 'Illumina Inc', 'DivYield': '0', 'MarketCap': '24960000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '11.52', 'PE': '55.58', 'PEG': '4.06', 'Shares': '146272800', 'ImputationCredits': '0', 'Symbol': 'ILMN', 'DPS': '0'}
{'NTA': '0', 'Yield': '-50.15', 'EBITDA': '-48060000', 'Industry': '', 'PtS': '12.95', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.52', 'Dividend': '0', 'Name': 'Immune Design CS', 'Description': 'Immune Design CS', 'DivYield': '0', 'MarketCap': '172990000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.8', 'PE': '0', 'PEG': '-0.56', 'Shares': '25439710', 'ImputationCredits': '0', 'Symbol': 'IMDZ', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.08', 'Dividend': '0', 'Name': 'Purefunds Etfx Healthtech ETF', 'Description': 'Purefunds Etfx Healthtech ETF', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'IMED', 'DPS': '0'}
{'NTA': '0', 'Yield': '-43.5', 'EBITDA': '-122820000', 'Industry': 'Major Pharmaceuticals', 'PtS': '6.93', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.81', 'Dividend': '0', 'Name': 'Immunogen Inc', 'Description': 'Immunogen Inc', 'DivYield': '0', 'MarketCap': '338890000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '87568470', 'ImputationCredits': '0', 'Symbol': 'IMGN', 'DPS': '0'}
{'NTA': '0', 'Yield': '-61.57', 'EBITDA': '-3320000', 'Industry': '', 'PtS': '1.01', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.31', 'Dividend': '0', 'Name': 'Intermolecular Inc', 'Description': 'Intermolecular Inc', 'DivYield': '0', 'MarketCap': '47060000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.06', 'PE': '0', 'PEG': '0', 'Shares': '49536840', 'ImputationCredits': '0', 'Symbol': 'IMI', 'DPS': '0'}
{'NTA': '0', 'Yield': '19.63', 'EBITDA': '236720000', 'Industry': 'Food Chains', 'PtS': '0.24', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.72', 'Dividend': '0', 'Name': 'Ingles Markets Inc', 'Description': 'Ingles Markets Inc', 'DivYield': '1.49', 'MarketCap': '874180000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '1.87', 'PE': '15.89', 'PEG': '0', 'Shares': '20259100', 'ImputationCredits': '0', 'Symbol': 'IMKTA', 'DPS': '0.66'}
{'NTA': '0', 'Yield': '18.47', 'EBITDA': '-14350000', 'Industry': 'Computer peripheral equipment', 'PtS': '4.36', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.37', 'Dividend': '0', 'Name': 'Immersion Corp', 'Description': 'Immersion Corp', 'DivYield': '0', 'MarketCap': '251000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '4.48', 'PE': '0', 'PEG': '-0.58', 'Shares': '28983830', 'ImputationCredits': '0', 'Symbol': 'IMMR', 'DPS': '0'}
{'NTA': '0', 'Yield': '82.25', 'EBITDA': '-58650000', 'Industry': 'Biotechnology: In Vitro & In Vivo Diagnostic Substances', 'PtS': '234.6', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.72', 'Dividend': '0', 'Name': 'Immunomedics Inc', 'Description': 'Immunomedics Inc', 'DivYield': '0', 'MarketCap': '686330000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '106078800', 'ImputationCredits': '0', 'Symbol': 'IMMU', 'DPS': '0'}
{'NTA': '0', 'Yield': '5.57', 'EBITDA': '-15530000', 'Industry': '', 'PtS': '1.92', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.54', 'Dividend': '0', 'Name': 'Imprimis Phar Cmn', 'Description': 'Imprimis Phar Cmn', 'DivYield': '0', 'MarketCap': '37370000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '11.96', 'PE': '0', 'PEG': '-0.24', 'Shares': '13251770', 'ImputationCredits': '0', 'Symbol': 'IMMY', 'DPS': '0'}
{'NTA': '0', 'Yield': '-62.5', 'EBITDA': '-16860000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.678', 'Dividend': '0', 'Name': 'Immune Pharma Cmn', 'Description': 'Immune Pharma Cmn', 'DivYield': '0', 'MarketCap': '19180000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.4712', 'PE': '0', 'PEG': '0', 'Shares': '131279900', 'ImputationCredits': '0', 'Symbol': 'IMNP', 'DPS': '0'}
{'NTA': '0', 'Yield': '5.53', 'EBITDA': '171450000', 'Industry': 'Semiconductors', 'PtS': '25.56', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.05', 'Dividend': '0', 'Name': 'Chipmos Tech New', 'Description': 'Chipmos Tech New', 'DivYield': '14.93', 'MarketCap': '15210000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '28.88', 'PE': '385.87', 'PEG': '0', 'Shares': '856901400', 'ImputationCredits': '0', 'Symbol': 'IMOS', 'DPS': '2.62'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-53320000', 'Industry': '', 'PtS': '5.16', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.18', 'Dividend': '0', 'Name': 'Imperva Inc', 'Description': 'Imperva Inc', 'DivYield': '0', 'MarketCap': '1370000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '5.83', 'PE': '0', 'PEG': '7.15', 'Shares': '33373930', 'ImputationCredits': '0', 'Symbol': 'IMPV', 'DPS': '0'}
{'NTA': '0', 'Yield': '63.16', 'EBITDA': '64280000', 'Industry': 'Computer Software: Programming, Data Processing', 'PtS': '0.67', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.38', 'Dividend': '0', 'Name': 'Internap Corp Cmn', 'Description': 'Internap Corp Cmn', 'DivYield': '0', 'MarketCap': '207120000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '0', 'PE': '0', 'PEG': '-3.54', 'Shares': '54505260', 'ImputationCredits': '0', 'Symbol': 'INAP', 'DPS': '0'}
{'NTA': '0', 'Yield': '18.95', 'EBITDA': '0', 'Industry': '', 'PtS': '3.94', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.3', 'Dividend': '0', 'Name': 'First Internet Bcp', 'Description': 'First Internet Bcp', 'DivYield': '0.83', 'MarketCap': '190920000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.26', 'PE': '12.8', 'PEG': '0', 'Shares': '6482853', 'ImputationCredits': '0', 'Symbol': 'INBK', 'DPS': '0.24'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-30T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'First Internet Bancorp', 'Description': 'First Internet Bancorp', 'DivYield': '0', 'MarketCap': '25520000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '1000000000', 'ImputationCredits': '0', 'Symbol': 'INBKL', 'DPS': '0'}
{'NTA': '0', 'Yield': '-4.74', 'EBITDA': '231510000', 'Industry': '', 'PtS': '2.37', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.03', 'Dividend': '0', 'Name': 'Inc Research A Cmn', 'Description': 'Inc Research A Cmn', 'DivYield': '0', 'MarketCap': '2480000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '8.08', 'PE': '22.59', 'PEG': '1.21', 'Shares': '54089420', 'ImputationCredits': '0', 'Symbol': 'INCR', 'DPS': '0'}
{'NTA': '0', 'Yield': '84.96', 'EBITDA': '190850000', 'Industry': 'Biotechnology: Commercial Physical & Biological Resarch', 'PtS': '23.6', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.54', 'Dividend': '0', 'Name': 'Incyte Corporation', 'Description': 'Incyte Corporation', 'DivYield': '0', 'MarketCap': '25320000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '62.03', 'PE': '247.54', 'PEG': '11.63', 'Shares': '189421700', 'ImputationCredits': '0', 'Symbol': 'INCY', 'DPS': '0'}
{'NTA': '0', 'Yield': '38.21', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '5.87', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.9', 'Dividend': '0', 'Name': 'Independent Bk Corp', 'Description': 'Independent Bk Corp', 'DivYield': '2.07', 'MarketCap': '1760000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '2.06', 'PE': '22.41', 'PEG': '2.46', 'Shares': '27076920', 'ImputationCredits': '0', 'Symbol': 'INDB', 'DPS': '1.28'}
{'NTA': '0', 'Yield': '19.56', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Ishares India 50 ETF', 'Description': 'Ishares India 50 ETF', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'INDY', 'DPS': '0'}
{'NTA': '0', 'Yield': '-44.31', 'EBITDA': '-118490000', 'Industry': 'Major Pharmaceuticals', 'PtS': '8.62', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.61', 'Dividend': '0', 'Name': 'Infinity Pharmaceuti', 'Description': 'Infinity Pharmaceuti', 'DivYield': '0', 'MarketCap': '166410000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '1.95', 'PE': '0', 'PEG': '-0.04', 'Shares': '50427270', 'ImputationCredits': '0', 'Symbol': 'INFI', 'DPS': '0'}
{'NTA': '0', 'Yield': '-13.96', 'EBITDA': '45810000', 'Industry': 'Telecommunications Equipment', 'PtS': '1.75', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.17', 'Dividend': '0', 'Name': 'Infinera Corporation', 'Description': 'Infinera Corporation', 'DivYield': '0', 'MarketCap': '1500000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Public Utilities', 'PtB': '1.98', 'PE': '0', 'PEG': '1.94', 'Shares': '146627600', 'ImputationCredits': '0', 'Symbol': 'INFN', 'DPS': '0'}
{'NTA': '0', 'Yield': '-72.6', 'EBITDA': '871000000', 'Industry': 'Diversified Communication Services', 'PtS': '5.58', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.48', 'Dividend': '0', 'Name': 'IHS Markit Ltd', 'Description': 'IHS Markit Ltd', 'DivYield': '0', 'MarketCap': '17040000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '2.2', 'PE': '87.03', 'PEG': '1.42', 'Shares': '406197900', 'ImputationCredits': '0', 'Symbol': 'INFO', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Legg Mason ETF Equity Trust Legg Mason Global In', 'Description': 'Legg Mason ETF Equity Trust Legg Mason Global In', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'INFR', 'DPS': '0'}
{'NTA': '0', 'Yield': '58.74', 'EBITDA': '34300000', 'Industry': 'Biotechnology', 'PtS': '7.59', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.97', 'Dividend': '0', 'Name': 'Inogen Inc', 'Description': 'Inogen Inc', 'DivYield': '0', 'MarketCap': '1570000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '8.41', 'PE': '79.29', 'PEG': '2.4', 'Shares': '20413470', 'ImputationCredits': '0', 'Symbol': 'INGN', 'DPS': '0'}
{'NTA': '0', 'Yield': '-85.64', 'EBITDA': '-64160000', 'Industry': '', 'PtS': '7.076', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.12', 'Dividend': '0', 'Name': 'Innocoll Hld Ord Shr', 'Description': 'Innocoll Hld Ord Shr', 'DivYield': '0', 'MarketCap': '30610000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '29747330', 'ImputationCredits': '0', 'Symbol': 'INNL', 'DPS': '0'}
{'NTA': '0', 'Yield': '-36.83', 'EBITDA': '-74150000', 'Industry': '', 'PtS': '13.7', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.01', 'Dividend': '0', 'Name': 'Inovio Pharma Cmn', 'Description': 'Inovio Pharma Cmn', 'DivYield': '0', 'MarketCap': '490550000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.93', 'PE': '0', 'PEG': '0', 'Shares': '74101210', 'ImputationCredits': '0', 'Symbol': 'INO', 'DPS': '0'}
{'NTA': '0', 'Yield': '-2.22', 'EBITDA': '-195999', 'Industry': 'EDP Services', 'PtS': '0.89', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.22', 'Dividend': '0', 'Name': 'Innodata Inc', 'Description': 'Innodata Inc', 'DivYield': '0', 'MarketCap': '56370000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.67', 'PE': '0', 'PEG': '0', 'Shares': '25622730', 'ImputationCredits': '0', 'Symbol': 'INOD', 'DPS': '0'}
{'NTA': '0', 'Yield': '-26.32', 'EBITDA': '74180000', 'Industry': '', 'PtS': '4.25', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.18', 'Dividend': '0', 'Name': 'Inovalon Hldgs Cm A', 'Description': 'Inovalon Hldgs Cm A', 'DivYield': '0', 'MarketCap': '1860000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.66', 'PE': '70', 'PEG': '5.12', 'Shares': '147619000', 'ImputationCredits': '0', 'Symbol': 'INOV', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-11200000', 'Industry': '', 'PtS': '0.1', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-10.11', 'Dividend': '0', 'Name': 'Inpixon', 'Description': 'Inpixon', 'DivYield': '0', 'MarketCap': '5540000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.37', 'PE': '0', 'PEG': '-0.02', 'Shares': '1781351', 'ImputationCredits': '0', 'Symbol': 'INPX', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '27030000', 'Industry': '', 'PtS': '0.83', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-6.21', 'Dividend': '0', 'Name': 'Inspired Entertainment Inc.', 'Description': 'Inspired Entertainment Inc.', 'DivYield': '0', 'MarketCap': '100640000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '9494340', 'ImputationCredits': '0', 'Symbol': 'INSE', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Inspired Entertainment Inc. Warrants', 'Description': 'Inspired Entertainment Inc. Warrants', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'INSEW', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '3250000', 'Industry': '', 'PtS': '0.49', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.12', 'Dividend': '0', 'Name': 'Novatel Wireless Cmn', 'Description': 'Novatel Wireless Cmn', 'DivYield': '0', 'MarketCap': '120270000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '-2.64', 'Shares': '54917810', 'ImputationCredits': '0', 'Symbol': 'INSG', 'DPS': '0'}
{'NTA': '0', 'Yield': '44.12', 'EBITDA': '-170960000', 'Industry': 'Major Pharmaceuticals', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.85', 'Dividend': '0', 'Name': 'Insmed Inc', 'Description': 'Insmed Inc', 'DivYield': '0', 'MarketCap': '1090000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '6.89', 'PE': '0', 'PEG': '0', 'Shares': '62250140', 'ImputationCredits': '0', 'Symbol': 'INSM', 'DPS': '0'}
{'NTA': '0', 'Yield': '-27.47', 'EBITDA': '42030000', 'Industry': '', 'PtS': '2.86', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.31', 'Dividend': '0', 'Name': 'Insys Theraptcs Cmn', 'Description': 'Insys Theraptcs Cmn', 'DivYield': '0', 'MarketCap': '754300000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.93', 'PE': '33.58', 'PEG': '0.55', 'Shares': '71769740', 'ImputationCredits': '0', 'Symbol': 'INSY', 'DPS': '0'}
{'NTA': '0', 'Yield': '19.12', 'EBITDA': '22870000000', 'Industry': 'Semiconductors', 'PtS': '2.85', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.12', 'Dividend': '0', 'Name': 'Intel Corp', 'Description': 'Intel Corp', 'DivYield': '3.05', 'MarketCap': '170540000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '2.55', 'PE': '17.01', 'PEG': '1.56', 'Shares': '4728029000', 'ImputationCredits': '0', 'Symbol': 'INTC', 'DPS': '1.09'}
{'NTA': '0', 'Yield': '-6.04', 'EBITDA': '17950000', 'Industry': 'Building operators', 'PtS': '0.833', 'DateTime': '2017-03-30T00:00:00', 'EPS': '-1.611', 'Dividend': '0', 'Name': 'Intergroup Cp The', 'Description': 'Intergroup Cp The', 'DivYield': '0', 'MarketCap': '59640000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '2366949', 'ImputationCredits': '0', 'Symbol': 'INTG', 'DPS': '0'}
{'NTA': '0', 'Yield': '39.05', 'EBITDA': '0', 'Industry': 'Investment Bankers/Brokers/Service', 'PtS': '0.04', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.79', 'Dividend': '0', 'Name': 'Intl Fcstone Inc Cmn', 'Description': 'Intl Fcstone Inc Cmn', 'DivYield': '0', 'MarketCap': '707540000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.58', 'PE': '13.62', 'PEG': '0.61', 'Shares': '18639090', 'ImputationCredits': '0', 'Symbol': 'INTL', 'DPS': '0'}
{'NTA': '0', 'Yield': '14.97', 'EBITDA': '1410000000', 'Industry': 'Computer Software: Prepackaged Software', 'PtS': '6.1', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.72', 'Dividend': '0', 'Name': 'Intuit Inc', 'Description': 'Intuit Inc', 'DivYield': '1.15', 'MarketCap': '29670000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '37.71', 'PE': '31.15', 'PEG': '2.08', 'Shares': '255797900', 'ImputationCredits': '0', 'Symbol': 'INTU', 'DPS': '1.36'}
{'NTA': '0', 'Yield': '68.91', 'EBITDA': '-16700000', 'Industry': 'EDP Services', 'PtS': '0.56', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.31', 'Dividend': '0', 'Name': 'Intersections Inc', 'Description': 'Intersections Inc', 'DivYield': '0', 'MarketCap': '96220000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '13.16', 'PE': '0', 'PEG': '0', 'Shares': '23935320', 'ImputationCredits': '0', 'Symbol': 'INTX', 'DPS': '0'}
{'NTA': '0', 'Yield': '12.07', 'EBITDA': '109120000', 'Industry': '', 'PtS': '11.3', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.53', 'Dividend': '0', 'Name': 'Innoviva Inc', 'Description': 'Innoviva Inc', 'DivYield': '0', 'MarketCap': '1510000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '26.09', 'PEG': '0.15', 'Shares': '109182900', 'ImputationCredits': '0', 'Symbol': 'INVA', 'DPS': '0'}
{'NTA': '0', 'Yield': '165.41', 'EBITDA': '-5360000', 'Industry': 'Computer peripheral equipment', 'PtS': '1.42', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.25', 'Dividend': '0', 'Name': 'Identiv Inc', 'Description': 'Identiv Inc', 'DivYield': '0', 'MarketCap': '78430000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '19.46', 'PE': '0', 'PEG': '0', 'Shares': '11109070', 'ImputationCredits': '0', 'Symbol': 'INVE', 'DPS': '0'}
{'NTA': '0', 'Yield': '-83.07', 'EBITDA': '-5000000', 'Industry': '', 'PtS': '1.8857', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.8', 'Dividend': '0', 'Name': 'Inventergy Glbl Inc', 'Description': 'Inventergy Glbl Inc', 'DivYield': '0', 'MarketCap': '3750000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '7.907', 'PE': '0', 'PEG': '0', 'Shares': '11542010', 'ImputationCredits': '0', 'Symbol': 'INVT', 'DPS': '0'}
{'NTA': '0', 'Yield': '21.91', 'EBITDA': '44380000', 'Industry': 'Containers/Packaging', 'PtS': '0.48', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.08', 'Dividend': '0', 'Name': 'Innerworkings Inc', 'Description': 'Innerworkings Inc', 'DivYield': '0', 'MarketCap': '539090000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '1.95', 'PE': '124.5', 'PEG': '1.08', 'Shares': '54125500', 'ImputationCredits': '0', 'Symbol': 'INWK', 'DPS': '0'}
{'NTA': '0', 'Yield': '-1.88', 'EBITDA': '-34990000', 'Industry': '', 'PtS': '14.43', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.72', 'Dividend': '0', 'Name': 'Ionis Pharmaceutical', 'Description': 'Ionis Pharmaceutical', 'DivYield': '0', 'MarketCap': '4970000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '49.34', 'PE': '0', 'PEG': '-1.7', 'Shares': '123631800', 'ImputationCredits': '0', 'Symbol': 'IONS', 'DPS': '0'}
{'NTA': '0', 'Yield': '33.89', 'EBITDA': '132500000', 'Industry': 'Major Chemicals', 'PtS': '1.74', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.33', 'Dividend': '0', 'Name': 'Innospec Inc', 'Description': 'Innospec Inc', 'DivYield': '1.07', 'MarketCap': '1560000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Basic Industries', 'PtB': '2.35', 'PE': '19.44', 'PEG': '1.36', 'Shares': '24092660', 'ImputationCredits': '0', 'Symbol': 'IOSP', 'DPS': '0.68'}
{'NTA': '0', 'Yield': '-13.9', 'EBITDA': '-10040000', 'Industry': '', 'PtS': '1.48', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.77', 'Dividend': '0', 'Name': 'Adesto Tech Cmn', 'Description': 'Adesto Tech Cmn', 'DivYield': '0', 'MarketCap': '65290000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.93', 'PE': '0', 'PEG': '-0.86', 'Shares': '15732530', 'ImputationCredits': '0', 'Symbol': 'IOTS', 'DPS': '0'}
{'NTA': '0', 'Yield': '19.37', 'EBITDA': '77370000', 'Industry': 'Package Goods/Cosmetics', 'PtS': '2.2', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.07', 'Dividend': '0', 'Name': 'Inter Parfums Inc', 'Description': 'Inter Parfums Inc', 'DivYield': '1.84', 'MarketCap': '1140000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '3.1', 'PE': '34.16', 'PEG': '2.46', 'Shares': '31190150', 'ImputationCredits': '0', 'Symbol': 'IPAR', 'DPS': '0.68'}
{'NTA': '0', 'Yield': '6.36', 'EBITDA': '-4890000', 'Industry': 'EDP Services', 'PtS': '1.21', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.12', 'Dividend': '0', 'Name': 'Ipass Inc', 'Description': 'Ipass Inc', 'DivYield': '0', 'MarketCap': '76560000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '4.11', 'PE': '0', 'PEG': '-0.43', 'Shares': '65435900', 'ImputationCredits': '0', 'Symbol': 'IPAS', 'DPS': '0'}
{'NTA': '0', 'Yield': '19.14', 'EBITDA': '112100000', 'Industry': 'Property-Casualty Insurers', 'PtS': '0.69', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.88', 'Dividend': '0', 'Name': 'Infinity Property', 'Description': 'Infinity Property', 'DivYield': '2.43', 'MarketCap': '1050000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.51', 'PE': '24.61', 'PEG': '2.42', 'Shares': '10994760', 'ImputationCredits': '0', 'Symbol': 'IPCC', 'DPS': '2.32'}
{'NTA': '0', 'Yield': '24.38', 'EBITDA': '-9470000', 'Industry': 'Major Pharmaceuticals', 'PtS': '33.36', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.38', 'Dividend': '0', 'Name': 'Intellipharmaceutics', 'Description': 'Intellipharmaceutics', 'DivYield': '0', 'MarketCap': '74950000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '67.57', 'PE': '0', 'PEG': '0', 'Shares': '29980000', 'ImputationCredits': '0', 'Symbol': 'IPCI', 'DPS': '0'}
{'NTA': '0', 'Yield': '96.52', 'EBITDA': '-2980000', 'Industry': '', 'PtS': '0.63', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.7', 'Dividend': '0', 'Name': 'Professional Diversi', 'Description': 'Professional Diversi', 'DivYield': '0', 'MarketCap': '17340000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.02', 'PE': '0', 'PEG': '0', 'Shares': '1808134', 'ImputationCredits': '0', 'Symbol': 'IPDN', 'DPS': '0'}
{'NTA': '0', 'Yield': '39.26', 'EBITDA': '423140000', 'Industry': 'Semiconductors', 'PtS': '6.38', 'DateTime': '2017-03-31T00:00:00', 'EPS': '4.85', 'Dividend': '0', 'Name': 'Ipg Photonics Corp', 'Description': 'Ipg Photonics Corp', 'DivYield': '0', 'MarketCap': '6460000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '4.1', 'PE': '24.89', 'PEG': '1.81', 'Shares': '53521130', 'ImputationCredits': '0', 'Symbol': 'IPGP', 'DPS': '0'}
{'NTA': '0', 'Yield': '46.02', 'EBITDA': '118260000', 'Industry': 'Specialty Chemicals', 'PtS': '1.44', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.44', 'Dividend': '0', 'Name': 'Innophos Hldngs Inc', 'Description': 'Innophos Hldngs Inc', 'DivYield': '3.55', 'MarketCap': '1040000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '3.01', 'PE': '22.12', 'PEG': '1.51', 'Shares': '19269960', 'ImputationCredits': '0', 'Symbol': 'IPHS', 'DPS': '1.92'}
{'NTA': '0', 'Yield': '9.35', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'PS International Buyback Achievers', 'Description': 'PS International Buyback Achievers', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'IPKW', 'DPS': '0'}
{'NTA': '0', 'Yield': '-39.93', 'EBITDA': '-10610000', 'Industry': '', 'PtS': '18.66', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.15', 'Dividend': '0', 'Name': 'Ideal Power Inc', 'Description': 'Ideal Power Inc', 'DivYield': '0', 'MarketCap': '31070000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '4.2', 'PE': '0', 'PEG': '-0.16', 'Shares': '9560000', 'ImputationCredits': '0', 'Symbol': 'IPWR', 'DPS': '0'}
{'NTA': '0', 'Yield': '-62.07', 'EBITDA': '179190000', 'Industry': 'Major Pharmaceuticals', 'PtS': '1.1', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-6.64', 'Dividend': '0', 'Name': 'Impax Labs Inc', 'Description': 'Impax Labs Inc', 'DivYield': '0', 'MarketCap': '905030000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '1.45', 'PE': '0', 'PEG': '1.21', 'Shares': '71543870', 'ImputationCredits': '0', 'Symbol': 'IPXL', 'DPS': '0'}
{'NTA': '0', 'Yield': '76.94', 'EBITDA': '70760000', 'Industry': 'Consumer Electronics/Appliances', 'PtS': '2.53', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.48', 'Dividend': '0', 'Name': 'Irobot Corporation', 'Description': 'Irobot Corporation', 'DivYield': '0', 'MarketCap': '1700000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '4.29', 'PE': '42.22', 'PEG': '2.1', 'Shares': '27204350', 'ImputationCredits': '0', 'Symbol': 'IRBT', 'DPS': '0'}
{'NTA': '0', 'Yield': '12.02', 'EBITDA': '146380000', 'Industry': '', 'PtS': '4.59', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.87', 'Dividend': '0', 'Name': 'Irsa Propiedades Ads', 'Description': 'Irsa Propiedades Ads', 'DivYield': '4.54', 'MarketCap': '1380000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '13.44', 'PE': '23.45', 'PEG': '0', 'Shares': '31435080', 'ImputationCredits': '0', 'Symbol': 'IRCP', 'DPS': '1.88'}
{'NTA': '0', 'Yield': '19.58', 'EBITDA': '225760000', 'Industry': 'Telecommunications Equipment', 'PtS': '2.1', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.89', 'Dividend': '0', 'Name': 'Iridium Comm Inc', 'Description': 'Iridium Comm Inc', 'DivYield': '0', 'MarketCap': '925440000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '0.68', 'PE': '10.85', 'PEG': '1.36', 'Shares': '95900520', 'ImputationCredits': '0', 'Symbol': 'IRDM', 'DPS': '0'}
{'NTA': '0', 'Yield': '14.9', 'EBITDA': '225760000', 'Industry': '', 'PtS': '74.31', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.89', 'Dividend': '0', 'Name': 'Iridium 6.75 Sr B Pf', 'Description': 'Iridium 6.75 Sr B Pf', 'DivYield': '5.02', 'MarketCap': '33090000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '23.97', 'PE': '388.08', 'PEG': '0', 'Shares': '95913050', 'ImputationCredits': '0', 'Symbol': 'IRDMB', 'DPS': '16.88'}
{'NTA': '0', 'Yield': '-87.87', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-13T00:00:00', 'EPS': '-1.85', 'Dividend': '0', 'Name': 'Ignite Restaurant Gp', 'Description': 'Ignite Restaurant Gp', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'IRG', 'DPS': '0'}
{'NTA': '0', 'Yield': '3.67', 'EBITDA': '-1830000', 'Industry': 'Biotechnology: Electromedical & Electrotherapeutic Apparatus', 'PtS': '3.03', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.15', 'Dividend': '0', 'Name': 'Iridex Cp', 'Description': 'Iridex Cp', 'DivYield': '0', 'MarketCap': '145250000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '3.57', 'PE': '0', 'PEG': '-0.8', 'Shares': '10442130', 'ImputationCredits': '0', 'Symbol': 'IRIX', 'DPS': '0'}
{'NTA': '0', 'Yield': '-45.63', 'EBITDA': '11170000', 'Industry': '', 'PtS': '2.92', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.6', 'Dividend': '0', 'Name': 'Iradimed Cp Cm Stk', 'Description': 'Iradimed Cp Cm Stk', 'DivYield': '0', 'MarketCap': '95580000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.98', 'PE': '14.83', 'PEG': '3.16', 'Shares': '10739330', 'ImputationCredits': '0', 'Symbol': 'IRMD', 'DPS': '0'}
{'NTA': '0', 'Yield': '8.15', 'EBITDA': '0', 'Industry': '', 'PtS': '3.43', 'DateTime': '2017-03-30T00:00:00', 'EPS': '1.19', 'Dividend': '0', 'Name': 'If Bancorp Inc', 'Description': 'If Bancorp Inc', 'DivYield': '0.81', 'MarketCap': '73050000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.89', 'PE': '16.72', 'PEG': '0', 'Shares': '3670854', 'ImputationCredits': '0', 'Symbol': 'IROQ', 'DPS': '0.16'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-14720000', 'Industry': '', 'PtS': '9.52', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-3.95', 'Dividend': '0', 'Name': 'Irhythm Technologies Inc', 'Description': 'Irhythm Technologies Inc', 'DivYield': '0', 'MarketCap': '630030000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '6.59', 'PE': '0', 'PEG': '0', 'Shares': '16756120', 'ImputationCredits': '0', 'Symbol': 'IRTC', 'DPS': '0'}
{'NTA': '0', 'Yield': '63.25', 'EBITDA': '-29180000', 'Industry': 'Major Pharmaceuticals', 'PtS': '9.59', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.56', 'Dividend': '0', 'Name': 'Ironwood Pharmaceuti', 'Description': 'Ironwood Pharmaceuti', 'DivYield': '0', 'MarketCap': '2520000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '39.23', 'PE': '0', 'PEG': '-0.65', 'Shares': '147714000', 'ImputationCredits': '0', 'Symbol': 'IRWD', 'DPS': '0'}
{'NTA': '0', 'Yield': '24.5', 'EBITDA': '0', 'Industry': 'Savings Institutions', 'PtS': '6.47', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.64', 'Dividend': '0', 'Name': 'Investors Bancorp', 'Description': 'Investors Bancorp', 'DivYield': '2.29', 'MarketCap': '4270000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.36', 'PE': '22.47', 'PEG': '1.79', 'Shares': '296940200', 'ImputationCredits': '0', 'Symbol': 'ISBC', 'DPS': '0.32'}
{'NTA': '0', 'Yield': '10.33', 'EBITDA': '213790000', 'Industry': 'Services-Misc. Amusement & Recreation', 'PtS': '2.53', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.66', 'Dividend': '0', 'Name': 'Intl Speedway Cl A', 'Description': 'Intl Speedway Cl A', 'DivYield': '1.13', 'MarketCap': '1670000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '1.18', 'PE': '22.26', 'PEG': '4.68', 'Shares': '45196210', 'ImputationCredits': '0', 'Symbol': 'ISCA', 'DPS': '0.41'}
{'NTA': '0', 'Yield': '-5.75', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Ishares 1-3 Yr Intl', 'Description': 'Ishares 1-3 Yr Intl', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'ISHG', 'DPS': '0'}
{'NTA': '0', 'Yield': '-39.68', 'EBITDA': '-542999', 'Industry': 'Advertising', 'PtS': '0.69', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.11', 'Dividend': '0', 'Name': 'Insignia Systems', 'Description': 'Insignia Systems', 'DivYield': '0', 'MarketCap': '17370000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '1.14', 'PE': '0', 'PEG': '0', 'Shares': '11657720', 'ImputationCredits': '0', 'Symbol': 'ISIG', 'DPS': '0'}
{'NTA': '0', 'Yield': '76.91', 'EBITDA': '208720000', 'Industry': 'Hotels/Resorts', 'PtS': '1.12', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.62', 'Dividend': '0', 'Name': 'Isle of Capri Cas', 'Description': 'Isle of Capri Cas', 'DivYield': '0', 'MarketCap': '1090000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '9.21', 'PE': '16.22', 'PEG': '5.3', 'Shares': '41350530', 'ImputationCredits': '0', 'Symbol': 'ISLE', 'DPS': '0'}
{'NTA': '0', 'Yield': '5.27', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.786', 'Dividend': '0', 'Name': 'SLM Corp Med Nt A', 'Description': 'SLM Corp Med Nt A', 'DivYield': '0', 'MarketCap': '76270000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '3000157000', 'ImputationCredits': '0', 'Symbol': 'ISM', 'DPS': '0'}
{'NTA': '0', 'Yield': '17.89', 'EBITDA': '1110000', 'Industry': 'Industrial Machinery/Components', 'PtS': '1.04', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.14', 'Dividend': '0', 'Name': 'Image Sensing Syst', 'Description': 'Image Sensing Syst', 'DivYield': '0', 'MarketCap': '14770000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '2.38', 'PE': '21.32', 'PEG': '0', 'Shares': '5093104', 'ImputationCredits': '0', 'Symbol': 'ISNS', 'DPS': '0'}
{'NTA': '0', 'Yield': '22.37', 'EBITDA': '1050000000', 'Industry': 'Industrial Specialties', 'PtS': '10.99', 'DateTime': '2017-03-31T00:00:00', 'EPS': '18.73', 'Dividend': '0', 'Name': 'Intuitive Surg Inc', 'Description': 'Intuitive Surg Inc', 'DivYield': '0', 'MarketCap': '29730000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '5.15', 'PE': '40.92', 'PEG': '2.76', 'Shares': '38788210', 'ImputationCredits': '0', 'Symbol': 'ISRG', 'DPS': '0'}
{'NTA': '0', 'Yield': '32.63', 'EBITDA': '25560000', 'Industry': 'Oil & Gas Production', 'PtS': '5.82', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.48', 'Dividend': '0', 'Name': 'Isramco Inc', 'Description': 'Isramco Inc', 'DivYield': '0', 'MarketCap': '318300000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Energy', 'PtB': '44.88', 'PE': '47.24', 'PEG': '0', 'Shares': '2717030', 'ImputationCredits': '0', 'Symbol': 'ISRL', 'DPS': '0'}
{'NTA': '0', 'Yield': '9.42', 'EBITDA': '1640000', 'Industry': 'EDP Services', 'PtS': '2.07', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.06', 'Dividend': '0', 'Name': 'Innovative Sol&Sup', 'Description': 'Innovative Sol&Sup', 'DivYield': '0', 'MarketCap': '50850000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.62', 'PE': '50.5', 'PEG': '0', 'Shares': '16782180', 'ImputationCredits': '0', 'Symbol': 'ISSC', 'DPS': '0'}
{'NTA': '0', 'Yield': '44.08', 'EBITDA': '0', 'Industry': '', 'PtS': '4.1', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.1', 'Dividend': '0', 'Name': 'Investar Holding Cmn', 'Description': 'Investar Holding Cmn', 'DivYield': '0.36', 'MarketCap': '153480000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.39', 'PE': '19.91', 'PEG': '0', 'Shares': '7008219', 'ImputationCredits': '0', 'Symbol': 'ISTR', 'DPS': '0.08'}
{'NTA': '0', 'Yield': '-52.65', 'EBITDA': '-118060000', 'Industry': '', 'PtS': '2134.39', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.69', 'Dividend': '0', 'Name': 'Intra-Cellular Ther', 'Description': 'Intra-Cellular Ther', 'DivYield': '0', 'MarketCap': '705410000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.87', 'PE': '0', 'PEG': '0', 'Shares': '43409840', 'ImputationCredits': '0', 'Symbol': 'ITCI', 'DPS': '0'}
{'NTA': '0', 'Yield': '-79.59', 'EBITDA': '-41710000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.6', 'Dividend': '0', 'Name': 'Inotek Pharma Cmn', 'Description': 'Inotek Pharma Cmn', 'DivYield': '0', 'MarketCap': '53970000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.79', 'PE': '0', 'PEG': '0', 'Shares': '26985000', 'ImputationCredits': '0', 'Symbol': 'ITEK', 'DPS': '0'}
{'NTA': '0', 'Yield': '20.7', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Blstar Ta-Bgtch Isrl', 'Description': 'Blstar Ta-Bgtch Isrl', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'ITEQ', 'DPS': '0'}
{'NTA': '0', 'Yield': '118.47', 'EBITDA': '-1890000', 'Industry': '', 'PtS': '1.91', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.09', 'Dividend': '0', 'Name': 'Iteris Inc Cmn Stk', 'Description': 'Iteris Inc Cmn Stk', 'DivYield': '0', 'MarketCap': '175380000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '4.03', 'PE': '0', 'PEG': '-2.24', 'Shares': '32238970', 'ImputationCredits': '0', 'Symbol': 'ITI', 'DPS': '0'}
{'NTA': '0', 'Yield': '66.28', 'EBITDA': '29650000', 'Industry': 'Specialty Insurers', 'PtS': '2.14', 'DateTime': '2017-03-31T00:00:00', 'EPS': '10.19', 'Dividend': '0', 'Name': 'Investors Title Co', 'Description': 'Investors Title Co', 'DivYield': '0.51', 'MarketCap': '297950000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.91', 'PE': '15.52', 'PEG': '0', 'Shares': '1883971', 'ImputationCredits': '0', 'Symbol': 'ITIC', 'DPS': '0.8'}
{'NTA': '0', 'Yield': '47.62', 'EBITDA': '213620000', 'Industry': 'Electrical Products', 'PtS': '1.15', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.82', 'Dividend': '0', 'Name': 'Itron Inc', 'Description': 'Itron Inc', 'DivYield': '0', 'MarketCap': '2330000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '3.68', 'PE': '74.02', 'PEG': '0.97', 'Shares': '38385500', 'ImputationCredits': '0', 'Symbol': 'ITRI', 'DPS': '0'}
{'NTA': '0', 'Yield': '48.32', 'EBITDA': '59630000', 'Industry': 'Electronic Components', 'PtS': '3.13', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.53', 'Dividend': '0', 'Name': 'Ituran Location', 'Description': 'Ituran Location', 'DivYield': '5.46', 'MarketCap': '646860000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '6.11', 'PE': '20.16', 'PEG': '0', 'Shares': '20967910', 'ImputationCredits': '0', 'Symbol': 'ITRN', 'DPS': '1.6'}
{'NTA': '0', 'Yield': '6.38', 'EBITDA': '-4020000', 'Industry': '', 'PtS': '84.66', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.8', 'Dividend': '0', 'Name': 'Itus Corp Cmn', 'Description': 'Itus Corp Cmn', 'DivYield': '0', 'MarketCap': '26270000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '8756667', 'ImputationCredits': '0', 'Symbol': 'ITUS', 'DPS': '0'}
{'NTA': '0', 'Yield': '160.42', 'EBITDA': '-2830000', 'Industry': 'Industrial Machinery/Components', 'PtS': '3.34', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.36', 'Dividend': '0', 'Name': 'Intevac Inc', 'Description': 'Intevac Inc', 'DivYield': '0', 'MarketCap': '267380000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '3.57', 'PE': '0', 'PEG': '26.04', 'Shares': '21390400', 'ImputationCredits': '0', 'Symbol': 'IVAC', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-08T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Ivy Energy Nextshares', 'Description': 'Ivy Energy Nextshares', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'IVENC', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-08T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Ivy Focused Growth Nextshares', 'Description': 'Ivy Focused Growth Nextshares', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'IVFGC', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-08T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Ivy Focused Value Nextshares', 'Description': 'Ivy Focused Value Nextshares', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'IVFVC', 'DPS': '0'}
{'NTA': '0', 'Yield': '16.91', 'EBITDA': '-36690000', 'Industry': '', 'PtS': '4.21', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.73', 'Dividend': '0', 'Name': 'Invuity Inc Cmn Stk', 'Description': 'Invuity Inc Cmn Stk', 'DivYield': '0', 'MarketCap': '134900000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.96', 'PE': '0', 'PEG': '-0.15', 'Shares': '16968550', 'ImputationCredits': '0', 'Symbol': 'IVTY', 'DPS': '0'}
{'NTA': '0', 'Yield': '8.09', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Ishs Core ACWI IMI', 'Description': 'Ishs Core ACWI IMI', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'IXUS', 'DPS': '0'}
{'NTA': '0', 'Yield': '34.72', 'EBITDA': '39620000', 'Industry': 'Semiconductors', 'PtS': '1.43', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.58', 'Dividend': '0', 'Name': 'Ixys Corporation', 'Description': 'Ixys Corporation', 'DivYield': '0', 'MarketCap': '459940000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.59', 'PE': '25.09', 'PEG': '0', 'Shares': '31611000', 'ImputationCredits': '0', 'Symbol': 'IXYS', 'DPS': '0'}
{'NTA': '0', 'Yield': '-37.41', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.87', 'Dividend': '0', 'Name': 'Izea Inc', 'Description': 'Izea Inc', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '-0.67', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'IZEA', 'DPS': '0'}
{'NTA': '0', 'Yield': '50.58', 'EBITDA': '347330000', 'Industry': 'Restaurants', 'PtS': '1.99', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.82', 'Dividend': '0', 'Name': 'Jack In The Box Inc', 'Description': 'Jack In The Box Inc', 'DivYield': '1.6', 'MarketCap': '3220000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '0', 'PE': '26.66', 'PEG': '1.69', 'Shares': '31655520', 'ImputationCredits': '0', 'Symbol': 'JACK', 'DPS': '1.6'}
{'NTA': '0', 'Yield': '-41.18', 'EBITDA': '-13550000', 'Industry': '', 'PtS': '94.02', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.35', 'Dividend': '0', 'Name': 'Jaguar Animal Cmn', 'Description': 'Jaguar Animal Cmn', 'DivYield': '0', 'MarketCap': '14010000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '-0.02', 'Shares': '14010000', 'ImputationCredits': '0', 'Symbol': 'JAGX', 'DPS': '0'}
{'NTA': '0', 'Yield': '-26.67', 'EBITDA': '40120000', 'Industry': 'Recreational Products/Toys', 'PtS': '0.13', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.07', 'Dividend': '0', 'Name': 'Jakks Pacific Inc', 'Description': 'Jakks Pacific Inc', 'DivYield': '0', 'MarketCap': '88370000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '0.67', 'PE': '78.57', 'PEG': '1.04', 'Shares': '16067270', 'ImputationCredits': '0', 'Symbol': 'JAKK', 'DPS': '0'}
{'NTA': '0', 'Yield': '-62.91', 'EBITDA': '62050000', 'Industry': '', 'PtS': '0.05', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-3.13', 'Dividend': '0', 'Name': 'Jason Indst Cmn', 'Description': 'Jason Indst Cmn', 'DivYield': '0', 'MarketCap': '38310000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '25885140', 'ImputationCredits': '0', 'Symbol': 'JASN', 'DPS': '0'}
{'NTA': '0', 'Yield': '-60', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Jason Industries Wt', 'Description': 'Jason Industries Wt', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'JASNW', 'DPS': '0'}
{'NTA': '0', 'Yield': '-24.57', 'EBITDA': '241000000', 'Industry': 'Semiconductors', 'PtS': '0.12', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.89', 'Dividend': '0', 'Name': 'JA Solar Holdings', 'Description': 'JA Solar Holdings', 'DivYield': '0', 'MarketCap': '268030000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '0.28', 'PE': '3.03', 'PEG': '-0.31', 'Shares': '46858390', 'ImputationCredits': '0', 'Symbol': 'JASO', 'DPS': '0'}
{'NTA': '0', 'Yield': '-3.7', 'EBITDA': '750780000', 'Industry': 'Major Pharmaceuticals', 'PtS': '5.85', 'DateTime': '2017-03-31T00:00:00', 'EPS': '6.41', 'Dividend': '0', 'Name': 'Jazz Pharma Plc', 'Description': 'Jazz Pharma Plc', 'DivYield': '0', 'MarketCap': '8670000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '4.64', 'PE': '22.64', 'PEG': '0.73', 'Shares': '59739540', 'ImputationCredits': '0', 'Symbol': 'JAZZ', 'DPS': '0'}
{'NTA': '0', 'Yield': '10.69', 'EBITDA': '1080000000', 'Industry': 'Trucking Freight/Courier Services', 'PtS': '1.54', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.81', 'Dividend': '0', 'Name': 'J B Hunt Transport', 'Description': 'J B Hunt Transport', 'DivYield': '1.01', 'MarketCap': '10050000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Transportation', 'PtB': '7.15', 'PE': '23.69', 'PEG': '1.78', 'Shares': '111332700', 'ImputationCredits': '0', 'Symbol': 'JBHT', 'DPS': '0.92'}
{'NTA': '0', 'Yield': '4.14', 'EBITDA': '1670000000', 'Industry': 'Air Freight/Delivery Services', 'PtS': '1.05', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.22', 'Dividend': '0', 'Name': 'Jetblue Airways Cp', 'Description': 'Jetblue Airways Cp', 'DivYield': '0', 'MarketCap': '6950000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Transportation', 'PtB': '1.74', 'PE': '9.27', 'PEG': '2.68', 'Shares': '337214900', 'ImputationCredits': '0', 'Symbol': 'JBLU', 'DPS': '0'}
{'NTA': '0', 'Yield': '32.28', 'EBITDA': '69300000', 'Industry': 'Specialty Foods', 'PtS': '0.89', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.94', 'Dividend': '0', 'Name': 'John B Sanfilippo', 'Description': 'John B Sanfilippo', 'DivYield': '0', 'MarketCap': '824490000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '3.72', 'PE': '24.87', 'PEG': '0', 'Shares': '11265060', 'ImputationCredits': '0', 'Symbol': 'JBSS', 'DPS': '0'}
{'NTA': '0', 'Yield': '32.1', 'EBITDA': '369510000', 'Industry': 'Telecommunications Equipment', 'PtS': '4.67', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.13', 'Dividend': '0', 'Name': 'J2 Global Inc Cmn', 'Description': 'J2 Global Inc Cmn', 'DivYield': '1.73', 'MarketCap': '4040000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '4.39', 'PE': '26.81', 'PEG': '0.93', 'Shares': '48146820', 'ImputationCredits': '0', 'Symbol': 'JCOM', 'DPS': '1.46'}
{'NTA': '0', 'Yield': '-32.62', 'EBITDA': '-784295', 'Industry': 'Telecommunications Equipment', 'PtS': '0.39', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.92', 'Dividend': '0', 'Name': 'Commun Systems Inc', 'Description': 'Commun Systems Inc', 'DivYield': '3.71', 'MarketCap': '38990000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Public Utilities', 'PtB': '0.6', 'PE': '0', 'PEG': '0', 'Shares': '8861364', 'ImputationCredits': '0', 'Symbol': 'JCS', 'DPS': '0.16'}
{'NTA': '0', 'Yield': '5.98', 'EBITDA': '3790000', 'Industry': 'RETAIL: Building Materials', 'PtS': '0.59', 'DateTime': '2017-03-30T00:00:00', 'EPS': '0.87', 'Dividend': '0', 'Name': 'Jewett-Cameron Trd', 'Description': 'Jewett-Cameron Trd', 'DivYield': '0', 'MarketCap': '27550000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '1.53', 'PE': '13.83', 'PEG': '0', 'Shares': '2286307', 'ImputationCredits': '0', 'Symbol': 'JCTCF', 'DPS': '0'}
{'NTA': '0', 'Yield': '21.71', 'EBITDA': '-40200000', 'Industry': '', 'PtS': '1.18', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.4', 'Dividend': '0', 'Name': 'Jd.Com Inc Ads', 'Description': 'Jd.Com Inc Ads', 'DivYield': '0', 'MarketCap': '44120000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '9.07', 'PE': '0', 'PEG': '-1.14', 'Shares': '1418193000', 'ImputationCredits': '0', 'Symbol': 'JD', 'DPS': '0'}
{'NTA': '0', 'Yield': '5.65', 'EBITDA': '-218999', 'Industry': '', 'PtS': '1.67', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.18', 'Dividend': '0', 'Name': 'Jive Software Inc', 'Description': 'Jive Software Inc', 'DivYield': '0', 'MarketCap': '340440000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '5.28', 'PE': '0', 'PEG': '1.95', 'Shares': '79172100', 'ImputationCredits': '0', 'Symbol': 'JIVE', 'DPS': '0'}
{'NTA': '0', 'Yield': '34.05', 'EBITDA': '153730000', 'Industry': 'Specialty Foods', 'PtS': '2.55', 'DateTime': '2017-03-31T00:00:00', 'EPS': '4.08', 'Dividend': '0', 'Name': 'J J Snack Foods', 'Description': 'J J Snack Foods', 'DivYield': '1.24', 'MarketCap': '2540000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '3.94', 'PE': '33.22', 'PEG': '5.17', 'Shares': '18737090', 'ImputationCredits': '0', 'Symbol': 'JJSF', 'DPS': '1.68'}
{'NTA': '0', 'Yield': '14.9', 'EBITDA': '492990000', 'Industry': 'EDP Services', 'PtS': '5.23', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.28', 'Dividend': '0', 'Name': 'Jack Henry & Assoc', 'Description': 'Jack Henry & Assoc', 'DivYield': '1.32', 'MarketCap': '7230000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '7.51', 'PE': '28.36', 'PEG': '2.5', 'Shares': '77658430', 'ImputationCredits': '0', 'Symbol': 'JKHY', 'DPS': '1.24'}
{'NTA': '0', 'Yield': '18.29', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.85', 'Dividend': '0', 'Name': 'Ishares Mrgng Mid Va', 'Description': 'Ishares Mrgng Mid Va', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'JKI', 'DPS': '0'}
{'NTA': '0', 'Yield': '-30.33', 'EBITDA': '-3640000', 'Industry': 'Restaurants', 'PtS': '1.7', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.03', 'Dividend': '0', 'Name': 'Jamba Inc Cmn Stk', 'Description': 'Jamba Inc Cmn Stk', 'DivYield': '0', 'MarketCap': '138730000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '193.62', 'PE': '0', 'PEG': '3.03', 'Shares': '15329280', 'ImputationCredits': '0', 'Symbol': 'JMBA', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-1600000', 'Industry': '', 'PtS': '2.35', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1', 'Dividend': '0', 'Name': 'Wowo Ltd Ads', 'Description': 'Wowo Ltd Ads', 'DivYield': '0', 'MarketCap': '221430000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.83', 'PE': '0', 'PEG': '0', 'Shares': '82011110', 'ImputationCredits': '0', 'Symbol': 'JMU', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-12520000', 'Industry': '', 'PtS': '1.48', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-11', 'Dividend': '0', 'Name': 'Jounce Therapeutics Inc', 'Description': 'Jounce Therapeutics Inc', 'DivYield': '0', 'MarketCap': '53300000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '2423829', 'ImputationCredits': '0', 'Symbol': 'JNCE', 'DPS': '0'}
{'NTA': '0', 'Yield': '-30.04', 'EBITDA': '7180000', 'Industry': '', 'PtS': '0.93', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.55', 'Dividend': '0', 'Name': 'Juniper Pharm Inc', 'Description': 'Juniper Pharm Inc', 'DivYield': '0', 'MarketCap': '51500000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.28', 'PE': '8.7', 'PEG': '0', 'Shares': '10842110', 'ImputationCredits': '0', 'Symbol': 'JNP', 'DPS': '0'}
{'NTA': '0', 'Yield': '23.02', 'EBITDA': '96980000', 'Industry': 'Diversified Commercial Services', 'PtS': '6.41', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.4', 'Dividend': '0', 'Name': '51Job Inc', 'Description': '51Job Inc', 'DivYield': '0', 'MarketCap': '2200000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '3.02', 'PE': '26.07', 'PEG': '6.57', 'Shares': '60010910', 'ImputationCredits': '0', 'Symbol': 'JOBS', 'DPS': '0'}
{'NTA': '0', 'Yield': '51.26', 'EBITDA': '40600000', 'Industry': 'Recreational Products/Toys', 'PtS': '0.79', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.8', 'Dividend': '0', 'Name': 'Johnson Outdoors I', 'Description': 'Johnson Outdoors I', 'DivYield': '1.01', 'MarketCap': '353200000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '1.69', 'PE': '20.04', 'PEG': '1.03', 'Shares': '9811111', 'ImputationCredits': '0', 'Symbol': 'JOUT', 'DPS': '0.36'}
{'NTA': '0', 'Yield': '-44.84', 'EBITDA': '-4480000', 'Industry': 'Business Services', 'PtS': '0.71', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.85', 'Dividend': '0', 'Name': 'China Finance Online', 'Description': 'China Finance Online', 'DivYield': '0', 'MarketCap': '70230000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Miscellaneous', 'PtB': '0.69', 'PE': '3.66', 'PEG': '0', 'Shares': '22654840', 'ImputationCredits': '0', 'Symbol': 'JRJC', 'DPS': '0'}
{'NTA': '0', 'Yield': '38.44', 'EBITDA': '91710000', 'Industry': 'Property & Casualty Insurance', 'PtS': '2.11', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.49', 'Dividend': '0', 'Name': 'James River Gp HD Cmn', 'Description': 'James River Gp HD Cmn', 'DivYield': '2.9', 'MarketCap': '1260000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.78', 'PE': '17.21', 'PEG': '0', 'Shares': '29398040', 'ImputationCredits': '0', 'Symbol': 'JRVR', 'DPS': '1.2'}
{'NTA': '0', 'Yield': '18.12', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.61', 'Dividend': '0', 'Name': 'SLM Cp 6% Sr Nt', 'Description': 'SLM Cp 6% Sr Nt', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'JSM', 'DPS': '0'}
{'NTA': '0', 'Yield': '19.71', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Jns Sml Mid Cap ETF', 'Description': 'Jns Sml Mid Cap ETF', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'JSMD', 'DPS': '0'}
{'NTA': '0', 'Yield': '17.53', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Janus Sm Cap Gr ETF', 'Description': 'Janus Sm Cap Gr ETF', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'JSML', 'DPS': '0'}
{'NTA': '0', 'Yield': '4.06', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.2', 'Dividend': '0', 'Name': 'Jensyn Acq Cp CS', 'Description': 'Jensyn Acq Cp CS', 'DivYield': '0', 'MarketCap': '19640000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.92', 'PE': '0', 'PEG': '0', 'Shares': '1916098', 'ImputationCredits': '0', 'Symbol': 'JSYN', 'DPS': '0'}
{'NTA': '0', 'Yield': '52.17', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Jensyn Acq Cp Rt', 'Description': 'Jensyn Acq Cp Rt', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'JSYNR', 'DPS': '0'}
{'NTA': '0', 'Yield': '7.14', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Jensyn Acq Cp Ut', 'Description': 'Jensyn Acq Cp Ut', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'JSYNU', 'DPS': '0'}
{'NTA': '0', 'Yield': '237.5', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Jensyn Acq Cp Wt', 'Description': 'Jensyn Acq Cp Wt', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'JSYNW', 'DPS': '0'}
{'NTA': '0', 'Yield': '-14.23', 'EBITDA': '2630000', 'Industry': '', 'PtS': '0.62', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.89', 'Dividend': '0', 'Name': 'Jetpay Corporation', 'Description': 'Jetpay Corporation', 'DivYield': '0', 'MarketCap': '36630000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.91', 'PE': '0', 'PEG': '0', 'Shares': '15587230', 'ImputationCredits': '0', 'Symbol': 'JTPY', 'DPS': '0'}
{'NTA': '0', 'Yield': '-47.28', 'EBITDA': '-248540000', 'Industry': '', 'PtS': '26.43', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.42', 'Dividend': '0', 'Name': 'Juno Therapeutics Cmn', 'Description': 'Juno Therapeutics Cmn', 'DivYield': '0', 'MarketCap': '2090000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.95', 'PE': '0', 'PEG': '0', 'Shares': '103465300', 'ImputationCredits': '0', 'Symbol': 'JUNO', 'DPS': '0'}
{'NTA': '0', 'Yield': '25.34', 'EBITDA': '4300000', 'Industry': 'Beverages (Production/Distribution)', 'PtS': '0.36', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.35', 'Dividend': '0', 'Name': 'Coffee Holding Co.', 'Description': 'Coffee Holding Co.', 'DivYield': '0', 'MarketCap': '27260000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '1.07', 'PE': '13.14', 'PEG': '0', 'Shares': '5862366', 'ImputationCredits': '0', 'Symbol': 'JVA', 'DPS': '0'}
{'NTA': '0', 'Yield': '19.69', 'EBITDA': '0', 'Industry': 'Banks', 'PtS': '3.8415', 'DateTime': '2017-03-29T00:00:00', 'EPS': '1.7', 'Dividend': '0', 'Name': 'Jacksonville Bncp', 'Description': 'Jacksonville Bncp', 'DivYield': '1.3', 'MarketCap': '55810000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.2068', 'PE': '18.4125', 'PEG': '0', 'Shares': '1782993', 'ImputationCredits': '0', 'Symbol': 'JXSB', 'DPS': '0.4'}
{'NTA': '0', 'Yield': '26.51', 'EBITDA': '-8860000', 'Industry': '', 'PtS': '2.2', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.2', 'Dividend': '0', 'Name': 'The Joint Corp Cmn', 'Description': 'The Joint Corp Cmn', 'DivYield': '0', 'MarketCap': '43990000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '6.5', 'PE': '0', 'PEG': '-0.36', 'Shares': '13053410', 'ImputationCredits': '0', 'Symbol': 'JYNT', 'DPS': '0'}
{'NTA': '0', 'Yield': '-15.74', 'EBITDA': '216500000', 'Industry': 'Metal Fabrications', 'PtS': '1.04', 'DateTime': '2017-03-31T00:00:00', 'EPS': '5.09', 'Dividend': '0', 'Name': 'Kaiser Aluminum', 'Description': 'Kaiser Aluminum', 'DivYield': '2.54', 'MarketCap': '1400000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '1.73', 'PE': '15.7', 'PEG': '1.95', 'Shares': '17521900', 'ImputationCredits': '0', 'Symbol': 'KALU', 'DPS': '2'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-16310000', 'Industry': '', 'PtS': '42.6', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-5.97', 'Dividend': '0', 'Name': 'Kalvista Pharmaceuticals Inc', 'Description': 'Kalvista Pharmaceuticals Inc', 'DivYield': '0', 'MarketCap': '75860000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.05', 'PE': '0', 'PEG': '0', 'Shares': '9713188', 'ImputationCredits': '0', 'Symbol': 'KALV', 'DPS': '0'}
{'NTA': '0', 'Yield': '-32.03', 'EBITDA': '57490000', 'Industry': '', 'PtS': '2.23', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.03', 'Dividend': '0', 'Name': 'Ikang Healthcare ADR', 'Description': 'Ikang Healthcare ADR', 'DivYield': '0', 'MarketCap': '942430000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.95', 'PE': '0', 'PEG': '0', 'Shares': '64550000', 'ImputationCredits': '0', 'Symbol': 'KANG', 'DPS': '0'}
{'NTA': '0', 'Yield': '41.75', 'EBITDA': '61880000', 'Industry': '', 'PtS': '0.93', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.76', 'Dividend': '0', 'Name': 'Kimball Intl Cl B', 'Description': 'Kimball Intl Cl B', 'DivYield': '1.46', 'MarketCap': '614380000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.8', 'PE': '21.71', 'PEG': '0', 'Shares': '37235150', 'ImputationCredits': '0', 'Symbol': 'KBAL', 'DPS': '0.24'}
{'NTA': '0', 'Yield': '-7.5', 'EBITDA': '2070000', 'Industry': '', 'PtS': '0.26', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.98', 'Dividend': '0', 'Name': 'Kbs Fashion Gp Ltd', 'Description': 'Kbs Fashion Gp Ltd', 'DivYield': '0', 'MarketCap': '9810000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.1', 'PE': '5.65', 'PEG': '0', 'Shares': '1767568', 'ImputationCredits': '0', 'Symbol': 'KBSF', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'KBW Bank Powershares', 'Description': 'KBW Bank Powershares', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'KBWB', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'KBW High Div Yield Financial Powershares', 'Description': 'KBW High Div Yield Financial Powershares', 'DivYield': '0', 'MarketCap': '246650000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '10500210000', 'ImputationCredits': '0', 'Symbol': 'KBWD', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'KBW Prop & Casuality Insur Powershares', 'Description': 'KBW Prop & Casuality Insur Powershares', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'KBWP', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'KBW Regional Banking Powershares', 'Description': 'KBW Regional Banking Powershares', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'KBWR', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'KBW Prem Yield Equity REIT Powershares', 'Description': 'KBW Prem Yield Equity REIT Powershares', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'KBWY', 'DPS': '0'}
{'NTA': '0', 'Yield': '12.74', 'EBITDA': '0', 'Industry': 'Closed-End Fund - Equity', 'PtS': '4.08', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.03', 'Dividend': '0', 'Name': 'Kcap Financial Cmn', 'Description': 'Kcap Financial Cmn', 'DivYield': '11.88', 'MarketCap': '149640000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '0.76', 'PE': '0', 'PEG': '0.64', 'Shares': '36766580', 'ImputationCredits': '0', 'Symbol': 'KCAP', 'DPS': '0.48'}
{'NTA': '0', 'Yield': '54.94', 'EBITDA': '58550000', 'Industry': '', 'PtS': '0.49', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.1', 'Dividend': '0', 'Name': 'Kimball Electrnc Cmn', 'Description': 'Kimball Electrnc Cmn', 'DivYield': '0', 'MarketCap': '438650000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.34', 'PE': '14.63', 'PEG': '0', 'Shares': '27330220', 'ImputationCredits': '0', 'Symbol': 'KE', 'DPS': '0'}
{'NTA': '0', 'Yield': '16.46', 'EBITDA': '87900000', 'Industry': 'Professional Services', 'PtS': '0.15', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.08', 'Dividend': '0', 'Name': 'Kelly Svcs Cl A', 'Description': 'Kelly Svcs Cl A', 'DivYield': '1.42', 'MarketCap': '835990000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '0.81', 'PE': '7.1', 'PEG': '0.94', 'Shares': '38242910', 'ImputationCredits': '0', 'Symbol': 'KELYA', 'DPS': '0.3'}
{'NTA': '0', 'Yield': '23.84', 'EBITDA': '87900000', 'Industry': 'Professional Services', 'PtS': '0.16', 'DateTime': '2017-03-30T00:00:00', 'EPS': '3.08', 'Dividend': '0', 'Name': 'Kelly Services Cl', 'Description': 'Kelly Services Cl', 'DivYield': '1.4', 'MarketCap': '822220000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '0.81', 'PE': '6.98', 'PEG': '0', 'Shares': '38242790', 'ImputationCredits': '0', 'Symbol': 'KELYB', 'DPS': '0.3'}
{'NTA': '0', 'Yield': '37.56', 'EBITDA': '8810000', 'Industry': 'Medical Specialities', 'PtS': '0.45', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.65', 'Dividend': '0', 'Name': 'Kewaunee Scientifi', 'Description': 'Kewaunee Scientifi', 'DivYield': '2.56', 'MarketCap': '62350000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '1.55', 'PE': '13.96', 'PEG': '0', 'Shares': '2710870', 'ImputationCredits': '0', 'Symbol': 'KEQU', 'DPS': '0.6'}
{'NTA': '0', 'Yield': '13.24', 'EBITDA': '-121760000', 'Industry': 'Major Pharmaceuticals', 'PtS': '20.53', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.52', 'Dividend': '0', 'Name': 'Keryx Biopharm Inc', 'Description': 'Keryx Biopharm Inc', 'DivYield': '0', 'MarketCap': '663230000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '0', 'PE': '0', 'PEG': '-0.08', 'Shares': '107667200', 'ImputationCredits': '0', 'Symbol': 'KERX', 'DPS': '0'}
{'NTA': '0', 'Yield': '37.01', 'EBITDA': '26120000', 'Industry': 'EDP Services', 'PtS': '1.29', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.63', 'Dividend': '0', 'Name': 'Keyw Holding Corp', 'Description': 'Keyw Holding Corp', 'DivYield': '0', 'MarketCap': '380720000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.6', 'PE': '0', 'PEG': '3.36', 'Shares': '40330510', 'ImputationCredits': '0', 'Symbol': 'KEYW', 'DPS': '0'}
{'NTA': '0', 'Yield': '8.27', 'EBITDA': '0', 'Industry': 'Savings Institutions', 'PtS': '8.1', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.13', 'Dividend': '0', 'Name': 'Kentucky First Fed', 'Description': 'Kentucky First Fed', 'DivYield': '4.01', 'MarketCap': '83470000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.23', 'PE': '74.81', 'PEG': '0', 'Shares': '8388945', 'ImputationCredits': '0', 'Symbol': 'KFFB', 'DPS': '0.4'}
{'NTA': '0', 'Yield': '24.93', 'EBITDA': '71950000', 'Industry': 'Professional Services', 'PtS': '0.45', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.25', 'Dividend': '0', 'Name': 'Kforce Inc', 'Description': 'Kforce Inc', 'DivYield': '2.06', 'MarketCap': '595890000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '4.88', 'PE': '19', 'PEG': '0.49', 'Shares': '25090100', 'ImputationCredits': '0', 'Symbol': 'KFRC', 'DPS': '0.48'}
{'NTA': '0', 'Yield': '-15.6', 'EBITDA': '120930000', 'Industry': 'Business Services', 'PtS': '0.06', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.85', 'Dividend': '0', 'Name': 'Kingold Jewelry Inc', 'Description': 'Kingold Jewelry Inc', 'DivYield': '0', 'MarketCap': '78560000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Miscellaneous', 'PtB': '0.27', 'PE': '1.4', 'PEG': '0', 'Shares': '66016810', 'ImputationCredits': '0', 'Symbol': 'KGJI', 'DPS': '0'}
{'NTA': '0', 'Yield': '16.32', 'EBITDA': '8570000000', 'Industry': '', 'PtS': '4.19', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.81', 'Dividend': '0', 'Name': 'Kraft Heinz Co Cmn', 'Description': 'Kraft Heinz Co Cmn', 'DivYield': '2.63', 'MarketCap': '110530000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.93', 'PE': '32.32', 'PEG': '0', 'Shares': '1217157000', 'ImputationCredits': '0', 'Symbol': 'KHC', 'DPS': '2.4'}
{'NTA': '0', 'Yield': '91.58', 'EBITDA': '-22010000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.13', 'Dividend': '0', 'Name': 'Kindred Biosciences', 'Description': 'Kindred Biosciences', 'DivYield': '0', 'MarketCap': '155590000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.45', 'PE': '0', 'PEG': '-0.13', 'Shares': '22069500', 'ImputationCredits': '0', 'Symbol': 'KIN', 'DPS': '0'}
{'NTA': '0', 'Yield': '70.95', 'EBITDA': '14540000', 'Industry': 'Specialty Insurers', 'PtS': '2.17', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.14', 'Dividend': '0', 'Name': 'Kingstone Cos Inc', 'Description': 'Kingstone Cos Inc', 'DivYield': '1.6', 'MarketCap': '169400000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '2.22', 'PE': '13.99', 'PEG': '0', 'Shares': '10620690', 'ImputationCredits': '0', 'Symbol': 'KINS', 'DPS': '0.25'}
{'NTA': '0', 'Yield': '-24.48', 'EBITDA': '42320000', 'Industry': 'Other Specialty Stores', 'PtS': '0.33', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.68', 'Dividend': '0', 'Name': "Kirkland's Inc", 'Description': "Kirkland's Inc", 'DivYield': '0', 'MarketCap': '197210000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '1.45', 'PE': '18.24', 'PEG': '1.4', 'Shares': '15904030', 'ImputationCredits': '0', 'Symbol': 'KIRK', 'DPS': '0'}
{'NTA': '0', 'Yield': '69.6', 'EBITDA': '-261740000', 'Industry': '', 'PtS': '177.19', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-5.46', 'Dividend': '0', 'Name': 'Kite Pharma Inc Cmn', 'Description': 'Kite Pharma Inc Cmn', 'DivYield': '0', 'MarketCap': '3940000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '9.16', 'PE': '0', 'PEG': '0', 'Shares': '50197480', 'ImputationCredits': '0', 'Symbol': 'KITE', 'DPS': '0'}
{'NTA': '0', 'Yield': '35.93', 'EBITDA': '1250000000', 'Industry': 'Electronic Components', 'PtS': '4.6', 'DateTime': '2017-03-31T00:00:00', 'EPS': '5.5', 'Dividend': '0', 'Name': 'K L A-Tencor Corp', 'Description': 'K L A-Tencor Corp', 'DivYield': '2.26', 'MarketCap': '14900000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '15.53', 'PE': '17.28', 'PEG': '1.39', 'Shares': '156726600', 'ImputationCredits': '0', 'Symbol': 'KLAC', 'DPS': '2.16'}
{'NTA': '0', 'Yield': '89.55', 'EBITDA': '94880000', 'Industry': 'Semiconductors', 'PtS': '2.16', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.89', 'Dividend': '0', 'Name': 'Kulicke and Soffa', 'Description': 'Kulicke and Soffa', 'DivYield': '0', 'MarketCap': '1440000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.76', 'PE': '22.81', 'PEG': '1.46', 'Shares': '70866140', 'ImputationCredits': '0', 'Symbol': 'KLIC', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.548', 'Dividend': '0', 'Name': 'Klr Energy Acq Cm A', 'Description': 'Klr Energy Acq Cm A', 'DivYield': '0', 'MarketCap': '27200000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '5.411', 'PE': '0', 'PEG': '0', 'Shares': '2633617', 'ImputationCredits': '0', 'Symbol': 'KLRE', 'DPS': '0'}
{'NTA': '0', 'Yield': '16.11', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-23T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Klr Energy Acq Ut', 'Description': 'Klr Energy Acq Ut', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'KLREU', 'DPS': '0'}
{'NTA': '0', 'Yield': '490', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Klr Energy Acq Wt', 'Description': 'Klr Energy Acq Wt', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'KLREW', 'DPS': '0'}
{'NTA': '0', 'Yield': '32.56', 'EBITDA': '206100000', 'Industry': '', 'PtS': '1.49', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.05', 'Dividend': '0', 'Name': 'Klx Inc', 'Description': 'Klx Inc', 'DivYield': '0', 'MarketCap': '2310000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.02', 'PE': '42.57', 'PEG': '0.91', 'Shares': '51677860', 'ImputationCredits': '0', 'Symbol': 'KLXI', 'DPS': '0'}
{'NTA': '0', 'Yield': '73.03', 'EBITDA': '-1980000', 'Industry': '', 'PtS': '3.2', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.19', 'Dividend': '0', 'Name': 'Kamada Ltd', 'Description': 'Kamada Ltd', 'DivYield': '0', 'MarketCap': '247850000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.71', 'PE': '0', 'PEG': '-113.33', 'Shares': '36448530', 'ImputationCredits': '0', 'Symbol': 'KMDA', 'DPS': '0'}
{'NTA': '0', 'Yield': '-70.41', 'EBITDA': '-34300000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.13', 'Dividend': '0', 'Name': 'Kempharm Inc Cmn', 'Description': 'Kempharm Inc Cmn', 'DivYield': '0', 'MarketCap': '71770000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '14646940', 'ImputationCredits': '0', 'Symbol': 'KMPH', 'DPS': '0'}
{'NTA': '0', 'Yield': '-47.15', 'EBITDA': '-26150000', 'Industry': 'Auto Manufacturing', 'PtS': '1.4', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.14', 'Dividend': '0', 'Name': 'Kandi Techs Grp Cmn', 'Description': 'Kandi Techs Grp Cmn', 'DivYield': '0', 'MarketCap': '181530000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '0.78', 'PE': '0', 'PEG': '0', 'Shares': '47771050', 'ImputationCredits': '0', 'Symbol': 'KNDI', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '41470000', 'Industry': '', 'PtS': '4.81', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.56', 'Dividend': '0', 'Name': 'Kinsale Capital Group Inc Cmn', 'Description': 'Kinsale Capital Group Inc Cmn', 'DivYield': '0.74', 'MarketCap': '683560000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.24', 'PE': '58.21', 'PEG': '1.59', 'Shares': '20968100', 'ImputationCredits': '0', 'Symbol': 'KNSL', 'DPS': '0.24'}
{'NTA': '0', 'Yield': '-52.7', 'EBITDA': '5880000', 'Industry': 'Restaurants', 'PtS': '0.37', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2', 'Dividend': '0', 'Name': 'Kona Grill Inc', 'Description': 'Kona Grill Inc', 'DivYield': '0', 'MarketCap': '63510000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '2.07', 'PE': '0', 'PEG': '-0.61', 'Shares': '10080950', 'ImputationCredits': '0', 'Symbol': 'KONA', 'DPS': '0'}
{'NTA': '0', 'Yield': '43.57', 'EBITDA': '-1360000', 'Industry': 'EDP Services', 'PtS': '3.92', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.11', 'Dividend': '0', 'Name': 'Kingtone Wirelessinf', 'Description': 'Kingtone Wirelessinf', 'DivYield': '0', 'MarketCap': '4860000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '0.24', 'PE': '0', 'PEG': '0', 'Shares': '1404624', 'ImputationCredits': '0', 'Symbol': 'KONE', 'DPS': '0'}
{'NTA': '0', 'Yield': '14.04', 'EBITDA': '-7620000', 'Industry': 'Medical Specialities', 'PtS': '2.43', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-7.49', 'Dividend': '0', 'Name': 'Cesca Therapeutics I', 'Description': 'Cesca Therapeutics I', 'DivYield': '0', 'MarketCap': '32130000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '0.98', 'PE': '0', 'PEG': '0', 'Shares': '9886154', 'ImputationCredits': '0', 'Symbol': 'KOOL', 'DPS': '0'}
{'NTA': '0', 'Yield': '146.99', 'EBITDA': '-27180000', 'Industry': 'Semiconductors', 'PtS': '11.63', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.37', 'Dividend': '0', 'Name': 'Kopin Cp', 'Description': 'Kopin Cp', 'DivYield': '0', 'MarketCap': '264610000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '3.55', 'PE': '0', 'PEG': '-0.55', 'Shares': '64539020', 'ImputationCredits': '0', 'Symbol': 'KOPN', 'DPS': '0'}
{'NTA': '0', 'Yield': '-3.64', 'EBITDA': '1300000', 'Industry': 'Consumer Electronics/Appliances', 'PtS': '0.61', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.18', 'Dividend': '0', 'Name': 'Koss Cp', 'Description': 'Koss Cp', 'DivYield': '0', 'MarketCap': '15650000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '0.86', 'PE': '11.84', 'PEG': '0', 'Shares': '7382076', 'ImputationCredits': '0', 'Symbol': 'KOSS', 'DPS': '0'}
{'NTA': '0', 'Yield': '38.06', 'EBITDA': '-110020000', 'Industry': '', 'PtS': '2818.81', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.92', 'Dividend': '0', 'Name': 'Karyopharm Therapeut', 'Description': 'Karyopharm Therapeut', 'DivYield': '0', 'MarketCap': '439120000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.67', 'PE': '0', 'PEG': '-0.13', 'Shares': '41900760', 'ImputationCredits': '0', 'Symbol': 'KPTI', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '30.556', 'Dividend': '0', 'Name': 'Global X Conscious Companies ETF', 'Description': 'Global X Conscious Companies ETF', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'KRMA', 'DPS': '0'}
{'NTA': '0', 'Yield': '88.55', 'EBITDA': '7800000', 'Industry': '', 'PtS': '5.4', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.03', 'Dividend': '0', 'Name': 'Kornit Digital Ord', 'Description': 'Kornit Digital Ord', 'DivYield': '0', 'MarketCap': '588660000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '5.48', 'PE': '707.41', 'PEG': '1.04', 'Shares': '30819890', 'ImputationCredits': '0', 'Symbol': 'KRNT', 'DPS': '0'}
{'NTA': '0', 'Yield': '19.26', 'EBITDA': '0', 'Industry': 'Savings Institutions', 'PtS': '12.35', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.22', 'Dividend': '0', 'Name': 'Kearny Financial Cmn', 'Description': 'Kearny Financial Cmn', 'DivYield': '0.61', 'MarketCap': '1280000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.14', 'PE': '68.26', 'PEG': '16.74', 'Shares': '85618730', 'ImputationCredits': '0', 'Symbol': 'KRNY', 'DPS': '0.09'}
{'NTA': '0', 'Yield': '2.95', 'EBITDA': '18130000', 'Industry': 'Computer peripheral equipment', 'PtS': '0.16', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.65', 'Dividend': '0', 'Name': 'Key Tronic Cp', 'Description': 'Key Tronic Cp', 'DivYield': '0', 'MarketCap': '78970000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '0.73', 'PE': '11.27', 'PEG': '0', 'Shares': '10758860', 'ImputationCredits': '0', 'Symbol': 'KTCC', 'DPS': '0'}
{'NTA': '0', 'Yield': '53.83', 'EBITDA': '6870000', 'Industry': 'Industrial Machinery/Components', 'PtS': '0.69', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.16', 'Dividend': '0', 'Name': 'Key Technology Inc', 'Description': 'Key Technology Inc', 'DivYield': '0', 'MarketCap': '84890000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.36', 'PE': '83.4', 'PEG': '1.42', 'Shares': '6401961', 'ImputationCredits': '0', 'Symbol': 'KTEC', 'DPS': '0'}
{'NTA': '0', 'Yield': '46.52', 'EBITDA': '16200000', 'Industry': 'Telecommunications Equipment', 'PtS': '0.88', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.99', 'Dividend': '0', 'Name': 'Kratos Defns', 'Description': 'Kratos Defns', 'DivYield': '0', 'MarketCap': '579870000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '2.11', 'PE': '0', 'PEG': '8.68', 'Shares': '74533420', 'ImputationCredits': '0', 'Symbol': 'KTOS', 'DPS': '0'}
{'NTA': '0', 'Yield': '-65.29', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.06', 'Dividend': '0', 'Name': 'Kitov Pharamceut Ads', 'Description': 'Kitov Pharamceut Ads', 'DivYield': '0', 'MarketCap': '14790000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.12', 'PE': '0', 'PEG': '0', 'Shares': '7663213', 'ImputationCredits': '0', 'Symbol': 'KTOV', 'DPS': '0'}
{'NTA': '0', 'Yield': '-68.48', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Kitov Pharamceuti Wt', 'Description': 'Kitov Pharamceuti Wt', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'KTOVW', 'DPS': '0'}
{'NTA': '0', 'Yield': '26.14', 'EBITDA': '-5520000', 'Industry': '', 'PtS': '3.35', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1', 'Dividend': '0', 'Name': 'K2M Group Hldngs Cmn', 'Description': 'K2M Group Hldngs Cmn', 'DivYield': '0', 'MarketCap': '815890000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.03', 'PE': '0', 'PEG': '-1.27', 'Shares': '42274090', 'ImputationCredits': '0', 'Symbol': 'KTWO', 'DPS': '0'}
{'NTA': '0', 'Yield': '166.67', 'EBITDA': '-28340000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.47', 'Dividend': '0', 'Name': 'Kura Oncology Cmn', 'Description': 'Kura Oncology Cmn', 'DivYield': '0', 'MarketCap': '170250000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.94', 'PE': '0', 'PEG': '0', 'Shares': '19346590', 'ImputationCredits': '0', 'Symbol': 'KURA', 'DPS': '0'}
{'NTA': '0', 'Yield': '-13.93', 'EBITDA': '10690000', 'Industry': 'Radio And Television Broadcasting And Communications Equipment', 'PtS': '0.75', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.47', 'Dividend': '0', 'Name': 'K V H Inds Inc', 'Description': 'K V H Inds Inc', 'DivYield': '0', 'MarketCap': '141980000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.24', 'PE': '0', 'PEG': '4.36', 'Shares': '16902380', 'ImputationCredits': '0', 'Symbol': 'KVHI', 'DPS': '0'}
{'NTA': '0', 'Yield': '16.67', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Kraneshs Csi Chn ETF', 'Description': 'Kraneshs Csi Chn ETF', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'KWEB', 'DPS': '0'}
{'NTA': '0', 'Yield': '2.07', 'EBITDA': '17880000', 'Industry': '', 'PtS': '1.92', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.8', 'Dividend': '0', 'Name': 'Kongzhong Corp', 'Description': 'Kongzhong Corp', 'DivYield': '0', 'MarketCap': '349000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.13', 'PE': '9.22', 'PEG': '0', 'Shares': '47098520', 'ImputationCredits': '0', 'Symbol': 'KZ', 'DPS': '0'}
{'NTA': '0', 'Yield': '18.67', 'EBITDA': '154090000', 'Industry': 'Publishing', 'PtS': '1.31', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.09', 'Dividend': '0', 'Name': 'Multi Color Cp', 'Description': 'Multi Color Cp', 'DivYield': '0.28', 'MarketCap': '1200000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Miscellaneous', 'PtB': '3.4', 'PE': '22.97', 'PEG': '5.41', 'Shares': '16901410', 'ImputationCredits': '0', 'Symbol': 'LABL', 'DPS': '0.2'}
{'NTA': '0', 'Yield': '23.71', 'EBITDA': '6040000', 'Industry': 'Industrial Specialties', 'PtS': '0.91', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.19', 'Dividend': '0', 'Name': 'Lakeland Inds Inc', 'Description': 'Lakeland Inds Inc', 'DivYield': '0', 'MarketCap': '78060000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '1.11', 'PE': '58.11', 'PEG': '1.8', 'Shares': '7261396', 'ImputationCredits': '0', 'Symbol': 'LAKE', 'DPS': '0'}
{'NTA': '0', 'Yield': '-0.98', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'PS Multi-Strategy Alternative', 'Description': 'PS Multi-Strategy Alternative', 'DivYield': '0', 'MarketCap': '6670000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '299775300', 'ImputationCredits': '0', 'Symbol': 'LALT', 'DPS': '0'}
{'NTA': '0', 'Yield': '20.47', 'EBITDA': '628910000', 'Industry': 'Advertising', 'PtS': '4.87', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.05', 'Dividend': '0', 'Name': 'Lamar Advertis A', 'Description': 'Lamar Advertis A', 'DivYield': '4.42', 'MarketCap': '7280000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '6.83', 'PE': '24.5', 'PEG': '7.76', 'Shares': '97404340', 'ImputationCredits': '0', 'Symbol': 'LAMR', 'DPS': '3.32'}
{'NTA': '0', 'Yield': '10.59', 'EBITDA': '224840000', 'Industry': 'Packaged Foods', 'PtS': '2.97', 'DateTime': '2017-03-31T00:00:00', 'EPS': '4.81', 'Dividend': '0', 'Name': 'Lancaster Colony Cor', 'Description': 'Lancaster Colony Cor', 'DivYield': '1.72', 'MarketCap': '3530000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '6.33', 'PE': '26.79', 'PEG': '8.85', 'Shares': '27398320', 'ImputationCredits': '0', 'Symbol': 'LANC', 'DPS': '2.2'}
{'NTA': '0', 'Yield': '7.04', 'EBITDA': '12310000', 'Industry': '', 'PtS': '6.4', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.05', 'Dividend': '0', 'Name': 'Gladstone Land Corp', 'Description': 'Gladstone Land Corp', 'DivYield': '4.73', 'MarketCap': '111270000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.45', 'PE': '246.67', 'PEG': '110.6', 'Shares': '10024320', 'ImputationCredits': '0', 'Symbol': 'LAND', 'DPS': '0.52'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '12310000', 'Industry': '', 'PtS': '15.09', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.05', 'Dividend': '0', 'Name': 'Gladstone Land Corp', 'Description': 'Gladstone Land Corp', 'DivYield': '6.13', 'MarketCap': '258320000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.41', 'PE': '572.67', 'PEG': '0', 'Shares': '10024060', 'ImputationCredits': '0', 'Symbol': 'LANDP', 'DPS': '1.59'}
{'NTA': '0', 'Yield': '19.05', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '2.85', 'DateTime': '2017-03-30T00:00:00', 'EPS': '2.31', 'Dividend': '0', 'Name': 'Landmark Bancorp Inc', 'Description': 'Landmark Bancorp Inc', 'DivYield': '2.69', 'MarketCap': '116260000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.35', 'PE': '13.01', 'PEG': '0', 'Shares': '3868885', 'ImputationCredits': '0', 'Symbol': 'LARK', 'DPS': '0.8'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '671240000', 'Industry': 'Education & Training Services', 'PtS': '0.56', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.76', 'Dividend': '0', 'Name': 'Laureate Education Inc', 'Description': 'Laureate Education Inc', 'DivYield': '0', 'MarketCap': '2400000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '2.96', 'PE': '5.17', 'PEG': '23.4', 'Shares': '168185000', 'ImputationCredits': '0', 'Symbol': 'LAUR', 'DPS': '0'}
{'NTA': '0', 'Yield': '14.6', 'EBITDA': '5880000', 'Industry': 'Industrial Specialties', 'PtS': '0.7', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.19', 'Dividend': '0', 'Name': 'Lawson Products In', 'Description': 'Lawson Products In', 'DivYield': '0', 'MarketCap': '198280000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '3.16', 'PE': '0', 'PEG': '2.98', 'Shares': '8832071', 'ImputationCredits': '0', 'Symbol': 'LAWS', 'DPS': '0'}
{'NTA': '0', 'Yield': '-0.56', 'EBITDA': '23050000', 'Industry': 'Engineering & Construction', 'PtS': '0.28', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.81', 'Dividend': '0', 'Name': 'Layne Christensen', 'Description': 'Layne Christensen', 'DivYield': '0', 'MarketCap': '175080000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Basic Industries', 'PtB': '1.54', 'PE': '0', 'PEG': '-2.77', 'Shares': '19805430', 'ImputationCredits': '0', 'Symbol': 'LAYN', 'DPS': '0'}
{'NTA': '0', 'Yield': '76.74', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '5.48', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.95', 'Dividend': '0', 'Name': 'Lakeland Bancorp Inc', 'Description': 'Lakeland Bancorp Inc', 'DivYield': '2.03', 'MarketCap': '889770000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.61', 'PE': '19.79', 'PEG': '2.1', 'Shares': '47328190', 'ImputationCredits': '0', 'Symbol': 'LBAI', 'DPS': '0.38'}
{'NTA': '0', 'Yield': '31.39', 'EBITDA': '-43160000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.85', 'Dividend': '0', 'Name': 'Lion Biotechnologies', 'Description': 'Lion Biotechnologies', 'DivYield': '0', 'MarketCap': '464210000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.76', 'PE': '0', 'PEG': '0', 'Shares': '62310060', 'ImputationCredits': '0', 'Symbol': 'LBIO', 'DPS': '0'}
{'NTA': '0', 'Yield': '-13.94', 'EBITDA': '-644292', 'Industry': 'Beverages (Production/Distribution)', 'PtS': '0.6793', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.407', 'Dividend': '0', 'Name': 'Leading Brands', 'Description': 'Leading Brands', 'DivYield': '0', 'MarketCap': '5020000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '1.0256', 'PE': '0', 'PEG': '0', 'Shares': '2799933', 'ImputationCredits': '0', 'Symbol': 'LBIX', 'DPS': '0'}
{'NTA': '0', 'Yield': '48.45', 'EBITDA': '-17160000', 'Industry': '', 'PtS': '499.81', 'DateTime': '2017-03-31T00:00:00', 'EPS': '6', 'Dividend': '0', 'Name': 'Liberty Broadbd A Cmn', 'Description': 'Liberty Broadbd A Cmn', 'DivYield': '0', 'MarketCap': '15380000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.8', 'PE': '14.1', 'PEG': '37.83', 'Shares': '181796700', 'ImputationCredits': '0', 'Symbol': 'LBRDA', 'DPS': '0'}
{'NTA': '0', 'Yield': '50.92', 'EBITDA': '-17160000', 'Industry': '', 'PtS': '514.97', 'DateTime': '2017-03-31T00:00:00', 'EPS': '6', 'Dividend': '0', 'Name': 'Liberty Broadbd C Cmn', 'Description': 'Liberty Broadbd C Cmn', 'DivYield': '0', 'MarketCap': '15710000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.86', 'PE': '14.4', 'PEG': '0', 'Shares': '181828700', 'ImputationCredits': '0', 'Symbol': 'LBRDK', 'DPS': '0'}
{'NTA': '0', 'Yield': '-4.93', 'EBITDA': '8940000000', 'Industry': 'Television Services', 'PtS': '1.9', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.69', 'Dividend': '0', 'Name': 'Liberty Global Ord A', 'Description': 'Liberty Global Ord A', 'DivYield': '0', 'MarketCap': '38300000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '2.77', 'PE': '21.26', 'PEG': '-1352.27', 'Shares': '1067745000', 'ImputationCredits': '0', 'Symbol': 'LBTYA', 'DPS': '0'}
{'NTA': '0', 'Yield': '-42.37', 'EBITDA': '8940000000', 'Industry': 'Television Services', 'PtS': '1.873', 'DateTime': '2017-03-27T00:00:00', 'EPS': '1.687', 'Dividend': '0', 'Name': 'Liberty Global Ord B', 'Description': 'Liberty Global Ord B', 'DivYield': '0', 'MarketCap': '37480000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '2.724', 'PE': '20.809', 'PEG': '0', 'Shares': '1067654000', 'ImputationCredits': '0', 'Symbol': 'LBTYB', 'DPS': '0'}
{'NTA': '0', 'Yield': '-4.26', 'EBITDA': '8940000000', 'Industry': 'Television Services', 'PtS': '1.87', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.69', 'Dividend': '0', 'Name': 'Liberty Global Ord C', 'Description': 'Liberty Global Ord C', 'DivYield': '0', 'MarketCap': '37410000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '2.72', 'PE': '20.77', 'PEG': '0', 'Shares': '1067637000', 'ImputationCredits': '0', 'Symbol': 'LBTYK', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-30T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Landcadia Holdings Inc', 'Description': 'Landcadia Holdings Inc', 'DivYield': '0', 'MarketCap': '74830000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '14.97', 'PE': '0', 'PEG': '0', 'Shares': '7505517', 'ImputationCredits': '0', 'Symbol': 'LCA', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Landcadia Holding Un', 'Description': 'Landcadia Holding Un', 'DivYield': '0', 'MarketCap': '80110000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '16.04', 'PE': '0', 'PEG': '0', 'Shares': '7500937', 'ImputationCredits': '0', 'Symbol': 'LCAHU', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-30T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Landcadia Holdings Inc. Warrant', 'Description': 'Landcadia Holdings Inc. Warrant', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'LCAHW', 'DPS': '0'}
{'NTA': '0', 'Yield': '39.47', 'EBITDA': '0', 'Industry': '', 'PtS': '4.42', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.25', 'Dividend': '0', 'Name': 'Lcnb Corporation', 'Description': 'Lcnb Corporation', 'DivYield': '2.88', 'MarketCap': '225340000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.55', 'PE': '18.04', 'PEG': '12.64', 'Shares': '9992905', 'ImputationCredits': '0', 'Symbol': 'LCNB', 'DPS': '0.64'}
{'NTA': '0', 'Yield': '16.39', 'EBITDA': '44080000', 'Industry': 'Industrial Machinery/Components', 'PtS': '0.49', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.08', 'Dividend': '0', 'Name': 'Lifetime Brands Inc', 'Description': 'Lifetime Brands Inc', 'DivYield': '0.86', 'MarketCap': '292760000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '1.46', 'PE': '18.61', 'PEG': '1.41', 'Shares': '14565170', 'ImputationCredits': '0', 'Symbol': 'LCUT', 'DPS': '0.17'}
{'NTA': '0', 'Yield': '-1.19', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'PS Ladderrite 0-5 Year Corporate Bond', 'Description': 'PS Ladderrite 0-5 Year Corporate Bond', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'LDRI', 'DPS': '0'}
{'NTA': '0', 'Yield': '-11.84', 'EBITDA': '39370000', 'Industry': '', 'PtS': '0.51', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-3.43', 'Dividend': '0', 'Name': "Lands' End Inc Cmn", 'Description': "Lands' End Inc Cmn", 'DivYield': '0', 'MarketCap': '687020000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.53', 'PE': '0', 'PEG': '4.28', 'Shares': '32028910', 'ImputationCredits': '0', 'Symbol': 'LE', 'DPS': '0'}
{'NTA': '0', 'Yield': '38.6', 'EBITDA': '405050000', 'Industry': 'Industrial Machinery/Components', 'PtS': '2.51', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.91', 'Dividend': '0', 'Name': 'Lincoln Elec Hldg', 'Description': 'Lincoln Elec Hldg', 'DivYield': '1.61', 'MarketCap': '5710000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '8.01', 'PE': '29.85', 'PEG': '3.68', 'Shares': '65737970', 'ImputationCredits': '0', 'Symbol': 'LECO', 'DPS': '1.4'}
{'NTA': '0', 'Yield': '59', 'EBITDA': '-5240000', 'Industry': 'Semiconductors', 'PtS': '1.09', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-6.04', 'Dividend': '0', 'Name': 'Semileds Corporation', 'Description': 'Semileds Corporation', 'DivYield': '0', 'MarketCap': '11180000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '0.98', 'PE': '0', 'PEG': '0', 'Shares': '3515723', 'ImputationCredits': '0', 'Symbol': 'LEDS', 'DPS': '0'}
{'NTA': '0', 'Yield': '-18.44', 'EBITDA': '-15070000', 'Industry': 'Photographic Equipment & Supplies', 'PtS': '899.69', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.14', 'Dividend': '0', 'Name': 'Presbia Plc Ord Shs', 'Description': 'Presbia Plc Ord Shs', 'DivYield': '0', 'MarketCap': '41880000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '3.63', 'PE': '0', 'PEG': '0', 'Shares': '13337580', 'ImputationCredits': '0', 'Symbol': 'LENS', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '101000000', 'Industry': '', 'PtS': '1.67', 'DateTime': '2017-03-31T00:00:00', 'EPS': '39.52', 'Dividend': '0', 'Name': 'Liberty Expedia Holdings Inc', 'Description': 'Liberty Expedia Holdings Inc', 'DivYield': '0', 'MarketCap': '2590000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.96', 'PE': '1.15', 'PEG': '0', 'Shares': '56948110', 'ImputationCredits': '0', 'Symbol': 'LEXEA', 'DPS': '0'}
{'NTA': '0', 'Yield': '37.29', 'EBITDA': '234260000', 'Industry': 'Electrical Products', 'PtS': '3.45', 'DateTime': '2017-03-31T00:00:00', 'EPS': '4.6', 'Dividend': '0', 'Name': 'Littelfuse Inc', 'Description': 'Littelfuse Inc', 'DivYield': '0.82', 'MarketCap': '3620000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '4.47', 'PE': '34.76', 'PEG': '1.54', 'Shares': '22637730', 'ImputationCredits': '0', 'Symbol': 'LFUS', 'DPS': '1.32'}
{'NTA': '0', 'Yield': '-40.53', 'EBITDA': '12140000', 'Industry': '', 'PtS': '0.36', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.32', 'Dividend': '0', 'Name': 'Lifevantage Cp Cmn', 'Description': 'Lifevantage Cp Cmn', 'DivYield': '0', 'MarketCap': '75720000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '5.21', 'PE': '16.63', 'PEG': '0', 'Shares': '14100560', 'ImputationCredits': '0', 'Symbol': 'LFVN', 'DPS': '0'}
{'NTA': '0', 'Yield': '-26.6', 'EBITDA': '41140000', 'Industry': 'Oil & Gas Production', 'PtS': '0.49', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.06', 'Dividend': '0', 'Name': 'Legacy Reserves LP', 'Description': 'Legacy Reserves LP', 'DivYield': '0', 'MarketCap': '166310000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Energy', 'PtB': '0', 'PE': '0', 'PEG': '-0.15', 'Shares': '72624460', 'ImputationCredits': '0', 'Symbol': 'LGCY', 'DPS': '0'}
{'NTA': '0', 'Yield': '57.7', 'EBITDA': '41140000', 'Industry': '', 'PtS': '2.09', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.06', 'Dividend': '0', 'Name': 'Legacy Resrvs Sr B', 'Description': 'Legacy Resrvs Sr B', 'DivYield': '0', 'MarketCap': '706640000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '72624870', 'ImputationCredits': '0', 'Symbol': 'LGCYO', 'DPS': '0'}
{'NTA': '0', 'Yield': '60.19', 'EBITDA': '41140000', 'Industry': '', 'PtS': '1.92', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.06', 'Dividend': '0', 'Name': 'Legacy Resrvs Sr A', 'Description': 'Legacy Resrvs Sr A', 'DivYield': '0', 'MarketCap': '595520000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '72624390', 'ImputationCredits': '0', 'Symbol': 'LGCYP', 'DPS': '0'}
{'NTA': '0', 'Yield': '21.06', 'EBITDA': '113050000', 'Industry': '', 'PtS': '0.86', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.41', 'Dividend': '0', 'Name': 'LGI Homes Inc', 'Description': 'LGI Homes Inc', 'DivYield': '0', 'MarketCap': '722660000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.03', 'PE': '9.94', 'PEG': '0.49', 'Shares': '21311120', 'ImputationCredits': '0', 'Symbol': 'LGIH', 'DPS': '0'}
{'NTA': '0', 'Yield': '-12.43', 'EBITDA': '56210000', 'Industry': 'Major Pharmaceuticals', 'PtS': '20.21', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.08', 'Dividend': '0', 'Name': 'Ligand Pharm Cmn', 'Description': 'Ligand Pharm Cmn', 'DivYield': '0', 'MarketCap': '2210000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '5.93', 'PE': '0', 'PEG': '0.92', 'Shares': '20880570', 'ImputationCredits': '0', 'Symbol': 'LGND', 'DPS': '0'}
{'NTA': '0', 'Yield': '33.61', 'EBITDA': '83920000', 'Industry': 'Medical/Nursing Services', 'PtS': '1.09', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.07', 'Dividend': '0', 'Name': 'LHC Group Inc', 'Description': 'LHC Group Inc', 'DivYield': '0', 'MarketCap': '978450000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '2.41', 'PE': '26.04', 'PEG': '1.66', 'Shares': '18153060', 'ImputationCredits': '0', 'Symbol': 'LHCG', 'DPS': '0'}
{'NTA': '0', 'Yield': '-1.69', 'EBITDA': '-57040000', 'Industry': 'Biotechnology: Biological Products (No Diagnostic Substances)', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.44', 'Dividend': '0', 'Name': 'Atyr Pharma Inc Cmn', 'Description': 'Atyr Pharma Inc Cmn', 'DivYield': '0', 'MarketCap': '83120000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '1.34', 'PE': '0', 'PEG': '0', 'Shares': '23748570', 'ImputationCredits': '0', 'Symbol': 'LIFE', 'DPS': '0'}
{'NTA': '0', 'Yield': '-40.74', 'EBITDA': '1060000000', 'Industry': '', 'PtS': '1.43', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.36', 'Dividend': '0', 'Name': 'Liberty Lilac Cl A', 'Description': 'Liberty Lilac Cl A', 'DivYield': '0', 'MarketCap': '3840000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.92', 'PE': '0', 'PEG': '1.21', 'Shares': '172661900', 'ImputationCredits': '0', 'Symbol': 'LILA', 'DPS': '0'}
{'NTA': '0', 'Yield': '-43.27', 'EBITDA': '1060000000', 'Industry': '', 'PtS': '1.48', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.36', 'Dividend': '0', 'Name': 'Liberty Lilac Cl C', 'Description': 'Liberty Lilac Cl C', 'DivYield': '0', 'MarketCap': '3980000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.95', 'PE': '0', 'PEG': '1.03', 'Shares': '172743100', 'ImputationCredits': '0', 'Symbol': 'LILAK', 'DPS': '0'}
{'NTA': '0', 'Yield': '39.8', 'EBITDA': '9920000', 'Industry': 'Other Consumer Services', 'PtS': '0.36', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.21', 'Dividend': '0', 'Name': 'Lincoln Educational', 'Description': 'Lincoln Educational', 'DivYield': '0', 'MarketCap': '72180000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '1.29', 'PE': '0', 'PEG': '-0.79', 'Shares': '24719180', 'ImputationCredits': '0', 'Symbol': 'LINC', 'DPS': '0'}
{'NTA': '0', 'Yield': '-10.4', 'EBITDA': '36310000', 'Industry': '', 'PtS': '1.68', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.1', 'Dividend': '0', 'Name': 'Lindblad Expd Hld Cmn', 'Description': 'Lindblad Expd Hld Cmn', 'DivYield': '0', 'MarketCap': '405210000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.6', 'PE': '89.6', 'PEG': '0', 'Shares': '45224330', 'ImputationCredits': '0', 'Symbol': 'LIND', 'DPS': '0'}
{'NTA': '0', 'Yield': '-25.49', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Lindblad Expd Wt', 'Description': 'Lindblad Expd Wt', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'LINDW', 'DPS': '0'}
{'NTA': '0', 'Yield': '9.09', 'EBITDA': '2910000', 'Industry': '', 'PtS': '5.55', 'DateTime': '2017-03-30T00:00:00', 'EPS': '0.39', 'Dividend': '0', 'Name': 'Interlink Elctrnc Cmn', 'Description': 'Interlink Elctrnc Cmn', 'DivYield': '0', 'MarketCap': '65950000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '6.87', 'PE': '23.08', 'PEG': '0', 'Shares': '7327778', 'ImputationCredits': '0', 'Symbol': 'LINK', 'DPS': '0'}
{'NTA': '0', 'Yield': '38.49', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '2.25', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.5', 'Dividend': '0', 'Name': 'Fidelity Southern Cp', 'Description': 'Fidelity Southern Cp', 'DivYield': '2.24', 'MarketCap': '589800000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.62', 'PE': '14.92', 'PEG': '2.91', 'Shares': '26353890', 'ImputationCredits': '0', 'Symbol': 'LION', 'DPS': '0.48'}
{'NTA': '0', 'Yield': '110.87', 'EBITDA': '105900000', 'Industry': '', 'PtS': '3.27', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.24', 'Dividend': '0', 'Name': 'Lumentum Hld Cmn', 'Description': 'Lumentum Hld Cmn', 'DivYield': '0', 'MarketCap': '3230000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '6.3', 'PE': '224.16', 'PEG': '1.27', 'Shares': '60543580', 'ImputationCredits': '0', 'Symbol': 'LITE', 'DPS': '0'}
{'NTA': '0', 'Yield': '852.1', 'EBITDA': '0', 'Industry': 'EDP Services', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '5.4', 'Dividend': '0', 'Name': 'Live Ventures Cmn', 'Description': 'Live Ventures Cmn', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'LIVE', 'DPS': '0'}
{'NTA': '0', 'Yield': '-7.05', 'EBITDA': '187770000', 'Industry': '', 'PtS': '2.05', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.29', 'Dividend': '0', 'Name': 'Livanova Plc Or Sh', 'Description': 'Livanova Plc Or Sh', 'DivYield': '0', 'MarketCap': '2390000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.43', 'PE': '0', 'PEG': '1.06', 'Shares': '48765560', 'ImputationCredits': '0', 'Symbol': 'LIVN', 'DPS': '0'}
{'NTA': '0', 'Yield': '61.26', 'EBITDA': '-77640000', 'Industry': 'Biotechnology', 'PtS': '933.8', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-4.54', 'Dividend': '0', 'Name': 'La Jolla Pharma', 'Description': 'La Jolla Pharma', 'DivYield': '0', 'MarketCap': '545090000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '10.57', 'PE': '0', 'PEG': '-0.48', 'Shares': '18260970', 'ImputationCredits': '0', 'Symbol': 'LJPC', 'DPS': '0'}
{'NTA': '0', 'Yield': '36.77', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '7.19', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.05', 'Dividend': '0', 'Name': 'Lakeland Finl Corp', 'Description': 'Lakeland Finl Corp', 'DivYield': '1.76', 'MarketCap': '1080000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '2.53', 'PE': '21.03', 'PEG': '1.97', 'Shares': '25046380', 'ImputationCredits': '0', 'Symbol': 'LKFN', 'DPS': '0.76'}
{'NTA': '0', 'Yield': '-5.8', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Flxshrs Crsc Lg Corp', 'Description': 'Flxshrs Crsc Lg Corp', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'LKOR', 'DPS': '0'}
{'NTA': '0', 'Yield': '-8.67', 'EBITDA': '1000000000', 'Industry': '', 'PtS': '1.06', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.5', 'Dividend': '0', 'Name': 'LKQ Corp', 'Description': 'LKQ Corp', 'DivYield': '0', 'MarketCap': '9020000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.64', 'PE': '19.58', 'PEG': '0.59', 'Shares': '308165400', 'ImputationCredits': '0', 'Symbol': 'LKQ', 'DPS': '0'}
{'NTA': '0', 'Yield': '-89.08', 'EBITDA': '-11610000', 'Industry': '', 'PtS': '28.4', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-3.73', 'Dividend': '0', 'Name': 'Lilis Energy Inc', 'Description': 'Lilis Energy Inc', 'DivYield': '0', 'MarketCap': '97060000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '24386930', 'ImputationCredits': '0', 'Symbol': 'LLEX', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-8490000', 'Industry': '', 'PtS': '1.63', 'DateTime': '2017-03-30T00:00:00', 'EPS': '-2.26', 'Dividend': '0', 'Name': 'Lianluo Smart Ltd', 'Description': 'Lianluo Smart Ltd', 'DivYield': '0', 'MarketCap': '10440000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '14.3', 'PE': '0', 'PEG': '0', 'Shares': '6823530', 'ImputationCredits': '0', 'Symbol': 'LLIT', 'DPS': '0'}
{'NTA': '0', 'Yield': '47.43', 'EBITDA': '2060000', 'Industry': 'Business Services', 'PtS': '1.65', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.71', 'Dividend': '0', 'Name': 'Limelight Networks', 'Description': 'Limelight Networks', 'DivYield': '0', 'MarketCap': '276240000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Miscellaneous', 'PtB': '2.02', 'PE': '0', 'PEG': '32.38', 'Shares': '107069800', 'ImputationCredits': '0', 'Symbol': 'LLNW', 'DPS': '0'}
{'NTA': '0', 'Yield': '46.76', 'EBITDA': '0', 'Industry': 'Semiconductors', 'PtS': '0', 'DateTime': '2017-03-10T00:00:00', 'EPS': '2.04', 'Dividend': '0', 'Name': 'Linear Technology', 'Description': 'Linear Technology', 'DivYield': '2.03', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'LLTC', 'DPS': '1.32'}
{'NTA': '0', 'Yield': '48.55', 'EBITDA': '19930000', 'Industry': 'Medical/Dental Instruments', 'PtS': '5.08', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.55', 'Dividend': '0', 'Name': 'Lemaitre Vascular', 'Description': 'Lemaitre Vascular', 'DivYield': '0.92', 'MarketCap': '459840000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '5.15', 'PE': '44.78', 'PEG': '2.45', 'Shares': '18669910', 'ImputationCredits': '0', 'Symbol': 'LMAT', 'DPS': '0.22'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '1.12', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.23', 'Dividend': '0', 'Name': 'Limbach Holdings Inc', 'Description': 'Limbach Holdings Inc', 'DivYield': '0', 'MarketCap': '82560000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.51', 'PE': '0', 'PEG': '1.32', 'Shares': '5926777', 'ImputationCredits': '0', 'Symbol': 'LMB', 'DPS': '0'}
{'NTA': '0', 'Yield': '1.26', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'First TR Low Opp ETF', 'Description': 'First TR Low Opp ETF', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'LMBS', 'DPS': '0'}
{'NTA': '0', 'Yield': '-49.14', 'EBITDA': '0', 'Industry': '', 'PtS': '2.8022', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.061', 'Dividend': '0', 'Name': 'Lm Funding Cmn', 'Description': 'Lm Funding Cmn', 'DivYield': '0', 'MarketCap': '13580000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.903', 'PE': '0', 'PEG': '0', 'Shares': '3299160', 'ImputationCredits': '0', 'Symbol': 'LMFA', 'DPS': '0'}
{'NTA': '0', 'Yield': '-82.42', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-30T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Lm Funding Wt', 'Description': 'Lm Funding Wt', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'LMFAW', 'DPS': '0'}
{'NTA': '0', 'Yield': '56.77', 'EBITDA': '34310000', 'Industry': 'Military/Government/Technical', 'PtS': '0.53', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.68', 'Dividend': '0', 'Name': 'LMI Aerospace Inc', 'Description': 'LMI Aerospace Inc', 'DivYield': '0', 'MarketCap': '185420000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '2.16', 'PE': '0', 'PEG': '3.82', 'Shares': '13455730', 'ImputationCredits': '0', 'Symbol': 'LMIA', 'DPS': '0'}
{'NTA': '0', 'Yield': '16.88', 'EBITDA': '18110000', 'Industry': 'Farming/Seeds/Milling', 'PtS': '2.56', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.65', 'Dividend': '0', 'Name': 'Limoneira Co', 'Description': 'Limoneira Co', 'DivYield': '1.06', 'MarketCap': '297670000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '2.39', 'PE': '32.22', 'PEG': '2.03', 'Shares': '14235770', 'ImputationCredits': '0', 'Symbol': 'LMNR', 'DPS': '0.22'}
{'NTA': '0', 'Yield': '-8.61', 'EBITDA': '46840000', 'Industry': 'Medical/Dental Instruments', 'PtS': '2.76', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.32', 'Dividend': '0', 'Name': 'Luminex Corporation', 'Description': 'Luminex Corporation', 'DivYield': '1.33', 'MarketCap': '752200000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '1.93', 'PE': '57.41', 'PEG': '1.12', 'Shares': '40947200', 'ImputationCredits': '0', 'Symbol': 'LMNX', 'DPS': '0.24'}
{'NTA': '0', 'Yield': '38.82', 'EBITDA': '84160000', 'Industry': '', 'PtS': '2.04', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.02', 'Dividend': '0', 'Name': 'Lumos Networks Corp', 'Description': 'Lumos Networks Corp', 'DivYield': '0', 'MarketCap': '423470000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.08', 'PE': '0', 'PEG': '3.6', 'Shares': '23924860', 'ImputationCredits': '0', 'Symbol': 'LMOS', 'DPS': '0'}
{'NTA': '0', 'Yield': '-1.45', 'EBITDA': '34090000', 'Industry': '', 'PtS': '7.91', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.41', 'Dividend': '0', 'Name': 'Landmark Cmn Units', 'Description': 'Landmark Cmn Units', 'DivYield': '9.49', 'MarketCap': '340010000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.06', 'PE': '36.71', 'PEG': '0', 'Shares': '22592030', 'ImputationCredits': '0', 'Symbol': 'LMRK', 'DPS': '1.4'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Landmark Infrastructure Partners LP', 'Description': 'Landmark Infrastructure Partners LP', 'DivYield': '0', 'MarketCap': '40320000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '1600000000', 'ImputationCredits': '0', 'Symbol': 'LMRKO', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Landmark Inf Prf', 'Description': 'Landmark Inf Prf', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'LMRKP', 'DPS': '0'}
{'NTA': '0', 'Yield': '26.09', 'EBITDA': '275920000', 'Industry': 'Specialty Foods', 'PtS': '1.84', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.16', 'Dividend': '0', 'Name': 'Snyders-Lance Inc', 'Description': 'Snyders-Lance Inc', 'DivYield': '1.59', 'MarketCap': '3880000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '2.09', 'PE': '255.13', 'PEG': '2.6', 'Shares': '96254030', 'ImputationCredits': '0', 'Symbol': 'LNCE', 'DPS': '0.64'}
{'NTA': '0', 'Yield': '6.67', 'EBITDA': '26100000', 'Industry': 'Major Chemicals', 'PtS': '0.63', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.44', 'Dividend': '0', 'Name': 'Landec Cp', 'Description': 'Landec Cp', 'DivYield': '0', 'MarketCap': '327240000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Basic Industries', 'PtB': '1.53', 'PE': '0', 'PEG': '3.06', 'Shares': '27270000', 'ImputationCredits': '0', 'Symbol': 'LNDC', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-30T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Glbl X Lngvty Th Ett', 'Description': 'Glbl X Lngvty Th Ett', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'LNGR', 'DPS': '0'}
{'NTA': '0', 'Yield': '506.8', 'EBITDA': '68470000', 'Industry': '', 'PtS': '1.45', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.82', 'Dividend': '0', 'Name': 'Lantheus Holdings Cmn', 'Description': 'Lantheus Holdings Cmn', 'DivYield': '0', 'MarketCap': '438400000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '14.51', 'PEG': '1.18', 'Shares': '36840340', 'ImputationCredits': '0', 'Symbol': 'LNTH', 'DPS': '0'}
{'NTA': '0', 'Yield': '34.09', 'EBITDA': '0', 'Industry': 'Finance Companies', 'PtS': '12.62', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.37', 'Dividend': '0', 'Name': 'Manhattan Bridge', 'Description': 'Manhattan Bridge', 'DivYield': '6.78', 'MarketCap': '46780000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '2.19', 'PE': '15.54', 'PEG': '0', 'Shares': '8135652', 'ImputationCredits': '0', 'Symbol': 'LOAN', 'DPS': '0.4'}
{'NTA': '0', 'Yield': '37.55', 'EBITDA': '0', 'Industry': '', 'PtS': '6.21', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.39', 'Dividend': '0', 'Name': 'Live Oak Bancsh Cmn', 'Description': 'Live Oak Bancsh Cmn', 'DivYield': '0.37', 'MarketCap': '748530000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.33', 'PE': '55.51', 'PEG': '0', 'Shares': '34574130', 'ImputationCredits': '0', 'Symbol': 'LOB', 'DPS': '0.08'}
{'NTA': '0', 'Yield': '-9.4', 'EBITDA': '61300000', 'Industry': '', 'PtS': '1.22', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.47', 'Dividend': '0', 'Name': 'El Pollo Loco Cmn', 'Description': 'El Pollo Loco Cmn', 'DivYield': '0', 'MarketCap': '459750000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.76', 'PE': '25.43', 'PEG': '1.22', 'Shares': '38472800', 'ImputationCredits': '0', 'Symbol': 'LOCO', 'DPS': '0'}
{'NTA': '0', 'Yield': '107.22', 'EBITDA': '230290000', 'Industry': 'Computer peripheral equipment', 'PtS': '2.42', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.18', 'Dividend': '0', 'Name': 'Logitech Int Sa', 'Description': 'Logitech Int Sa', 'DivYield': '2.34', 'MarketCap': '5150000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '6.47', 'PE': '27.01', 'PEG': '1.35', 'Shares': '161594000', 'ImputationCredits': '0', 'Symbol': 'LOGI', 'DPS': '0.57'}
{'NTA': '0', 'Yield': '63.32', 'EBITDA': '41150000', 'Industry': 'Computer Software: Prepackaged Software', 'PtS': '15.35', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.1', 'Dividend': '0', 'Name': 'Logmein Inc', 'Description': 'Logmein Inc', 'DivYield': '1.02', 'MarketCap': '5130000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '12.78', 'PE': '975', 'PEG': '0.83', 'Shares': '52615380', 'ImputationCredits': '0', 'Symbol': 'LOGM', 'DPS': '1'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '50980000', 'Industry': '', 'PtS': '0.74', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-11.85', 'Dividend': '0', 'Name': 'Lonestar Resources US Inc', 'Description': 'Lonestar Resources US Inc', 'DivYield': '0', 'MarketCap': '41400000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.29', 'PE': '0', 'PEG': '0', 'Shares': '8023256', 'ImputationCredits': '0', 'Symbol': 'LONE', 'DPS': '0'}
{'NTA': '0', 'Yield': '63.75', 'EBITDA': '286410000', 'Industry': 'Other Consumer Services', 'PtS': '3.83', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.15', 'Dividend': '0', 'Name': 'Grand Canyon Educati', 'Description': 'Grand Canyon Educati', 'DivYield': '0', 'MarketCap': '3330000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '4.32', 'PE': '22.73', 'PEG': '1.52', 'Shares': '46501880', 'ImputationCredits': '0', 'Symbol': 'LOPE', 'DPS': '0'}
{'NTA': '0', 'Yield': '7.42', 'EBITDA': '-6670000', 'Industry': 'Radio And Television Broadcasting And Communications Equipment', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.49', 'Dividend': '0', 'Name': 'Loral Space Comm', 'Description': 'Loral Space Comm', 'DivYield': '0', 'MarketCap': '1220000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '7.19', 'PE': '26.5', 'PEG': '0', 'Shares': '30964470', 'ImputationCredits': '0', 'Symbol': 'LORL', 'DPS': '0'}
{'NTA': '0', 'Yield': '82.56', 'EBITDA': '-73100000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-3.46', 'Dividend': '0', 'Name': 'Loxo Oncology CS', 'Description': 'Loxo Oncology CS', 'DivYield': '0', 'MarketCap': '1100000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '6.97', 'PE': '0', 'PEG': '0', 'Shares': '26140680', 'ImputationCredits': '0', 'Symbol': 'LOXO', 'DPS': '0'}
{'NTA': '0', 'Yield': '-60', 'EBITDA': '-18430000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.04', 'Dividend': '0', 'Name': 'Lipocine Inc Cmn', 'Description': 'Lipocine Inc Cmn', 'DivYield': '0', 'MarketCap': '72520000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.77', 'PE': '0', 'PEG': '0', 'Shares': '18594870', 'ImputationCredits': '0', 'Symbol': 'LPCN', 'DPS': '0'}
{'NTA': '0', 'Yield': '50.87', 'EBITDA': '507960000', 'Industry': 'Investment Bankers/Brokers/Service', 'PtS': '0.88', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.13', 'Dividend': '0', 'Name': 'Lpl Financial Hld Cmn', 'Description': 'Lpl Financial Hld Cmn', 'DivYield': '2.5', 'MarketCap': '3560000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '4.35', 'PE': '18.7', 'PEG': '1.33', 'Shares': '89379860', 'ImputationCredits': '0', 'Symbol': 'LPLA', 'DPS': '1'}
{'NTA': '0', 'Yield': '-3.05', 'EBITDA': '701800000', 'Industry': 'Hospital/Nursing Management', 'PtS': '0.39', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.82', 'Dividend': '0', 'Name': 'Lifepoint Health Cmn', 'Description': 'Lifepoint Health Cmn', 'DivYield': '0', 'MarketCap': '2480000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '1.14', 'PE': '22.02', 'PEG': '2.04', 'Shares': '39935590', 'ImputationCredits': '0', 'Symbol': 'LPNT', 'DPS': '0'}
{'NTA': '0', 'Yield': '13.22', 'EBITDA': '8940000', 'Industry': 'Computer Software: Prepackaged Software', 'PtS': '1.82', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.46', 'Dividend': '0', 'Name': 'Liveperson Inc', 'Description': 'Liveperson Inc', 'DivYield': '0', 'MarketCap': '399350000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '2.93', 'PE': '0', 'PEG': '3.43', 'Shares': '58299270', 'ImputationCredits': '0', 'Symbol': 'LPSN', 'DPS': '0'}
{'NTA': '0', 'Yield': '41.97', 'EBITDA': '4080000', 'Industry': 'Semiconductors', 'PtS': '3.62', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.13', 'Dividend': '0', 'Name': 'Lightpath Tech Inc', 'Description': 'Lightpath Tech Inc', 'DivYield': '0', 'MarketCap': '65010000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '3.28', 'PE': '21.24', 'PEG': '0', 'Shares': '23726280', 'ImputationCredits': '0', 'Symbol': 'LPTH', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Leap Therapeutics Inc', 'Description': 'Leap Therapeutics Inc', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'LPTX', 'DPS': '0'}
{'NTA': '0', 'Yield': '43.37', 'EBITDA': '-10640000', 'Industry': 'Business Services', 'PtS': '0.76', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.05', 'Dividend': '0', 'Name': 'Liquidity Services', 'Description': 'Liquidity Services', 'DivYield': '0', 'MarketCap': '251120000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Miscellaneous', 'PtB': '1.57', 'PE': '0', 'PEG': '0.79', 'Shares': '31390000', 'ImputationCredits': '0', 'Symbol': 'LQDT', 'DPS': '0'}
{'NTA': '0', 'Yield': '-16.57', 'EBITDA': '-918161', 'Industry': 'Consumer Electronics/Appliances', 'PtS': '2.93', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.05', 'Dividend': '0', 'Name': 'Lrad Corporation', 'Description': 'Lrad Corporation', 'DivYield': '2.61', 'MarketCap': '46750000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '1.41', 'PE': '0', 'PEG': '0', 'Shares': '31802720', 'ImputationCredits': '0', 'Symbol': 'LRAD', 'DPS': '0.04'}
{'NTA': '0', 'Yield': '68.01', 'EBITDA': '1620000000', 'Industry': 'Industrial Machinery/Components', 'PtS': '3.29', 'DateTime': '2017-03-31T00:00:00', 'EPS': '5.58', 'Dividend': '0', 'Name': 'Lam Research Corp', 'Description': 'Lam Research Corp', 'DivYield': '1.41', 'MarketCap': '20900000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '3.27', 'PE': '23.01', 'PEG': '0.9', 'Shares': '162823300', 'ImputationCredits': '0', 'Symbol': 'LRCX', 'DPS': '1.8'}
{'NTA': '0', 'Yield': '16.27', 'EBITDA': '0', 'Industry': 'Savings Institutions', 'PtS': '5.3484', 'DateTime': '2017-03-30T00:00:00', 'EPS': '0.58', 'Dividend': '0', 'Name': 'Lake Shore Bancorp', 'Description': 'Lake Shore Bancorp', 'DivYield': '2.04', 'MarketCap': '97170000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.2782', 'PE': '26.854', 'PEG': '0', 'Shares': '6238724', 'ImputationCredits': '0', 'Symbol': 'LSBK', 'DPS': '0.32'}
{'NTA': '0', 'Yield': '24.24', 'EBITDA': '59070000', 'Industry': 'Semiconductors', 'PtS': '1.97', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.45', 'Dividend': '0', 'Name': 'Lattice Semicond', 'Description': 'Lattice Semicond', 'DivYield': '0', 'MarketCap': '842500000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '3.11', 'PE': '0', 'PEG': '1.02', 'Shares': '121748600', 'ImputationCredits': '0', 'Symbol': 'LSCC', 'DPS': '0'}
{'NTA': '0', 'Yield': '30.66', 'EBITDA': '255570000', 'Industry': 'Trucking Freight/Courier Services', 'PtS': '1.11', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.25', 'Dividend': '0', 'Name': 'Landstar System', 'Description': 'Landstar System', 'DivYield': '0.43', 'MarketCap': '3500000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Transportation', 'PtB': '6.45', 'PE': '25.72', 'PEG': '1.89', 'Shares': '41866030', 'ImputationCredits': '0', 'Symbol': 'LSTR', 'DPS': '0.36'}
{'NTA': '0', 'Yield': '18.77', 'EBITDA': '1660000000', 'Industry': '', 'PtS': '2.62', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.23', 'Dividend': '0', 'Name': 'Liberty Srs XM CS A', 'Description': 'Liberty Srs XM CS A', 'DivYield': '0', 'MarketCap': '13040000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.3', 'PE': '31.57', 'PEG': '0.68', 'Shares': '335046200', 'ImputationCredits': '0', 'Symbol': 'LSXMA', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '1660000000', 'Industry': '', 'PtS': '2.72', 'DateTime': '2017-03-21T00:00:00', 'EPS': '1.23', 'Dividend': '0', 'Name': 'Liberty Srs XM CS B', 'Description': 'Liberty Srs XM CS B', 'DivYield': '0', 'MarketCap': '13620000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.35', 'PE': '32.98', 'PEG': '0', 'Shares': '334890600', 'ImputationCredits': '0', 'Symbol': 'LSXMB', 'DPS': '0'}
{'NTA': '0', 'Yield': '21.11', 'EBITDA': '1660000000', 'Industry': '', 'PtS': '2.61', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.23', 'Dividend': '0', 'Name': 'Liberty Srs XM CS C', 'Description': 'Liberty Srs XM CS C', 'DivYield': '0', 'MarketCap': '12990000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.3', 'PE': '31.45', 'PEG': '0', 'Shares': '334966500', 'ImputationCredits': '0', 'Symbol': 'LSXMK', 'DPS': '0'}
{'NTA': '0', 'Yield': '-35.12', 'EBITDA': '0', 'Industry': 'Professional Services', 'PtS': '14.19', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.48', 'Dividend': '0', 'Name': 'Lightbridge Corp', 'Description': 'Lightbridge Corp', 'DivYield': '0', 'MarketCap': '12590000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '1.46', 'PE': '0', 'PEG': '0', 'Shares': '9466165', 'ImputationCredits': '0', 'Symbol': 'LTBR', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-6770000', 'Industry': '', 'PtS': '7.43', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.83', 'Dividend': '0', 'Name': 'Long Island Iced Tea Corp', 'Description': 'Long Island Iced Tea Corp', 'DivYield': '0', 'MarketCap': '28500000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '6.63', 'PE': '0', 'PEG': '0', 'Shares': '7307693', 'ImputationCredits': '0', 'Symbol': 'LTEA', 'DPS': '0'}
{'NTA': '0', 'Yield': '-36.08', 'EBITDA': '246000000', 'Industry': '', 'PtS': '0.69', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.28', 'Dividend': '0', 'Name': 'Liberty Tripadv A Cmn', 'Description': 'Liberty Tripadv A Cmn', 'DivYield': '0', 'MarketCap': '1060000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.31', 'PE': '50.36', 'PEG': '0', 'Shares': '75177300', 'ImputationCredits': '0', 'Symbol': 'LTRPA', 'DPS': '0'}
{'NTA': '0', 'Yield': '-10.29', 'EBITDA': '246000000', 'Industry': '', 'PtS': '0.68', 'DateTime': '2017-03-28T00:00:00', 'EPS': '0.28', 'Dividend': '0', 'Name': 'Liberty Tripadv B Cmn', 'Description': 'Liberty Tripadv B Cmn', 'DivYield': '0', 'MarketCap': '1040000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.3', 'PE': '49.64', 'PEG': '0', 'Shares': '74820140', 'ImputationCredits': '0', 'Symbol': 'LTRPB', 'DPS': '0'}
{'NTA': '0', 'Yield': '243.36', 'EBITDA': '270000', 'Industry': 'Computer Communications Equipment', 'PtS': '1.15', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.05', 'Dividend': '0', 'Name': 'Lantronix Inc', 'Description': 'Lantronix Inc', 'DivYield': '0', 'MarketCap': '51530000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '2.44', 'PE': '0', 'PEG': '-3.74', 'Shares': '17467800', 'ImputationCredits': '0', 'Symbol': 'LTRX', 'DPS': '0'}
{'NTA': '0', 'Yield': '61.8', 'EBITDA': '0', 'Industry': '', 'PtS': '6.07', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.09', 'Dividend': '0', 'Name': 'Legacytexas Fnl Cmn', 'Description': 'Legacytexas Fnl Cmn', 'DivYield': '1.51', 'MarketCap': '1850000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.11', 'PE': '19.09', 'PEG': '1.41', 'Shares': '46365920', 'ImputationCredits': '0', 'Symbol': 'LTXB', 'DPS': '0.6'}
{'NTA': '0', 'Yield': '-20.87', 'EBITDA': '517150000', 'Industry': 'Apparel', 'PtS': '2.97', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.21', 'Dividend': '0', 'Name': 'Lululemon Athletica', 'Description': 'Lululemon Athletica', 'DivYield': '0', 'MarketCap': '7110000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '5.12', 'PE': '23.47', 'PEG': '1.42', 'Shares': '137073500', 'ImputationCredits': '0', 'Symbol': 'LULU', 'DPS': '0'}
{'NTA': '0', 'Yield': '71.29', 'EBITDA': '1780000', 'Industry': 'Biotechnology: Commercial Physical & Biological Resarch', 'PtS': '0.8', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.09', 'Dividend': '0', 'Name': 'Luna Innovations Inc', 'Description': 'Luna Innovations Inc', 'DivYield': '0', 'MarketCap': '47650000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '1.36', 'PE': '0', 'PEG': '0', 'Shares': '27543350', 'ImputationCredits': '0', 'Symbol': 'LUNA', 'DPS': '0'}
{'NTA': '0', 'Yield': '10.23', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Legg Mason Lv HD ETF', 'Description': 'Legg Mason Lv HD ETF', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'LVHD', 'DPS': '0'}
{'NTA': '0', 'Yield': '11.2', 'EBITDA': '-19000000', 'Industry': '', 'PtS': '8.88', 'DateTime': '2017-03-31T00:00:00', 'EPS': '5.64', 'Dividend': '0', 'Name': 'Liberty Vntrs Srs A', 'Description': 'Liberty Vntrs Srs A', 'DivYield': '0', 'MarketCap': '3800000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.99', 'PE': '7.89', 'PEG': '0', 'Shares': '85431660', 'ImputationCredits': '0', 'Symbol': 'LVNTA', 'DPS': '0'}
{'NTA': '0', 'Yield': '10.62', 'EBITDA': '8850000', 'Industry': 'Packaged Foods', 'PtS': '1.41', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.2', 'Dividend': '0', 'Name': 'Lifeway Foods Inc', 'Description': 'Lifeway Foods Inc', 'DivYield': '0', 'MarketCap': '173180000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '3.65', 'PE': '52.34', 'PEG': '4.49', 'Shares': '16139800', 'ImputationCredits': '0', 'Symbol': 'LWAY', 'DPS': '0'}
{'NTA': '0', 'Yield': '3.84', 'EBITDA': '-135800000', 'Industry': 'Major Pharmaceuticals', 'PtS': '18.01', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.36', 'Dividend': '0', 'Name': 'Lexicon Pharmaceutcl', 'Description': 'Lexicon Pharmaceutcl', 'DivYield': '0', 'MarketCap': '1500000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '9.54', 'PE': '0', 'PEG': '-0.17', 'Shares': '104602500', 'ImputationCredits': '0', 'Symbol': 'LXRX', 'DPS': '0'}
{'NTA': '0', 'Yield': '-20.24', 'EBITDA': '16030000', 'Industry': 'Building Products', 'PtS': '0.77', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.18', 'Dividend': '0', 'Name': 'L S I Industries I', 'Description': 'L S I Industries I', 'DivYield': '2.04', 'MarketCap': '252820000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '1.57', 'PE': '55.44', 'PEG': '1.65', 'Shares': '25056490', 'ImputationCredits': '0', 'Symbol': 'LYTS', 'DPS': '0.2'}
{'NTA': '0', 'Yield': '-56.5', 'EBITDA': '-95240000', 'Industry': '', 'PtS': '2.73', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.21', 'Dividend': '0', 'Name': 'Merrimack Pharmaceut', 'Description': 'Merrimack Pharmaceut', 'DivYield': '0', 'MarketCap': '393020000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '-1.22', 'Shares': '130571400', 'ImputationCredits': '0', 'Symbol': 'MACK', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-29T00:00:00', 'EPS': '-0.06', 'Dividend': '0', 'Name': 'M I Acquisitions Inc', 'Description': 'M I Acquisitions Inc', 'DivYield': '0', 'MarketCap': '23100000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '4.62', 'PE': '0', 'PEG': '0', 'Shares': '2310000', 'ImputationCredits': '0', 'Symbol': 'MACQ', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-29T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'M I Acquisitions Inc. Un', 'Description': 'M I Acquisitions Inc. Un', 'DivYield': '0', 'MarketCap': '55220000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '5403131000', 'ImputationCredits': '0', 'Symbol': 'MACQU', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-22T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'M I Acquisitions Inc. Warrant', 'Description': 'M I Acquisitions Inc. Warrant', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'MACQW', 'DPS': '0'}
{'NTA': '0', 'Yield': '53.78', 'EBITDA': '3510000', 'Industry': 'Telecommunications Equipment', 'PtS': '2.55', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.04', 'Dividend': '0', 'Name': 'Magal Security Syst', 'Description': 'Magal Security Syst', 'DivYield': '0', 'MarketCap': '172370000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '2.11', 'PE': '131.93', 'PEG': '0', 'Shares': '22921540', 'ImputationCredits': '0', 'Symbol': 'MAGS', 'DPS': '0'}
{'NTA': '0', 'Yield': '6.59', 'EBITDA': '4360000', 'Industry': '', 'PtS': '2.43', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.28', 'Dividend': '0', 'Name': 'Mam Software Gp Cmn', 'Description': 'Mam Software Gp Cmn', 'DivYield': '0', 'MarketCap': '81200000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '12.92', 'PE': '23.51', 'PEG': '0', 'Shares': '12247360', 'ImputationCredits': '0', 'Symbol': 'MAMS', 'DPS': '0'}
{'NTA': '0', 'Yield': '-14.02', 'EBITDA': '203400000', 'Industry': 'Computer Software: Prepackaged Software', 'PtS': '5.72', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.72', 'Dividend': '0', 'Name': 'Manhattan Assoc', 'Description': 'Manhattan Assoc', 'DivYield': '0', 'MarketCap': '3490000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '20.39', 'PE': '28.85', 'PEG': '1.71', 'Shares': '70334540', 'ImputationCredits': '0', 'Symbol': 'MANH', 'DPS': '0'}
{'NTA': '0', 'Yield': '2.46', 'EBITDA': '122650000', 'Industry': 'Other Consumer Services', 'PtS': '0.84', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.47', 'Dividend': '0', 'Name': 'Mantech Intl Cp A', 'Description': 'Mantech Intl Cp A', 'DivYield': '2.43', 'MarketCap': '1340000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '1.08', 'PE': '23.54', 'PEG': '7.56', 'Shares': '38694770', 'ImputationCredits': '0', 'Symbol': 'MANT', 'DPS': '0.84'}
{'NTA': '0', 'Yield': '34.37', 'EBITDA': '2000000000', 'Industry': '', 'PtS': '10.13', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.64', 'Dividend': '0', 'Name': 'Marriot Int Class A', 'Description': 'Marriot Int Class A', 'DivYield': '1.3', 'MarketCap': '35860000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '6.71', 'PE': '35.42', 'PEG': '1.6', 'Shares': '383529400', 'ImputationCredits': '0', 'Symbol': 'MAR', 'DPS': '1.2'}
{'NTA': '0', 'Yield': '-43.02', 'EBITDA': '10610000', 'Industry': '', 'PtS': '0.33', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.41', 'Dividend': '0', 'Name': 'Marathon Patent Grou', 'Description': 'Marathon Patent Grou', 'DivYield': '0', 'MarketCap': '15370000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.15', 'PE': '0', 'PEG': '-0.48', 'Shares': '15068630', 'ImputationCredits': '0', 'Symbol': 'MARA', 'DPS': '0'}
{'NTA': '0', 'Yield': '-36.89', 'EBITDA': '-10200000', 'Industry': '', 'PtS': '1.16', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.86', 'Dividend': '0', 'Name': 'Remark Media Cmn', 'Description': 'Remark Media Cmn', 'DivYield': '0', 'MarketCap': '64380000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '21750000', 'ImputationCredits': '0', 'Symbol': 'MARK', 'DPS': '0'}
{'NTA': '0', 'Yield': '-19.25', 'EBITDA': '0', 'Industry': 'Oil & Gas Production', 'PtS': '10.19', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.31', 'Dividend': '0', 'Name': 'Marine Petroleum U', 'Description': 'Marine Petroleum U', 'DivYield': '6.1', 'MarketCap': '8500000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Energy', 'PtB': '9.72', 'PE': '13.58', 'PEG': '0', 'Shares': '2000000', 'ImputationCredits': '0', 'Symbol': 'MARPS', 'DPS': '0.25'}
{'NTA': '0', 'Yield': '115.13', 'EBITDA': '164490000', 'Industry': 'Biotechnology: Electromedical & Electrotherapeutic Apparatus', 'PtS': '6.8', 'DateTime': '2017-03-31T00:00:00', 'EPS': '5.65', 'Dividend': '0', 'Name': 'Masimo Corporation', 'Description': 'Masimo Corporation', 'DivYield': '0', 'MarketCap': '4700000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '8.4', 'PE': '16.51', 'PEG': '2.68', 'Shares': '50396740', 'ImputationCredits': '0', 'Symbol': 'MASI', 'DPS': '0'}
{'NTA': '0', 'Yield': '-17.63', 'EBITDA': '823470000', 'Industry': 'Recreational Products/Toys', 'PtS': '1.59', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.92', 'Dividend': '0', 'Name': 'Mattel Inc', 'Description': 'Mattel Inc', 'DivYield': '5.98', 'MarketCap': '8770000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '3.61', 'PE': '27.84', 'PEG': '1.12', 'Shares': '342444400', 'ImputationCredits': '0', 'Symbol': 'MAT', 'DPS': '1.52'}
{'NTA': '0', 'Yield': '-11.39', 'EBITDA': '-12870000', 'Industry': 'Home Health Care', 'PtS': '2.75', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.86', 'Dividend': '0', 'Name': 'Mattersight Corp', 'Description': 'Mattersight Corp', 'DivYield': '0', 'MarketCap': '113990000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '0', 'PE': '0', 'PEG': '-0.26', 'Shares': '32568570', 'ImputationCredits': '0', 'Symbol': 'MATR', 'DPS': '0'}
{'NTA': '0', 'Yield': '28.51', 'EBITDA': '188730000', 'Industry': 'Metal Fabrications', 'PtS': '1.45', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.18', 'Dividend': '0', 'Name': 'Matthews Intl Corp', 'Description': 'Matthews Intl Corp', 'DivYield': '1.03', 'MarketCap': '2180000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '3.11', 'PE': '31.07', 'PEG': '1.46', 'Shares': '32224690', 'ImputationCredits': '0', 'Symbol': 'MATW', 'DPS': '0.68'}
{'NTA': '0', 'Yield': '2.8', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Advisrshs Mkt Adptve', 'Description': 'Advisrshs Mkt Adptve', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'MAUI', 'DPS': '0'}
{'NTA': '0', 'Yield': '-23.65', 'EBITDA': '4770000', 'Industry': 'Building operators', 'PtS': '4.21', 'DateTime': '2017-03-30T00:00:00', 'EPS': '0.83', 'Dividend': '0', 'Name': 'J W Mays Inc', 'Description': 'J W Mays Inc', 'DivYield': '0', 'MarketCap': '80000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '1.64', 'PE': '47.66', 'PEG': '0', 'Shares': '2015113', 'ImputationCredits': '0', 'Symbol': 'MAYS', 'DPS': '0'}
{'NTA': '0', 'Yield': '101.69', 'EBITDA': '-14320000', 'Industry': '', 'PtS': '7.92', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.58', 'Dividend': '0', 'Name': 'Mindbody Cls A Cmn', 'Description': 'Mindbody Cls A Cmn', 'DivYield': '0', 'MarketCap': '1110000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '10.76', 'PE': '0', 'PEG': '-18.33', 'Shares': '40808820', 'ImputationCredits': '0', 'Symbol': 'MB', 'DPS': '0'}
{'NTA': '0', 'Yield': '41.27', 'EBITDA': '0', 'Industry': '', 'PtS': '4.21', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.03', 'Dividend': '0', 'Name': 'Middlefield Banc Cmn', 'Description': 'Middlefield Banc Cmn', 'DivYield': '2.46', 'MarketCap': '122920000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.29', 'PE': '14.49', 'PEG': '0', 'Shares': '2800000', 'ImputationCredits': '0', 'Symbol': 'MBCN', 'DPS': '1.08'}
{'NTA': '0', 'Yield': '23.19', 'EBITDA': '0', 'Industry': 'Savings Institutions', 'PtS': '4.14', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.13', 'Dividend': '0', 'Name': 'MB Financial Inc', 'Description': 'MB Financial Inc', 'DivYield': '1.75', 'MarketCap': '3570000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.47', 'PE': '20.09', 'PEG': '2.09', 'Shares': '83372260', 'ImputationCredits': '0', 'Symbol': 'MBFI', 'DPS': '0.76'}
{'NTA': '0', 'Yield': '-0.97', 'EBITDA': '0', 'Industry': '', 'PtS': '2.52', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.13', 'Dividend': '0', 'Name': 'MB Financial Pd Sr A', 'Description': 'MB Financial Pd Sr A', 'DivYield': '7.57', 'MarketCap': '2200000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.9', 'PE': '12.39', 'PEG': '0', 'Shares': '83301780', 'ImputationCredits': '0', 'Symbol': 'MBFIP', 'DPS': '2'}
{'NTA': '0', 'Yield': '140.74', 'EBITDA': '-21430000', 'Industry': '', 'PtS': '3.6', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.26', 'Dividend': '0', 'Name': 'Marrone Bio Innov', 'Description': 'Marrone Bio Innov', 'DivYield': '0', 'MarketCap': '48090000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '24661540', 'ImputationCredits': '0', 'Symbol': 'MBII', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-9620000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.4', 'Dividend': '0', 'Name': 'Microbot Medical Inc', 'Description': 'Microbot Medical Inc', 'DivYield': '0', 'MarketCap': '158330000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '91.72', 'PE': '0', 'PEG': '0', 'Shares': '27251290', 'ImputationCredits': '0', 'Symbol': 'MBOT', 'DPS': '0'}
{'NTA': '0', 'Yield': '48.3', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '5.83', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.13', 'Dividend': '0', 'Name': 'Middleburg Finl Corp', 'Description': 'Middleburg Finl Corp', 'DivYield': '1.34', 'MarketCap': '288290000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '2.2', 'PE': '35.43', 'PEG': '2.69', 'Shares': '7200050', 'ImputationCredits': '0', 'Symbol': 'MBRG', 'DPS': '0.52'}
{'NTA': '0', 'Yield': '-32.61', 'EBITDA': '0', 'Industry': 'Biotechnology', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.32', 'Dividend': '0', 'Name': 'Moleculin Biotech CS', 'Description': 'Moleculin Biotech CS', 'DivYield': '0', 'MarketCap': '14100000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '0.8', 'PE': '0', 'PEG': '0', 'Shares': '12051280', 'ImputationCredits': '0', 'Symbol': 'MBRX', 'DPS': '0'}
{'NTA': '0', 'Yield': '-3.26', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Flexshares Dspln MBS', 'Description': 'Flexshares Dspln MBS', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'MBSD', 'DPS': '0'}
{'NTA': '0', 'Yield': '28.98', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '4.48', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.63', 'Dividend': '0', 'Name': 'Mbt Financial Corp', 'Description': 'Mbt Financial Corp', 'DivYield': '1.78', 'MarketCap': '259420000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.82', 'PE': '18.02', 'PEG': '0', 'Shares': '22856390', 'ImputationCredits': '0', 'Symbol': 'MBTF', 'DPS': '0.2'}
{'NTA': '0', 'Yield': '27.56', 'EBITDA': '47710000', 'Industry': '', 'PtS': '1.47', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.12', 'Dividend': '0', 'Name': 'Malibu Boats Cmn A', 'Description': 'Malibu Boats Cmn A', 'DivYield': '0', 'MarketCap': '383540000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '15.12', 'PE': '19.21', 'PEG': '0.97', 'Shares': '17830780', 'ImputationCredits': '0', 'Symbol': 'MBUU', 'DPS': '0'}
{'NTA': '0', 'Yield': '59.99', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '4.92', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.16', 'Dividend': '0', 'Name': 'Merchants Bancshares', 'Description': 'Merchants Bancshares', 'DivYield': '2.37', 'MarketCap': '328180000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '2.09', 'PE': '21.99', 'PEG': '3.98', 'Shares': '6909053', 'ImputationCredits': '0', 'Symbol': 'MBVT', 'DPS': '1.12'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-16570000', 'Industry': '', 'PtS': '106.74', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-3.64', 'Dividend': '0', 'Name': 'Mabvax Therapeutics Holdings Inc', 'Description': 'Mabvax Therapeutics Holdings Inc', 'DivYield': '0', 'MarketCap': '14290000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '4.74', 'PE': '0', 'PEG': '-0.01', 'Shares': '6295154', 'ImputationCredits': '0', 'Symbol': 'MBVX', 'DPS': '0'}
{'NTA': '0', 'Yield': '42.62', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '4.66', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.96', 'Dividend': '0', 'Name': 'Mercantile Bank Corp', 'Description': 'Mercantile Bank Corp', 'DivYield': '2.17', 'MarketCap': '556420000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.65', 'PE': '17.29', 'PEG': '2.18', 'Shares': '16428110', 'ImputationCredits': '0', 'Symbol': 'MBWM', 'DPS': '0.72'}
{'NTA': '0', 'Yield': '45.08', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '4.96', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.47', 'Dividend': '0', 'Name': 'Macatawa Bank Corp', 'Description': 'Macatawa Bank Corp', 'DivYield': '1.61', 'MarketCap': '335330000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '2.08', 'PE': '21.02', 'PEG': '4.69', 'Shares': '33940280', 'ImputationCredits': '0', 'Symbol': 'MCBC', 'DPS': '0.16'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'First Trust Municipal CEF Income Opportunity ETF', 'Description': 'First Trust Municipal CEF Income Opportunity ETF', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'MCEF', 'DPS': '0'}
{'NTA': '0', 'Yield': '-36.46', 'EBITDA': '11420000', 'Industry': '', 'PtS': '1.31', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.86', 'Dividend': '0', 'Name': 'Mid-Con Energy Partn', 'Description': 'Mid-Con Energy Partn', 'DivYield': '0', 'MarketCap': '71100000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.62', 'PE': '0', 'PEG': '5.35', 'Shares': '30000000', 'ImputationCredits': '0', 'Symbol': 'MCEP', 'DPS': '0'}
{'NTA': '0', 'Yield': '20.49', 'EBITDA': '38560000', 'Industry': '', 'PtS': '1.3', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.11', 'Dividend': '0', 'Name': 'Mcbc Holdings Cmn', 'Description': 'Mcbc Holdings Cmn', 'DivYield': '0', 'MarketCap': '291870000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '102.32', 'PE': '14.13', 'PEG': '1.24', 'Shares': '18637930', 'ImputationCredits': '0', 'Symbol': 'MCFT', 'DPS': '0'}
{'NTA': '0', 'Yield': '18.12', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.46', 'Dividend': '0', 'Name': 'Ishares MSCI China ETF', 'Description': 'Ishares MSCI China ETF', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'MCHI', 'DPS': '0'}
{'NTA': '0', 'Yield': '51.84', 'EBITDA': '925100000', 'Industry': 'Semiconductors', 'PtS': '5.22', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.41', 'Dividend': '0', 'Name': 'Microchip Technology', 'Description': 'Microchip Technology', 'DivYield': '1.95', 'MarketCap': '15970000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '6.23', 'PE': '179.51', 'PEG': '0.85', 'Shares': '216454300', 'ImputationCredits': '0', 'Symbol': 'MCHP', 'DPS': '1.44'}
{'NTA': '0', 'Yield': '-36', 'EBITDA': '-16740000', 'Industry': 'Business Services', 'PtS': '0.88', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.01', 'Dividend': '0', 'Name': 'Marchex Inc', 'Description': 'Marchex Inc', 'DivYield': '0', 'MarketCap': '114740000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Miscellaneous', 'PtB': '1', 'PE': '0', 'PEG': '-1', 'Shares': '42183820', 'ImputationCredits': '0', 'Symbol': 'MCHX', 'DPS': '0'}
{'NTA': '0', 'Yield': '-61.82', 'EBITDA': '-88630000', 'Industry': '', 'PtS': '20.7', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.3', 'Dividend': '0', 'Name': 'Seres Theraptc Cmn', 'Description': 'Seres Theraptc Cmn', 'DivYield': '0', 'MarketCap': '454950000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.4', 'PE': '0', 'PEG': '-0.08', 'Shares': '40368240', 'ImputationCredits': '0', 'Symbol': 'MCRB', 'DPS': '0'}
{'NTA': '0', 'Yield': '55.47', 'EBITDA': '54060000', 'Industry': 'Hotels/Resorts', 'PtS': '2.39', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.39', 'Dividend': '0', 'Name': 'Monarch Casino', 'Description': 'Monarch Casino', 'DivYield': '0', 'MarketCap': '516240000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '2.21', 'PE': '21.25', 'PEG': '1.42', 'Shares': '17475960', 'ImputationCredits': '0', 'Symbol': 'MCRI', 'DPS': '0'}
{'NTA': '0', 'Yield': '-53.56', 'EBITDA': '149590000', 'Industry': 'Advertising', 'PtS': '0.37', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.93', 'Dividend': '0', 'Name': 'Mdc Partners Cl A', 'Description': 'Mdc Partners Cl A', 'DivYield': '0', 'MarketCap': '519900000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '0', 'PE': '0', 'PEG': '2.09', 'Shares': '55308510', 'ImputationCredits': '0', 'Symbol': 'MDCA', 'DPS': '0'}
{'NTA': '0', 'Yield': '37.4', 'EBITDA': '-306900000', 'Industry': 'Major Pharmaceuticals', 'PtS': '20.66', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.71', 'Dividend': '0', 'Name': 'Medicines Co', 'Description': 'Medicines Co', 'DivYield': '0', 'MarketCap': '3450000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '5.32', 'PE': '0', 'PEG': '-0.13', 'Shares': '70552140', 'ImputationCredits': '0', 'Symbol': 'MDCO', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.77', 'Dividend': '0', 'Name': 'Madrigal Pharmaceuticals Inc', 'Description': 'Madrigal Pharmaceuticals Inc', 'DivYield': '0', 'MarketCap': '178180000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '4.76', 'PE': '0', 'PEG': '0', 'Shares': '11570130', 'ImputationCredits': '0', 'Symbol': 'MDGL', 'DPS': '0'}
{'NTA': '0', 'Yield': '67.39', 'EBITDA': '-10670000', 'Industry': '', 'PtS': '3.26', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-15.75', 'Dividend': '0', 'Name': 'Medigus Ltd Ads', 'Description': 'Medigus Ltd Ads', 'DivYield': '0', 'MarketCap': '2340000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.59', 'PE': '0', 'PEG': '0', 'Shares': '759740', 'ImputationCredits': '0', 'Symbol': 'MDGS', 'DPS': '0'}
{'NTA': '0', 'Yield': '2.52', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'First Trust Vi Mlti', 'Description': 'First Trust Vi Mlti', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'MDIV', 'DPS': '0'}
{'NTA': '0', 'Yield': '0.28', 'EBITDA': '4240000000', 'Industry': '', 'PtS': '2.55', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.05', 'Dividend': '0', 'Name': 'Mondelez Intl Cmn A', 'Description': 'Mondelez Intl Cmn A', 'DivYield': '1.76', 'MarketCap': '65770000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.63', 'PE': '41.03', 'PEG': '1.94', 'Shares': '1526695000', 'ImputationCredits': '0', 'Symbol': 'MDLZ', 'DPS': '0.76'}
{'NTA': '0', 'Yield': '-5.37', 'EBITDA': '152280000', 'Industry': 'EDP Services', 'PtS': '1.48', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.14', 'Dividend': '0', 'Name': 'Allscripts Hlthcare', 'Description': 'Allscripts Hlthcare', 'DivYield': '0', 'MarketCap': '2290000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.86', 'PE': '0', 'PEG': '1.44', 'Shares': '180599400', 'ImputationCredits': '0', 'Symbol': 'MDRX', 'DPS': '0'}
{'NTA': '0', 'Yield': '32.23', 'EBITDA': '65560000', 'Industry': 'Computer Software: Prepackaged Software', 'PtS': '6.66', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.51', 'Dividend': '0', 'Name': 'Medidata Solutions', 'Description': 'Medidata Solutions', 'DivYield': '0', 'MarketCap': '3130000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '7.68', 'PE': '109.75', 'PEG': '2.15', 'Shares': '55922810', 'ImputationCredits': '0', 'Symbol': 'MDSO', 'DPS': '0'}
{'NTA': '0', 'Yield': '-48.24', 'EBITDA': '41999', 'Industry': '', 'PtS': '1.512', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.66', 'Dividend': '0', 'Name': "Modsys Int'l Ltd", 'Description': "Modsys Int'l Ltd", 'DivYield': '0', 'MarketCap': '16830000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.165', 'PE': '0', 'PEG': '0', 'Shares': '19081630', 'ImputationCredits': '0', 'Symbol': 'MDSY', 'DPS': '0'}
{'NTA': '0', 'Yield': '19.53', 'EBITDA': '-5930000', 'Industry': '', 'PtS': '718.73', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.16', 'Dividend': '0', 'Name': 'Medovex Corp. Cmn', 'Description': 'Medovex Corp. Cmn', 'DivYield': '0', 'MarketCap': '23000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '16.46', 'PE': '0', 'PEG': '0', 'Shares': '15032680', 'ImputationCredits': '0', 'Symbol': 'MDVX', 'DPS': '0'}
{'NTA': '0', 'Yield': '300', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Medovex Cp Cl A Wt', 'Description': 'Medovex Cp Cl A Wt', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'MDVXW', 'DPS': '0'}
{'NTA': '0', 'Yield': '-20.19', 'EBITDA': '-19570000', 'Industry': '', 'PtS': '92.9', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.86', 'Dividend': '0', 'Name': 'Mediwound Ltd Ord Sh', 'Description': 'Mediwound Ltd Ord Sh', 'DivYield': '0', 'MarketCap': '144740000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '18.64', 'PE': '0', 'PEG': '-0.09', 'Shares': '21930300', 'ImputationCredits': '0', 'Symbol': 'MDWD', 'DPS': '0'}
{'NTA': '0', 'Yield': '26.56', 'EBITDA': '26590000', 'Industry': '', 'PtS': '3.86', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.11', 'Dividend': '0', 'Name': 'Mimedx Group Inc', 'Description': 'Mimedx Group Inc', 'DivYield': '0', 'MarketCap': '964910000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '7.11', 'PE': '82.73', 'PEG': '1.92', 'Shares': '106034100', 'ImputationCredits': '0', 'Symbol': 'MDXG', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '110600000', 'Industry': '', 'PtS': '3.11', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.37', 'Dividend': '0', 'Name': 'Medpace Holdings Inc.', 'Description': 'Medpace Holdings Inc.', 'DivYield': '0', 'MarketCap': '1220000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.88', 'PE': '80.68', 'PEG': '1.36', 'Shares': '40871020', 'ImputationCredits': '0', 'Symbol': 'MEDP', 'DPS': '0'}
{'NTA': '0', 'Yield': '72.22', 'EBITDA': '25750000', 'Industry': '', 'PtS': '4.1', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.8', 'Dividend': '0', 'Name': 'Meetme Inc', 'Description': 'Meetme Inc', 'DivYield': '0', 'MarketCap': '313010000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.58', 'PE': '6.56', 'PEG': '0.53', 'Shares': '59620950', 'ImputationCredits': '0', 'Symbol': 'MEET', 'DPS': '0'}
{'NTA': '0', 'Yield': '15.71', 'EBITDA': '-3680000', 'Industry': '', 'PtS': '3.26', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.1', 'Dividend': '0', 'Name': 'Mei Pharma Inc Cmn', 'Description': 'Mei Pharma Inc Cmn', 'DivYield': '0', 'MarketCap': '59570000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.09', 'PE': '0', 'PEG': '810', 'Shares': '36771600', 'ImputationCredits': '0', 'Symbol': 'MEIP', 'DPS': '0'}
{'NTA': '0', 'Yield': '69.33', 'EBITDA': '223800000', 'Industry': 'Business Services', 'PtS': '11.12', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.09', 'Dividend': '0', 'Name': 'Mercadolibre Inc', 'Description': 'Mercadolibre Inc', 'DivYield': '0.28', 'MarketCap': '9340000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Miscellaneous', 'PtB': '21.89', 'PE': '68.48', 'PEG': '1.6', 'Shares': '44167020', 'ImputationCredits': '0', 'Symbol': 'MELI', 'DPS': '0.6'}
{'NTA': '0', 'Yield': '11.52', 'EBITDA': '0', 'Industry': '', 'PtS': '5.89', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.41', 'Dividend': '0', 'Name': 'Melrose Bancorp Cmn', 'Description': 'Melrose Bancorp Cmn', 'DivYield': '0', 'MarketCap': '39660000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.91', 'PE': '28.75', 'PEG': '0', 'Shares': '2353709', 'ImputationCredits': '0', 'Symbol': 'MELR', 'DPS': '0'}
{'NTA': '0', 'Yield': '-95.86', 'EBITDA': '-62480000', 'Industry': '', 'PtS': '0.0364', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-6.481', 'Dividend': '0', 'Name': 'Memorial Production', 'Description': 'Memorial Production', 'DivYield': '97.56', 'MarketCap': '10120000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.1042', 'PE': '0', 'PEG': '0.01', 'Shares': '83844240', 'ImputationCredits': '0', 'Symbol': 'MEMP', 'DPS': '0.12'}
{'NTA': '0', 'Yield': '83.41', 'EBITDA': '262850000', 'Industry': 'EDP Services', 'PtS': '3.2', 'DateTime': '2017-03-30T00:00:00', 'EPS': '1.37', 'Dividend': '0', 'Name': 'Mentor Graphics', 'Description': 'Mentor Graphics', 'DivYield': '0.59', 'MarketCap': '4110000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '2.98', 'PE': '27.09', 'PEG': '2.08', 'Shares': '110483900', 'ImputationCredits': '0', 'Symbol': 'MENT', 'DPS': '0.22'}
{'NTA': '0', 'Yield': '34.15', 'EBITDA': '224000000', 'Industry': 'Major Chemicals', 'PtS': '2.01', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.14', 'Dividend': '0', 'Name': 'Methanex Cp', 'Description': 'Methanex Cp', 'DivYield': '2.43', 'MarketCap': '4000000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Basic Industries', 'PtB': '2.51', 'PE': '0', 'PEG': '0.87', 'Shares': '89887640', 'ImputationCredits': '0', 'Symbol': 'MEOH', 'DPS': '1.1'}
{'NTA': '0', 'Yield': '39.29', 'EBITDA': '185730000', 'Industry': 'Paper', 'PtS': '0.82', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.54', 'Dividend': '0', 'Name': 'Mercer Intl Inc', 'Description': 'Mercer Intl Inc', 'DivYield': '3.9', 'MarketCap': '756460000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Basic Industries', 'PtB': '2.01', 'PE': '21.67', 'PEG': '-6.27', 'Shares': '64654700', 'ImputationCredits': '0', 'Symbol': 'MERC', 'DPS': '0.46'}
{'NTA': '0', 'Yield': '12.67', 'EBITDA': '-62720000', 'Industry': '', 'PtS': '21.45', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.11', 'Dividend': '0', 'Name': 'Mesoblast Ltd Ads', 'Description': 'Mesoblast Ltd Ads', 'DivYield': '0', 'MarketCap': '683320000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.34', 'PE': '0', 'PEG': '0', 'Shares': '76093540', 'ImputationCredits': '0', 'Symbol': 'MESO', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-7050000', 'Industry': '', 'PtS': '78.56', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.19', 'Dividend': '0', 'Name': 'Ramaco Resources Inc', 'Description': 'Ramaco Resources Inc', 'DivYield': '0', 'MarketCap': '377730000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '39062040', 'ImputationCredits': '0', 'Symbol': 'METC', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '7950000', 'Industry': '', 'PtS': '2.07', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.97', 'Dividend': '0', 'Name': 'Medallion Fin Cp', 'Description': 'Medallion Fin Cp', 'DivYield': '9.13', 'MarketCap': '47240000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.18', 'PE': '2.04', 'PEG': '0', 'Shares': '23858590', 'ImputationCredits': '0', 'Symbol': 'MFIN', 'DPS': '0.2'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Medallion Fin Notes', 'Description': 'Medallion Fin Notes', 'DivYield': '0', 'MarketCap': '22950000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '1200188000', 'ImputationCredits': '0', 'Symbol': 'MFINL', 'DPS': '0'}
{'NTA': '0', 'Yield': '30.17', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '2.3513', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.71', 'Dividend': '0', 'Name': 'Mackinac Financial', 'Description': 'Mackinac Financial', 'DivYield': '3.52', 'MarketCap': '85910000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.0963', 'PE': '19.3204', 'PEG': '0', 'Shares': '6262803', 'ImputationCredits': '0', 'Symbol': 'MFNC', 'DPS': '0.48'}
{'NTA': '0', 'Yield': '9.3', 'EBITDA': '1140000', 'Industry': 'Pollution Control Equipment', 'PtS': '0.5783', 'DateTime': '2017-03-20T00:00:00', 'EPS': '-1.77', 'Dividend': '0', 'Name': 'M F R I Inc', 'Description': 'M F R I Inc', 'DivYield': '0', 'MarketCap': '58720000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '0.9685', 'PE': '0', 'PEG': '0', 'Shares': '7567498', 'ImputationCredits': '0', 'Symbol': 'MFRI', 'DPS': '0'}
{'NTA': '0', 'Yield': '20.47', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '3.63', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.76', 'Dividend': '0', 'Name': 'Mutualfirst Finl Inc', 'Description': 'Mutualfirst Finl Inc', 'DivYield': '1.93', 'MarketCap': '231700000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.63', 'PE': '17.93', 'PEG': '3.61', 'Shares': '7343899', 'ImputationCredits': '0', 'Symbol': 'MFSF', 'DPS': '0.6'}
{'NTA': '0', 'Yield': '54.53', 'EBITDA': '2340000', 'Industry': '', 'PtS': '0.92', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.94', 'Dividend': '0', 'Name': 'Mgc Diagnostics Corp', 'Description': 'Mgc Diagnostics Corp', 'DivYield': '0', 'MarketCap': '36320000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.62', 'PE': '0', 'PEG': '0', 'Shares': '4344498', 'ImputationCredits': '0', 'Symbol': 'MGCD', 'DPS': '0'}
{'NTA': '0', 'Yield': '30.39', 'EBITDA': '172870000', 'Industry': 'Electric Utilities: Central', 'PtS': '4.16', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.18', 'Dividend': '0', 'Name': 'Mge Energy Inc', 'Description': 'Mge Energy Inc', 'DivYield': '1.84', 'MarketCap': '2250000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Energy', 'PtB': '3.13', 'PE': '29.82', 'PEG': '0', 'Shares': '34615380', 'ImputationCredits': '0', 'Symbol': 'MGEE', 'DPS': '1.23'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-14100000', 'Industry': '', 'PtS': '2.87', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-19.43', 'Dividend': '0', 'Name': 'Miragen Therapeutics Inc', 'Description': 'Miragen Therapeutics Inc', 'DivYield': '0', 'MarketCap': '11790000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '947749', 'ImputationCredits': '0', 'Symbol': 'MGEN', 'DPS': '0'}
{'NTA': '0', 'Yield': '173.33', 'EBITDA': '222200000', 'Industry': '', 'PtS': '0.55', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.25', 'Dividend': '0', 'Name': 'Moneygram Intl Cmn', 'Description': 'Moneygram Intl Cmn', 'DivYield': '0', 'MarketCap': '888170000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '67.24', 'PEG': '1.09', 'Shares': '52835810', 'ImputationCredits': '0', 'Symbol': 'MGI', 'DPS': '0'}
{'NTA': '0', 'Yield': '16.77', 'EBITDA': '31570000', 'Industry': 'Computer Software: Prepackaged Software', 'PtS': '1.72', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.27', 'Dividend': '0', 'Name': 'Magic Software Entpr', 'Description': 'Magic Software Entpr', 'DivYield': '2.17', 'MarketCap': '344230000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.79', 'PE': '29.1', 'PEG': '1.37', 'Shares': '44132050', 'ImputationCredits': '0', 'Symbol': 'MGIC', 'DPS': '0.17'}
{'NTA': '0', 'Yield': '-2', 'EBITDA': '237420000', 'Industry': 'Hospital/Nursing Management', 'PtS': '0.34', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.22', 'Dividend': '0', 'Name': 'Magellan Health Cmn', 'Description': 'Magellan Health Cmn', 'DivYield': '0', 'MarketCap': '1630000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '1.48', 'PE': '21.44', 'PEG': '-12.89', 'Shares': '23606080', 'ImputationCredits': '0', 'Symbol': 'MGLN', 'DPS': '0'}
{'NTA': '0', 'Yield': '-9.53', 'EBITDA': '-52430000', 'Industry': '', 'PtS': '6.7', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.69', 'Dividend': '0', 'Name': 'Macrogenics Cmn', 'Description': 'Macrogenics Cmn', 'DivYield': '0', 'MarketCap': '650520000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.28', 'PE': '0', 'PEG': '0.02', 'Shares': '34974190', 'ImputationCredits': '0', 'Symbol': 'MGNX', 'DPS': '0'}
{'NTA': '0', 'Yield': '105.26', 'EBITDA': '49840000', 'Industry': 'Packaged Foods', 'PtS': '2.87', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.82', 'Dividend': '0', 'Name': 'MGP Ingredients Inc', 'Description': 'MGP Ingredients Inc', 'DivYield': '0.3', 'MarketCap': '906070000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '6.23', 'PE': '29.86', 'PEG': '2.08', 'Shares': '16707910', 'ImputationCredits': '0', 'Symbol': 'MGPI', 'DPS': '0.16'}
{'NTA': '0', 'Yield': '37.69', 'EBITDA': '88240000', 'Industry': 'Diversified Commercial Services', 'PtS': '1.88', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.6', 'Dividend': '0', 'Name': 'Mcgrath Rentcorp', 'Description': 'Mcgrath Rentcorp', 'DivYield': '3.13', 'MarketCap': '803900000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '2.02', 'PE': '20.98', 'PEG': '1.89', 'Shares': '23946980', 'ImputationCredits': '0', 'Symbol': 'MGRC', 'DPS': '1.04'}
{'NTA': '0', 'Yield': '27.83', 'EBITDA': '0', 'Industry': 'Savings Institutions', 'PtS': '4.22', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.19', 'Dividend': '0', 'Name': 'Magyar Bancorp Inc', 'Description': 'Magyar Bancorp Inc', 'DivYield': '0', 'MarketCap': '75660000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.56', 'PE': '67.01', 'PEG': '0', 'Shares': '5820000', 'ImputationCredits': '0', 'Symbol': 'MGYR', 'DPS': '0'}
{'NTA': '0', 'Yield': '14.47', 'EBITDA': '85510000', 'Industry': 'Property-Casualty Insurers', 'PtS': '0.44', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.19', 'Dividend': '0', 'Name': 'Maiden Holdings Ltd', 'Description': 'Maiden Holdings Ltd', 'DivYield': '4.35', 'MarketCap': '1210000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.15', 'PE': '73.68', 'PEG': '0.63', 'Shares': '86428570', 'ImputationCredits': '0', 'Symbol': 'MHLD', 'DPS': '0.6'}
{'NTA': '0', 'Yield': '-45.07', 'EBITDA': '-1440000', 'Industry': '', 'PtS': '0.31', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.47', 'Dividend': '0', 'Name': 'Micronet Enertec Tec', 'Description': 'Micronet Enertec Tec', 'DivYield': '0', 'MarketCap': '7220000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.83', 'PE': '0', 'PEG': '0', 'Shares': '6170940', 'ImputationCredits': '0', 'Symbol': 'MICT', 'DPS': '0'}
{'NTA': '0', 'Yield': '-70', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Micronet Enertec Wrt', 'Description': 'Micronet Enertec Wrt', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'MICTW', 'DPS': '0'}
{'NTA': '0', 'Yield': '24.45', 'EBITDA': '514980000', 'Industry': 'Industrial Machinery/Components', 'PtS': '3.46', 'DateTime': '2017-03-31T00:00:00', 'EPS': '4.98', 'Dividend': '0', 'Name': 'Middleby Corp', 'Description': 'Middleby Corp', 'DivYield': '0', 'MarketCap': '7850000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '6.21', 'PE': '27.4', 'PEG': '1.62', 'Shares': '57530230', 'ImputationCredits': '0', 'Symbol': 'MIDD', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-30T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'M III Acquisition Corp', 'Description': 'M III Acquisition Corp', 'DivYield': '0', 'MarketCap': '188260000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '37.6954', 'PE': '0', 'PEG': '0', 'Shares': '19208640', 'ImputationCredits': '0', 'Symbol': 'MIII', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-30T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'M III Acquisition', 'Description': 'M III Acquisition', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'MIIIU', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'M III Acquisition Corp. Wt', 'Description': 'M III Acquisition Corp. Wt', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'MIIIW', 'DPS': '0'}
{'NTA': '0', 'Yield': '-21.25', 'EBITDA': '815450000', 'Industry': '', 'PtS': '0.79', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.82', 'Dividend': '0', 'Name': 'The Michaels Comp Cmn', 'Description': 'The Michaels Comp Cmn', 'DivYield': '0', 'MarketCap': '4150000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '12.06', 'PEG': '0.52', 'Shares': '188980000', 'ImputationCredits': '0', 'Symbol': 'MIK', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Glbl X Mlnls Thm ETF', 'Description': 'Glbl X Mlnls Thm ETF', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'MILN', 'DPS': '0'}
{'NTA': '0', 'Yield': '181.64', 'EBITDA': '-884000', 'Industry': '', 'PtS': '7', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.09', 'Dividend': '0', 'Name': 'Mimecast Limited Ord', 'Description': 'Mimecast Limited Ord', 'DivYield': '0', 'MarketCap': '1230000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '14.99', 'PE': '0', 'PEG': '10.54', 'Shares': '54935240', 'ImputationCredits': '0', 'Symbol': 'MIME', 'DPS': '0'}
{'NTA': '0', 'Yield': '31.72', 'EBITDA': '-26800000', 'Industry': 'Diversified Commercial Services', 'PtS': '1.45', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-4.19', 'Dividend': '0', 'Name': 'Mitcham Inds Inc', 'Description': 'Mitcham Inds Inc', 'DivYield': '0', 'MarketCap': '59160000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '0.69', 'PE': '0', 'PEG': '-0.13', 'Shares': '12073470', 'ImputationCredits': '0', 'Symbol': 'MIND', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-26800000', 'Industry': '', 'PtS': '7.08', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-4.19', 'Dividend': '0', 'Name': 'Mitcham Industries Inc', 'Description': 'Mitcham Industries Inc', 'DivYield': '9.62', 'MarketCap': '282530000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.38', 'PE': '0', 'PEG': '0', 'Shares': '12073930', 'ImputationCredits': '0', 'Symbol': 'MINDP', 'DPS': '2.25'}
{'NTA': '0', 'Yield': '-5.43', 'EBITDA': '182960000', 'Industry': 'Metal Fabrications', 'PtS': '2.63', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.06', 'Dividend': '0', 'Name': 'Mobile Mini Inc', 'Description': 'Mobile Mini Inc', 'DivYield': '2.99', 'MarketCap': '1340000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '1.82', 'PE': '28.77', 'PEG': '1.64', 'Shares': '43934430', 'ImputationCredits': '0', 'Symbol': 'MINI', 'DPS': '0.91'}
{'NTA': '0', 'Yield': '-52.29', 'EBITDA': '-21890000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.26', 'Dividend': '0', 'Name': 'Mirna Therap Cmn Stk', 'Description': 'Mirna Therap Cmn Stk', 'DivYield': '0', 'MarketCap': '45670000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.73', 'PE': '0', 'PEG': '0', 'Shares': '20853880', 'ImputationCredits': '0', 'Symbol': 'MIRN', 'DPS': '0'}
{'NTA': '0', 'Yield': '-10.14', 'EBITDA': '5090000', 'Industry': '', 'PtS': '6.01', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.05', 'Dividend': '0', 'Name': 'Mitek Systems Inc', 'Description': 'Mitek Systems Inc', 'DivYield': '0', 'MarketCap': '221270000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '5.5', 'PE': '133', 'PEG': '1.18', 'Shares': '33273680', 'ImputationCredits': '0', 'Symbol': 'MITK', 'DPS': '0'}
{'NTA': '0', 'Yield': '-0.72', 'EBITDA': '115000000', 'Industry': 'Radio And Television Broadcasting And Communications Equipment', 'PtS': '0.85', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.73', 'Dividend': '0', 'Name': 'Mitel Networks Corp', 'Description': 'Mitel Networks Corp', 'DivYield': '0', 'MarketCap': '845360000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '2.19', 'PE': '0', 'PEG': '11.97', 'Shares': '121985600', 'ImputationCredits': '0', 'Symbol': 'MITL', 'DPS': '0'}
{'NTA': '0', 'Yield': '91.72', 'EBITDA': '271200000', 'Industry': 'Industrial Machinery/Components', 'PtS': '2.86', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.94', 'Dividend': '0', 'Name': 'Mks Instruments Inc', 'Description': 'Mks Instruments Inc', 'DivYield': '1.02', 'MarketCap': '3700000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '2.98', 'PE': '35.44', 'PEG': '1.38', 'Shares': '53818180', 'ImputationCredits': '0', 'Symbol': 'MKSI', 'DPS': '0.7'}
{'NTA': '0', 'Yield': '52.73', 'EBITDA': '208640000', 'Industry': 'Investment Bankers/Brokers/Service', 'PtS': '18.89', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.34', 'Dividend': '0', 'Name': 'Marketaxess Holdings', 'Description': 'Marketaxess Holdings', 'DivYield': '0.6', 'MarketCap': '7050000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '14.92', 'PE': '56.13', 'PEG': '2.9', 'Shares': '37602000', 'ImputationCredits': '0', 'Symbol': 'MKTX', 'DPS': '1.11'}
{'NTA': '0', 'Yield': '21.75', 'EBITDA': '25850000', 'Industry': 'Industrial Machinery/Components', 'PtS': '4.81', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.02', 'Dividend': '0', 'Name': 'Mesa Labs Inc', 'Description': 'Mesa Labs Inc', 'DivYield': '0.52', 'MarketCap': '453990000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '4.83', 'PE': '40.58', 'PEG': '0', 'Shares': '3700000', 'ImputationCredits': '0', 'Symbol': 'MLAB', 'DPS': '0.64'}
{'NTA': '0', 'Yield': '4.57', 'EBITDA': '257400000', 'Industry': 'Office Equipment/Supplies/Services', 'PtS': '0.83', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.17', 'Dividend': '0', 'Name': 'Miller Herman Inc', 'Description': 'Miller Herman Inc', 'DivYield': '2.17', 'MarketCap': '1890000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '3.25', 'PE': '14.54', 'PEG': '0.31', 'Shares': '59904910', 'ImputationCredits': '0', 'Symbol': 'MLHR', 'DPS': '0.68'}
{'NTA': '0', 'Yield': '23.29', 'EBITDA': '-17830000', 'Industry': 'Business Services', 'PtS': '0.23', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.83', 'Dividend': '0', 'Name': 'Moduslink Global Cmn', 'Description': 'Moduslink Global Cmn', 'DivYield': '0', 'MarketCap': '99150000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Miscellaneous', 'PtB': '1.38', 'PE': '0', 'PEG': '0', 'Shares': '55083330', 'ImputationCredits': '0', 'Symbol': 'MLNK', 'DPS': '0'}
{'NTA': '0', 'Yield': '17.8', 'EBITDA': '141720000', 'Industry': 'Semiconductors', 'PtS': '2.94', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.37', 'Dividend': '0', 'Name': 'Mellanox Technologie', 'Description': 'Mellanox Technologie', 'DivYield': '0', 'MarketCap': '2530000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '2.58', 'PE': '138.65', 'PEG': '1.01', 'Shares': '49317740', 'ImputationCredits': '0', 'Symbol': 'MLNX', 'DPS': '0'}
{'NTA': '0', 'Yield': '33.8', 'EBITDA': '0', 'Industry': 'Banks', 'PtS': '6.85', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.83', 'Dividend': '0', 'Name': 'Malvern Bncp Cmn Stk', 'Description': 'Malvern Bncp Cmn Stk', 'DivYield': '0', 'MarketCap': '138030000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.44', 'PE': '11.76', 'PEG': '0', 'Shares': '6420000', 'ImputationCredits': '0', 'Symbol': 'MLVF', 'DPS': '0'}
{'NTA': '0', 'Yield': '44.32', 'EBITDA': '-4020000', 'Industry': '', 'PtS': '4.4432', 'DateTime': '2017-03-31T00:00:00', 'EPS': '6.671', 'Dividend': '0', 'Name': 'Mma Capital Mngt Cmn', 'Description': 'Mma Capital Mngt Cmn', 'DivYield': '0', 'MarketCap': '137370000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.0923', 'PE': '3.4777', 'PEG': '0', 'Shares': '5921146', 'ImputationCredits': '0', 'Symbol': 'MMAC', 'DPS': '0'}
{'NTA': '0', 'Yield': '-15.25', 'EBITDA': '162490000', 'Industry': 'Oil Refining/Marketing', 'PtS': '0.81', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.65', 'Dividend': '0', 'Name': 'Martin Midstrm LP', 'Description': 'Martin Midstrm LP', 'DivYield': '10.55', 'MarketCap': '662920000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Energy', 'PtB': '2.19', 'PE': '28.77', 'PEG': '20.23', 'Shares': '35450270', 'ImputationCredits': '0', 'Symbol': 'MMLP', 'DPS': '2'}
{'NTA': '0', 'Yield': '42.72', 'EBITDA': '93950000', 'Industry': 'Medical/Dental Instruments', 'PtS': '2.16', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.45', 'Dividend': '0', 'Name': 'Merit Medical Sys', 'Description': 'Merit Medical Sys', 'DivYield': '0', 'MarketCap': '1290000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '2.62', 'PE': '64.22', 'PEG': '2.59', 'Shares': '44636680', 'ImputationCredits': '0', 'Symbol': 'MMSI', 'DPS': '0'}
{'NTA': '0', 'Yield': '88.45', 'EBITDA': '-86100000', 'Industry': 'Transportation Services', 'PtS': '4.39', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2', 'Dividend': '0', 'Name': 'Makemytrip Limited', 'Description': 'Makemytrip Limited', 'DivYield': '0', 'MarketCap': '1820000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '8.93', 'PE': '0', 'PEG': '32.23', 'Shares': '49726780', 'ImputationCredits': '0', 'Symbol': 'MMYT', 'DPS': '0'}
{'NTA': '0', 'Yield': '17.39', 'EBITDA': '5370000', 'Industry': 'EDP Services', 'PtS': '2.57', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.22', 'Dividend': '0', 'Name': 'Mind C.T.I. Ltd', 'Description': 'Mind C.T.I. Ltd', 'DivYield': '13.28', 'MarketCap': '47180000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '2.18', 'PE': '11.19', 'PEG': '0', 'Shares': '19257140', 'ImputationCredits': '0', 'Symbol': 'MNDO', 'DPS': '0.32'}
{'NTA': '0', 'Yield': '-56', 'EBITDA': '-9410000', 'Industry': '', 'PtS': '7.2117', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.293', 'Dividend': '0', 'Name': 'Magnegas Corporation', 'Description': 'Magnegas Corporation', 'DivYield': '0', 'MarketCap': '23000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.1338', 'PE': '0', 'PEG': '0', 'Shares': '52130550', 'ImputationCredits': '0', 'Symbol': 'MNGA', 'DPS': '0'}
{'NTA': '0', 'Yield': '-78.07', 'EBITDA': '66470000', 'Industry': 'Major Pharmaceuticals', 'PtS': '0.82', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.36', 'Dividend': '0', 'Name': 'Mannkind Corporation', 'Description': 'Mannkind Corporation', 'DivYield': '0', 'MarketCap': '141750000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '0', 'PE': '1.09', 'PEG': '-0.06', 'Shares': '95777020', 'ImputationCredits': '0', 'Symbol': 'MNKD', 'DPS': '0'}
{'NTA': '0', 'Yield': '-12.94', 'EBITDA': '-10870000', 'Industry': 'Major Pharmaceuticals', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.33', 'Dividend': '0', 'Name': 'Medicinova Inc', 'Description': 'Medicinova Inc', 'DivYield': '0', 'MarketCap': '206820000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '6.02', 'PE': '0', 'PEG': '-0.86', 'Shares': '34527540', 'ImputationCredits': '0', 'Symbol': 'MNOV', 'DPS': '0'}
{'NTA': '0', 'Yield': '-24.73', 'EBITDA': '167130000', 'Industry': 'Automotive Aftermarket', 'PtS': '1.7', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.97', 'Dividend': '0', 'Name': 'Monro Muffler Brak', 'Description': 'Monro Muffler Brak', 'DivYield': '1.3', 'MarketCap': '1700000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '2.96', 'PE': '26.43', 'PEG': '1.49', 'Shares': '32598270', 'ImputationCredits': '0', 'Symbol': 'MNRO', 'DPS': '0.68'}
{'NTA': '0', 'Yield': '-3.96', 'EBITDA': '1210000000', 'Industry': 'Beverages - Soft Drinks', 'PtS': '8.6', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.19', 'Dividend': '0', 'Name': 'Monster Beverage Cp', 'Description': 'Monster Beverage Cp', 'DivYield': '0', 'MarketCap': '26160000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '7.87', 'PE': '38.8', 'PEG': '1.58', 'Shares': '566601700', 'ImputationCredits': '0', 'Symbol': 'MNST', 'DPS': '0'}
{'NTA': '0', 'Yield': '40.38', 'EBITDA': '-65610000', 'Industry': 'Biotechnology: Biological Products (No Diagnostic Substances)', 'PtS': '8.32', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.31', 'Dividend': '0', 'Name': 'Momenta Pharma', 'Description': 'Momenta Pharma', 'DivYield': '0', 'MarketCap': '922260000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '2.45', 'PE': '0', 'PEG': '0', 'Shares': '69083140', 'ImputationCredits': '0', 'Symbol': 'MNTA', 'DPS': '0'}
{'NTA': '0', 'Yield': '0.9', 'EBITDA': '9630000', 'Industry': 'Industrial Machinery/Components', 'PtS': '0.38', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.18', 'Dividend': '0', 'Name': 'Manitex Intl Inc', 'Description': 'Manitex Intl Inc', 'DivYield': '0', 'MarketCap': '110900000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.46', 'PE': '0', 'PEG': '0.8', 'Shares': '16552240', 'ImputationCredits': '0', 'Symbol': 'MNTX', 'DPS': '0'}
{'NTA': '0', 'Yield': '13.58', 'EBITDA': '-61940000', 'Industry': '', 'PtS': '1.96', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.78', 'Dividend': '0', 'Name': 'Mobileiron Inc Cmn', 'Description': 'Mobileiron Inc Cmn', 'DivYield': '0', 'MarketCap': '324720000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '9.39', 'PE': '0', 'PEG': '0', 'Shares': '74648270', 'ImputationCredits': '0', 'Symbol': 'MOBL', 'DPS': '0'}
{'NTA': '0', 'Yield': '49.69', 'EBITDA': '9640000', 'Industry': 'Industrial Machinery/Components', 'PtS': '2.06', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.86', 'Dividend': '0', 'Name': 'Mocon Inc', 'Description': 'Mocon Inc', 'DivYield': '3.22', 'MarketCap': '127910000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '3.57', 'PE': '25.41', 'PEG': '0', 'Shares': '5854005', 'ImputationCredits': '0', 'Symbol': 'MOCO', 'DPS': '0.44'}
{'NTA': '0', 'Yield': '20.91', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '3.43', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.78', 'Dividend': '0', 'Name': 'Midwestone Fnl Gp', 'Description': 'Midwestone Fnl Gp', 'DivYield': '1.92', 'MarketCap': '392930000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.29', 'PE': '19.26', 'PEG': '2.23', 'Shares': '11459030', 'ImputationCredits': '0', 'Symbol': 'MOFG', 'DPS': '0.66'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Gabelli Media Mogul Nextshares', 'Description': 'Gabelli Media Mogul Nextshares', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'MOGLC', 'DPS': '0'}
{'NTA': '0', 'Yield': '107.24', 'EBITDA': '152890000', 'Industry': '', 'PtS': '12.48', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.72', 'Dividend': '0', 'Name': 'Momo Inc Ads', 'Description': 'Momo Inc Ads', 'DivYield': '0', 'MarketCap': '6620000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '10.89', 'PE': '47.32', 'PEG': '0.33', 'Shares': '194305900', 'ImputationCredits': '0', 'Symbol': 'MOMO', 'DPS': '0'}
{'NTA': '0', 'Yield': '-5.53', 'EBITDA': '231500000', 'Industry': 'Investment Managers', 'PtS': '4.19', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.72', 'Dividend': '0', 'Name': 'Morningstar Inc', 'Description': 'Morningstar Inc', 'DivYield': '1.19', 'MarketCap': '3370000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '4.81', 'PE': '21.13', 'PEG': '1.53', 'Shares': '42875320', 'ImputationCredits': '0', 'Symbol': 'MORN', 'DPS': '0.92'}
{'NTA': '0', 'Yield': '-60.57', 'EBITDA': '-19680000', 'Industry': 'Semiconductors', 'PtS': '2.3', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-3.66', 'Dividend': '0', 'Name': 'Mosys Inc', 'Description': 'Mosys Inc', 'DivYield': '0', 'MarketCap': '13860000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '0.9', 'PE': '0', 'PEG': '-0.05', 'Shares': '6631579', 'ImputationCredits': '0', 'Symbol': 'MOSY', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.13', 'Dividend': '0', 'Name': 'Moxian Inc', 'Description': 'Moxian Inc', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'MOXC', 'DPS': '0'}
{'NTA': '0', 'Yield': '-4.18', 'EBITDA': '66790000', 'Industry': 'Industrial Machinery/Components', 'PtS': '1.4', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.54', 'Dividend': '0', 'Name': 'Motorcar Parts Amer', 'Description': 'Motorcar Parts Amer', 'DivYield': '0', 'MarketCap': '574440000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Energy', 'PtB': '2.36', 'PE': '19.93', 'PEG': '0.51', 'Shares': '18693130', 'ImputationCredits': '0', 'Symbol': 'MPAA', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Matlin & Partners Acquisition Corporation Units', 'Description': 'Matlin & Partners Acquisition Corporation Units', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'MPACU', 'DPS': '0'}
{'NTA': '0', 'Yield': '72.47', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '2.99', 'DateTime': '2017-03-30T00:00:00', 'EPS': '1.85', 'Dividend': '0', 'Name': 'Mid Penn Bancorp Inc', 'Description': 'Mid Penn Bancorp Inc', 'DivYield': '1.88', 'MarketCap': '111540000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.65', 'PE': '14.24', 'PEG': '0', 'Shares': '4233017', 'ImputationCredits': '0', 'Symbol': 'MPB', 'DPS': '0.52'}
{'NTA': '0', 'Yield': '5.59', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-29T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Ishrs Su MSCI Glb Im', 'Description': 'Ishrs Su MSCI Glb Im', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'MPCT', 'DPS': '0'}
{'NTA': '0', 'Yield': '25.27', 'EBITDA': '893290000', 'Industry': 'Hotels/Resorts', 'PtS': '2', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.34', 'Dividend': '0', 'Name': 'Melco Crown Entm Ads', 'Description': 'Melco Crown Entm Ads', 'DivYield': '0.52', 'MarketCap': '9050000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '2.7', 'PE': '53.74', 'PEG': '4.36', 'Shares': '488133800', 'ImputationCredits': '0', 'Symbol': 'MPEL', 'DPS': '0.1'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-1650000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.01', 'Dividend': '0', 'Name': 'Mountain Prv Dmds', 'Description': 'Mountain Prv Dmds', 'DivYield': '0', 'MarketCap': '623250000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.6', 'PE': '300', 'PEG': '0', 'Shares': '159807700', 'ImputationCredits': '0', 'Symbol': 'MPVD', 'DPS': '0'}
{'NTA': '0', 'Yield': '47.55', 'EBITDA': '68890000', 'Industry': 'Semiconductors', 'PtS': '9.65', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.26', 'Dividend': '0', 'Name': 'Monolithic Power Sys', 'Description': 'Monolithic Power Sys', 'DivYield': '0.87', 'MarketCap': '3760000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '8.62', 'PE': '72.56', 'PEG': '1.4', 'Shares': '41124360', 'ImputationCredits': '0', 'Symbol': 'MPWR', 'DPS': '0.8'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-14690000', 'Industry': '', 'PtS': '3.66', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-3.53', 'Dividend': '0', 'Name': 'Everspin Technologies Inc', 'Description': 'Everspin Technologies Inc', 'DivYield': '0', 'MarketCap': '104750000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.69', 'PE': '0', 'PEG': '-0.4', 'Shares': '12500000', 'ImputationCredits': '0', 'Symbol': 'MRAM', 'DPS': '0'}
{'NTA': '0', 'Yield': '14.15', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.67', 'Dividend': '0', 'Name': 'Monroe Capital Corpo', 'Description': 'Monroe Capital Corpo', 'DivYield': '8.89', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '2.08', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'MRCC', 'DPS': '1.4'}
{'NTA': '0', 'Yield': '85.78', 'EBITDA': '60340000', 'Industry': 'Electrical Products', 'PtS': '4.74', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.55', 'Dividend': '0', 'Name': 'Mercury Sys Inc', 'Description': 'Mercury Sys Inc', 'DivYield': '0', 'MarketCap': '1600000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '3.15', 'PE': '70.74', 'PEG': '5.41', 'Shares': '40973110', 'ImputationCredits': '0', 'Symbol': 'MRCY', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-7770000', 'Industry': '', 'PtS': '0.15', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-18.85', 'Dividend': '0', 'Name': 'Meridian Waste Solutions Inc', 'Description': 'Meridian Waste Solutions Inc', 'DivYield': '0', 'MarketCap': '4600000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '1182519', 'ImputationCredits': '0', 'Symbol': 'MRDN', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Meridian Waste Solutions Inc Warrants', 'Description': 'Meridian Waste Solutions Inc Warrants', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'MRDNW', 'DPS': '0'}
{'NTA': '0', 'Yield': '74.1', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '3.84', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.38', 'Dividend': '0', 'Name': 'Marlin Business Serv', 'Description': 'Marlin Business Serv', 'DivYield': '2.23', 'MarketCap': '313510000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.89', 'PE': '18.66', 'PEG': '1.31', 'Shares': '12175150', 'ImputationCredits': '0', 'Symbol': 'MRLN', 'DPS': '0.56'}
{'NTA': '0', 'Yield': '-67.76', 'EBITDA': '-28220000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.47', 'Dividend': '0', 'Name': 'Marinus Pharma CS', 'Description': 'Marinus Pharma CS', 'DivYield': '0', 'MarketCap': '38130000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.44', 'PE': '0', 'PEG': '0', 'Shares': '21542370', 'ImputationCredits': '0', 'Symbol': 'MRNS', 'DPS': '0'}
{'NTA': '0', 'Yield': '25.67', 'EBITDA': '130250000', 'Industry': 'Trucking Freight/Courier Services', 'PtS': '1.16', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.02', 'Dividend': '0', 'Name': 'Marten Transport L', 'Description': 'Marten Transport L', 'DivYield': '0.42', 'MarketCap': '765620000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Transportation', 'PtB': '1.78', 'PE': '22.99', 'PEG': '2.37', 'Shares': '32649040', 'ImputationCredits': '0', 'Symbol': 'MRTN', 'DPS': '0.1'}
{'NTA': '0', 'Yield': '-74.9', 'EBITDA': '-81100000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-4.2', 'Dividend': '0', 'Name': 'Mirati Therapeutics', 'Description': 'Mirati Therapeutics', 'DivYield': '0', 'MarketCap': '129680000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.13', 'PE': '0', 'PEG': '0', 'Shares': '24938460', 'ImputationCredits': '0', 'Symbol': 'MRTX', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-21670000', 'Industry': '', 'PtS': '102.33', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.07', 'Dividend': '0', 'Name': 'Merus N.V. CS', 'Description': 'Merus N.V. CS', 'DivYield': '0', 'MarketCap': '392170000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '5.62', 'PE': '0', 'PEG': '0', 'Shares': '16079130', 'ImputationCredits': '0', 'Symbol': 'MRUS', 'DPS': '0'}
{'NTA': '0', 'Yield': '7', 'EBITDA': '-7700000', 'Industry': 'Semiconductor - Integrated Circuits', 'PtS': '0.86', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.69', 'Dividend': '0', 'Name': 'Mrv Communictns Cmn', 'Description': 'Mrv Communictns Cmn', 'DivYield': '0', 'MarketCap': '71750000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '2.42', 'PE': '0', 'PEG': '0', 'Shares': '6800948', 'ImputationCredits': '0', 'Symbol': 'MRVC', 'DPS': '0'}
{'NTA': '0', 'Yield': '52.91', 'EBITDA': '218490000', 'Industry': 'Semiconductors', 'PtS': '3.49', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.04', 'Dividend': '0', 'Name': 'Marvell Tech Group', 'Description': 'Marvell Tech Group', 'DivYield': '1.51', 'MarketCap': '8070000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '2.01', 'PE': '387.8', 'PEG': '0.99', 'Shares': '507547200', 'ImputationCredits': '0', 'Symbol': 'MRVL', 'DPS': '0.24'}
{'NTA': '0', 'Yield': '25.38', 'EBITDA': '0', 'Industry': 'Savings Institutions', 'PtS': '7.46', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.2', 'Dividend': '0', 'Name': 'MSB Financial Cmn', 'Description': 'MSB Financial Cmn', 'DivYield': '0', 'MarketCap': '90950000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.21', 'PE': '82.5', 'PEG': '0', 'Shares': '5512121', 'ImputationCredits': '0', 'Symbol': 'MSBF', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '2.97', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.17', 'Dividend': '0', 'Name': 'Midland Sts BNC Cmn', 'Description': 'Midland Sts BNC Cmn', 'DivYield': '2.46', 'MarketCap': '516940000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.59', 'PE': '15.27', 'PEG': '2.13', 'Shares': '15561110', 'ImputationCredits': '0', 'Symbol': 'MSBI', 'DPS': '0.8'}
{'NTA': '0', 'Yield': '52.5', 'EBITDA': '465600000', 'Industry': 'Semiconductors', 'PtS': '3.35', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.34', 'Dividend': '0', 'Name': 'Microsemi Corp', 'Description': 'Microsemi Corp', 'DivYield': '0', 'MarketCap': '5950000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '3.33', 'PE': '0', 'PEG': '0.92', 'Shares': '115332400', 'ImputationCredits': '0', 'Symbol': 'MSCC', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-6890000', 'Industry': '', 'PtS': '2.12', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.78', 'Dividend': '0', 'Name': 'Monster Digital Inc', 'Description': 'Monster Digital Inc', 'DivYield': '0', 'MarketCap': '8810000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.08', 'PE': '0', 'PEG': '0', 'Shares': '7341667', 'ImputationCredits': '0', 'Symbol': 'MSDI', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-30T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Monster Digital [Warrants]', 'Description': 'Monster Digital [Warrants]', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'MSDIW', 'DPS': '0'}
{'NTA': '0', 'Yield': '1.01', 'EBITDA': '54160000', 'Industry': 'Water Supply', 'PtS': '4.45', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.38', 'Dividend': '0', 'Name': 'Middlesex Water Co', 'Description': 'Middlesex Water Co', 'DivYield': '2.33', 'MarketCap': '591580000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Public Utilities', 'PtB': '2.71', 'PE': '26.29', 'PEG': '8.84', 'Shares': '16296970', 'ImputationCredits': '0', 'Symbol': 'MSEX', 'DPS': '0.84'}
{'NTA': '0', 'Yield': '50.71', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '4.75', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.64', 'Dividend': '0', 'Name': 'Mainsource Finl Grp', 'Description': 'Mainsource Finl Grp', 'DivYield': '1.98', 'MarketCap': '794770000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.78', 'PE': '20.08', 'PEG': '2', 'Shares': '24135130', 'ImputationCredits': '0', 'Symbol': 'MSFG', 'DPS': '0.64'}
{'NTA': '0', 'Yield': '32.06', 'EBITDA': '27740000000', 'Industry': 'Computer Software: Prepackaged Software', 'PtS': '5.93', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.12', 'Dividend': '0', 'Name': 'Microsoft Corp', 'Description': 'Microsoft Corp', 'DivYield': '2.39', 'MarketCap': '508940000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '7.38', 'PE': '30.99', 'PEG': '2.38', 'Shares': '7727604000', 'ImputationCredits': '0', 'Symbol': 'MSFT', 'DPS': '1.56'}
{'NTA': '0', 'Yield': '-43.29', 'EBITDA': '32300000', 'Industry': '', 'PtS': '1.424', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.097', 'Dividend': '0', 'Name': 'Merus Labs Intl Inc', 'Description': 'Merus Labs Intl Inc', 'DivYield': '0', 'MarketCap': '109010000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.765', 'PE': '0', 'PEG': '0', 'Shares': '117341200', 'ImputationCredits': '0', 'Symbol': 'MSLI', 'DPS': '0'}
{'NTA': '0', 'Yield': '98.65', 'EBITDA': '-5550000', 'Industry': 'Medical Specialities', 'PtS': '4.41', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.28', 'Dividend': '0', 'Name': 'Misonix Inc', 'Description': 'Misonix Inc', 'DivYield': '0', 'MarketCap': '106470000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '3.84', 'PE': '0', 'PEG': '0', 'Shares': '9022881', 'ImputationCredits': '0', 'Symbol': 'MSON', 'DPS': '0'}
{'NTA': '0', 'Yield': '4.73', 'EBITDA': '115910000', 'Industry': 'Computer Software: Prepackaged Software', 'PtS': '4.2', 'DateTime': '2017-03-31T00:00:00', 'EPS': '7.89', 'Dividend': '0', 'Name': 'Microstrategy Cl A', 'Description': 'Microstrategy Cl A', 'DivYield': '0', 'MarketCap': '2150000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '3.9', 'PE': '23.8', 'PEG': '2.55', 'Shares': '11448350', 'ImputationCredits': '0', 'Symbol': 'MSTR', 'DPS': '0'}
{'NTA': '0', 'Yield': '-31.31', 'EBITDA': '-981465', 'Industry': '', 'PtS': '0.31', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.63', 'Dividend': '0', 'Name': 'Medical Transc Bl Cmn', 'Description': 'Medical Transc Bl Cmn', 'DivYield': '0', 'MarketCap': '6830000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.59', 'PE': '0', 'PEG': '0', 'Shares': '10044120', 'ImputationCredits': '0', 'Symbol': 'MTBC', 'DPS': '0'}
{'NTA': '0', 'Yield': '-36.88', 'EBITDA': '-981465', 'Industry': '', 'PtS': '0.3565', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.635', 'Dividend': '0', 'Name': 'Mtbc 11% Sr A Prf ST', 'Description': 'Mtbc 11% Sr A Prf ST', 'DivYield': '10.78', 'MarketCap': '7470000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '23.1608', 'PE': '0', 'PEG': '0', 'Shares': '293867', 'ImputationCredits': '0', 'Symbol': 'MTBCP', 'DPS': '2.75'}
{'NTA': '0', 'Yield': '43.25', 'EBITDA': '353790000', 'Industry': '', 'PtS': '3.44', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.64', 'Dividend': '0', 'Name': 'Match Group Inc CS', 'Description': 'Match Group Inc CS', 'DivYield': '0', 'MarketCap': '4180000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '8.47', 'PE': '25.52', 'PEG': '1.16', 'Shares': '255970600', 'ImputationCredits': '0', 'Symbol': 'MTCH', 'DPS': '0'}
{'NTA': '0', 'Yield': '-20.77', 'EBITDA': '3020000', 'Industry': 'Specialty Chemicals', 'PtS': '0.23', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.22', 'Dividend': '0', 'Name': 'Mannatech Inc', 'Description': 'Mannatech Inc', 'DivYield': '3.29', 'MarketCap': '43200000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '1.05', 'PE': '0', 'PEG': '0', 'Shares': '2700000', 'ImputationCredits': '0', 'Symbol': 'MTEX', 'DPS': '0.5'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-4.6', 'Dividend': '0', 'Name': 'Motif Bio Plc', 'Description': 'Motif Bio Plc', 'DivYield': '0', 'MarketCap': '32910000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.15', 'PE': '0', 'PEG': '0', 'Shares': '5430693', 'ImputationCredits': '0', 'Symbol': 'MTFB', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-30T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Motif Bio Plc Warrants To Purchase Adrs', 'Description': 'Motif Bio Plc Warrants To Purchase Adrs', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'MTFBW', 'DPS': '0'}
{'NTA': '0', 'Yield': '12.95', 'EBITDA': '0', 'Industry': '', 'PtS': '6.02', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.85', 'Dividend': '0', 'Name': 'American Cap Mtg Inv', 'Description': 'American Cap Mtg Inv', 'DivYield': '10.71', 'MarketCap': '767100000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.87', 'PE': '19.71', 'PEG': '2.92', 'Shares': '45797020', 'ImputationCredits': '0', 'Symbol': 'MTGE', 'DPS': '1.8'}
{'NTA': '0', 'Yield': '3.82', 'EBITDA': '0', 'Industry': '', 'PtS': '9.2841', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.85', 'Dividend': '0', 'Name': 'Amrcn Cap Mt Sr A PS', 'Description': 'Amrcn Cap Mt Sr A PS', 'DivYield': '7.79', 'MarketCap': '1180000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.3452', 'PE': '30.4029', 'PEG': '0', 'Shares': '45661220', 'ImputationCredits': '0', 'Symbol': 'MTGEP', 'DPS': '2.03'}
{'NTA': '0', 'Yield': '23.47', 'EBITDA': '9150000', 'Industry': '', 'PtS': '3.42', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.07', 'Dividend': '0', 'Name': 'Materialise Nv Ads', 'Description': 'Materialise Nv Ads', 'DivYield': '0', 'MarketCap': '430660000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '4.95', 'PE': '0', 'PEG': '1.76', 'Shares': '47325280', 'ImputationCredits': '0', 'Symbol': 'MTLS', 'DPS': '0'}
{'NTA': '0', 'Yield': '-42.64', 'EBITDA': '-14180000', 'Industry': '', 'PtS': '7.62', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.07', 'Dividend': '0', 'Name': 'Midatech Pharma Ads', 'Description': 'Midatech Pharma Ads', 'DivYield': '0', 'MarketCap': '43770000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.91', 'PE': '0', 'PEG': '0', 'Shares': '16770120', 'ImputationCredits': '0', 'Symbol': 'MTP', 'DPS': '0'}
{'NTA': '0', 'Yield': '-12.42', 'EBITDA': '60790000', 'Industry': 'Engineering & Construction', 'PtS': '0.33', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.05', 'Dividend': '0', 'Name': 'Matrix Service Co', 'Description': 'Matrix Service Co', 'DivYield': '0', 'MarketCap': '438780000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Basic Industries', 'PtB': '1.3', 'PE': '15.71', 'PEG': '1.78', 'Shares': '26592730', 'ImputationCredits': '0', 'Symbol': 'MTRX', 'DPS': '0'}
{'NTA': '0', 'Yield': '-2.08', 'EBITDA': '65330000', 'Industry': 'Industrial Machinery/Components', 'PtS': '1.57', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.06', 'Dividend': '0', 'Name': 'M T S Systems Cp', 'Description': 'M T S Systems Cp', 'DivYield': '2.25', 'MarketCap': '917900000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '2.24', 'PE': '26.74', 'PEG': '2', 'Shares': '16673930', 'ImputationCredits': '0', 'Symbol': 'MTSC', 'DPS': '1.2'}
{'NTA': '0', 'Yield': '18.12', 'EBITDA': '121030000', 'Industry': 'Computer Peripherals', 'PtS': '4.88', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.3', 'Dividend': '0', 'Name': 'Macom Technology S', 'Description': 'Macom Technology S', 'DivYield': '0', 'MarketCap': '2850000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '5.2', 'PE': '149.9', 'PEG': '0.88', 'Shares': '63375580', 'ImputationCredits': '0', 'Symbol': 'MTSI', 'DPS': '0'}
{'NTA': '0', 'Yield': '-44.74', 'EBITDA': '-570999', 'Industry': 'Telecommunications Equipment', 'PtS': '0.3587', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.62', 'Dividend': '0', 'Name': 'M E R Tlmgt Sol', 'Description': 'M E R Tlmgt Sol', 'DivYield': '0', 'MarketCap': '5470000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Public Utilities', 'PtB': '2.7103', 'PE': '0', 'PEG': '0', 'Shares': '8694961', 'ImputationCredits': '0', 'Symbol': 'MTSL', 'DPS': '0'}
{'NTA': '0', 'Yield': '168.84', 'EBITDA': '3390000000', 'Industry': 'Semiconductors', 'PtS': '2.24', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.3', 'Dividend': '0', 'Name': 'Micron Technology', 'Description': 'Micron Technology', 'DivYield': '0', 'MarketCap': '31350000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '2.24', 'PE': '0', 'PEG': '8.42', 'Shares': '1102708000', 'ImputationCredits': '0', 'Symbol': 'MU', 'DPS': '0'}
{'NTA': '0', 'Yield': '15.28', 'EBITDA': '-15210000', 'Industry': 'Industrial Machinery/Components', 'PtS': '11.21', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.32', 'Dividend': '0', 'Name': 'Microvision', 'Description': 'Microvision', 'DivYield': '0', 'MarketCap': '169620000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '22.09', 'PE': '0', 'PEG': '-0.48', 'Shares': '68120480', 'ImputationCredits': '0', 'Symbol': 'MVIS', 'DPS': '0'}
{'NTA': '0', 'Yield': '25.87', 'EBITDA': '767830000', 'Industry': 'Semiconductors', 'PtS': '5.68', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.73', 'Dividend': '0', 'Name': 'Maxim Integrated', 'Description': 'Maxim Integrated', 'DivYield': '2.94', 'MarketCap': '12710000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '5.92', 'PE': '26.05', 'PEG': '1.68', 'Shares': '282695700', 'ImputationCredits': '0', 'Symbol': 'MXIM', 'DPS': '1.32'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-12010000', 'Industry': '', 'PtS': '0.2802', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.708', 'Dividend': '0', 'Name': 'Maxpoint Intrctv Cmn', 'Description': 'Maxpoint Intrctv Cmn', 'DivYield': '0', 'MarketCap': '42480000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.084', 'PE': '0', 'PEG': '-0.21', 'Shares': '6632112', 'ImputationCredits': '0', 'Symbol': 'MXPT', 'DPS': '0'}
{'NTA': '0', 'Yield': '-9.5', 'EBITDA': '-14330000', 'Industry': 'Industrial Machinery/Components', 'PtS': '1.49', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.74', 'Dividend': '0', 'Name': 'Maxwell Technologies', 'Description': 'Maxwell Technologies', 'DivYield': '0', 'MarketCap': '186190000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Energy', 'PtB': '1.8', 'PE': '0', 'PEG': '-0.28', 'Shares': '32046470', 'ImputationCredits': '0', 'Symbol': 'MXWL', 'DPS': '0'}
{'NTA': '0', 'Yield': '-46.67', 'EBITDA': '143800000', 'Industry': 'Biotechnology: In Vitro & In Vivo Diagnostic Substances', 'PtS': '1.73', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.88', 'Dividend': '0', 'Name': 'Myriad Genetics Inc', 'Description': 'Myriad Genetics Inc', 'DivYield': '0', 'MarketCap': '1310000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '1.78', 'PE': '21.69', 'PEG': '-6.31', 'Shares': '68229170', 'ImputationCredits': '0', 'Symbol': 'MYGN', 'DPS': '0'}
{'NTA': '0', 'Yield': '-6.52', 'EBITDA': '3530000000', 'Industry': 'Major Pharmaceuticals', 'PtS': '1.91', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.92', 'Dividend': '0', 'Name': 'Mylan Nv Ord Shs', 'Description': 'Mylan Nv Ord Shs', 'DivYield': '0', 'MarketCap': '20880000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '1.91', 'PE': '42.38', 'PEG': '0.77', 'Shares': '535521900', 'ImputationCredits': '0', 'Symbol': 'MYL', 'DPS': '0'}
{'NTA': '0', 'Yield': '14.95', 'EBITDA': '-12190000', 'Industry': '', 'PtS': '10.58', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.48', 'Dividend': '0', 'Name': 'Myokardia Inc Cm ST', 'Description': 'Myokardia Inc Cm ST', 'DivYield': '0', 'MarketCap': '413120000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.85', 'PE': '0', 'PEG': '0', 'Shares': '31415970', 'ImputationCredits': '0', 'Symbol': 'MYOK', 'DPS': '0'}
{'NTA': '0', 'Yield': '66.09', 'EBITDA': '-4540000', 'Industry': '', 'PtS': '43.72', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.12', 'Dividend': '0', 'Name': 'Myos Rens Tech Cmn', 'Description': 'Myos Rens Tech Cmn', 'DivYield': '0', 'MarketCap': '14700000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.75', 'PE': '0', 'PEG': '0', 'Shares': '5086505', 'ImputationCredits': '0', 'Symbol': 'MYOS', 'DPS': '0'}
{'NTA': '0', 'Yield': '60.72', 'EBITDA': '76940000', 'Industry': 'Water Supply', 'PtS': '0.58', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.23', 'Dividend': '0', 'Name': 'Myr Group Inc', 'Description': 'Myr Group Inc', 'DivYield': '0', 'MarketCap': '670100000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Public Utilities', 'PtB': '2.54', 'PE': '33.33', 'PEG': '3.47', 'Shares': '16343900', 'ImputationCredits': '0', 'Symbol': 'MYRG', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-2520000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.32', 'Dividend': '0', 'Name': 'My Size Inc Cmn', 'Description': 'My Size Inc Cmn', 'DivYield': '0', 'MarketCap': '47690000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '45.86', 'PE': '0', 'PEG': '0', 'Shares': '18133080', 'ImputationCredits': '0', 'Symbol': 'MYSZ', 'DPS': '0'}
{'NTA': '0', 'Yield': '148.08', 'EBITDA': '-18200000', 'Industry': '', 'PtS': '19.53', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.83', 'Dividend': '0', 'Name': 'Mazor Robotics Ads', 'Description': 'Mazor Robotics Ads', 'DivYield': '0', 'MarketCap': '707930000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '10.95', 'PE': '0', 'PEG': '-1.48', 'Shares': '23779980', 'ImputationCredits': '0', 'Symbol': 'MZOR', 'DPS': '0'}
{'NTA': '0', 'Yield': '-16.27', 'EBITDA': '19550000', 'Industry': 'Specialty Chemicals', 'PtS': '0.43', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.72', 'Dividend': '0', 'Name': 'Natural Alternativ', 'Description': 'Natural Alternativ', 'DivYield': '0', 'MarketCap': '57790000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '0.94', 'PE': '5.11', 'PEG': '0', 'Shares': '6567046', 'ImputationCredits': '0', 'Symbol': 'NAII', 'DPS': '0'}
{'NTA': '0', 'Yield': '44.58', 'EBITDA': '-11140000', 'Industry': '', 'PtS': '7.97', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-3.44', 'Dividend': '0', 'Name': 'Naked Brand Group CS', 'Description': 'Naked Brand Group CS', 'DivYield': '0', 'MarketCap': '13960000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '33.19', 'PE': '0', 'PEG': '0', 'Shares': '6069565', 'ImputationCredits': '0', 'Symbol': 'NAKD', 'DPS': '0'}
{'NTA': '0', 'Yield': '9.73', 'EBITDA': '-13330000', 'Industry': '', 'PtS': '3.13', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.74', 'Dividend': '0', 'Name': 'Rightside Group Cmn', 'Description': 'Rightside Group Cmn', 'DivYield': '0', 'MarketCap': '194820000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.69', 'PE': '0', 'PEG': '0', 'Shares': '19639110', 'ImputationCredits': '0', 'Symbol': 'NAME', 'DPS': '0'}
{'NTA': '0', 'Yield': '70.55', 'EBITDA': '37390000', 'Industry': 'Industrial Machinery/Components', 'PtS': '3.32', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.75', 'Dividend': '0', 'Name': 'Nanometrics Inc', 'Description': 'Nanometrics Inc', 'DivYield': '0', 'MarketCap': '739700000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '3', 'PE': '16.8', 'PEG': '2.4', 'Shares': '25159860', 'ImputationCredits': '0', 'Symbol': 'NANO', 'DPS': '0'}
{'NTA': '0', 'Yield': '40.75', 'EBITDA': '27380000', 'Industry': 'Restaurants', 'PtS': '2.72', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.72', 'Dividend': '0', 'Name': "Nathan's Famous In", 'Description': "Nathan's Famous In", 'DivYield': '0', 'MarketCap': '261630000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '0', 'PE': '36.38', 'PEG': '0', 'Shares': '4176058', 'ImputationCredits': '0', 'Symbol': 'NATH', 'DPS': '0'}
{'NTA': '0', 'Yield': '18.1', 'EBITDA': '175810000', 'Industry': 'Computer Software: Prepackaged Software', 'PtS': '3.39', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.64', 'Dividend': '0', 'Name': 'Natl Instruments Cor', 'Description': 'Natl Instruments Cor', 'DivYield': '2.61', 'MarketCap': '4150000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '3.73', 'PE': '50.05', 'PEG': '1.73', 'Shares': '129566000', 'ImputationCredits': '0', 'Symbol': 'NATI', 'DPS': '0.84'}
{'NTA': '0', 'Yield': '4.38', 'EBITDA': '14850000', 'Industry': 'Major Pharmaceuticals', 'PtS': '0.53', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.11', 'Dividend': '0', 'Name': 'Nature S Sunshine', 'Description': 'Nature S Sunshine', 'DivYield': '4.08', 'MarketCap': '188550000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '1.37', 'PE': '90.91', 'PEG': '0', 'Shares': '18855000', 'ImputationCredits': '0', 'Symbol': 'NATR', 'DPS': '0.4'}
{'NTA': '0', 'Yield': '12.9', 'EBITDA': '-2160000', 'Industry': 'Other Consumer Services', 'PtS': '0.69', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.24', 'Dividend': '0', 'Name': 'National American Un', 'Description': 'National American Un', 'DivYield': '7.09', 'MarketCap': '59350000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '1.73', 'PE': '0', 'PEG': '0', 'Shares': '24224490', 'ImputationCredits': '0', 'Symbol': 'NAUH', 'DPS': '0.18'}
{'NTA': '0', 'Yield': '31.46', 'EBITDA': '129670000', 'Industry': 'Property-Casualty Insurers', 'PtS': '1.3', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.75', 'Dividend': '0', 'Name': 'Navigators Grp Inc', 'Description': 'Navigators Grp Inc', 'DivYield': '0.34', 'MarketCap': '1560000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.31', 'PE': '19.51', 'PEG': '2.65', 'Shares': '29077350', 'ImputationCredits': '0', 'Symbol': 'NAVG', 'DPS': '0.18'}
{'NTA': '0', 'Yield': '7.97', 'EBITDA': '0', 'Industry': 'Business Services', 'PtS': '1.95', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.12', 'Dividend': '0', 'Name': 'Navient Cp Cmn', 'Description': 'Navient Cp Cmn', 'DivYield': '4.6', 'MarketCap': '4070000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Miscellaneous', 'PtB': '1.1', 'PE': '6.6', 'PEG': '2.88', 'Shares': '290922100', 'ImputationCredits': '0', 'Symbol': 'NAVI', 'DPS': '0.64'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-295899', 'Industry': '', 'PtS': '5.94', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.16', 'Dividend': '0', 'Name': 'New Age Beverages Corp', 'Description': 'New Age Beverages Corp', 'DivYield': '0', 'MarketCap': '90450000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '13.79', 'PE': '0', 'PEG': '0', 'Shares': '21900730', 'ImputationCredits': '0', 'Symbol': 'NBEV', 'DPS': '0'}
{'NTA': '0', 'Yield': '-5', 'EBITDA': '-145920000', 'Industry': 'Biotechnology: Biological Products (No Diagnostic Substances)', 'PtS': '242.64', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.63', 'Dividend': '0', 'Name': 'Neurocrine Bioscienc', 'Description': 'Neurocrine Bioscienc', 'DivYield': '0', 'MarketCap': '3770000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '11.53', 'PE': '0', 'PEG': '0.5', 'Shares': '87066970', 'ImputationCredits': '0', 'Symbol': 'NBIX', 'DPS': '0'}
{'NTA': '0', 'Yield': '33.98', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '2.73', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.96', 'Dividend': '0', 'Name': 'Northeast Bncp', 'Description': 'Northeast Bncp', 'DivYield': '0.26', 'MarketCap': '135110000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.17', 'PE': '15.97', 'PEG': '0', 'Shares': '8830719', 'ImputationCredits': '0', 'Symbol': 'NBN', 'DPS': '0.04'}
{'NTA': '0', 'Yield': '41.18', 'EBITDA': '-50280000', 'Industry': '', 'PtS': '45.63', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.26', 'Dividend': '0', 'Name': 'Nabriva Therape Ads', 'Description': 'Nabriva Therape Ads', 'DivYield': '0', 'MarketCap': '229820000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.34', 'PE': '0', 'PEG': '0', 'Shares': '21279630', 'ImputationCredits': '0', 'Symbol': 'NBRV', 'DPS': '0'}
{'NTA': '0', 'Yield': '30.8', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '4.64', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.8', 'Dividend': '0', 'Name': 'NBT Bancorp Inc', 'Description': 'NBT Bancorp Inc', 'DivYield': '2.46', 'MarketCap': '1610000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.8', 'PE': '20.59', 'PEG': '3.99', 'Shares': '43431350', 'ImputationCredits': '0', 'Symbol': 'NBTB', 'DPS': '0.92'}
{'NTA': '0', 'Yield': '22.96', 'EBITDA': '0', 'Industry': '', 'PtS': '4.32', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.37', 'Dividend': '0', 'Name': 'Nicolet Bnkshr Cmn', 'Description': 'Nicolet Bnkshr Cmn', 'DivYield': '0', 'MarketCap': '404900000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.46', 'PE': '19.97', 'PEG': '0', 'Shares': '8553021', 'ImputationCredits': '0', 'Symbol': 'NCBS', 'DPS': '0'}
{'NTA': '0', 'Yield': '4.08', 'EBITDA': '29180000', 'Industry': 'EDP Services', 'PtS': '0.62', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.97', 'Dividend': '0', 'Name': 'NCI Inc', 'Description': 'NCI Inc', 'DivYield': '0', 'MarketCap': '203690000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.78', 'PE': '15.53', 'PEG': '3.34', 'Shares': '13534220', 'ImputationCredits': '0', 'Symbol': 'NCIT', 'DPS': '0'}
{'NTA': '0', 'Yield': '3.76', 'EBITDA': '1390000000', 'Industry': '', 'PtS': '2.38', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.78', 'Dividend': '0', 'Name': 'Norwegian Cruise Ord', 'Description': 'Norwegian Cruise Ord', 'DivYield': '0', 'MarketCap': '11480000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.56', 'PE': '18.16', 'PEG': '1.16', 'Shares': '227416800', 'ImputationCredits': '0', 'Symbol': 'NCLH', 'DPS': '0'}
{'NTA': '0', 'Yield': '-11.06', 'EBITDA': '208500000', 'Industry': 'Advertising', 'PtS': '1.68', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.42', 'Dividend': '0', 'Name': 'National Cinemedia', 'Description': 'National Cinemedia', 'DivYield': '7.09', 'MarketCap': '756210000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '0', 'PE': '30.07', 'PEG': '4.42', 'Shares': '59874110', 'ImputationCredits': '0', 'Symbol': 'NCMI', 'DPS': '0.88'}
{'NTA': '0', 'Yield': '52.95', 'EBITDA': '0', 'Industry': '', 'PtS': '6.32', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.61', 'Dividend': '0', 'Name': 'National Commerce Cmn', 'Description': 'National Commerce Cmn', 'DivYield': '0', 'MarketCap': '473790000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.81', 'PE': '22.73', 'PEG': '0', 'Shares': '12945080', 'ImputationCredits': '0', 'Symbol': 'NCOM', 'DPS': '0'}
{'NTA': '0', 'Yield': '-55.98', 'EBITDA': '-38340000', 'Industry': 'Business Services', 'PtS': '3.76', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-4.16', 'Dividend': '0', 'Name': 'The9 Limited', 'Description': 'The9 Limited', 'DivYield': '0', 'MarketCap': '24630000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Miscellaneous', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '23912620', 'ImputationCredits': '0', 'Symbol': 'NCTY', 'DPS': '0'}
{'NTA': '0', 'Yield': '12.54', 'EBITDA': '1160000000', 'Industry': 'Investment Bankers/Brokers/Service', 'PtS': '3.14', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.64', 'Dividend': '0', 'Name': 'Nasdaq Inc Cmn Stk', 'Description': 'Nasdaq Inc Cmn Stk', 'DivYield': '1.84', 'MarketCap': '11650000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '2.14', 'PE': '109.14', 'PEG': '1.62', 'Shares': '166786000', 'ImputationCredits': '0', 'Symbol': 'NDAQ', 'DPS': '1.28'}
{'NTA': '0', 'Yield': '-48.43', 'EBITDA': '13620000', 'Industry': '', 'PtS': '0.31', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.58', 'Dividend': '0', 'Name': 'Noodles & Co Cla Cmn', 'Description': 'Noodles & Co Cla Cmn', 'DivYield': '0', 'MarketCap': '160260000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '5.78', 'PE': '0', 'PEG': '0', 'Shares': '27871300', 'ImputationCredits': '0', 'Symbol': 'NDLS', 'DPS': '0'}
{'NTA': '0', 'Yield': '55.17', 'EBITDA': '-33000000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.3', 'Dividend': '0', 'Name': 'Neuroderm Ltd Ord Sh', 'Description': 'Neuroderm Ltd Ord Sh', 'DivYield': '0', 'MarketCap': '699270000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '4.63', 'PE': '0', 'PEG': '0', 'Shares': '26337850', 'ImputationCredits': '0', 'Symbol': 'NDRM', 'DPS': '0'}
{'NTA': '0', 'Yield': '60.09', 'EBITDA': '493950000', 'Industry': 'Industrial Machinery/Components', 'PtS': '3.84', 'DateTime': '2017-03-31T00:00:00', 'EPS': '4.86', 'Dividend': '0', 'Name': 'Nordson Corporation', 'Description': 'Nordson Corporation', 'DivYield': '0.88', 'MarketCap': '7040000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '7.92', 'PE': '25.15', 'PEG': '1.49', 'Shares': '57539840', 'ImputationCredits': '0', 'Symbol': 'NDSN', 'DPS': '1.08'}
{'NTA': '0', 'Yield': '-3.07', 'EBITDA': '29250000', 'Industry': '', 'PtS': '2.48', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.39', 'Dividend': '0', 'Name': 'Neogenomics Inc', 'Description': 'Neogenomics Inc', 'DivYield': '0', 'MarketCap': '621910000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.68', 'PE': '0', 'PEG': '2.02', 'Shares': '78822560', 'ImputationCredits': '0', 'Symbol': 'NEO', 'DPS': '0'}
{'NTA': '0', 'Yield': '38.76', 'EBITDA': '75970000', 'Industry': 'Biotechnology: In Vitro & In Vivo Diagnostic Substances', 'PtS': '7', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.08', 'Dividend': '0', 'Name': 'Neogen Cp', 'Description': 'Neogen Cp', 'DivYield': '0', 'MarketCap': '2500000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '5.47', 'PE': '60.69', 'PEG': '3.79', 'Shares': '38138820', 'ImputationCredits': '0', 'Symbol': 'NEOG', 'DPS': '0'}
{'NTA': '0', 'Yield': '-19.19', 'EBITDA': '-3980000', 'Industry': 'Business Software & Services', 'PtS': '7.6', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.12', 'Dividend': '0', 'Name': 'Neonode Inc', 'Description': 'Neonode Inc', 'DivYield': '0', 'MarketCap': '78150000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '17.28', 'PE': '0', 'PEG': '0.91', 'Shares': '48843750', 'ImputationCredits': '0', 'Symbol': 'NEON', 'DPS': '0'}
{'NTA': '0', 'Yield': '-20.62', 'EBITDA': '-73930000', 'Industry': '', 'PtS': '17.99', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-5.19', 'Dividend': '0', 'Name': 'Neos Therapeutics Cmn', 'Description': 'Neos Therapeutics Cmn', 'DivYield': '0', 'MarketCap': '162430000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '-0.02', 'Shares': '22559720', 'ImputationCredits': '0', 'Symbol': 'NEOS', 'DPS': '0'}
{'NTA': '0', 'Yield': '83.91', 'EBITDA': '-11970000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.94', 'Dividend': '0', 'Name': 'Neothetics Cmn', 'Description': 'Neothetics Cmn', 'DivYield': '0', 'MarketCap': '22130000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.66', 'PE': '0', 'PEG': '-0.08', 'Shares': '13831250', 'ImputationCredits': '0', 'Symbol': 'NEOT', 'DPS': '0'}
{'NTA': '0', 'Yield': '-12.82', 'EBITDA': '-4910000', 'Industry': 'Major Pharmaceuticals', 'PtS': '2.47', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.08', 'Dividend': '0', 'Name': 'Neptune Tech', 'Description': 'Neptune Tech', 'DivYield': '0', 'MarketCap': '81060000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '1.73', 'PE': '13.87', 'PEG': '0', 'Shares': '77942300', 'ImputationCredits': '0', 'Symbol': 'NEPT', 'DPS': '0'}
{'NTA': '0', 'Yield': '25.97', 'EBITDA': '-30170000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.99', 'Dividend': '0', 'Name': 'Minerva Neuroscie Cmn', 'Description': 'Minerva Neuroscie Cmn', 'DivYield': '0', 'MarketCap': '285820000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.71', 'PE': '0', 'PEG': '0', 'Shares': '35286420', 'ImputationCredits': '0', 'Symbol': 'NERV', 'DPS': '0'}
{'NTA': '0', 'Yield': '-72.65', 'EBITDA': '-9630000', 'Industry': '', 'PtS': '0.256', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.367', 'Dividend': '0', 'Name': 'Net Element Inc', 'Description': 'Net Element Inc', 'DivYield': '0', 'MarketCap': '14240000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.11', 'PE': '0', 'PEG': '0', 'Shares': '15295380', 'ImputationCredits': '0', 'Symbol': 'NETE', 'DPS': '0'}
{'NTA': '0', 'Yield': '9.98', 'EBITDA': '0', 'Industry': 'Finance: Consumer Services', 'PtS': '5.23', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.61', 'Dividend': '0', 'Name': 'Newstar Financial', 'Description': 'Newstar Financial', 'DivYield': '0.74', 'MarketCap': '451500000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '0.71', 'PE': '17.4', 'PEG': '0.91', 'Shares': '42674860', 'ImputationCredits': '0', 'Symbol': 'NEWS', 'DPS': '0.08'}
{'NTA': '0', 'Yield': '33.81', 'EBITDA': '-523999', 'Industry': 'Business Services', 'PtS': '9.49', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.88', 'Dividend': '0', 'Name': 'Newtek Bus Svcs Cmn', 'Description': 'Newtek Bus Svcs Cmn', 'DivYield': '8.44', 'MarketCap': '292340000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Miscellaneous', 'PtB': '1.19', 'PE': '9.04', 'PEG': '3.27', 'Shares': '17216730', 'ImputationCredits': '0', 'Symbol': 'NEWT', 'DPS': '1.44'}
{'NTA': '0', 'Yield': '2.51', 'EBITDA': '-523999', 'Industry': '', 'PtS': '14.09', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.88', 'Dividend': '0', 'Name': 'Newtek Business 7%Nt', 'Description': 'Newtek Business 7%Nt', 'DivYield': '0', 'MarketCap': '436800000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.77', 'PE': '13.51', 'PEG': '0', 'Shares': '17217190', 'ImputationCredits': '0', 'Symbol': 'NEWTL', 'DPS': '0'}
{'NTA': '0', 'Yield': '3.55', 'EBITDA': '-523999', 'Industry': '', 'PtS': '14.75', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.88', 'Dividend': '0', 'Name': 'Newtek 7.5% NTS 2022', 'Description': 'Newtek 7.5% NTS 2022', 'DivYield': '0', 'MarketCap': '456590000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.86', 'PE': '14.12', 'PEG': '0', 'Shares': '17216820', 'ImputationCredits': '0', 'Symbol': 'NEWTZ', 'DPS': '0'}
{'NTA': '0', 'Yield': '13.62', 'EBITDA': '0', 'Industry': 'Savings Institutions', 'PtS': '7.03', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.57', 'Dividend': '0', 'Name': 'Northfield Bncrp Del', 'Description': 'Northfield Bncrp Del', 'DivYield': '1.8', 'MarketCap': '795610000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.28', 'PE': '31.26', 'PEG': '1.9', 'Shares': '44647020', 'ImputationCredits': '0', 'Symbol': 'NFBK', 'DPS': '0.32'}
{'NTA': '0', 'Yield': '57.14', 'EBITDA': '-745104', 'Industry': 'Metal Fabrications', 'PtS': '1.48', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.29', 'Dividend': '0', 'Name': 'NF Energy Saving Cor', 'Description': 'NF Energy Saving Cor', 'DivYield': '0', 'MarketCap': '7320000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '0.27', 'PE': '0', 'PEG': '0', 'Shares': '6654546', 'ImputationCredits': '0', 'Symbol': 'NFEC', 'DPS': '0'}
{'NTA': '0', 'Yield': '64.18', 'EBITDA': '437320000', 'Industry': 'Consumer Electronics/Video Chains', 'PtS': '6.91', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.43', 'Dividend': '0', 'Name': 'Netflix Inc', 'Description': 'Netflix Inc', 'DivYield': '0', 'MarketCap': '61130000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '22.76', 'PE': '330.28', 'PEG': '1.61', 'Shares': '430432300', 'ImputationCredits': '0', 'Symbol': 'NFLX', 'DPS': '0'}
{'NTA': '0', 'Yield': '17.68', 'EBITDA': '282860000', 'Industry': '', 'PtS': '0.71', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.37', 'Dividend': '0', 'Name': 'National General Hld', 'Description': 'National General Hld', 'DivYield': '0.7', 'MarketCap': '2530000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.7', 'PE': '17.34', 'PEG': '0.77', 'Shares': '106481500', 'ImputationCredits': '0', 'Symbol': 'NGHC', 'DPS': '0.16'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '282860000', 'Industry': '', 'PtS': '0.75', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.37', 'Dividend': '0', 'Name': 'National General Holdings Corp', 'Description': 'National General Holdings Corp', 'DivYield': '7.45', 'MarketCap': '2660000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.8', 'PE': '18.25', 'PEG': '0', 'Shares': '106400000', 'ImputationCredits': '0', 'Symbol': 'NGHCN', 'DPS': '1.88'}
{'NTA': '0', 'Yield': '-1.69', 'EBITDA': '282860000', 'Industry': '', 'PtS': '0.7546', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.37', 'Dividend': '0', 'Name': 'National Gnl Hld Ds', 'Description': 'National Gnl Hld Ds', 'DivYield': '7.47', 'MarketCap': '2660000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.8034', 'PE': '18.2408', 'PEG': '0', 'Shares': '106443000', 'ImputationCredits': '0', 'Symbol': 'NGHCO', 'DPS': '1.88'}
{'NTA': '0', 'Yield': '-1.61', 'EBITDA': '282860000', 'Industry': '', 'PtS': '0.759', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.37', 'Dividend': '0', 'Name': 'National Gen Srs A', 'Description': 'National Gen Srs A', 'DivYield': '7.46', 'MarketCap': '2670000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.814', 'PE': '18.317', 'PEG': '0', 'Shares': '106399900', 'ImputationCredits': '0', 'Symbol': 'NGHCP', 'DPS': '1.88'}
{'NTA': '0', 'Yield': '2.24', 'EBITDA': '282860000', 'Industry': '', 'PtS': '0.76', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.37', 'Dividend': '0', 'Name': 'National Gen Sub NTS', 'Description': 'National Gen Sub NTS', 'DivYield': '0', 'MarketCap': '2670000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.81', 'PE': '18.32', 'PEG': '0', 'Shares': '106374500', 'ImputationCredits': '0', 'Symbol': 'NGHCZ', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-147610000', 'Industry': '', 'PtS': '6.15', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.21', 'Dividend': '0', 'Name': 'Nanthealth Inc Cmn', 'Description': 'Nanthealth Inc Cmn', 'DivYield': '0', 'MarketCap': '601350000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.5', 'PE': '0', 'PEG': '0', 'Shares': '121239900', 'ImputationCredits': '0', 'Symbol': 'NH', 'DPS': '0'}
{'NTA': '0', 'Yield': '-7.21', 'EBITDA': '0', 'Industry': '', 'PtS': '0.2', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'National Holdings', 'Description': 'National Holdings', 'DivYield': '0', 'MarketCap': '35200000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.15', 'PE': '0', 'PEG': '0', 'Shares': '12438160', 'ImputationCredits': '0', 'Symbol': 'NHLD', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-30T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'National Holdings Corporation Warrants', 'Description': 'National Holdings Corporation Warrants', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'NHLDW', 'DPS': '0'}
{'NTA': '0', 'Yield': '-20.14', 'EBITDA': '64530000', 'Industry': '', 'PtS': '1.12', 'DateTime': '2017-03-31T00:00:00', 'EPS': '4.83', 'Dividend': '0', 'Name': 'Natural Hlth Trd Cmn', 'Description': 'Natural Hlth Trd Cmn', 'DivYield': '1.26', 'MarketCap': '324430000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.92', 'PE': '5.98', 'PEG': '0', 'Shares': '11225950', 'ImputationCredits': '0', 'Symbol': 'NHTC', 'DPS': '0.36'}
{'NTA': '0', 'Yield': '6.47', 'EBITDA': '236750000', 'Industry': 'Computer Manufacturing', 'PtS': '4.01', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.92', 'Dividend': '0', 'Name': 'Nice Ltd', 'Description': 'Nice Ltd', 'DivYield': '0.95', 'MarketCap': '4080000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '2.69', 'PE': '35.42', 'PEG': '1.62', 'Shares': '60017650', 'ImputationCredits': '0', 'Symbol': 'NICE', 'DPS': '0.64'}
{'NTA': '0', 'Yield': '0.09', 'EBITDA': '0', 'Industry': 'Finance Companies', 'PtS': '1.69', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.17', 'Dividend': '0', 'Name': 'Nicholas Fincl Inc', 'Description': 'Nicholas Fincl Inc', 'DivYield': '0', 'MarketCap': '82710000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '0.77', 'PE': '9.09', 'PEG': '0', 'Shares': '7780809', 'ImputationCredits': '0', 'Symbol': 'NICK', 'DPS': '0'}
{'NTA': '0', 'Yield': '-75.38', 'EBITDA': '31950000', 'Industry': 'Telecommunications Equipment', 'PtS': '0.12', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-15.52', 'Dividend': '0', 'Name': 'NII Holdings Cmn', 'Description': 'NII Holdings Cmn', 'DivYield': '0', 'MarketCap': '131010000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Public Utilities', 'PtB': '0.72', 'PE': '0', 'PEG': '0', 'Shares': '100776900', 'ImputationCredits': '0', 'Symbol': 'NIHD', 'DPS': '0'}
{'NTA': '0', 'Yield': '-57.18', 'EBITDA': '-120890000', 'Industry': '', 'PtS': '6677.2', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.47', 'Dividend': '0', 'Name': 'Nantkwest Inc CS', 'Description': 'Nantkwest Inc CS', 'DivYield': '0', 'MarketCap': '292150000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1', 'PE': '0', 'PEG': '1.4', 'Shares': '82295780', 'ImputationCredits': '0', 'Symbol': 'NK', 'DPS': '0'}
{'NTA': '0', 'Yield': '4.33', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '5.92', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.15', 'Dividend': '0', 'Name': 'Natl Bankshares Inc', 'Description': 'Natl Bankshares Inc', 'DivYield': '3.19', 'MarketCap': '261240000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.49', 'PE': '17.49', 'PEG': '0', 'Shares': '6957124', 'ImputationCredits': '0', 'Symbol': 'NKSH', 'DPS': '1.22'}
{'NTA': '0', 'Yield': '49.68', 'EBITDA': '-97500000', 'Industry': 'Major Pharmaceuticals', 'PtS': '21.62', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.1', 'Dividend': '0', 'Name': 'Nektar Therapeutics', 'Description': 'Nektar Therapeutics', 'DivYield': '0', 'MarketCap': '3610000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '40.43', 'PE': '0', 'PEG': '2.65', 'Shares': '153813400', 'ImputationCredits': '0', 'Symbol': 'NKTR', 'DPS': '0'}
{'NTA': '0', 'Yield': '48.67', 'EBITDA': '-77070000', 'Industry': '', 'PtS': '18.88', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.94', 'Dividend': '0', 'Name': 'Newlink Genetics Cor', 'Description': 'Newlink Genetics Cor', 'DivYield': '0', 'MarketCap': '704110000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '5.21', 'PE': '0', 'PEG': '0', 'Shares': '29216180', 'ImputationCredits': '0', 'Symbol': 'NLNK', 'DPS': '0'}
{'NTA': '0', 'Yield': '-19.51', 'EBITDA': '-15430000', 'Industry': 'Semiconductors', 'PtS': '6.13', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.23', 'Dividend': '0', 'Name': 'Netlist Inc', 'Description': 'Netlist Inc', 'DivYield': '0', 'MarketCap': '54860000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '18.42', 'PE': '0', 'PEG': '-0.23', 'Shares': '60955560', 'ImputationCredits': '0', 'Symbol': 'NLST', 'DPS': '0'}
{'NTA': '0', 'Yield': '81.24', 'EBITDA': '33860000', 'Industry': '', 'PtS': '5.37', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.08', 'Dividend': '0', 'Name': 'Nmi Holdings Cmn A', 'Description': 'Nmi Holdings Cmn A', 'DivYield': '0', 'MarketCap': '674250000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.39', 'PE': '10.56', 'PEG': '0', 'Shares': '59144740', 'ImputationCredits': '0', 'Symbol': 'NMIH', 'DPS': '0'}
{'NTA': '0', 'Yield': '-37.89', 'EBITDA': '-429001', 'Industry': 'Telecommunications Equipment', 'PtS': '1.26', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.25', 'Dividend': '0', 'Name': 'Numerex Cp Cl A [P', 'Description': 'Numerex Cp Cl A [P', 'DivYield': '0', 'MarketCap': '93530000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '1.73', 'PE': '0', 'PEG': '-1.26', 'Shares': '19607970', 'ImputationCredits': '0', 'Symbol': 'NMRX', 'DPS': '0'}
{'NTA': '0', 'Yield': '67.55', 'EBITDA': '132200000', 'Industry': 'Metal Fabrications', 'PtS': '0.81', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.29', 'Dividend': '0', 'Name': 'NN Inc', 'Description': 'NN Inc', 'DivYield': '1.17', 'MarketCap': '687760000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '2.14', 'PE': '86.9', 'PEG': '0.85', 'Shares': '27292060', 'ImputationCredits': '0', 'Symbol': 'NNBR', 'DPS': '0.28'}
{'NTA': '0', 'Yield': '-9.34', 'EBITDA': '-9100000', 'Industry': '', 'PtS': '1393.86', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.16', 'Dividend': '0', 'Name': 'Nano Dimension Ads', 'Description': 'Nano Dimension Ads', 'DivYield': '0', 'MarketCap': '66640000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.28', 'PE': '0', 'PEG': '0', 'Shares': '9946269', 'ImputationCredits': '0', 'Symbol': 'NNDM', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Ni Holdings Inc. Common Stock', 'Description': 'Ni Holdings Inc. Common Stock', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'NODK', 'DPS': '0'}
{'NTA': '0', 'Yield': '37.25', 'EBITDA': '-59070000', 'Industry': 'Drug Delivery', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-9.97', 'Dividend': '0', 'Name': 'Novan Inc', 'Description': 'Novan Inc', 'DivYield': '0', 'MarketCap': '101880000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '3.25', 'PE': '0', 'PEG': '0', 'Shares': '15968650', 'ImputationCredits': '0', 'Symbol': 'NOVN', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '62170000', 'Industry': '', 'PtS': '2.41', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.63', 'Dividend': '0', 'Name': 'Novanta Inc', 'Description': 'Novanta Inc', 'DivYield': '0', 'MarketCap': '923500000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.59', 'PE': '42.54', 'PEG': '1.82', 'Shares': '34458960', 'ImputationCredits': '0', 'Symbol': 'NOVT', 'DPS': '0'}
{'NTA': '0', 'Yield': '36.9', 'EBITDA': '35420000', 'Industry': '', 'PtS': '4.29', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.83', 'Dividend': '0', 'Name': 'National Resh Cla Cmn', 'Description': 'National Resh Cla Cmn', 'DivYield': '2.09', 'MarketCap': '477270000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '5.66', 'PE': '23.82', 'PEG': '1.73', 'Shares': '24226900', 'ImputationCredits': '0', 'Symbol': 'NRCIA', 'DPS': '0.4'}
{'NTA': '0', 'Yield': '7.5', 'EBITDA': '35420000', 'Industry': '', 'PtS': '8.95', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.83', 'Dividend': '0', 'Name': 'Natl Research Cl B', 'Description': 'Natl Research Cl B', 'DivYield': '5.95', 'MarketCap': '950910000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '11.82', 'PE': '47.46', 'PEG': '3.38', 'Shares': '24227010', 'ImputationCredits': '0', 'Symbol': 'NRCIB', 'DPS': '2.4'}
{'NTA': '0', 'Yield': '16.47', 'EBITDA': '0', 'Industry': 'Savings Institutions', 'PtS': '2.15', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.06', 'Dividend': '0', 'Name': 'Northrim Bancorp Inc', 'Description': 'Northrim Bancorp Inc', 'DivYield': '2.86', 'MarketCap': '207620000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.12', 'PE': '14.59', 'PEG': '0', 'Shares': '6909152', 'ImputationCredits': '0', 'Symbol': 'NRIM', 'DPS': '0.84'}
{'NTA': '0', 'Yield': '0.38', 'EBITDA': '5750000', 'Industry': 'Life Insurance', 'PtS': '0.6', 'DateTime': '2017-03-30T00:00:00', 'EPS': '1.22', 'Dividend': '0', 'Name': 'Natl Security Gp I', 'Description': 'Natl Security Gp I', 'DivYield': '1.25', 'MarketCap': '40370000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '0.84', 'PE': '13.17', 'PEG': '0', 'Shares': '2516833', 'ImputationCredits': '0', 'Symbol': 'NSEC', 'DPS': '0.2'}
{'NTA': '0', 'Yield': '66.29', 'EBITDA': '193450000', 'Industry': 'Catalog/Specialty Distribution', 'PtS': '0.27', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.32', 'Dividend': '0', 'Name': 'Insight Enterpr', 'Description': 'Insight Enterpr', 'DivYield': '0', 'MarketCap': '1460000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '2.06', 'PE': '17.76', 'PEG': '2.06', 'Shares': '35436890', 'ImputationCredits': '0', 'Symbol': 'NSIT', 'DPS': '0'}
{'NTA': '0', 'Yield': '72.01', 'EBITDA': '8140000', 'Industry': 'Telecommunications Equipment', 'PtS': '2.26', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.31', 'Dividend': '0', 'Name': 'Napco Sec Tech Inc', 'Description': 'Napco Sec Tech Inc', 'DivYield': '0', 'MarketCap': '191770000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '3.63', 'PE': '32.48', 'PEG': '17.89', 'Shares': '18800980', 'ImputationCredits': '0', 'Symbol': 'NSSC', 'DPS': '0'}
{'NTA': '0', 'Yield': '24.81', 'EBITDA': '-38200000', 'Industry': '', 'PtS': '4.96', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.34', 'Dividend': '0', 'Name': 'Nanostring Tech Cmn', 'Description': 'Nanostring Tech Cmn', 'DivYield': '0', 'MarketCap': '430190000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '34.65', 'PE': '0', 'PEG': '0', 'Shares': '21650230', 'ImputationCredits': '0', 'Symbol': 'NSTG', 'DPS': '0'}
{'NTA': '0', 'Yield': '-5.93', 'EBITDA': '2630000', 'Industry': 'Industrial Machinery/Components', 'PtS': '0.09', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.02', 'Dividend': '0', 'Name': 'Nortech Systems In', 'Description': 'Nortech Systems In', 'DivYield': '0', 'MarketCap': '10030000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '0.46', 'PE': '228.12', 'PEG': '0', 'Shares': '2747945', 'ImputationCredits': '0', 'Symbol': 'NSYS', 'DPS': '0'}
{'NTA': '0', 'Yield': '77.03', 'EBITDA': '768000000', 'Industry': 'Electronic Components', 'PtS': '2.1', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.1', 'Dividend': '0', 'Name': 'Netapp Inc', 'Description': 'Netapp Inc', 'DivYield': '1.85', 'MarketCap': '11340000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '4.21', 'PE': '38.22', 'PEG': '1.03', 'Shares': '270967700', 'ImputationCredits': '0', 'Symbol': 'NTAP', 'DPS': '0.76'}
{'NTA': '0', 'Yield': '70.49', 'EBITDA': '112580000', 'Industry': 'EDP Services', 'PtS': '3.1', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.08', 'Dividend': '0', 'Name': 'Netscout Systems I', 'Description': 'Netscout Systems I', 'DivYield': '0', 'MarketCap': '3480000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.46', 'PE': '499.34', 'PEG': '1.35', 'Shares': '91699610', 'ImputationCredits': '0', 'Symbol': 'NTCT', 'DPS': '0'}
{'NTA': '0', 'Yield': '50.74', 'EBITDA': '-10730000', 'Industry': 'Biotechnology', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.018', 'Dividend': '0', 'Name': 'Intec Pharma Ord Shr', 'Description': 'Intec Pharma Ord Shr', 'DivYield': '0', 'MarketCap': '58280000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '2.0253', 'PE': '0', 'PEG': '0', 'Shares': '11399070', 'ImputationCredits': '0', 'Symbol': 'NTEC', 'DPS': '0'}
{'NTA': '0', 'Yield': '101.85', 'EBITDA': '1880000000', 'Industry': 'Business Services', 'PtS': '6.68', 'DateTime': '2017-03-31T00:00:00', 'EPS': '12.74', 'Dividend': '0', 'Name': 'Netease Inc Ads', 'Description': 'Netease Inc Ads', 'DivYield': '1.14', 'MarketCap': '37280000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Miscellaneous', 'PtB': '6.68', 'PE': '22.29', 'PEG': '30.57', 'Shares': '131267600', 'ImputationCredits': '0', 'Symbol': 'NTES', 'DPS': '3.3'}
{'NTA': '0', 'Yield': '16.86', 'EBITDA': '149850000', 'Industry': 'Telecommunications Equipment', 'PtS': '1.28', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.25', 'Dividend': '0', 'Name': 'Netgear Inc', 'Description': 'Netgear Inc', 'DivYield': '0', 'MarketCap': '1690000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Public Utilities', 'PtB': '2.14', 'PE': '22.87', 'PEG': '2.48', 'Shares': '32847420', 'ImputationCredits': '0', 'Symbol': 'NTGR', 'DPS': '0'}
{'NTA': '0', 'Yield': '27.18', 'EBITDA': '-2130000', 'Industry': 'Industrial Specialties', 'PtS': '2.312', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.074', 'Dividend': '0', 'Name': 'Northern Tech Inc', 'Description': 'Northern Tech Inc', 'DivYield': '0', 'MarketCap': '82540000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '1.887', 'PE': '0', 'PEG': '0', 'Shares': '4523979', 'ImputationCredits': '0', 'Symbol': 'NTIC', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-31060000', 'Industry': '', 'PtS': '30.06', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.42', 'Dividend': '0', 'Name': 'Intellia Thera CS', 'Description': 'Intellia Thera CS', 'DivYield': '0', 'MarketCap': '507550000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.36', 'PE': '0', 'PEG': '0', 'Shares': '36022000', 'ImputationCredits': '0', 'Symbol': 'NTLA', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-288670000', 'Industry': '', 'PtS': '4.54', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-4.61', 'Dividend': '0', 'Name': 'Nutanix Inc', 'Description': 'Nutanix Inc', 'DivYield': '0', 'MarketCap': '2690000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '20.79', 'PE': '0', 'PEG': '-0.32', 'Shares': '143313800', 'ImputationCredits': '0', 'Symbol': 'NTNX', 'DPS': '0'}
{'NTA': '0', 'Yield': '-9.67', 'EBITDA': '-88570000', 'Industry': '', 'PtS': '2.17', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.86', 'Dividend': '0', 'Name': 'Natera Inc', 'Description': 'Natera Inc', 'DivYield': '0', 'MarketCap': '468090000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '4.42', 'PE': '0', 'PEG': '0', 'Shares': '52772260', 'ImputationCredits': '0', 'Symbol': 'NTRA', 'DPS': '0'}
{'NTA': '0', 'Yield': '152.04', 'EBITDA': '67780000', 'Industry': 'Catalog/Specialty Distribution', 'PtS': '2.96', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.19', 'Dividend': '0', 'Name': 'Nutrisystem Inc', 'Description': 'Nutrisystem Inc', 'DivYield': '1.3', 'MarketCap': '1560000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '17.1', 'PE': '44.58', 'PEG': '2.21', 'Shares': '29406220', 'ImputationCredits': '0', 'Symbol': 'NTRI', 'DPS': '0.7'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Neurotrope Inc', 'Description': 'Neurotrope Inc', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'NTRP', 'DPS': '0'}
{'NTA': '0', 'Yield': '21.81', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '4', 'DateTime': '2017-03-31T00:00:00', 'EPS': '4.32', 'Dividend': '0', 'Name': 'Northern Trust Corp', 'Description': 'Northern Trust Corp', 'DivYield': '1.74', 'MarketCap': '19810000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '2.24', 'PE': '20.04', 'PEG': '1.57', 'Shares': '228805700', 'ImputationCredits': '0', 'Symbol': 'NTRS', 'DPS': '1.52'}
{'NTA': '0', 'Yield': '0.63', 'EBITDA': '0', 'Industry': '', 'PtS': '1.2334', 'DateTime': '2017-03-31T00:00:00', 'EPS': '4.32', 'Dividend': '0', 'Name': 'Northern TR Dep Shs', 'Description': 'Northern TR Dep Shs', 'DivYield': '5.44', 'MarketCap': '6220000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.6916', 'PE': '6.2916', 'PEG': '0', 'Shares': '228845600', 'ImputationCredits': '0', 'Symbol': 'NTRSP', 'DPS': '1.46'}
{'NTA': '0', 'Yield': '-25.76', 'EBITDA': '11300000', 'Industry': 'Computer Software: Prepackaged Software', 'PtS': '0.81', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.01', 'Dividend': '0', 'Name': 'Netsol Tech Inc', 'Description': 'Netsol Tech Inc', 'DivYield': '0', 'MarketCap': '55890000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '0.86', 'PE': '340', 'PEG': '17.86', 'Shares': '10958820', 'ImputationCredits': '0', 'Symbol': 'NTWK', 'DPS': '0'}
{'NTA': '0', 'Yield': '0.76', 'EBITDA': '397310000', 'Industry': 'Computer Software: Prepackaged Software', 'PtS': '2.58', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.09', 'Dividend': '0', 'Name': 'Nuance Communicatns', 'Description': 'Nuance Communicatns', 'DivYield': '0', 'MarketCap': '5050000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '2.61', 'PE': '0', 'PEG': '2.54', 'Shares': '291738900', 'ImputationCredits': '0', 'Symbol': 'NUAN', 'DPS': '0'}
{'NTA': '0', 'Yield': '-66.12', 'EBITDA': '-14960000', 'Industry': 'Medical/Dental Instruments', 'PtS': '0.4', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-7.28', 'Dividend': '0', 'Name': 'Neurometrix Inc', 'Description': 'Neurometrix Inc', 'DivYield': '0', 'MarketCap': '4910000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '0.81', 'PE': '0', 'PEG': '-0.04', 'Shares': '7919355', 'ImputationCredits': '0', 'Symbol': 'NURO', 'DPS': '0'}
{'NTA': '0', 'Yield': '-86.11', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Neurometrix Inc Wt', 'Description': 'Neurometrix Inc Wt', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'NUROW', 'DPS': '0'}
{'NTA': '0', 'Yield': '32.05', 'EBITDA': '43450000', 'Industry': 'Specialty Chemicals', 'PtS': '1.25', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.01', 'Dividend': '0', 'Name': 'Nutraceutical Intl', 'Description': 'Nutraceutical Intl', 'DivYield': '1.58', 'MarketCap': '288010000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '1.66', 'PE': '15.54', 'PEG': '0', 'Shares': '9245906', 'ImputationCredits': '0', 'Symbol': 'NUTR', 'DPS': '0.5'}
{'NTA': '0', 'Yield': '41.07', 'EBITDA': '208370000', 'Industry': 'Medical/Dental Instruments', 'PtS': '3.91', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.69', 'Dividend': '0', 'Name': 'Nuvasive Inc', 'Description': 'Nuvasive Inc', 'DivYield': '0', 'MarketCap': '3790000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '5.39', 'PE': '108.48', 'PEG': '2.44', 'Shares': '50634600', 'ImputationCredits': '0', 'Symbol': 'NUVA', 'DPS': '0'}
{'NTA': '0', 'Yield': '-75.57', 'EBITDA': '-256210000', 'Industry': 'Biotechnology: Biological Products (No Diagnostic Substances)', 'PtS': '22.43', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.03', 'Dividend': '0', 'Name': 'Novavax Inc', 'Description': 'Novavax Inc', 'DivYield': '0', 'MarketCap': '341710000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '271198400', 'ImputationCredits': '0', 'Symbol': 'NVAX', 'DPS': '0'}
{'NTA': '0', 'Yield': '-52.63', 'EBITDA': '-23030000', 'Industry': '', 'PtS': '11.75', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.28', 'Dividend': '0', 'Name': 'Neovasc Inc', 'Description': 'Neovasc Inc', 'DivYield': '0', 'MarketCap': '120410000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '78699340', 'ImputationCredits': '0', 'Symbol': 'NVCN', 'DPS': '0'}
{'NTA': '0', 'Yield': '-37.21', 'EBITDA': '-103960000', 'Industry': '', 'PtS': '7.51', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.54', 'Dividend': '0', 'Name': 'Novocure Ltd Ord Sh', 'Description': 'Novocure Ltd Ord Sh', 'DivYield': '0', 'MarketCap': '657390000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '4.37', 'PE': '0', 'PEG': '-0.12', 'Shares': '87071530', 'ImputationCredits': '0', 'Symbol': 'NVCR', 'DPS': '0'}
{'NTA': '0', 'Yield': '206.59', 'EBITDA': '2130000000', 'Industry': 'Semiconductors', 'PtS': '9.33', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.57', 'Dividend': '0', 'Name': 'Nvidia Corporation', 'Description': 'Nvidia Corporation', 'DivYield': '0.51', 'MarketCap': '64160000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '11.11', 'PE': '42.39', 'PEG': '3.31', 'Shares': '589002100', 'ImputationCredits': '0', 'Symbol': 'NVDA', 'DPS': '0.56'}
{'NTA': '0', 'Yield': '-30.45', 'EBITDA': '-42610000', 'Industry': '', 'PtS': '5.51', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.93', 'Dividend': '0', 'Name': 'Novadaq Technologies', 'Description': 'Novadaq Technologies', 'DivYield': '0', 'MarketCap': '449870000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.92', 'PE': '0', 'PEG': '-0.33', 'Shares': '57749680', 'ImputationCredits': '0', 'Symbol': 'NVDQ', 'DPS': '0'}
{'NTA': '0', 'Yield': '44.28', 'EBITDA': '17740000', 'Industry': 'Semiconductors', 'PtS': '14.38', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.58', 'Dividend': '0', 'Name': 'Nve Corp', 'Description': 'Nve Corp', 'DivYield': '4.88', 'MarketCap': '400460000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '4.21', 'PE': '32.09', 'PEG': '1.19', 'Shares': '4837058', 'ImputationCredits': '0', 'Symbol': 'NVEC', 'DPS': '4'}
{'NTA': '0', 'Yield': '51.43', 'EBITDA': '26000000', 'Industry': '', 'PtS': '1.66', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.22', 'Dividend': '0', 'Name': 'Nv5 Global Cmn', 'Description': 'Nv5 Global Cmn', 'DivYield': '0', 'MarketCap': '376060000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.5', 'PE': '30.78', 'PEG': '0.92', 'Shares': '10014910', 'ImputationCredits': '0', 'Symbol': 'NVEE', 'DPS': '0'}
{'NTA': '0', 'Yield': '30.1', 'EBITDA': '-19080000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.74', 'Dividend': '0', 'Name': 'Nexvet Biopharma Ord', 'Description': 'Nexvet Biopharma Ord', 'DivYield': '0', 'MarketCap': '45720000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.77', 'PE': '0', 'PEG': '0', 'Shares': '11753210', 'ImputationCredits': '0', 'Symbol': 'NVET', 'DPS': '0'}
{'NTA': '0', 'Yield': '66', 'EBITDA': '3010000', 'Industry': '', 'PtS': '0.37', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.02', 'Dividend': '0', 'Name': 'Nova Lifestyle Inc', 'Description': 'Nova Lifestyle Inc', 'DivYield': '0', 'MarketCap': '46590000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.68', 'PE': '109.37', 'PEG': '0', 'Shares': '26622860', 'ImputationCredits': '0', 'Symbol': 'NVFY', 'DPS': '0'}
{'NTA': '0', 'Yield': '-40.44', 'EBITDA': '-8150000', 'Industry': 'Major Pharmaceuticals', 'PtS': '7.2418', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.55', 'Dividend': '0', 'Name': 'Novogen Ltd Ads', 'Description': 'Novogen Ltd Ads', 'DivYield': '0', 'MarketCap': '25990000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '1.1032', 'PE': '0', 'PEG': '0', 'Shares': '19332040', 'ImputationCredits': '0', 'Symbol': 'NVGN', 'DPS': '0'}
{'NTA': '0', 'Yield': '-32.5', 'EBITDA': '-23510000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.76', 'Dividend': '0', 'Name': 'Invivo Theraptc Cmn', 'Description': 'Invivo Theraptc Cmn', 'DivYield': '0', 'MarketCap': '130050000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '4.49', 'PE': '0', 'PEG': '0', 'Shares': '32111110', 'ImputationCredits': '0', 'Symbol': 'NVIV', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-3.47', 'Dividend': '0', 'Name': 'Novelion Therapeutics Inc', 'Description': 'Novelion Therapeutics Inc', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'NVLN', 'DPS': '0'}
{'NTA': '0', 'Yield': '-30.97', 'EBITDA': '-31760000', 'Industry': 'Industrial Machinery/Components', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.03', 'Dividend': '0', 'Name': 'Nivalis Thera Cmn ST', 'Description': 'Nivalis Thera Cmn ST', 'DivYield': '0', 'MarketCap': '44460000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '0.77', 'PE': '0', 'PEG': '0', 'Shares': '15654930', 'ImputationCredits': '0', 'Symbol': 'NVLS', 'DPS': '0'}
{'NTA': '0', 'Yield': '68.24', 'EBITDA': '29640000', 'Industry': 'Electronic Components', 'PtS': '3.12', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.35', 'Dividend': '0', 'Name': 'Nova Measuring Instr', 'Description': 'Nova Measuring Instr', 'DivYield': '0', 'MarketCap': '511040000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '2.91', 'PE': '53.11', 'PEG': '0', 'Shares': '27490050', 'ImputationCredits': '0', 'Symbol': 'NVMI', 'DPS': '0'}
{'NTA': '0', 'Yield': '-18.69', 'EBITDA': '-34690000', 'Industry': '', 'PtS': '5.69', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-3.74', 'Dividend': '0', 'Name': 'Nuvectra Corp Cmn ST', 'Description': 'Nuvectra Corp Cmn ST', 'DivYield': '0', 'MarketCap': '70600000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.8', 'PE': '0', 'PEG': '0', 'Shares': '10336750', 'ImputationCredits': '0', 'Symbol': 'NVTR', 'DPS': '0'}
{'NTA': '0', 'Yield': '20.11', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '4.55', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.49', 'Dividend': '0', 'Name': 'Northwest Bancshares', 'Description': 'Northwest Bancshares', 'DivYield': '3.78', 'MarketCap': '1710000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.47', 'PE': '34.37', 'PEG': '3.64', 'Shares': '101543900', 'ImputationCredits': '0', 'Symbol': 'NWBI', 'DPS': '0.64'}
{'NTA': '0', 'Yield': '45.96', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '5.09', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.73', 'Dividend': '0', 'Name': 'Norwood Financial Cp', 'Description': 'Norwood Financial Cp', 'DivYield': '3.28', 'MarketCap': '173470000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.45', 'PE': '24.21', 'PEG': '0', 'Shares': '4141084', 'ImputationCredits': '0', 'Symbol': 'NWFL', 'DPS': '1.28'}
{'NTA': '0', 'Yield': '40.36', 'EBITDA': '165120000', 'Industry': 'Life Insurance', 'PtS': '1.63', 'DateTime': '2017-03-31T00:00:00', 'EPS': '27.74', 'Dividend': '0', 'Name': 'Natl Wstrn Life Gp A', 'Description': 'Natl Wstrn Life Gp A', 'DivYield': '0.12', 'MarketCap': '1110000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '0.65', 'PE': '10.96', 'PEG': '0', 'Shares': '3649395', 'ImputationCredits': '0', 'Symbol': 'NWLI', 'DPS': '0.36'}
{'NTA': '0', 'Yield': '45.6', 'EBITDA': '-12090000', 'Industry': 'Steel/Iron Ore', 'PtS': '0.99', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.97', 'Dividend': '0', 'Name': 'Northwest Pipe Co', 'Description': 'Northwest Pipe Co', 'DivYield': '0', 'MarketCap': '149150000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Basic Industries', 'PtB': '0.74', 'PE': '0', 'PEG': '-5.99', 'Shares': '9603992', 'ImputationCredits': '0', 'Symbol': 'NWPX', 'DPS': '0'}
{'NTA': '0', 'Yield': '4.17', 'EBITDA': '669000000', 'Industry': 'Newspapers/Magazines', 'PtS': '0.97', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.63', 'Dividend': '0', 'Name': 'News Cp Cl B Cmn ST', 'Description': 'News Cp Cl B Cmn ST', 'DivYield': '1.51', 'MarketCap': '7850000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '0.73', 'PE': '0', 'PEG': '0', 'Shares': '581481500', 'ImputationCredits': '0', 'Symbol': 'NWS', 'DPS': '0.2'}
{'NTA': '0', 'Yield': '4.67', 'EBITDA': '669000000', 'Industry': 'Newspapers/Magazines', 'PtS': '0.94', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.63', 'Dividend': '0', 'Name': 'News Cp Cl A Cmn ST', 'Description': 'News Cp Cl A Cmn ST', 'DivYield': '1.56', 'MarketCap': '7560000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '0.7', 'PE': '0', 'PEG': '5.38', 'Shares': '581538400', 'ImputationCredits': '0', 'Symbol': 'NWSA', 'DPS': '0.2'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '43700000', 'Industry': '', 'PtS': '0.76', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.24', 'Dividend': '0', 'Name': 'Nexeo Solutions Inc', 'Description': 'Nexeo Solutions Inc', 'DivYield': '0', 'MarketCap': '790510000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.09', 'PE': '0', 'PEG': '0', 'Shares': '89222350', 'ImputationCredits': '0', 'Symbol': 'NXEO', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-29T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Nexeo Solutions Inc', 'Description': 'Nexeo Solutions Inc', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '1.05', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'NXEOU', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Nexeo Solutions Inc', 'Description': 'Nexeo Solutions Inc', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'NXEOW', 'DPS': '0'}
{'NTA': '0', 'Yield': '21.36', 'EBITDA': '2540000000', 'Industry': 'Semiconductors', 'PtS': '2.72', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.58', 'Dividend': '0', 'Name': 'Nxp Semiconductors', 'Description': 'Nxp Semiconductors', 'DivYield': '0', 'MarketCap': '25930000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '3.15', 'PE': '177.57', 'PEG': '1', 'Shares': '251772000', 'ImputationCredits': '0', 'Symbol': 'NXPI', 'DPS': '0'}
{'NTA': '0', 'Yield': '36.66', 'EBITDA': '404490000', 'Industry': 'Broadcasting', 'PtS': '3', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.89', 'Dividend': '0', 'Name': 'Nexstar Broadcasting', 'Description': 'Nexstar Broadcasting', 'DivYield': '1.45', 'MarketCap': '3300000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '12.79', 'PE': '24.27', 'PEG': '6.48', 'Shares': '47042050', 'ImputationCredits': '0', 'Symbol': 'NXST', 'DPS': '1.02'}
{'NTA': '0', 'Yield': '-58.89', 'EBITDA': '-8510000', 'Industry': '', 'PtS': '4.04', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.9', 'Dividend': '0', 'Name': 'Nxt-Id Inc Cmn Stk', 'Description': 'Nxt-Id Inc Cmn Stk', 'DivYield': '0', 'MarketCap': '13020000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '7037838', 'ImputationCredits': '0', 'Symbol': 'NXTD', 'DPS': '0'}
{'NTA': '0', 'Yield': '-45.16', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Nxt-Id Inc Warrant', 'Description': 'Nxt-Id Inc Warrant', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'NXTDW', 'DPS': '0'}
{'NTA': '0', 'Yield': '66.44', 'EBITDA': '14650000', 'Industry': 'Biotechnology: Electromedical & Electrotherapeutic Apparatus', 'PtS': '4.73', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.07', 'Dividend': '0', 'Name': 'Nxstage Medical Inc', 'Description': 'Nxstage Medical Inc', 'DivYield': '0', 'MarketCap': '1750000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '8.56', 'PE': '0', 'PEG': '0', 'Shares': '65225490', 'ImputationCredits': '0', 'Symbol': 'NXTM', 'DPS': '0'}
{'NTA': '0', 'Yield': '18.65', 'EBITDA': '0', 'Industry': 'Real Estate Investment Trusts', 'PtS': '6.54', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.5', 'Dividend': '0', 'Name': 'New York Mtge Trust', 'Description': 'New York Mtge Trust', 'DivYield': '13.11', 'MarketCap': '690070000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '1', 'PE': '12.36', 'PEG': '0.76', 'Shares': '111842800', 'ImputationCredits': '0', 'Symbol': 'NYMT', 'DPS': '0.8'}
{'NTA': '0', 'Yield': '12.45', 'EBITDA': '0', 'Industry': '', 'PtS': '25.22', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.5', 'Dividend': '0', 'Name': 'New York Mort 7.875', 'Description': 'New York Mort 7.875', 'DivYield': '8.17', 'MarketCap': '2670000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.86', 'PE': '47.78', 'PEG': '0', 'Shares': '111996600', 'ImputationCredits': '0', 'Symbol': 'NYMTO', 'DPS': '1.97'}
{'NTA': '0', 'Yield': '11.01', 'EBITDA': '0', 'Industry': '', 'PtS': '25.322', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.499', 'Dividend': '0', 'Name': 'New York Mrtg 7.75 B', 'Description': 'New York Mrtg 7.75 B', 'DivYield': '8.09', 'MarketCap': '2670000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.877', 'PE': '47.872', 'PEG': '0', 'Shares': '111771600', 'ImputationCredits': '0', 'Symbol': 'NYMTP', 'DPS': '1.94'}
{'NTA': '0', 'Yield': '60.62', 'EBITDA': '-14100000', 'Industry': 'Biotechnology: In Vitro & In Vivo Diagnostic Substances', 'PtS': '555.71', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.34', 'Dividend': '0', 'Name': 'Nymox Pharm Corp', 'Description': 'Nymox Pharm Corp', 'DivYield': '0', 'MarketCap': '173790000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '47876030', 'ImputationCredits': '0', 'Symbol': 'NYMX', 'DPS': '0'}
{'NTA': '0', 'Yield': '45.82', 'EBITDA': '-22340000', 'Industry': 'Restaurants', 'PtS': '11.23', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.86', 'Dividend': '0', 'Name': 'Empire Resorts Inc', 'Description': 'Empire Resorts Inc', 'DivYield': '0', 'MarketCap': '756280000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '2.71', 'PE': '0', 'PEG': '0', 'Shares': '31186800', 'ImputationCredits': '0', 'Symbol': 'NYNY', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-24T00:00:00', 'EPS': '-0.382', 'Dividend': '0', 'Name': 'Origo Acquisition Corp', 'Description': 'Origo Acquisition Corp', 'DivYield': '0', 'MarketCap': '20350000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '4.071', 'PE': '0', 'PEG': '0', 'Shares': '1947182', 'ImputationCredits': '0', 'Symbol': 'OACQ', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Origo Acquisition Corp', 'Description': 'Origo Acquisition Corp', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'OACQR', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Origo Acquisition Corp', 'Description': 'Origo Acquisition Corp', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'OACQW', 'DPS': '0'}
{'NTA': '0', 'Yield': '-55.79', 'EBITDA': '-14650000', 'Industry': '', 'PtS': '90.949', 'DateTime': '2017-03-30T00:00:00', 'EPS': '-0.468', 'Dividend': '0', 'Name': 'Oasmia Pharmaceu Ads', 'Description': 'Oasmia Pharmaceu Ads', 'DivYield': '0', 'MarketCap': '75740000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.2093', 'PE': '0', 'PEG': '0', 'Shares': '39679380', 'ImputationCredits': '0', 'Symbol': 'OASM', 'DPS': '0'}
{'NTA': '0', 'Yield': '14.14', 'EBITDA': '13020000', 'Industry': 'EDP Services', 'PtS': '2.43', 'DateTime': '2017-03-30T00:00:00', 'EPS': '0.36', 'Dividend': '0', 'Name': 'Optibase Ltd', 'Description': 'Optibase Ltd', 'DivYield': '0', 'MarketCap': '42690000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '0.69', 'PE': '23.06', 'PEG': '0', 'Shares': '5143374', 'ImputationCredits': '0', 'Symbol': 'OBAS', 'DPS': '0'}
{'NTA': '0', 'Yield': '99.57', 'EBITDA': '3770000', 'Industry': 'Specialty Chemicals', 'PtS': '1.22', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.19', 'Dividend': '0', 'Name': 'Ocean Bio Chem Inc', 'Description': 'Ocean Bio Chem Inc', 'DivYield': '0', 'MarketCap': '42890000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '1.99', 'PE': '24.68', 'PEG': '0', 'Shares': '9144989', 'ImputationCredits': '0', 'Symbol': 'OBCI', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-19310000', 'Industry': '', 'PtS': '52.2', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-4.85', 'Dividend': '0', 'Name': 'Obalon Therapeutics Inc', 'Description': 'Obalon Therapeutics Inc', 'DivYield': '0', 'MarketCap': '179300000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.75', 'PE': '0', 'PEG': '0', 'Shares': '16772690', 'ImputationCredits': '0', 'Symbol': 'OBLN', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-25100000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.29', 'Dividend': '0', 'Name': 'Obseva Sa Ordinary Shares', 'Description': 'Obseva Sa Ordinary Shares', 'DivYield': '0', 'MarketCap': '42360000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.89', 'PE': '0', 'PEG': '0', 'Shares': '4069164', 'ImputationCredits': '0', 'Symbol': 'OBSV', 'DPS': '0'}
{'NTA': '0', 'Yield': '23.51', 'EBITDA': '2030000', 'Industry': 'Telecommunications Equipment', 'PtS': '0.32', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.1', 'Dividend': '0', 'Name': 'Optical Cable Corp', 'Description': 'Optical Cable Corp', 'DivYield': '0', 'MarketCap': '22830000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Basic Industries', 'PtB': '0.85', 'PE': '0', 'PEG': '0', 'Shares': '7364516', 'ImputationCredits': '0', 'Symbol': 'OCC', 'DPS': '0'}
{'NTA': '0', 'Yield': '44.61', 'EBITDA': '0', 'Industry': 'Savings Institutions', 'PtS': '6.578', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.98', 'Dividend': '0', 'Name': 'Oceanfirst Finl Corp', 'Description': 'Oceanfirst Finl Corp', 'DivYield': '2.1', 'MarketCap': '896220000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.588', 'PE': '28.75', 'PEG': '1.8', 'Shares': '31809050', 'ImputationCredits': '0', 'Symbol': 'OCFC', 'DPS': '0.6'}
{'NTA': '0', 'Yield': '94.46', 'EBITDA': '85620000', 'Industry': 'Semiconductors', 'PtS': '2.97', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.33', 'Dividend': '0', 'Name': 'Oclaro Inc', 'Description': 'Oclaro Inc', 'DivYield': '0', 'MarketCap': '1590000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '3.74', 'PE': '28.8', 'PEG': '0.81', 'Shares': '166318000', 'ImputationCredits': '0', 'Symbol': 'OCLR', 'DPS': '0'}
{'NTA': '0', 'Yield': '-55.14', 'EBITDA': '-25840000', 'Industry': '', 'PtS': '49.6', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.23', 'Dividend': '0', 'Name': 'Ocera Therapeutics', 'Description': 'Ocera Therapeutics', 'DivYield': '0', 'MarketCap': '30920000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.92', 'PE': '0', 'PEG': '0', 'Shares': '23603050', 'ImputationCredits': '0', 'Symbol': 'OCRX', 'DPS': '0'}
{'NTA': '0', 'Yield': '-24.43', 'EBITDA': '-42450000', 'Industry': '', 'PtS': '140.5', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.8', 'Dividend': '0', 'Name': 'Ocular Therapeut Cmn', 'Description': 'Ocular Therapeut Cmn', 'DivYield': '0', 'MarketCap': '266860000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '4.44', 'PE': '0', 'PEG': '0', 'Shares': '28756470', 'ImputationCredits': '0', 'Symbol': 'OCUL', 'DPS': '0'}
{'NTA': '0', 'Yield': '29.55', 'EBITDA': '673700000', 'Industry': 'Trucking Freight/Courier Services', 'PtS': '2.37', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.56', 'Dividend': '0', 'Name': 'Old Dominion Freig', 'Description': 'Old Dominion Freig', 'DivYield': '0.47', 'MarketCap': '7060000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Transportation', 'PtB': '3.82', 'PE': '24.04', 'PEG': '1.83', 'Shares': '82505550', 'ImputationCredits': '0', 'Symbol': 'ODFL', 'DPS': '0.4'}
{'NTA': '0', 'Yield': '-20.75', 'EBITDA': '596000000', 'Industry': '', 'PtS': '0.216', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.967', 'Dividend': '0', 'Name': 'Office Depot Cmn', 'Description': 'Office Depot Cmn', 'DivYield': '2.21', 'MarketCap': '2400000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.285', 'PE': '4.824', 'PEG': '0.9', 'Shares': '514469400', 'ImputationCredits': '0', 'Symbol': 'ODP', 'DPS': '0.1'}
{'NTA': '0', 'Yield': '33.78', 'EBITDA': '-7520000', 'Industry': 'Diversified Electronics', 'PtS': '0.75', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.57', 'Dividend': '0', 'Name': 'Orion Energy Syst Cmn', 'Description': 'Orion Energy Syst Cmn', 'DivYield': '0', 'MarketCap': '56040000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.3', 'PE': '0', 'PEG': '-0.33', 'Shares': '28303030', 'ImputationCredits': '0', 'Symbol': 'OESX', 'DPS': '0'}
{'NTA': '0', 'Yield': '28.86', 'EBITDA': '0', 'Industry': 'Savings Institutions', 'PtS': '7.785', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.94', 'Dividend': '0', 'Name': 'Oconee Fed Fin Corp', 'Description': 'Oconee Fed Fin Corp', 'DivYield': '1.59', 'MarketCap': '139660000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.701', 'PE': '26.13', 'PEG': '0', 'Shares': '5686019', 'ImputationCredits': '0', 'Symbol': 'OFED', 'DPS': '0.4'}
{'NTA': '0', 'Yield': '-12.82', 'EBITDA': '48850000', 'Industry': 'Medical/Dental Instruments', 'PtS': '1.68', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.17', 'Dividend': '0', 'Name': 'Orthofix Intl Nv', 'Description': 'Orthofix Intl Nv', 'DivYield': '0', 'MarketCap': '684640000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '2.59', 'PE': '229.82', 'PEG': '3.94', 'Shares': '17946000', 'ImputationCredits': '0', 'Symbol': 'OFIX', 'DPS': '0'}
{'NTA': '0', 'Yield': '45.08', 'EBITDA': '22430000', 'Industry': 'Industrial Specialties', 'PtS': '4.91', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.42', 'Dividend': '0', 'Name': 'Omega Flex Inc', 'Description': 'Omega Flex Inc', 'DivYield': '0', 'MarketCap': '474580000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '10.11', 'PE': '33', 'PEG': '0', 'Shares': '10091010', 'ImputationCredits': '0', 'Symbol': 'OFLX', 'DPS': '0'}
{'NTA': '0', 'Yield': '7.5', 'EBITDA': '19640000', 'Industry': '', 'PtS': '4.66', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.43', 'Dividend': '0', 'Name': 'Ofs Capital Corporat', 'Description': 'Ofs Capital Corporat', 'DivYield': '9.23', 'MarketCap': '146470000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.01', 'PE': '10.58', 'PEG': '1.43', 'Shares': '9700000', 'ImputationCredits': '0', 'Symbol': 'OFS', 'DPS': '1.36'}
{'NTA': '0', 'Yield': '-55.1', 'EBITDA': '-18470000', 'Industry': 'Biotechnology: In Vitro & In Vivo Diagnostic Substances', 'PtS': '2.734', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.672', 'Dividend': '0', 'Name': 'Oncogenex Pharma', 'Description': 'Oncogenex Pharma', 'DivYield': '0', 'MarketCap': '13300000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '0.728', 'PE': '0', 'PEG': '0', 'Shares': '30090500', 'ImputationCredits': '0', 'Symbol': 'OGXI', 'DPS': '0'}
{'NTA': '0', 'Yield': '-45.58', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.26', 'Dividend': '0', 'Name': 'Oha Investmnt Cp Cmn', 'Description': 'Oha Investmnt Cp Cmn', 'DivYield': '5.33', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'OHAI', 'DPS': '0.08'}
{'NTA': '0', 'Yield': '-57.97', 'EBITDA': '-10140000', 'Industry': '', 'PtS': '6.1992', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.314', 'Dividend': '0', 'Name': 'One Horizon Grp Cmn', 'Description': 'One Horizon Grp Cmn', 'DivYield': '0', 'MarketCap': '10340000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.5178', 'PE': '0', 'PEG': '0', 'Shares': '35815720', 'ImputationCredits': '0', 'Symbol': 'OHGI', 'DPS': '0'}
{'NTA': '0', 'Yield': '-74.62', 'EBITDA': '-27500000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.833', 'Dividend': '0', 'Name': 'Ohr Pharmceutial Cmn', 'Description': 'Ohr Pharmceutial Cmn', 'DivYield': '0', 'MarketCap': '29860000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.1267', 'PE': '0', 'PEG': '-0.01', 'Shares': '35958580', 'ImputationCredits': '0', 'Symbol': 'OHRP', 'DPS': '0'}
{'NTA': '0', 'Yield': '62.41', 'EBITDA': '-4120000', 'Industry': 'Semiconductors', 'PtS': '1.06', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.12', 'Dividend': '0', 'Name': 'O2Micro Intl Ltd', 'Description': 'O2Micro Intl Ltd', 'DivYield': '0', 'MarketCap': '60890000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '0.74', 'PE': '0', 'PEG': '-0.78', 'Shares': '25584030', 'ImputationCredits': '0', 'Symbol': 'OIIM', 'DPS': '0'}
{'NTA': '0', 'Yield': '62.93', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '5.41', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.92', 'Dividend': '0', 'Name': 'Southwest Bncp Inc', 'Description': 'Southwest Bncp Inc', 'DivYield': '1.21', 'MarketCap': '488720000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.72', 'PE': '28.42', 'PEG': '2.19', 'Shares': '18689100', 'ImputationCredits': '0', 'Symbol': 'OKSB', 'DPS': '0.32'}
{'NTA': '0', 'Yield': '54.11', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '5.22', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.2', 'Dividend': '0', 'Name': 'Old Line Bancshs MD', 'Description': 'Old Line Bancshs MD', 'DivYield': '1.12', 'MarketCap': '311570000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '2.06', 'PE': '23.73', 'PEG': '0', 'Shares': '10939960', 'ImputationCredits': '0', 'Symbol': 'OLBK', 'DPS': '0.32'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'The Long-Term Care ETF', 'Description': 'The Long-Term Care ETF', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'OLD', 'DPS': '0'}
{'NTA': '0', 'Yield': '47.66', 'EBITDA': '89370000', 'Industry': 'Research Services', 'PtS': '19.63', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.02', 'Dividend': '0', 'Name': 'Universal Display', 'Description': 'Universal Display', 'DivYield': '0.15', 'MarketCap': '3920000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '7.38', 'PE': '81.76', 'PEG': '2.7', 'Shares': '47002400', 'ImputationCredits': '0', 'Symbol': 'OLED', 'DPS': '0.12'}
{'NTA': '0', 'Yield': '26.65', 'EBITDA': '112860000', 'Industry': '', 'PtS': '2.33', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.96', 'Dividend': '0', 'Name': 'Ollies Bargain CS', 'Description': 'Ollies Bargain CS', 'DivYield': '0', 'MarketCap': '2040000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.17', 'PE': '34.9', 'PEG': '1.89', 'Shares': '60895520', 'ImputationCredits': '0', 'Symbol': 'OLLI', 'DPS': '0'}
{'NTA': '0', 'Yield': '-7', 'EBITDA': '161490000', 'Industry': 'Aerospace', 'PtS': '7.32', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.01', 'Dividend': '0', 'Name': 'Grupo Aeroportuario', 'Description': 'Grupo Aeroportuario', 'DivYield': '8.25', 'MarketCap': '2130000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Transportation', 'PtB': '6.18', 'PE': '21.5', 'PEG': '7.13', 'Shares': '49328390', 'ImputationCredits': '0', 'Symbol': 'OMAB', 'DPS': '3.58'}
{'NTA': '0', 'Yield': '27.59', 'EBITDA': '62940000', 'Industry': 'Computer Manufacturing', 'PtS': '2.15', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.02', 'Dividend': '0', 'Name': 'Omnicell Inc', 'Description': 'Omnicell Inc', 'DivYield': '0', 'MarketCap': '1500000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '3.42', 'PE': '2391.18', 'PEG': '1.8', 'Shares': '36900370', 'ImputationCredits': '0', 'Symbol': 'OMCL', 'DPS': '0'}
{'NTA': '0', 'Yield': '-25.73', 'EBITDA': '-101620000', 'Industry': '', 'PtS': '13.86', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-3.14', 'Dividend': '0', 'Name': 'Oncomed Pharma', 'Description': 'Oncomed Pharma', 'DivYield': '0', 'MarketCap': '344440000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '37398480', 'ImputationCredits': '0', 'Symbol': 'OMED', 'DPS': '0'}
{'NTA': '0', 'Yield': '14.11', 'EBITDA': '-53980000', 'Industry': 'Major Pharmaceuticals', 'PtS': '16.46', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.65', 'Dividend': '0', 'Name': 'Omeros Corporation', 'Description': 'Omeros Corporation', 'DivYield': '0', 'MarketCap': '662590000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '0', 'PE': '0', 'PEG': '-0.15', 'Shares': '43822090', 'ImputationCredits': '0', 'Symbol': 'OMER', 'DPS': '0'}
{'NTA': '0', 'Yield': '40.71', 'EBITDA': '-10480000', 'Industry': 'Marine Transportation', 'PtS': '5.6', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.84', 'Dividend': '0', 'Name': 'Odyssey Marine Expl', 'Description': 'Odyssey Marine Expl', 'DivYield': '0', 'MarketCap': '26320000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '7718475', 'ImputationCredits': '0', 'Symbol': 'OMEX', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-9050000', 'Industry': '', 'PtS': '11.21', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.83', 'Dividend': '0', 'Name': 'Ominto Inc', 'Description': 'Ominto Inc', 'DivYield': '0', 'MarketCap': '173580000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '30.69', 'PE': '0', 'PEG': '0', 'Shares': '17533330', 'ImputationCredits': '0', 'Symbol': 'OMNT', 'DPS': '0'}
{'NTA': '0', 'Yield': '63.57', 'EBITDA': '727800000', 'Industry': '', 'PtS': '1.66', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.43', 'Dividend': '0', 'Name': 'On Semiconductor', 'Description': 'On Semiconductor', 'DivYield': '0', 'MarketCap': '6500000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.54', 'PE': '36.02', 'PEG': '0.56', 'Shares': '419625500', 'ImputationCredits': '0', 'Symbol': 'ON', 'DPS': '0'}
{'NTA': '0', 'Yield': '29.48', 'EBITDA': '0', 'Industry': '', 'PtS': '3.61', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.05', 'Dividend': '0', 'Name': 'Old National Bncp Cmn', 'Description': 'Old National Bncp Cmn', 'DivYield': '2.97', 'MarketCap': '2350000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.3', 'PE': '16.52', 'PEG': '2.05', 'Shares': '135446700', 'ImputationCredits': '0', 'Symbol': 'ONB', 'DPS': '0.52'}
{'NTA': '0', 'Yield': '48.62', 'EBITDA': '-110330000', 'Industry': '', 'PtS': '82.87', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-4.29', 'Dividend': '0', 'Name': 'Spark Therap Cmn', 'Description': 'Spark Therap Cmn', 'DivYield': '0', 'MarketCap': '1660000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '5.04', 'PE': '0', 'PEG': '0', 'Shares': '31121110', 'ImputationCredits': '0', 'Symbol': 'ONCE', 'DPS': '0'}
{'NTA': '0', 'Yield': '-34.69', 'EBITDA': '-23410000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.3', 'Dividend': '0', 'Name': 'Oncosec Medical Cmn', 'Description': 'Oncosec Medical Cmn', 'DivYield': '0', 'MarketCap': '26500000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.25', 'PE': '0', 'PEG': '0', 'Shares': '20866140', 'ImputationCredits': '0', 'Symbol': 'ONCS', 'DPS': '0'}
{'NTA': '0', 'Yield': '24.32', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.46', 'Dividend': '0', 'Name': 'Nasdaq Comp Ndx Fund', 'Description': 'Nasdaq Comp Ndx Fund', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'ONEQ', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-50770000', 'Industry': '', 'PtS': '27.89', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-3.26', 'Dividend': '0', 'Name': 'Oncobiologics Inc', 'Description': 'Oncobiologics Inc', 'DivYield': '0', 'MarketCap': '63330000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '23630600', 'ImputationCredits': '0', 'Symbol': 'ONS', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Oncobiologics Inc', 'Description': 'Oncobiologics Inc', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'ONSIW', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Oncobiologics Inc', 'Description': 'Oncobiologics Inc', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'ONSIZ', 'DPS': '0'}
{'NTA': '0', 'Yield': '-35.32', 'EBITDA': '-23610000', 'Industry': '', 'PtS': '3.79', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-4.44', 'Dividend': '0', 'Name': 'Onconova Therapeutic', 'Description': 'Onconova Therapeutic', 'DivYield': '0', 'MarketCap': '20600000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '4.89', 'PE': '0', 'PEG': '0', 'Shares': '6776316', 'ImputationCredits': '0', 'Symbol': 'ONTX', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Onconova Therapeutics Inc', 'Description': 'Onconova Therapeutics Inc', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'ONTXW', 'DPS': '0'}
{'NTA': '0', 'Yield': '22.22', 'EBITDA': '159999', 'Industry': 'Business Services', 'PtS': '1.28', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.11', 'Dividend': '0', 'Name': 'Onvia Inc', 'Description': 'Onvia Inc', 'DivYield': '0', 'MarketCap': '31730000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Miscellaneous', 'PtB': '8.43', 'PE': '0', 'PEG': '0', 'Shares': '7211364', 'ImputationCredits': '0', 'Symbol': 'ONVI', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.42', 'Dividend': '0', 'Name': 'Organovo Holdings', 'Description': 'Organovo Holdings', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'ONVO', 'DPS': '0'}
{'NTA': '0', 'Yield': '-44.21', 'EBITDA': '0', 'Industry': '', 'PtS': '3.95', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.33', 'Dividend': '0', 'Name': 'Opus Bank Cmn Stk', 'Description': 'Opus Bank Cmn Stk', 'DivYield': '4.22', 'MarketCap': '703420000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.7', 'PE': '57.98', 'PEG': '0.56', 'Shares': '37217990', 'ImputationCredits': '0', 'Symbol': 'OPB', 'DPS': '0.8'}
{'NTA': '0', 'Yield': '-13.53', 'EBITDA': '-18350000', 'Industry': '', 'PtS': '7.82', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.1', 'Dividend': '0', 'Name': 'Opgen Inc Cmn Stk', 'Description': 'Opgen Inc Cmn Stk', 'DivYield': '0', 'MarketCap': '31480000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '9.2', 'PE': '0', 'PEG': '0', 'Shares': '27373910', 'ImputationCredits': '0', 'Symbol': 'OPGN', 'DPS': '0'}
{'NTA': '0', 'Yield': '-50', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Opgen Inc Warrant', 'Description': 'Opgen Inc Warrant', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'OPGNW', 'DPS': '0'}
{'NTA': '0', 'Yield': '-18.39', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '1.08', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.38', 'Dividend': '0', 'Name': 'Optimumbank Hldgs', 'Description': 'Optimumbank Hldgs', 'DivYield': '0', 'MarketCap': '3820000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.24', 'PE': '0', 'PEG': '0', 'Shares': '1104046', 'ImputationCredits': '0', 'Symbol': 'OPHC', 'DPS': '0'}
{'NTA': '0', 'Yield': '-92.17', 'EBITDA': '-194810000', 'Industry': '', 'PtS': '2.53', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-5.45', 'Dividend': '0', 'Name': 'Ophthotech Corp Cmn', 'Description': 'Ophthotech Corp Cmn', 'DivYield': '0', 'MarketCap': '131060000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '35808740', 'ImputationCredits': '0', 'Symbol': 'OPHT', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '67060000', 'Industry': '', 'PtS': '3.64', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.05', 'Dividend': '0', 'Name': 'Opko Health Inc', 'Description': 'Opko Health Inc', 'DivYield': '0', 'MarketCap': '4470000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.13', 'PE': '0', 'PEG': '-6.64', 'Shares': '558750000', 'ImputationCredits': '0', 'Symbol': 'OPK', 'DPS': '0'}
{'NTA': '0', 'Yield': '57.85', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '3.88', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.77', 'Dividend': '0', 'Name': 'Old Point Finl Cp', 'Description': 'Old Point Finl Cp', 'DivYield': '1.36', 'MarketCap': '150000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.6', 'PE': '39.36', 'PEG': '0', 'Shares': '4975125', 'ImputationCredits': '0', 'Symbol': 'OPOF', 'DPS': '0.41'}
{'NTA': '0', 'Yield': '16.93', 'EBITDA': '-11570000', 'Industry': 'Electric Utilities: Central', 'PtS': '20.13', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-3.32', 'Dividend': '0', 'Name': 'Ocean Power Tech Inc', 'Description': 'Ocean Power Tech Inc', 'DivYield': '0', 'MarketCap': '13640000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Public Utilities', 'PtB': '1.79', 'PE': '0', 'PEG': '0', 'Shares': '6171946', 'ImputationCredits': '0', 'Symbol': 'OPTT', 'DPS': '0'}
{'NTA': '0', 'Yield': '-67.08', 'EBITDA': '-8780000', 'Industry': 'Major Pharmaceuticals', 'PtS': '2.27', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.24', 'Dividend': '0', 'Name': 'Opexa Therapeutics', 'Description': 'Opexa Therapeutics', 'DivYield': '0', 'MarketCap': '5500000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '1.34', 'PE': '0', 'PEG': '0', 'Shares': '7142857', 'ImputationCredits': '0', 'Symbol': 'OPXA', 'DPS': '0'}
{'NTA': '0', 'Yield': '-66.67', 'EBITDA': '0', 'Industry': 'Major Pharmaceuticals', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.32', 'Dividend': '0', 'Name': 'Opexa Therap Warrant', 'Description': 'Opexa Therap Warrant', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'OPXAW', 'DPS': '0'}
{'NTA': '0', 'Yield': '-3.63', 'EBITDA': '36720000', 'Industry': 'Telecommunications Equipment', 'PtS': '3.52', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.33', 'Dividend': '0', 'Name': 'Orbcomm Inc', 'Description': 'Orbcomm Inc', 'DivYield': '0', 'MarketCap': '678820000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '2.34', 'PE': '0', 'PEG': '-5.14', 'Shares': '71080620', 'ImputationCredits': '0', 'Symbol': 'ORBC', 'DPS': '0'}
{'NTA': '0', 'Yield': '33.93', 'EBITDA': '158260000', 'Industry': 'Industrial Machinery/Components', 'PtS': '1.91', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.71', 'Dividend': '0', 'Name': 'Orbotech Ltd', 'Description': 'Orbotech Ltd', 'DivYield': '0', 'MarketCap': '1540000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '2.04', 'PE': '18.86', 'PEG': '0.66', 'Shares': '47751940', 'ImputationCredits': '0', 'Symbol': 'ORBK', 'DPS': '0'}
{'NTA': '0', 'Yield': '-23.56', 'EBITDA': '-131910000', 'Industry': 'Major Pharmaceuticals', 'PtS': '1.69', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.22', 'Dividend': '0', 'Name': 'Orexigen Therapeutic', 'Description': 'Orexigen Therapeutic', 'DivYield': '0', 'MarketCap': '50280000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '1', 'PE': '0', 'PEG': '0.01', 'Shares': '14616280', 'ImputationCredits': '0', 'Symbol': 'OREX', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'The Organics ETF', 'Description': 'The Organics ETF', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'ORG', 'DPS': '0'}
{'NTA': '0', 'Yield': '-86.19', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.315', 'Dividend': '0', 'Name': 'Ocean Rig Udw Inc', 'Description': 'Ocean Rig Udw Inc', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '-0.01', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'ORIG', 'DPS': '0'}
{'NTA': '0', 'Yield': '-1.9', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '6.29', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.03', 'Dividend': '0', 'Name': 'Oritani Financial', 'Description': 'Oritani Financial', 'DivYield': '4.19', 'MarketCap': '731390000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.35', 'PE': '16.49', 'PEG': '1.47', 'Shares': '43022940', 'ImputationCredits': '0', 'Symbol': 'ORIT', 'DPS': '0.7'}
{'NTA': '0', 'Yield': '2.73', 'EBITDA': '1920000000', 'Industry': 'Other Specialty Stores', 'PtS': '2.91', 'DateTime': '2017-03-31T00:00:00', 'EPS': '10.73', 'Dividend': '0', 'Name': "O'Reilly Automotive", 'Description': "O'Reilly Automotive", 'DivYield': '0', 'MarketCap': '24730000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '15.54', 'PE': '25.15', 'PEG': '1.48', 'Shares': '91646900', 'ImputationCredits': '0', 'Symbol': 'ORLY', 'DPS': '0'}
{'NTA': '0', 'Yield': '-29.07', 'EBITDA': '-9950000', 'Industry': '', 'PtS': '62.96', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.86', 'Dividend': '0', 'Name': 'Oramed Pharma Cmn', 'Description': 'Oramed Pharma Cmn', 'DivYield': '0', 'MarketCap': '77970000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.28', 'PE': '0', 'PEG': '0', 'Shares': '13282790', 'ImputationCredits': '0', 'Symbol': 'ORMP', 'DPS': '0'}
{'NTA': '0', 'Yield': '-66.07', 'EBITDA': '-13930000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.01', 'Dividend': '0', 'Name': 'Bio Blast Pharma Ltd', 'Description': 'Bio Blast Pharma Ltd', 'DivYield': '0', 'MarketCap': '12460000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.51', 'PE': '0', 'PEG': '0', 'Shares': '16394740', 'ImputationCredits': '0', 'Symbol': 'ORPN', 'DPS': '0'}
{'NTA': '0', 'Yield': '25.7', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '3.35', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.81', 'Dividend': '0', 'Name': 'Orrstown Finl Svcs', 'Description': 'Orrstown Finl Svcs', 'DivYield': '1.79', 'MarketCap': '186330000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.37', 'PE': '27.59', 'PEG': '0', 'Shares': '8336913', 'ImputationCredits': '0', 'Symbol': 'ORRF', 'DPS': '0.4'}
{'NTA': '0', 'Yield': '57.12', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '3.63', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.53', 'Dividend': '0', 'Name': 'Old Second Bancorp', 'Description': 'Old Second Bancorp', 'DivYield': '0.36', 'MarketCap': '332510000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.89', 'PE': '21.23', 'PEG': '8.24', 'Shares': '29556450', 'ImputationCredits': '0', 'Symbol': 'OSBC', 'DPS': '0.04'}
{'NTA': '0', 'Yield': '0.39', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Old Second Bncp', 'Description': 'Old Second Bncp', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'OSBCP', 'DPS': '0'}
{'NTA': '0', 'Yield': '-32.87', 'EBITDA': '4410000', 'Industry': 'Biotechnology: Biological Products (No Diagnostic Substances)', 'PtS': '1.54', 'DateTime': '2017-03-13T00:00:00', 'EPS': '0.04', 'Dividend': '0', 'Name': 'Osiris Therapeutics', 'Description': 'Osiris Therapeutics', 'DivYield': '0', 'MarketCap': '135400000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '1.67', 'PE': '93.57', 'PEG': '0', 'Shares': '34452930', 'ImputationCredits': '0', 'Symbol': 'OSIR', 'DPS': '0'}
{'NTA': '0', 'Yield': '43.43', 'EBITDA': '111610000', 'Industry': 'Semiconductors', 'PtS': '1.53', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.06', 'Dividend': '0', 'Name': 'O S I Systems Inc', 'Description': 'O S I Systems Inc', 'DivYield': '0', 'MarketCap': '1370000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '2.5', 'PE': '67.81', 'PEG': '1.43', 'Shares': '19131410', 'ImputationCredits': '0', 'Symbol': 'OSIS', 'DPS': '0'}
{'NTA': '0', 'Yield': '1.54', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-14T00:00:00', 'EPS': '0.79', 'Dividend': '0', 'Name': 'SLM Cp NTS Srs A', 'Description': 'SLM Cp NTS Srs A', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'OSM', 'DPS': '0'}
{'NTA': '0', 'Yield': '-37.27', 'EBITDA': '7180000', 'Industry': 'Steel/Iron Ore', 'PtS': '0.1214', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.387', 'Dividend': '0', 'Name': 'Ossen Innovation Co', 'Description': 'Ossen Innovation Co', 'DivYield': '0', 'MarketCap': '13640000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Basic Industries', 'PtB': '0.1553', 'PE': '5.3442', 'PEG': '0', 'Shares': '6595107', 'ImputationCredits': '0', 'Symbol': 'OSN', 'DPS': '0'}
{'NTA': '0', 'Yield': '17.89', 'EBITDA': '2550000', 'Industry': 'Catalog/Specialty Distribution', 'PtS': '0.24', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.49', 'Dividend': '0', 'Name': 'Overstock.Com Inc', 'Description': 'Overstock.Com Inc', 'DivYield': '0', 'MarketCap': '428190000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '2.48', 'PE': '35.1', 'PEG': '-3.7', 'Shares': '24894770', 'ImputationCredits': '0', 'Symbol': 'OSTK', 'DPS': '0'}
{'NTA': '0', 'Yield': '80.08', 'EBITDA': '20550000', 'Industry': 'Medical/Dental Instruments', 'PtS': '5.96', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.35', 'Dividend': '0', 'Name': 'Orasure Tech Inc', 'Description': 'Orasure Tech Inc', 'DivYield': '0', 'MarketCap': '745480000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '3.83', 'PE': '36.94', 'PEG': '1.67', 'Shares': '57655060', 'ImputationCredits': '0', 'Symbol': 'OSUR', 'DPS': '0'}
{'NTA': '0', 'Yield': '50.43', 'EBITDA': '26840000', 'Industry': '', 'PtS': '0.34', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.51', 'Dividend': '0', 'Name': 'Otelco Cl A Cmn', 'Description': 'Otelco Cl A Cmn', 'DivYield': '0', 'MarketCap': '23660000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '4.68', 'PEG': '0', 'Shares': '3346535', 'ImputationCredits': '0', 'Symbol': 'OTEL', 'DPS': '0'}
{'NTA': '0', 'Yield': '21.64', 'EBITDA': '580640000', 'Industry': 'EDP Services', 'PtS': '4.54', 'DateTime': '2017-03-31T00:00:00', 'EPS': '4.54', 'Dividend': '0', 'Name': 'Open Text Cp', 'Description': 'Open Text Cp', 'DivYield': '1.36', 'MarketCap': '8910000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '2.55', 'PE': '7.49', 'PEG': '1.22', 'Shares': '262058800', 'ImputationCredits': '0', 'Symbol': 'OTEX', 'DPS': '0.46'}
{'NTA': '0', 'Yield': '-14.1', 'EBITDA': '-110170000', 'Industry': '', 'PtS': '580.31', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-3.69', 'Dividend': '0', 'Name': 'Otonomy Inc', 'Description': 'Otonomy Inc', 'DivYield': '0', 'MarketCap': '388790000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.06', 'PE': '0', 'PEG': '-0.19', 'Shares': '30256030', 'ImputationCredits': '0', 'Symbol': 'OTIC', 'DPS': '0'}
{'NTA': '0', 'Yield': '89.66', 'EBITDA': '-671000', 'Industry': 'Semiconductors', 'PtS': '3.37', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.02', 'Dividend': '0', 'Name': 'On Track Innovations', 'Description': 'On Track Innovations', 'DivYield': '0', 'MarketCap': '67760000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '5.71', 'PE': '0', 'PEG': '0', 'Shares': '41066670', 'ImputationCredits': '0', 'Symbol': 'OTIV', 'DPS': '0'}
{'NTA': '0', 'Yield': '31.05', 'EBITDA': '184540000', 'Industry': 'Electric Utilities: Central', 'PtS': '1.87', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.61', 'Dividend': '0', 'Name': 'Otter Tail Corp', 'Description': 'Otter Tail Corp', 'DivYield': '3.36', 'MarketCap': '1490000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Public Utilities', 'PtB': '2.24', 'PE': '23.58', 'PEG': '4.27', 'Shares': '39313980', 'ImputationCredits': '0', 'Symbol': 'OTTR', 'DPS': '1.28'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '4.5891', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.42', 'Dividend': '0', 'Name': 'Ottawa Saving Bcp Il', 'Description': 'Ottawa Saving Bcp Il', 'DivYield': '0.31', 'MarketCap': '40310000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.7831', 'PE': '30.8879', 'PEG': '0', 'Shares': '3107247', 'ImputationCredits': '0', 'Symbol': 'OTTW', 'DPS': '0.04'}
{'NTA': '0', 'Yield': '-77.68', 'EBITDA': '-73070000', 'Industry': '', 'PtS': '92.79', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.56', 'Dividend': '0', 'Name': 'Ovascience Cmn Stk', 'Description': 'Ovascience Cmn Stk', 'DivYield': '0', 'MarketCap': '60950000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.56', 'PE': '0', 'PEG': '0', 'Shares': '35643280', 'ImputationCredits': '0', 'Symbol': 'OVAS', 'DPS': '0'}
{'NTA': '0', 'Yield': '29.97', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '3.1821', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.59', 'Dividend': '0', 'Name': 'Ohio Valley Banc Cp', 'Description': 'Ohio Valley Banc Cp', 'DivYield': '2.96', 'MarketCap': '133150000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.2668', 'PE': '17.894', 'PEG': '0', 'Shares': '4679894', 'ImputationCredits': '0', 'Symbol': 'OVBC', 'DPS': '0.84'}
{'NTA': '0', 'Yield': '39.53', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '3.18', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.95', 'Dividend': '0', 'Name': 'Oak Valley Bancp CA', 'Description': 'Oak Valley Bancp CA', 'DivYield': '1.78', 'MarketCap': '106020000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.37', 'PE': '13.89', 'PEG': '0', 'Shares': '8031818', 'ImputationCredits': '0', 'Symbol': 'OVLY', 'DPS': '0.25'}
{'NTA': '0', 'Yield': '33.6', 'EBITDA': '2600000', 'Industry': '', 'PtS': '1.945', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.429', 'Dividend': '0', 'Name': 'Oxbridge Ord Shrs', 'Description': 'Oxbridge Ord Shrs', 'DivYield': '7.62', 'MarketCap': '38610000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.0029', 'PE': '15.2911', 'PEG': '0', 'Shares': '5885761', 'ImputationCredits': '0', 'Symbol': 'OXBR', 'DPS': '0.48'}
{'NTA': '0', 'Yield': '150', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-30T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Oxbridge Warrants', 'Description': 'Oxbridge Warrants', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'OXBRW', 'DPS': '0'}
{'NTA': '0', 'Yield': '48.09', 'EBITDA': '-21200000', 'Industry': '', 'PtS': '4.08', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1', 'Dividend': '0', 'Name': 'Oxford Immunotec', 'Description': 'Oxford Immunotec', 'DivYield': '0', 'MarketCap': '351810000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '4.8', 'PE': '0', 'PEG': '0', 'Shares': '22712070', 'ImputationCredits': '0', 'Symbol': 'OXFD', 'DPS': '0'}
{'NTA': '0', 'Yield': '20.98', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.03', 'Dividend': '0', 'Name': 'Oxford Lane Capital', 'Description': 'Oxford Lane Capital', 'DivYield': '18.94', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'OXLC', 'DPS': '2.4'}
{'NTA': '0', 'Yield': '1.42', 'EBITDA': '0', 'Industry': '', 'PtS': '518.5615', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.026', 'Dividend': '0', 'Name': 'Oxford Lane 8.125 Pf', 'Description': 'Oxford Lane 8.125 Pf', 'DivYield': '7.91', 'MarketCap': '28770000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.5943', 'PE': '25.0347', 'PEG': '0', 'Shares': '1120083000', 'ImputationCredits': '0', 'Symbol': 'OXLCN', 'DPS': '2.03'}
{'NTA': '0', 'Yield': '2.08', 'EBITDA': '0', 'Industry': '', 'PtS': '1382.8969', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.026', 'Dividend': '0', 'Name': 'Oxford Lane Cap 7.5', 'Description': 'Oxford Lane Cap 7.5', 'DivYield': '7.39', 'MarketCap': '77120000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.5692', 'PE': '24.9211', 'PEG': '0', 'Shares': '3016140000', 'ImputationCredits': '0', 'Symbol': 'OXLCO', 'DPS': '1.88'}
{'NTA': '0', 'Yield': '25.93', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '9.32', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.58', 'Dividend': '0', 'Name': 'Bank of The Ozarks', 'Description': 'Bank of The Ozarks', 'DivYield': '1.35', 'MarketCap': '6320000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '2.26', 'PE': '20.16', 'PEG': '1.41', 'Shares': '121515100', 'ImputationCredits': '0', 'Symbol': 'OZRK', 'DPS': '0.68'}
{'NTA': '0', 'Yield': '2.99', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.3', 'Dividend': '0', 'Name': 'Pacific Spec Acq Ord', 'Description': 'Pacific Spec Acq Ord', 'DivYield': '0', 'MarketCap': '25360000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '5.07', 'PE': '0', 'PEG': '0', 'Shares': '2462136', 'ImputationCredits': '0', 'Symbol': 'PAAC', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-30T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Pacific Spc Aq Right', 'Description': 'Pacific Spc Aq Right', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'PAACR', 'DPS': '0'}
{'NTA': '0', 'Yield': '9.02', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-28T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Pacific Spc Acq Unit', 'Description': 'Pacific Spc Acq Unit', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'PAACU', 'DPS': '0'}
{'NTA': '0', 'Yield': '288.89', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Pacific Spc Acq Wrnt', 'Description': 'Pacific Spc Acq Wrnt', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'PAACW', 'DPS': '0'}
{'NTA': '0', 'Yield': '11.81', 'EBITDA': '276440000', 'Industry': 'Precious Metals', 'PtS': '3.46', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.66', 'Dividend': '0', 'Name': 'Pan Amer Silver Corp', 'Description': 'Pan Amer Silver Corp', 'DivYield': '0.28', 'MarketCap': '2680000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Basic Industries', 'PtB': '1.91', 'PE': '26.63', 'PEG': '-2.15', 'Shares': '152968000', 'ImputationCredits': '0', 'Symbol': 'PAAS', 'DPS': '0.05'}
{'NTA': '0', 'Yield': '-46.42', 'EBITDA': '-67370000', 'Industry': 'Biotechnology: Laboratory Analytical Instruments', 'PtS': '5.11', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.83', 'Dividend': '0', 'Name': 'Pacific Biosciences', 'Description': 'Pacific Biosciences', 'DivYield': '0', 'MarketCap': '468260000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '5.47', 'PE': '0', 'PEG': '-0.18', 'Shares': '92724750', 'ImputationCredits': '0', 'Symbol': 'PACB', 'DPS': '0'}
{'NTA': '0', 'Yield': '5.38', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-10T00:00:00', 'EPS': '-0.267', 'Dividend': '0', 'Name': 'Pace Hlds Cl A Ord', 'Description': 'Pace Hlds Cl A Ord', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'PACE', 'DPS': '0'}
{'NTA': '0', 'Yield': '15.54', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-09T00:00:00', 'EPS': '-0.27', 'Dividend': '0', 'Name': 'Pace Holdings Co Un', 'Description': 'Pace Holdings Co Un', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'PACEU', 'DPS': '0'}
{'NTA': '0', 'Yield': '150', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-10T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Pace Holdings Cor Wt', 'Description': 'Pace Holdings Cor Wt', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'PACEW', 'DPS': '0'}
{'NTA': '0', 'Yield': '33.22', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '6.42', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.9', 'Dividend': '0', 'Name': 'Pacwest Bancorp', 'Description': 'Pacwest Bancorp', 'DivYield': '3.71', 'MarketCap': '6380000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.44', 'PE': '18.39', 'PEG': '1.76', 'Shares': '119789700', 'ImputationCredits': '0', 'Symbol': 'PACW', 'DPS': '2'}
{'NTA': '0', 'Yield': '6.94', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Powershares Global A', 'Description': 'Powershares Global A', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'PAGG', 'DPS': '0'}
{'NTA': '0', 'Yield': '35.49', 'EBITDA': '113050000', 'Industry': '', 'PtS': '1.47', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.49', 'Dividend': '0', 'Name': 'Phibro Anl Htlh A Cmn', 'Description': 'Phibro Anl Htlh A Cmn', 'DivYield': '1.44', 'MarketCap': '1110000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '9.84', 'PE': '18.86', 'PEG': '4.27', 'Shares': '39501780', 'ImputationCredits': '0', 'Symbol': 'PAHC', 'DPS': '0.4'}
{'NTA': '0', 'Yield': '21.79', 'EBITDA': '27000000', 'Industry': 'Electrical Products', 'PtS': '0.52', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.21', 'Dividend': '0', 'Name': 'Pangaea Logistics So', 'Description': 'Pangaea Logistics So', 'DivYield': '0', 'MarketCap': '125010000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '1.05', 'PE': '16.24', 'PEG': '0', 'Shares': '36659820', 'ImputationCredits': '0', 'Symbol': 'PANL', 'DPS': '0'}
{'NTA': '0', 'Yield': '14.45', 'EBITDA': '16330000', 'Industry': '', 'PtS': '0.62', 'DateTime': '2017-03-27T00:00:00', 'EPS': '1.6', 'Dividend': '0', 'Name': 'Patriot TR HD Cmn', 'Description': 'Patriot TR HD Cmn', 'DivYield': '0', 'MarketCap': '74000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.65', 'PE': '14.11', 'PEG': '0', 'Shares': '3288889', 'ImputationCredits': '0', 'Symbol': 'PATI', 'DPS': '0'}
{'NTA': '0', 'Yield': '54.63', 'EBITDA': '115200000', 'Industry': 'Forest Products', 'PtS': '0.87', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.64', 'Dividend': '0', 'Name': 'Patrick Inds Inc', 'Description': 'Patrick Inds Inc', 'DivYield': '0', 'MarketCap': '1090000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Basic Industries', 'PtB': '5.7', 'PE': '19.48', 'PEG': '1.31', 'Shares': '15373770', 'ImputationCredits': '0', 'Symbol': 'PATK', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-5650000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.44', 'Dividend': '0', 'Name': 'Pavmed Inc Cmn', 'Description': 'Pavmed Inc Cmn', 'DivYield': '0', 'MarketCap': '66650000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '13330000', 'ImputationCredits': '0', 'Symbol': 'PAVM', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-5650000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-28T00:00:00', 'EPS': '-0.44', 'Dividend': '0', 'Name': 'Pavmed Inc Wt', 'Description': 'Pavmed Inc Wt', 'DivYield': '0', 'MarketCap': '31990000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '13329170', 'ImputationCredits': '0', 'Symbol': 'PAVMW', 'DPS': '0'}
{'NTA': '0', 'Yield': '13.01', 'EBITDA': '1340000000', 'Industry': 'Diversified Commercial Services', 'PtS': '6.84', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.15', 'Dividend': '0', 'Name': 'Paychex Inc', 'Description': 'Paychex Inc', 'DivYield': '3.04', 'MarketCap': '21160000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '11.2', 'PE': '26.77', 'PEG': '3.14', 'Shares': '359253000', 'ImputationCredits': '0', 'Symbol': 'PAYX', 'DPS': '1.84'}
{'NTA': '0', 'Yield': '20', 'EBITDA': '0', 'Industry': '', 'PtS': '5.86', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.21', 'Dividend': '0', 'Name': 'Pb Bancorp Inc', 'Description': 'Pb Bancorp Inc', 'DivYield': '1.15', 'MarketCap': '78150000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.9', 'PE': '49.53', 'PEG': '0', 'Shares': '7442857', 'ImputationCredits': '0', 'Symbol': 'PBBI', 'DPS': '0.12'}
{'NTA': '0', 'Yield': '17.42', 'EBITDA': '0', 'Industry': 'Savings Institutions', 'PtS': '4.45', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.92', 'Dividend': '0', 'Name': "People's United Finl", 'Description': "People's United Finl", 'DivYield': '3.76', 'MarketCap': '5620000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.16', 'PE': '19.83', 'PEG': '9.59', 'Shares': '308791200', 'ImputationCredits': '0', 'Symbol': 'PBCT', 'DPS': '0.68'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '6.34', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.92', 'Dividend': '0', 'Name': 'Peoples Utd Finl Inc', 'Description': 'Peoples Utd Finl Inc', 'DivYield': '5.36', 'MarketCap': '8110000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.65', 'PE': '28.61', 'PEG': '0', 'Shares': '308834700', 'ImputationCredits': '0', 'Symbol': 'PBCTP', 'DPS': '1.41'}
{'NTA': '0', 'Yield': '29.2', 'EBITDA': '0', 'Industry': 'Banks', 'PtS': '2.49', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.78', 'Dividend': '0', 'Name': 'Pathfinder Bcp MD', 'Description': 'Pathfinder Bcp MD', 'DivYield': '1.41', 'MarketCap': '58940000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.01', 'PE': '18.72', 'PEG': '0', 'Shares': '4036986', 'ImputationCredits': '0', 'Symbol': 'PBHC', 'DPS': '0.2'}
{'NTA': '0', 'Yield': '463.53', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '1.5714', 'DateTime': '2017-03-30T00:00:00', 'EPS': '-0.46', 'Dividend': '0', 'Name': 'Porter Bancorp Inc', 'Description': 'Porter Bancorp Inc', 'DivYield': '0', 'MarketCap': '57880000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.9321', 'PE': '0', 'PEG': '0', 'Shares': '6044593', 'ImputationCredits': '0', 'Symbol': 'PBIB', 'DPS': '0'}
{'NTA': '0', 'Yield': '24.48', 'EBITDA': '0', 'Industry': 'Banks', 'PtS': '8.36', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.41', 'Dividend': '0', 'Name': 'Prudential Bancorp', 'Description': 'Prudential Bancorp', 'DivYield': '0.67', 'MarketCap': '131750000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.15', 'PE': '43.63', 'PEG': '0', 'Shares': '7348020', 'ImputationCredits': '0', 'Symbol': 'PBIP', 'DPS': '0.12'}
{'NTA': '0', 'Yield': '125.93', 'EBITDA': '-6550000', 'Industry': '', 'PtS': '31.84', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.3', 'Dividend': '0', 'Name': 'Prima Biomed Ltd', 'Description': 'Prima Biomed Ltd', 'DivYield': '0', 'MarketCap': '50580000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.04', 'PE': '0', 'PEG': '0', 'Shares': '20729510', 'ImputationCredits': '0', 'Symbol': 'PBMD', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '6.18', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.68', 'Dividend': '0', 'Name': 'Paragon Commercial Corporation', 'Description': 'Paragon Commercial Corporation', 'DivYield': '0', 'MarketCap': '291520000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.12', 'PE': '19.96', 'PEG': '0', 'Shares': '5449991', 'ImputationCredits': '0', 'Symbol': 'PBNC', 'DPS': '0'}
{'NTA': '0', 'Yield': '-2.46', 'EBITDA': '41190000', 'Industry': '', 'PtS': '0.85', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.31', 'Dividend': '0', 'Name': 'Potbelly Corp Cmn', 'Description': 'Potbelly Corp Cmn', 'DivYield': '0', 'MarketCap': '348490000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.8', 'PE': '44.84', 'PEG': '1.46', 'Shares': '25071220', 'ImputationCredits': '0', 'Symbol': 'PBPB', 'DPS': '0'}
{'NTA': '0', 'Yield': '20.74', 'EBITDA': '0', 'Industry': '', 'PtS': '3.7', 'DateTime': '2017-03-27T00:00:00', 'EPS': '0.52', 'Dividend': '0', 'Name': 'Poage Bankshares Inc', 'Description': 'Poage Bankshares Inc', 'DivYield': '1.23', 'MarketCap': '68350000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1', 'PE': '39', 'PEG': '0', 'Shares': '3505128', 'ImputationCredits': '0', 'Symbol': 'PBSK', 'DPS': '0.24'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-275450000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-8.29', 'Dividend': '0', 'Name': 'Puma Biotechnology', 'Description': 'Puma Biotechnology', 'DivYield': '0', 'MarketCap': '1370000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '6.58', 'PE': '0', 'PEG': '0.01', 'Shares': '36827960', 'ImputationCredits': '0', 'Symbol': 'PBYI', 'DPS': '0'}
{'NTA': '0', 'Yield': '14.07', 'EBITDA': '2430000000', 'Industry': 'Auto Manufacturing', 'PtS': '1.39', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.48', 'Dividend': '0', 'Name': 'Paccar Inc', 'Description': 'Paccar Inc', 'DivYield': '1.43', 'MarketCap': '23580000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '3.5', 'PE': '45.41', 'PEG': '3.82', 'Shares': '350892900', 'ImputationCredits': '0', 'Symbol': 'PCAR', 'DPS': '0.96'}
{'NTA': '0', 'Yield': '47.06', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '6.5', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.95', 'Dividend': '0', 'Name': 'Pacific Continental', 'Description': 'Pacific Continental', 'DivYield': '1.85', 'MarketCap': '555290000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '2.03', 'PE': '25.79', 'PEG': '1.89', 'Shares': '22664900', 'ImputationCredits': '0', 'Symbol': 'PCBK', 'DPS': '0.44'}
{'NTA': '0', 'Yield': '29.76', 'EBITDA': '116290000', 'Industry': 'Real Estate Investment Trusts', 'PtS': '3.08', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.27', 'Dividend': '0', 'Name': 'Potlatch Cp', 'Description': 'Potlatch Cp', 'DivYield': '3.34', 'MarketCap': '1850000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '11.81', 'PE': '170.52', 'PEG': '5.73', 'Shares': '40481400', 'ImputationCredits': '0', 'Symbol': 'PCH', 'DPS': '1.5'}
{'NTA': '0', 'Yield': '32.47', 'EBITDA': '4150000000', 'Industry': 'Business Services', 'PtS': '8.19', 'DateTime': '2017-03-31T00:00:00', 'EPS': '42.65', 'Dividend': '0', 'Name': 'Priceline Group', 'Description': 'Priceline Group', 'DivYield': '0', 'MarketCap': '87520000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Miscellaneous', 'PtB': '8.96', 'PE': '41.73', 'PEG': '1.42', 'Shares': '49169370', 'ImputationCredits': '0', 'Symbol': 'PCLN', 'DPS': '0'}
{'NTA': '0', 'Yield': '192.49', 'EBITDA': '50380000', 'Industry': '', 'PtS': '0.15', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.4', 'Dividend': '0', 'Name': 'PCM Inc', 'Description': 'PCM Inc', 'DivYield': '0', 'MarketCap': '349980000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.59', 'PE': '20.04', 'PEG': '0.53', 'Shares': '12477010', 'ImputationCredits': '0', 'Symbol': 'PCMI', 'DPS': '0'}
{'NTA': '0', 'Yield': '1174.51', 'EBITDA': '29100000', 'Industry': '', 'PtS': '2.83', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.64', 'Dividend': '0', 'Name': 'Pendrell Corporation', 'Description': 'Pendrell Corporation', 'DivYield': '0', 'MarketCap': '168780000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.83', 'PE': '10.16', 'PEG': '0', 'Shares': '25966150', 'ImputationCredits': '0', 'Symbol': 'PCO', 'DPS': '0'}
{'NTA': '0', 'Yield': '-20.9', 'EBITDA': '9580000', 'Industry': 'Business Services', 'PtS': '0.31', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.1', 'Dividend': '0', 'Name': 'Points Intl Ltd', 'Description': 'Points Intl Ltd', 'DivYield': '0', 'MarketCap': '104890000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Miscellaneous', 'PtB': '2.45', 'PE': '0', 'PEG': '0.92', 'Shares': '14794080', 'ImputationCredits': '0', 'Symbol': 'PCOM', 'DPS': '0'}
{'NTA': '0', 'Yield': '-15.73', 'EBITDA': '-19240000', 'Industry': 'Major Pharmaceuticals', 'PtS': '6.23', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.02', 'Dividend': '0', 'Name': 'Pacira Pharm Inc', 'Description': 'Pacira Pharm Inc', 'DivYield': '0', 'MarketCap': '1710000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '7.85', 'PE': '0', 'PEG': '2.14', 'Shares': '37500000', 'ImputationCredits': '0', 'Symbol': 'PCRX', 'DPS': '0'}
{'NTA': '0', 'Yield': '58.93', 'EBITDA': '2300000', 'Industry': 'Radio And Television Broadcasting And Communications Equipment', 'PtS': '0.94', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.1', 'Dividend': '0', 'Name': 'Pc-Tel Inc', 'Description': 'Pc-Tel Inc', 'DivYield': '3.58', 'MarketCap': '89500000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.15', 'PE': '0', 'PEG': '2', 'Shares': '16213770', 'ImputationCredits': '0', 'Symbol': 'PCTI', 'DPS': '0.2'}
{'NTA': '0', 'Yield': '0.94', 'EBITDA': '7120000', 'Industry': '', 'PtS': '7.56', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.07', 'Dividend': '0', 'Name': 'Paylocity Hldng Corp', 'Description': 'Paylocity Hldng Corp', 'DivYield': '0', 'MarketCap': '1990000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '15.93', 'PE': '0', 'PEG': '3.08', 'Shares': '51514370', 'ImputationCredits': '0', 'Symbol': 'PCTY', 'DPS': '0'}
{'NTA': '0', 'Yield': '30', 'EBITDA': '3490000', 'Industry': '', 'PtS': '14.26', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.11', 'Dividend': '0', 'Name': 'Park City Group Cmn', 'Description': 'Park City Group Cmn', 'DivYield': '0', 'MarketCap': '239400000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '6.99', 'PE': '116.51', 'PEG': '0', 'Shares': '19384620', 'ImputationCredits': '0', 'Symbol': 'PCYG', 'DPS': '0'}
{'NTA': '0', 'Yield': '19.61', 'EBITDA': '-1720000', 'Industry': 'Water Supply', 'PtS': '248.69', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.06', 'Dividend': '0', 'Name': 'Pure Cycle Corp', 'Description': 'Pure Cycle Corp', 'DivYield': '0', 'MarketCap': '131830000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Public Utilities', 'PtB': '1.9', 'PE': '0', 'PEG': '0', 'Shares': '23753150', 'ImputationCredits': '0', 'Symbol': 'PCYO', 'DPS': '0'}
{'NTA': '0', 'Yield': '-1.89', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'PS DB Optimum Yield Diversified Commodity Strate', 'Description': 'PS DB Optimum Yield Diversified Commodity Strate', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'PDBC', 'DPS': '0'}
{'NTA': '0', 'Yield': '-0.7', 'EBITDA': '158010000', 'Industry': '', 'PtS': '8.48', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-5.01', 'Dividend': '0', 'Name': 'Pdc Energy Inc', 'Description': 'Pdc Energy Inc', 'DivYield': '0', 'MarketCap': '4060000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.54', 'PE': '0', 'PEG': '3.37', 'Shares': '65116280', 'ImputationCredits': '0', 'Symbol': 'PDCE', 'DPS': '0'}
{'NTA': '0', 'Yield': '4.34', 'EBITDA': '424750000', 'Industry': 'Medical Specialities', 'PtS': '0.77', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.82', 'Dividend': '0', 'Name': 'Patterson Companies', 'Description': 'Patterson Companies', 'DivYield': '2.31', 'MarketCap': '4280000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '3.09', 'PE': '24.82', 'PEG': '2.68', 'Shares': '94627460', 'ImputationCredits': '0', 'Symbol': 'PDCO', 'DPS': '1.04'}
{'NTA': '0', 'Yield': '30.68', 'EBITDA': '1580000', 'Industry': 'Medical/Dental Instruments', 'PtS': '0.88', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.98', 'Dividend': '0', 'Name': 'Pro-Dex Inc New', 'Description': 'Pro-Dex Inc New', 'DivYield': '0', 'MarketCap': '18490000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '1.51', 'PE': '4.69', 'PEG': '0', 'Shares': '4019565', 'ImputationCredits': '0', 'Symbol': 'PDEX', 'DPS': '0'}
{'NTA': '0', 'Yield': '68.18', 'EBITDA': '16980000', 'Industry': 'EDP Services', 'PtS': '6.62', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.28', 'Dividend': '0', 'Name': 'Pdf Solutions Inc', 'Description': 'Pdf Solutions Inc', 'DivYield': '0', 'MarketCap': '718260000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '3.56', 'PE': '80.04', 'PEG': '1.57', 'Shares': '32050870', 'ImputationCredits': '0', 'Symbol': 'PDFS', 'DPS': '0'}
{'NTA': '0', 'Yield': '-39.79', 'EBITDA': '149510000', 'Industry': 'Biotechnology: Biological Products (No Diagnostic Substances)', 'PtS': '1.81', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.39', 'Dividend': '0', 'Name': 'Pdl Biopharma Inc', 'Description': 'Pdl Biopharma Inc', 'DivYield': '0', 'MarketCap': '375820000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '0.48', 'PE': '5.85', 'PEG': '0.86', 'Shares': '165559500', 'ImputationCredits': '0', 'Symbol': 'PDLI', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '5.96', 'Dividend': '0', 'Name': 'Powershares DWA Momentum Portfolio', 'Description': 'Powershares DWA Momentum Portfolio', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'PDP', 'DPS': '0'}
{'NTA': '0', 'Yield': '-45.89', 'EBITDA': '-30130000', 'Industry': '', 'PtS': '72.46', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.22', 'Dividend': '0', 'Name': 'Pdvwireless Cmn Stk', 'Description': 'Pdvwireless Cmn Stk', 'DivYield': '0', 'MarketCap': '313370000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.35', 'PE': '0', 'PEG': '0', 'Shares': '14341880', 'ImputationCredits': '0', 'Symbol': 'PDVW', 'DPS': '0'}
{'NTA': '0', 'Yield': '54.61', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '2.99', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.65', 'Dividend': '0', 'Name': 'Peoples Bancorp Nc', 'Description': 'Peoples Bancorp Nc', 'DivYield': '1.68', 'MarketCap': '161150000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.44', 'PE': '18', 'PEG': '0', 'Shares': '5425926', 'ImputationCredits': '0', 'Symbol': 'PEBK', 'DPS': '0.48'}
{'NTA': '0', 'Yield': '47.32', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '3.74', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.71', 'Dividend': '0', 'Name': 'Peoples Bancorp Inc', 'Description': 'Peoples Bancorp Inc', 'DivYield': '2.55', 'MarketCap': '568610000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.31', 'PE': '18.51', 'PEG': '2.14', 'Shares': '17959890', 'ImputationCredits': '0', 'Symbol': 'PEBO', 'DPS': '0.8'}
{'NTA': '0', 'Yield': '66.16', 'EBITDA': '64800000', 'Industry': 'EDP Services', 'PtS': '4.49', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.34', 'Dividend': '0', 'Name': 'Pegasystems Inc', 'Description': 'Pegasystems Inc', 'DivYield': '0.27', 'MarketCap': '3360000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '10.02', 'PE': '128.97', 'PEG': '1.57', 'Shares': '76624860', 'ImputationCredits': '0', 'Symbol': 'PEGA', 'DPS': '0.12'}
{'NTA': '0', 'Yield': '-4.14', 'EBITDA': '175520000', 'Industry': '', 'PtS': '4.97', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.22', 'Dividend': '0', 'Name': 'Pattern Energy Cl A', 'Description': 'Pattern Energy Cl A', 'DivYield': '8.28', 'MarketCap': '1760000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.77', 'PE': '0', 'PEG': '153.85', 'Shares': '87431700', 'ImputationCredits': '0', 'Symbol': 'PEGI', 'DPS': '1.66'}
{'NTA': '0', 'Yield': '44.82', 'EBITDA': '57850000', 'Industry': 'Major Chemicals', 'PtS': '0.18', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Pacific Ethanol Inc', 'Description': 'Pacific Ethanol Inc', 'DivYield': '0', 'MarketCap': '296950000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Basic Industries', 'PtB': '0.75', 'PE': '1712.5', 'PEG': '0.75', 'Shares': '43350370', 'ImputationCredits': '0', 'Symbol': 'PEIX', 'DPS': '0'}
{'NTA': '0', 'Yield': '14.26', 'EBITDA': '815780000', 'Industry': 'Hotels/Resorts', 'PtS': '0.56', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.19', 'Dividend': '0', 'Name': 'Penn Natl Gaming Inc', 'Description': 'Penn Natl Gaming Inc', 'DivYield': '0', 'MarketCap': '1680000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '0', 'PE': '15.49', 'PEG': '0', 'Shares': '91155730', 'ImputationCredits': '0', 'Symbol': 'PENN', 'DPS': '0'}
{'NTA': '0', 'Yield': '-57.89', 'EBITDA': '4060000', 'Industry': 'Other Specialty Stores', 'PtS': '0.04', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.93', 'Dividend': '0', 'Name': 'Perfumania Hld Inc', 'Description': 'Perfumania Hld Inc', 'DivYield': '0', 'MarketCap': '18590000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '0.28', 'PE': '0', 'PEG': '0', 'Shares': '15491670', 'ImputationCredits': '0', 'Symbol': 'PERF', 'DPS': '0'}
{'NTA': '0', 'Yield': '6.59', 'EBITDA': '28510000', 'Industry': '', 'PtS': '0.44', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Perion Network Ltd', 'Description': 'Perion Network Ltd', 'DivYield': '0', 'MarketCap': '137460000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.66', 'PE': '593.33', 'PEG': '0', 'Shares': '77224720', 'ImputationCredits': '0', 'Symbol': 'PERI', 'DPS': '0'}
{'NTA': '0', 'Yield': '12.76', 'EBITDA': '45860000', 'Industry': 'Apparel', 'PtS': '0.38', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.95', 'Dividend': '0', 'Name': 'Perry Ellis Int', 'Description': 'Perry Ellis Int', 'DivYield': '0', 'MarketCap': '321810000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '1.04', 'PE': '22.61', 'PEG': '0.88', 'Shares': '14981840', 'ImputationCredits': '0', 'Symbol': 'PERY', 'DPS': '0'}
{'NTA': '0', 'Yield': '-18.39', 'EBITDA': '-790000', 'Industry': 'Environmental Services', 'PtS': '0.7', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.17', 'Dividend': '0', 'Name': 'Perma-Fix Envir', 'Description': 'Perma-Fix Envir', 'DivYield': '0', 'MarketCap': '36760000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Basic Industries', 'PtB': '1.17', 'PE': '0', 'PEG': '0', 'Shares': '11669840', 'ImputationCredits': '0', 'Symbol': 'PESI', 'DPS': '0'}
{'NTA': '0', 'Yield': '10.05', 'EBITDA': '35450000', 'Industry': 'Medical/Nursing Services', 'PtS': '1.69', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.07', 'Dividend': '0', 'Name': 'Petmed Express Inc', 'Description': 'Petmed Express Inc', 'DivYield': '3.75', 'MarketCap': '406480000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '4.57', 'PE': '18.76', 'PEG': '4.13', 'Shares': '20253110', 'ImputationCredits': '0', 'Symbol': 'PETS', 'DPS': '0.76'}
{'NTA': '0', 'Yield': '-11.81', 'EBITDA': '-21890000', 'Industry': '', 'PtS': '4.98', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.95', 'Dividend': '0', 'Name': 'Aratana Theraptcs Cmn', 'Description': 'Aratana Theraptcs Cmn', 'DivYield': '0', 'MarketCap': '188680000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.08', 'PE': '0', 'PEG': '-0.26', 'Shares': '37362380', 'ImputationCredits': '0', 'Symbol': 'PETX', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.84', 'Dividend': '0', 'Name': 'High-Yield Eq Div Achievers Powershares', 'Description': 'High-Yield Eq Div Achievers Powershares', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'PEY', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-30T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Dynamic Consumer Disc Powershares', 'Description': 'Dynamic Consumer Disc Powershares', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'PEZ', 'DPS': '0'}
{'NTA': '0', 'Yield': '68.95', 'EBITDA': '0', 'Industry': 'Regional - Pacific Banks', 'PtS': '7.06', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.56', 'Dividend': '0', 'Name': 'Preferred Bank La', 'Description': 'Preferred Bank La', 'DivYield': '1.45', 'MarketCap': '715510000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '2.39', 'PE': '19.77', 'PEG': '1.87', 'Shares': '14134930', 'ImputationCredits': '0', 'Symbol': 'PFBC', 'DPS': '0.72'}
{'NTA': '0', 'Yield': '31.77', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '3.61', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.15', 'Dividend': '0', 'Name': 'Premier Finl Bncp', 'Description': 'Premier Finl Bncp', 'DivYield': '2.94', 'MarketCap': '223760000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.24', 'PE': '18.29', 'PEG': '0', 'Shares': '10640040', 'ImputationCredits': '0', 'Symbol': 'PFBI', 'DPS': '0.6'}
{'NTA': '0', 'Yield': '49.75', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '3.23', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.03', 'Dividend': '0', 'Name': 'Peoples Finl Corp', 'Description': 'Peoples Finl Corp', 'DivYield': '0', 'MarketCap': '77100000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '0.86', 'PE': '456.06', 'PEG': '0', 'Shares': '5122924', 'ImputationCredits': '0', 'Symbol': 'PFBX', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Dynamic Financials Powershares', 'Description': 'Dynamic Financials Powershares', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'PFI', 'DPS': '0'}
{'NTA': '0', 'Yield': '54.95', 'EBITDA': '558256', 'Industry': '', 'PtS': '3.35', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.02', 'Dividend': '0', 'Name': 'Profire Energy Cmn', 'Description': 'Profire Energy Cmn', 'DivYield': '0', 'MarketCap': '71410000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.73', 'PE': '0', 'PEG': '1.68', 'Shares': '50645390', 'ImputationCredits': '0', 'Symbol': 'PFIE', 'DPS': '0'}
{'NTA': '0', 'Yield': '-25.9', 'EBITDA': '1960000', 'Industry': 'Industrial Machinery/Components', 'PtS': '0.4354', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.01', 'Dividend': '0', 'Name': 'P F Inds Inc A', 'Description': 'P F Inds Inc A', 'DivYield': '2.92', 'MarketCap': '25090000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '0.524', 'PE': '3.639', 'PEG': '0', 'Shares': '3596669', 'ImputationCredits': '0', 'Symbol': 'PFIN', 'DPS': '0.2'}
{'NTA': '0', 'Yield': '6.04', 'EBITDA': '0', 'Industry': '', 'PtS': '4.19', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.65', 'Dividend': '0', 'Name': 'Peoples Finl Svcs Co', 'Description': 'Peoples Finl Svcs Co', 'DivYield': '3.1', 'MarketCap': '309070000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.19', 'PE': '15.79', 'PEG': '0', 'Shares': '7394020', 'ImputationCredits': '0', 'Symbol': 'PFIS', 'DPS': '1.24'}
{'NTA': '0', 'Yield': '17.54', 'EBITDA': '0', 'Industry': '', 'PtS': '7.81', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.52', 'Dividend': '0', 'Name': 'Pennantpark Fltng Rt', 'Description': 'Pennantpark Fltng Rt', 'DivYield': '8.26', 'MarketCap': '365670000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.97', 'PE': '9.01', 'PEG': '0', 'Shares': '26730260', 'ImputationCredits': '0', 'Symbol': 'PFLT', 'DPS': '1.14'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.02', 'Dividend': '0', 'Name': 'Dividend Achievers Powershares', 'Description': 'Dividend Achievers Powershares', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'PFM', 'DPS': '0'}
{'NTA': '0', 'Yield': '63.69', 'EBITDA': '15090000', 'Industry': '', 'PtS': '0.99', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.23', 'Dividend': '0', 'Name': 'Performant Financial', 'Description': 'Performant Financial', 'DivYield': '0', 'MarketCap': '147430000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.62', 'PE': '0', 'PEG': '-1.39', 'Shares': '50317410', 'ImputationCredits': '0', 'Symbol': 'PFMT', 'DPS': '0'}
{'NTA': '0', 'Yield': '27.63', 'EBITDA': '-41750000', 'Industry': '', 'PtS': '8.55', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.66', 'Dividend': '0', 'Name': 'Proofpoint Inc', 'Description': 'Proofpoint Inc', 'DivYield': '0', 'MarketCap': '3220000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '71', 'PE': '0', 'PEG': '6.63', 'Shares': '43302850', 'ImputationCredits': '0', 'Symbol': 'PFPT', 'DPS': '0'}
{'NTA': '0', 'Yield': '-53.69', 'EBITDA': '17100000', 'Industry': 'Business Services', 'PtS': '0.45', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.41', 'Dividend': '0', 'Name': 'Pfsweb Inc', 'Description': 'Pfsweb Inc', 'DivYield': '0', 'MarketCap': '123840000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Miscellaneous', 'PtB': '3.09', 'PE': '0', 'PEG': '1.28', 'Shares': '18735250', 'ImputationCredits': '0', 'Symbol': 'PFSW', 'DPS': '0'}
{'NTA': '0', 'Yield': '54.6', 'EBITDA': '0', 'Industry': 'Commercial Banks', 'PtS': '4.28', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.6', 'Dividend': '0', 'Name': 'Peapack Gladstone Fi', 'Description': 'Peapack Gladstone Fi', 'DivYield': '0.67', 'MarketCap': '497020000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.55', 'PE': '18.49', 'PEG': '0', 'Shares': '16796890', 'ImputationCredits': '0', 'Symbol': 'PGC', 'DPS': '0.2'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-4.37', 'Dividend': '0', 'Name': 'Golden Dragon China Powershares', 'Description': 'Golden Dragon China Powershares', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'PGJ', 'DPS': '0'}
{'NTA': '0', 'Yield': '-31.23', 'EBITDA': '-13910000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.77', 'Dividend': '0', 'Name': 'Pershing Gold Cmn', 'Description': 'Pershing Gold Cmn', 'DivYield': '0', 'MarketCap': '74430000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.96', 'PE': '0', 'PEG': '0', 'Shares': '26207750', 'ImputationCredits': '0', 'Symbol': 'PGLC', 'DPS': '0'}
{'NTA': '0', 'Yield': '77.78', 'EBITDA': '10580000', 'Industry': 'Major Pharmaceuticals', 'PtS': '11.21', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.15', 'Dividend': '0', 'Name': 'Progenics Pharmaceut', 'Description': 'Progenics Pharmaceut', 'DivYield': '0', 'MarketCap': '790340000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '7.43', 'PE': '75.07', 'PEG': '-0.06', 'Shares': '70190050', 'ImputationCredits': '0', 'Symbol': 'PGNX', 'DPS': '0'}
{'NTA': '0', 'Yield': '-43.97', 'EBITDA': '62870000', 'Industry': 'Transportation Services', 'PtS': '0.3038', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.703', 'Dividend': '0', 'Name': 'PHI Inc', 'Description': 'PHI Inc', 'DivYield': '0', 'MarketCap': '182860000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Transportation', 'PtB': '0.3211', 'PE': '0', 'PEG': '0', 'Shares': '15684690', 'ImputationCredits': '0', 'Symbol': 'PHII', 'DPS': '0'}
{'NTA': '0', 'Yield': '-46.57', 'EBITDA': '62870000', 'Industry': 'Transportation Services', 'PtS': '0.3', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.7', 'Dividend': '0', 'Name': 'PHI Inc Non-Voting', 'Description': 'PHI Inc Non-Voting', 'DivYield': '0', 'MarketCap': '187910000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Transportation', 'PtB': '0.32', 'PE': '0', 'PEG': '0', 'Shares': '15685310', 'ImputationCredits': '0', 'Symbol': 'PHIIK', 'DPS': '0'}
{'NTA': '0', 'Yield': '-4.32', 'EBITDA': '-10120000', 'Industry': 'Biotechnology: Electromedical & Electrotherapeutic Apparatus', 'PtS': '0.16', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-9.6', 'Dividend': '0', 'Name': 'Photomedex Inc', 'Description': 'Photomedex Inc', 'DivYield': '0', 'MarketCap': '7360000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '4158192', 'ImputationCredits': '0', 'Symbol': 'PHMD', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Water Resources Powershares', 'Description': 'Water Resources Powershares', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '1862.5', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'PHO', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '2380000', 'Industry': '', 'PtS': '5.58', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.74', 'Dividend': '0', 'Name': 'Impinj Inc Cmn', 'Description': 'Impinj Inc Cmn', 'DivYield': '0', 'MarketCap': '622470000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '5', 'PE': '0', 'PEG': '0', 'Shares': '20563930', 'ImputationCredits': '0', 'Symbol': 'PI', 'DPS': '0'}
{'NTA': '0', 'Yield': '40.99', 'EBITDA': '-14100000', 'Industry': 'Real Estate', 'PtS': '0.9', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.95', 'Dividend': '0', 'Name': 'Pico Holdings Inc', 'Description': 'Pico Holdings Inc', 'DivYield': '0', 'MarketCap': '323010000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '0.98', 'PE': '0', 'PEG': '0', 'Shares': '23072140', 'ImputationCredits': '0', 'Symbol': 'PICO', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Intl Dividend Achievers Powershares', 'Description': 'Intl Dividend Achievers Powershares', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'PID', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Powershares DWA Emerging Markets Momentum Portfo', 'Description': 'Powershares DWA Emerging Markets Momentum Portfo', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'PIE', 'DPS': '0'}
{'NTA': '0', 'Yield': '44.64', 'EBITDA': '541000', 'Industry': '', 'PtS': '1.46', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': '1347 Property Ins Cmn', 'Description': '1347 Property Ins Cmn', 'DivYield': '0', 'MarketCap': '48240000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.02', 'PE': '4050', 'PEG': '0', 'Shares': '5955556', 'ImputationCredits': '0', 'Symbol': 'PIH', 'DPS': '0'}
{'NTA': '0', 'Yield': '-5.86', 'EBITDA': '381930000', 'Industry': '', 'PtS': '1.27', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.07', 'Dividend': '0', 'Name': 'Premier Inc Cl A Cmn', 'Description': 'Premier Inc Cl A Cmn', 'DivYield': '0', 'MarketCap': '1610000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '15.35', 'PEG': '1.36', 'Shares': '50581210', 'ImputationCredits': '0', 'Symbol': 'PINC', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Global Water Powershares', 'Description': 'Global Water Powershares', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'PIO', 'DPS': '0'}
{'NTA': '0', 'Yield': '29.35', 'EBITDA': '-22530000', 'Industry': '', 'PtS': '20.09', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.55', 'Dividend': '0', 'Name': 'Pieris Pharma Cmn', 'Description': 'Pieris Pharma Cmn', 'DivYield': '0', 'MarketCap': '111990000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '4.64', 'PE': '0', 'PEG': '0', 'Shares': '43073080', 'ImputationCredits': '0', 'Symbol': 'PIRS', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Powershares DWA Developed Markets Momentum Portf', 'Description': 'Powershares DWA Developed Markets Momentum Portf', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'PIZ', 'DPS': '0'}
{'NTA': '0', 'Yield': '54.6', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '3.35', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.07', 'Dividend': '0', 'Name': 'Parke Bancorp Inc', 'Description': 'Parke Bancorp Inc', 'DivYield': '1.87', 'MarketCap': '146890000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.37', 'PE': '10.34', 'PEG': '0', 'Shares': '6880094', 'ImputationCredits': '0', 'Symbol': 'PKBK', 'DPS': '0.4'}
{'NTA': '0', 'Yield': '41.26', 'EBITDA': '102700000', 'Industry': 'Industrial Specialties', 'PtS': '0.35', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.58', 'Dividend': '0', 'Name': 'Park Ohio Hldg Cp', 'Description': 'Park Ohio Hldg Cp', 'DivYield': '1.39', 'MarketCap': '437980000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '1.97', 'PE': '13.93', 'PEG': '0.87', 'Shares': '12183030', 'ImputationCredits': '0', 'Symbol': 'PKOH', 'DPS': '0.5'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Buyback Achievers Powershares', 'Description': 'Buyback Achievers Powershares', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'PKW', 'DPS': '0'}
{'NTA': '0', 'Yield': '1.13', 'EBITDA': '126330000', 'Industry': 'Semiconductors', 'PtS': '1.58', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.4', 'Dividend': '0', 'Name': 'Photronics Inc', 'Description': 'Photronics Inc', 'DivYield': '0', 'MarketCap': '735390000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.02', 'PE': '27.09', 'PEG': '2.42', 'Shares': '68728040', 'ImputationCredits': '0', 'Symbol': 'PLAB', 'DPS': '0'}
{'NTA': '0', 'Yield': '57.86', 'EBITDA': '238820000', 'Industry': 'Semiconductor - Broad Line', 'PtS': '2.58', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2', 'Dividend': '0', 'Name': "Dave & Buster's Ente", 'Description': "Dave & Buster's Ente", 'DivYield': '0', 'MarketCap': '2560000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '5.94', 'PE': '29.09', 'PEG': '2.11', 'Shares': '41905380', 'ImputationCredits': '0', 'Symbol': 'PLAY', 'DPS': '0'}
{'NTA': '0', 'Yield': '93.41', 'EBITDA': '0', 'Industry': 'Finance Companies', 'PtS': '2.88', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.47', 'Dividend': '0', 'Name': 'Plumas Bancorp', 'Description': 'Plumas Bancorp', 'DivYield': '1.12', 'MarketCap': '89560000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.85', 'PE': '12.38', 'PEG': '0', 'Shares': '4920879', 'ImputationCredits': '0', 'Symbol': 'PLBC', 'DPS': '0.2'}
{'NTA': '0', 'Yield': '54.09', 'EBITDA': '187750000', 'Industry': 'Clothing/Shoe/Accessory Stores', 'PtS': '1.2', 'DateTime': '2017-03-31T00:00:00', 'EPS': '5.4', 'Dividend': '0', 'Name': "Children's Place Inc", 'Description': "Children's Place Inc", 'DivYield': '0.83', 'MarketCap': '2110000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '4.35', 'PE': '22.23', 'PEG': '2.29', 'Shares': '17576010', 'ImputationCredits': '0', 'Symbol': 'PLCE', 'DPS': '1'}
{'NTA': '0', 'Yield': '46.81', 'EBITDA': '88700000', 'Industry': '', 'PtS': '6.09', 'DateTime': '2017-03-27T00:00:00', 'EPS': '1.98', 'Dividend': '0', 'Name': 'Popeyes Louisiana', 'Description': 'Popeyes Louisiana', 'DivYield': '0', 'MarketCap': '1640000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '194.99', 'PE': '39.9', 'PEG': '2', 'Shares': '20759490', 'ImputationCredits': '0', 'Symbol': 'PLKI', 'DPS': '0'}
{'NTA': '0', 'Yield': '24.26', 'EBITDA': '33470000', 'Industry': 'Water Supply', 'PtS': '0.75', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.95', 'Dividend': '0', 'Name': 'Preformed Line Prd', 'Description': 'Preformed Line Prd', 'DivYield': '1.62', 'MarketCap': '266850000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Public Utilities', 'PtB': '1.13', 'PE': '17.68', 'PEG': '0', 'Shares': '5116971', 'ImputationCredits': '0', 'Symbol': 'PLPC', 'DPS': '0.8'}
{'NTA': '0', 'Yield': '-0.75', 'EBITDA': '11380000', 'Industry': '', 'PtS': '3.51', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.44', 'Dividend': '0', 'Name': 'Planet Payment', 'Description': 'Planet Payment', 'DivYield': '0', 'MarketCap': '193760000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '5.26', 'PE': '9.05', 'PEG': '0.79', 'Shares': '48683420', 'ImputationCredits': '0', 'Symbol': 'PLPM', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-8830000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.87', 'Dividend': '0', 'Name': 'Pulse Biosciences CS', 'Description': 'Pulse Biosciences CS', 'DivYield': '0', 'MarketCap': '403950000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '13.63', 'PE': '0', 'PEG': '0', 'Shares': '13314110', 'ImputationCredits': '0', 'Symbol': 'PLSE', 'DPS': '0'}
{'NTA': '0', 'Yield': '-33.01', 'EBITDA': '-46280000', 'Industry': 'Industrial Machinery/Components', 'PtS': '3.25', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.32', 'Dividend': '0', 'Name': 'Plug Power Inc', 'Description': 'Plug Power Inc', 'DivYield': '0', 'MarketCap': '263840000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Energy', 'PtB': '3.28', 'PE': '0', 'PEG': '-0.24', 'Shares': '191188400', 'ImputationCredits': '0', 'Symbol': 'PLUG', 'DPS': '0'}
{'NTA': '0', 'Yield': '67.99', 'EBITDA': '95540000', 'Industry': 'Retail: Computer Software & Peripheral Equipment', 'PtS': '0.73', 'DateTime': '2017-03-31T00:00:00', 'EPS': '7.04', 'Dividend': '0', 'Name': 'Eplus Inc', 'Description': 'Eplus Inc', 'DivYield': '0', 'MarketCap': '944830000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '2.82', 'PE': '18.96', 'PEG': '3.62', 'Shares': '7080030', 'ImputationCredits': '0', 'Symbol': 'PLUS', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': '1-30 Laddered Treasury Powershares', 'Description': '1-30 Laddered Treasury Powershares', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'PLW', 'DPS': '0'}
{'NTA': '0', 'Yield': '38.41', 'EBITDA': '171930000', 'Industry': 'Electrical Products', 'PtS': '0.76', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.64', 'Dividend': '0', 'Name': 'Plexus Cp', 'Description': 'Plexus Cp', 'DivYield': '0', 'MarketCap': '1950000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '2.11', 'PE': '21.88', 'PEG': '1.52', 'Shares': '33737020', 'ImputationCredits': '0', 'Symbol': 'PLXS', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Playa Hotels & Resorts N.V. Ordinary Shares', 'Description': 'Playa Hotels & Resorts N.V. Ordinary Shares', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'PLYA', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Playa Hotels & Resorts N.V. Warrants', 'Description': 'Playa Hotels & Resorts N.V. Warrants', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'PLYAW', 'DPS': '0'}
{'NTA': '0', 'Yield': '0.53', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '9.41', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.51', 'Dividend': '0', 'Name': 'Pacific Mercantile', 'Description': 'Pacific Mercantile', 'DivYield': '0', 'MarketCap': '174900000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.74', 'PE': '0', 'PEG': '0', 'Shares': '23165560', 'ImputationCredits': '0', 'Symbol': 'PMBC', 'DPS': '0'}
{'NTA': '0', 'Yield': '39.14', 'EBITDA': '11930000', 'Industry': 'Medical Specialities', 'PtS': '2.78', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.22', 'Dividend': '0', 'Name': 'Psychemedics', 'Description': 'Psychemedics', 'DivYield': '3.04', 'MarketCap': '109470000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '6.96', 'PE': '16.43', 'PEG': '0', 'Shares': '5459851', 'ImputationCredits': '0', 'Symbol': 'PMD', 'DPS': '0.6'}
{'NTA': '0', 'Yield': '269.23', 'EBITDA': '-7380000', 'Industry': '', 'PtS': '17.97', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.17', 'Dividend': '0', 'Name': 'Pingtan Marine', 'Description': 'Pingtan Marine', 'DivYield': '0.92', 'MarketCap': '379460000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.95', 'PE': '0', 'PEG': '0', 'Shares': '79054170', 'ImputationCredits': '0', 'Symbol': 'PME', 'DPS': '0.04'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Etfis Isectors Post-Mpt Growth ETF', 'Description': 'Etfis Isectors Post-Mpt Growth ETF', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'PMPT', 'DPS': '0'}
{'NTA': '0', 'Yield': '-47.04', 'EBITDA': '49610000', 'Industry': '', 'PtS': '0.81', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.1', 'Dividend': '0', 'Name': 'CPI Card Group Cmn', 'Description': 'CPI Card Group Cmn', 'DivYield': '4', 'MarketCap': '246350000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '45.88', 'PEG': '0.98', 'Shares': '55359550', 'ImputationCredits': '0', 'Symbol': 'PMTS', 'DPS': '0.18'}
{'NTA': '0', 'Yield': '9.53', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '2.65', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.49', 'Dividend': '0', 'Name': 'Patriot Natl Bncp', 'Description': 'Patriot Natl Bncp', 'DivYield': '0', 'MarketCap': '58240000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '0.91', 'PE': '30.71', 'PEG': '0', 'Shares': '3869768', 'ImputationCredits': '0', 'Symbol': 'PNBK', 'DPS': '0'}
{'NTA': '0', 'Yield': '35.14', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '7.15', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.91', 'Dividend': '0', 'Name': 'Pinnacle Finl Ptnrs', 'Description': 'Pinnacle Finl Ptnrs', 'DivYield': '0.84', 'MarketCap': '3040000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '2.04', 'PE': '22.84', 'PEG': '0.63', 'Shares': '45748680', 'ImputationCredits': '0', 'Symbol': 'PNFP', 'DPS': '0.56'}
{'NTA': '0', 'Yield': '76.81', 'EBITDA': '612500000', 'Industry': '', 'PtS': '0.46', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-7.79', 'Dividend': '0', 'Name': 'Pinnacle Entmt Cmn', 'Description': 'Pinnacle Entmt Cmn', 'DivYield': '0', 'MarketCap': '1090000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '-0.72', 'Shares': '55840160', 'ImputationCredits': '0', 'Symbol': 'PNK', 'DPS': '0'}
{'NTA': '0', 'Yield': '23.52', 'EBITDA': '0', 'Industry': 'Closed-End Fund - Equity', 'PtS': '3.97', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.17', 'Dividend': '0', 'Name': 'Pennantpark Investme', 'Description': 'Pennantpark Investme', 'DivYield': '9', 'MarketCap': '553560000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '0.85', 'PE': '6.64', 'PEG': '1.87', 'Shares': '71060340', 'ImputationCredits': '0', 'Symbol': 'PNNT', 'DPS': '0.72'}
{'NTA': '0', 'Yield': '23.5', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'PS Nasdaq Internet', 'Description': 'PS Nasdaq Internet', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'PNQI', 'DPS': '0'}
{'NTA': '0', 'Yield': '22.09', 'EBITDA': '405300000', 'Industry': 'Restaurants', 'PtS': '2.07', 'DateTime': '2017-03-31T00:00:00', 'EPS': '6.18', 'Dividend': '0', 'Name': 'Panera Bread A', 'Description': 'Panera Bread A', 'DivYield': '0', 'MarketCap': '5930000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '20.03', 'PE': '42.37', 'PEG': '2.12', 'Shares': '22644820', 'ImputationCredits': '0', 'Symbol': 'PNRA', 'DPS': '0'}
{'NTA': '0', 'Yield': '66.67', 'EBITDA': '5750000', 'Industry': 'Oil & Gas Production', 'PtS': '1.95', 'DateTime': '2017-03-29T00:00:00', 'EPS': '-2.02', 'Dividend': '0', 'Name': 'Primeenergy Cp', 'Description': 'Primeenergy Cp', 'DivYield': '0', 'MarketCap': '114650000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Energy', 'PtB': '1.88', 'PE': '0', 'PEG': '0', 'Shares': '2293000', 'ImputationCredits': '0', 'Symbol': 'PNRG', 'DPS': '0'}
{'NTA': '0', 'Yield': '23.78', 'EBITDA': '9740000', 'Industry': 'Radio And Television Broadcasting And Communications Equipment', 'PtS': '1.07', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.44', 'Dividend': '0', 'Name': 'Pointer Telocation', 'Description': 'Pointer Telocation', 'DivYield': '0', 'MarketCap': '67690000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.62', 'PE': '19.7', 'PEG': '0', 'Shares': '7825434', 'ImputationCredits': '0', 'Symbol': 'PNTR', 'DPS': '0'}
{'NTA': '0', 'Yield': '29.4', 'EBITDA': '8930000', 'Industry': 'Medical/Dental Instruments', 'PtS': '6.7', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.5', 'Dividend': '0', 'Name': 'Insulet Corporation', 'Description': 'Insulet Corporation', 'DivYield': '0', 'MarketCap': '2480000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '38.81', 'PE': '0', 'PEG': '-3.79', 'Shares': '57553960', 'ImputationCredits': '0', 'Symbol': 'PODD', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '7610000', 'Industry': '', 'PtS': '3.59', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.58', 'Dividend': '0', 'Name': 'Polar Power Inc.', 'Description': 'Polar Power Inc.', 'DivYield': '0', 'MarketCap': '84190000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.46', 'PE': '14.26', 'PEG': '0', 'Shares': '10143370', 'ImputationCredits': '0', 'Symbol': 'POLA', 'DPS': '0'}
{'NTA': '0', 'Yield': '36.52', 'EBITDA': '277810000', 'Industry': 'Industrial Specialties', 'PtS': '1.9', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.47', 'Dividend': '0', 'Name': 'Pool Corporation', 'Description': 'Pool Corporation', 'DivYield': '1.03', 'MarketCap': '4910000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '23.81', 'PE': '34.39', 'PEG': '1.93', 'Shares': '41146400', 'ImputationCredits': '0', 'Symbol': 'POOL', 'DPS': '1.24'}
{'NTA': '0', 'Yield': '1.87', 'EBITDA': '18000000', 'Industry': 'Environmental Services', 'PtS': '3.8571', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.347', 'Dividend': '0', 'Name': 'Pope Resource Uts', 'Description': 'Pope Resource Uts', 'DivYield': '3.93', 'MarketCap': '305340000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '5.2461', 'PE': '52.5334', 'PEG': '0', 'Shares': '4314998', 'ImputationCredits': '0', 'Symbol': 'POPE', 'DPS': '2.8'}
{'NTA': '0', 'Yield': '36.27', 'EBITDA': '71320000', 'Industry': 'Semiconductors', 'PtS': '4.95', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.62', 'Dividend': '0', 'Name': 'Power Integratn', 'Description': 'Power Integratn', 'DivYield': '0.86', 'MarketCap': '1930000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '3.9', 'PE': '40.59', 'PEG': '1.11', 'Shares': '29353610', 'ImputationCredits': '0', 'Symbol': 'POWI', 'DPS': '0.56'}
{'NTA': '0', 'Yield': '10.67', 'EBITDA': '33330000', 'Industry': 'Electrical Products', 'PtS': '0.73', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.37', 'Dividend': '0', 'Name': 'Powell Inds Inc', 'Description': 'Powell Inds Inc', 'DivYield': '3.08', 'MarketCap': '392990000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '1.17', 'PE': '25.16', 'PEG': '-9.11', 'Shares': '11410860', 'ImputationCredits': '0', 'Symbol': 'POWL', 'DPS': '1.04'}
{'NTA': '0', 'Yield': '65.74', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '6.62', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.46', 'Dividend': '0', 'Name': 'Pacific Premier Bncp', 'Description': 'Pacific Premier Bncp', 'DivYield': '0', 'MarketCap': '1110000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '2.36', 'PE': '27.33', 'PEG': '2.53', 'Shares': '27819550', 'ImputationCredits': '0', 'Symbol': 'PPBI', 'DPS': '0'}
{'NTA': '0', 'Yield': '-16.39', 'EBITDA': '891260000', 'Industry': '', 'PtS': '0.702', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.73', 'Dividend': '0', 'Name': "Pilgrim's Pride Cmn", 'Description': "Pilgrim's Pride Cmn", 'DivYield': '0', 'MarketCap': '5590000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '6.29', 'PE': '13.009', 'PEG': '0.21', 'Shares': '248389200', 'ImputationCredits': '0', 'Symbol': 'PPC', 'DPS': '0'}
{'NTA': '0', 'Yield': '-5.32', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Vaneck Vectors Pharm', 'Description': 'Vaneck Vectors Pharm', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'PPH', 'DPS': '0'}
{'NTA': '0', 'Yield': '85.71', 'EBITDA': '-32410000', 'Industry': 'Major Pharmaceuticals', 'PtS': '3.416', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.16', 'Dividend': '0', 'Name': 'Peregrine Pharma New', 'Description': 'Peregrine Pharma New', 'DivYield': '0', 'MarketCap': '194700000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '4.536', 'PE': '0', 'PEG': '0', 'Shares': '297706400', 'ImputationCredits': '0', 'Symbol': 'PPHM', 'DPS': '0'}
{'NTA': '0', 'Yield': '20.6', 'EBITDA': '-32410000', 'Industry': '', 'PtS': '110.47', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.16', 'Dividend': '0', 'Name': 'Peregrine Pharmaceut', 'Description': 'Peregrine Pharmaceut', 'DivYield': '11.99', 'MarketCap': '6430000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '146.69', 'PE': '0', 'PEG': '0', 'Shares': '297685200', 'ImputationCredits': '0', 'Symbol': 'PPHMP', 'DPS': '2.62'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Perma-Pipe International Holdings Inc.', 'Description': 'Perma-Pipe International Holdings Inc.', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'PPIH', 'DPS': '0'}
{'NTA': '0', 'Yield': '30.43', 'EBITDA': '6500000', 'Industry': '', 'PtS': '0.56', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.07', 'Dividend': '0', 'Name': 'Pioneer Pwr Sol Cmn', 'Description': 'Pioneer Pwr Sol Cmn', 'DivYield': '0', 'MarketCap': '65340000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.42', 'PE': '0', 'PEG': '1.87', 'Shares': '8712000', 'ImputationCredits': '0', 'Symbol': 'PPSI', 'DPS': '0'}
{'NTA': '0', 'Yield': '-0.09', 'EBITDA': '322360000', 'Industry': 'Finance: Consumer Services', 'PtS': '1.85', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.83', 'Dividend': '0', 'Name': 'Pra Group Inc Cmn', 'Description': 'Pra Group Inc Cmn', 'DivYield': '0', 'MarketCap': '1540000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.77', 'PE': '18.11', 'PEG': '1.01', 'Shares': '46455500', 'ImputationCredits': '0', 'Symbol': 'PRAA', 'DPS': '0'}
{'NTA': '0', 'Yield': '37.47', 'EBITDA': '235280000', 'Industry': '', 'PtS': '2.54', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.06', 'Dividend': '0', 'Name': 'Pra Health Cmn Stk', 'Description': 'Pra Health Cmn Stk', 'DivYield': '0', 'MarketCap': '4020000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '5.51', 'PE': '61.54', 'PEG': '1.09', 'Shares': '61628080', 'ImputationCredits': '0', 'Symbol': 'PRAH', 'DPS': '0'}
{'NTA': '0', 'Yield': '-14.71', 'EBITDA': '-6460000', 'Industry': 'Major Pharmaceuticals', 'PtS': '1.11', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.72', 'Dividend': '0', 'Name': 'Prana Bio Ltd Ads S1', 'Description': 'Prana Bio Ltd Ads S1', 'DivYield': '0', 'MarketCap': '3370000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '0.96', 'PE': '0', 'PEG': '0', 'Shares': '1484582', 'ImputationCredits': '0', 'Symbol': 'PRAN', 'DPS': '0'}
{'NTA': '0', 'Yield': '80.91', 'EBITDA': '4210000', 'Industry': 'Electronic Components', 'PtS': '1.04', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.95', 'Dividend': '0', 'Name': 'Perceptron Inc', 'Description': 'Perceptron Inc', 'DivYield': '0', 'MarketCap': '78320000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '2.08', 'PE': '0', 'PEG': '4.67', 'Shares': '9390887', 'ImputationCredits': '0', 'Symbol': 'PRCP', 'DPS': '0'}
{'NTA': '0', 'Yield': '-16.86', 'EBITDA': '50020000', 'Industry': 'EDP Services', 'PtS': '1.31', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.58', 'Dividend': '0', 'Name': 'Perficient Inc', 'Description': 'Perficient Inc', 'DivYield': '0', 'MarketCap': '614870000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.63', 'PE': '29.93', 'PEG': '37.83', 'Shares': '35418780', 'ImputationCredits': '0', 'Symbol': 'PRFT', 'DPS': '0'}
{'NTA': '0', 'Yield': '19.44', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'US 1500 Powershares', 'Description': 'US 1500 Powershares', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'PRFZ', 'DPS': '0'}
{'NTA': '0', 'Yield': '13.83', 'EBITDA': '108900000', 'Industry': 'Computer Software: Prepackaged Software', 'PtS': '3.38', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.13', 'Dividend': '0', 'Name': 'Progress Software', 'Description': 'Progress Software', 'DivYield': '1.79', 'MarketCap': '1370000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '3.36', 'PE': '0', 'PEG': '1.76', 'Shares': '48876200', 'ImputationCredits': '0', 'Symbol': 'PRGS', 'DPS': '0.5'}
{'NTA': '0', 'Yield': '32.23', 'EBITDA': '9870000', 'Industry': 'Diversified Commercial Services', 'PtS': '0.98', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.04', 'Dividend': '0', 'Name': 'Prgx Global Inc', 'Description': 'Prgx Global Inc', 'DivYield': '0', 'MarketCap': '140220000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '2.63', 'PE': '160', 'PEG': '9.55', 'Shares': '21909370', 'ImputationCredits': '0', 'Symbol': 'PRGX', 'DPS': '0'}
{'NTA': '0', 'Yield': '-0.73', 'EBITDA': '128490000', 'Industry': 'Water Supply', 'PtS': '0.59', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.51', 'Dividend': '0', 'Name': 'Primoris Services Cp', 'Description': 'Primoris Services Cp', 'DivYield': '0.96', 'MarketCap': '1200000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Public Utilities', 'PtB': '2.38', 'PE': '45.53', 'PEG': '1.79', 'Shares': '51679590', 'ImputationCredits': '0', 'Symbol': 'PRIM', 'DPS': '0.22'}
{'NTA': '0', 'Yield': '-34.11', 'EBITDA': '-14560000', 'Industry': 'Radio And Television Broadcasting And Communications Equipment', 'PtS': '8.62', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.67', 'Dividend': '0', 'Name': 'Parkervision Inc', 'Description': 'Parkervision Inc', 'DivYield': '0', 'MarketCap': '35220000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '17698490', 'ImputationCredits': '0', 'Symbol': 'PRKR', 'DPS': '0'}
{'NTA': '0', 'Yield': '23.45', 'EBITDA': '15920000', 'Industry': 'Food Distributors', 'PtS': '2.67', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.21', 'Dividend': '0', 'Name': 'Primo Water Corporat', 'Description': 'Primo Water Corporat', 'DivYield': '0', 'MarketCap': '401600000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '5.85', 'PE': '0', 'PEG': '-21.43', 'Shares': '29572900', 'ImputationCredits': '0', 'Symbol': 'PRMW', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Powershares Dynamic Industrials', 'Description': 'Powershares Dynamic Industrials', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'PRN', 'DPS': '0'}
{'NTA': '0', 'Yield': '7.8', 'EBITDA': '0', 'Industry': 'Savings Institutions', 'PtS': '2.03', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.87', 'Dividend': '0', 'Name': 'Provident Financial', 'Description': 'Provident Financial', 'DivYield': '2.8', 'MarketCap': '148300000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.11', 'PE': '21.36', 'PEG': '-1.98', 'Shares': '7951743', 'ImputationCredits': '0', 'Symbol': 'PROV', 'DPS': '0.52'}
{'NTA': '0', 'Yield': '74.62', 'EBITDA': '-2230000', 'Industry': 'Major Pharmaceuticals', 'PtS': '1.6329', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.17', 'Dividend': '0', 'Name': 'Prophase Labs Inc', 'Description': 'Prophase Labs Inc', 'DivYield': '0', 'MarketCap': '34030000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '5.7564', 'PE': '0', 'PEG': '0', 'Shares': '17082480', 'ImputationCredits': '0', 'Symbol': 'PRPH', 'DPS': '0'}
{'NTA': '0', 'Yield': '-9.58', 'EBITDA': '-41330000', 'Industry': '', 'PtS': '66.99', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.8', 'Dividend': '0', 'Name': 'Proqr Therapeutics', 'Description': 'Proqr Therapeutics', 'DivYield': '0', 'MarketCap': '116730000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.06', 'PE': '0', 'PEG': '0', 'Shares': '23346000', 'ImputationCredits': '0', 'Symbol': 'PRQR', 'DPS': '0'}
{'NTA': '0', 'Yield': '-10.83', 'EBITDA': '74220000', 'Industry': 'Medical/Nursing Services', 'PtS': '0.38', 'DateTime': '2017-03-31T00:00:00', 'EPS': '5.07', 'Dividend': '0', 'Name': 'Providence Svc Cp', 'Description': 'Providence Svc Cp', 'DivYield': '0', 'MarketCap': '599940000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '2.04', 'PE': '8.77', 'PEG': '1.94', 'Shares': '13500000', 'ImputationCredits': '0', 'Symbol': 'PRSC', 'DPS': '0'}
{'NTA': '0', 'Yield': '-16.57', 'EBITDA': '-126000', 'Industry': '', 'PtS': '0.5', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.58', 'Dividend': '0', 'Name': 'Cafepress Inc', 'Description': 'Cafepress Inc', 'DivYield': '0', 'MarketCap': '50260000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.16', 'PE': '0', 'PEG': '-0.92', 'Shares': '16642380', 'ImputationCredits': '0', 'Symbol': 'PRSS', 'DPS': '0'}
{'NTA': '0', 'Yield': '29.17', 'EBITDA': '-149610000', 'Industry': '', 'PtS': '1840.38', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-4.66', 'Dividend': '0', 'Name': 'Prothena Corp', 'Description': 'Prothena Corp', 'DivYield': '0', 'MarketCap': '1950000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '5.27', 'PE': '0', 'PEG': '0.08', 'Shares': '34952500', 'ImputationCredits': '0', 'Symbol': 'PRTA', 'DPS': '0'}
{'NTA': '0', 'Yield': '41.34', 'EBITDA': '-107530000', 'Industry': '', 'PtS': '15744.57', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-5.51', 'Dividend': '0', 'Name': 'Paratek Pharma Inc', 'Description': 'Paratek Pharma Inc', 'DivYield': '0', 'MarketCap': '467510000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '6.13', 'PE': '0', 'PEG': '-0.02', 'Shares': '24286230', 'ImputationCredits': '0', 'Symbol': 'PRTK', 'DPS': '0'}
{'NTA': '0', 'Yield': '-82.07', 'EBITDA': '-28580000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.72', 'Dividend': '0', 'Name': 'Proteon Thera Com ST', 'Description': 'Proteon Thera Com ST', 'DivYield': '0', 'MarketCap': '29060000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.76', 'PE': '0', 'PEG': '0', 'Shares': '16605710', 'ImputationCredits': '0', 'Symbol': 'PRTO', 'DPS': '0'}
{'NTA': '0', 'Yield': '3.4', 'EBITDA': '9510000', 'Industry': 'Other Specialty Stores', 'PtS': '0.38', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.01', 'Dividend': '0', 'Name': 'U.S. Auto Parts Netw', 'Description': 'U.S. Auto Parts Netw', 'DivYield': '0', 'MarketCap': '115760000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '5.06', 'PE': '335', 'PEG': '2.23', 'Shares': '34555220', 'ImputationCredits': '0', 'Symbol': 'PRTS', 'DPS': '0'}
{'NTA': '0', 'Yield': '3.29', 'EBITDA': '350700000', 'Industry': 'Biotechnology: Commercial Physical & Biological Resarch', 'PtS': '1.53', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.82', 'Dividend': '0', 'Name': 'Parexel Intl Cp', 'Description': 'Parexel Intl Cp', 'DivYield': '0', 'MarketCap': '3220000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '5.99', 'PE': '22.4', 'PEG': '1.51', 'Shares': '51022020', 'ImputationCredits': '0', 'Symbol': 'PRXL', 'DPS': '0'}
{'NTA': '0', 'Yield': '-11.13', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Pshs Gbl Gld & Prc M', 'Description': 'Pshs Gbl Gld & Prc M', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'PSAU', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Prospect Resources Ltd', 'Description': 'Prospect Resources Ltd', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'PSC', 'DPS': '0'}
{'NTA': '0', 'Yield': '12.71', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'PS S&P Smallcap Consumer Staples', 'Description': 'PS S&P Smallcap Consumer Staples', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'PSCC', 'DPS': '0'}
{'NTA': '0', 'Yield': '9.85', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'PS S&P Smallcap Consumer Discretionary', 'Description': 'PS S&P Smallcap Consumer Discretionary', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'PSCD', 'DPS': '0'}
{'NTA': '0', 'Yield': '7.58', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.09', 'Dividend': '0', 'Name': 'PS S&P Smallcap Energy', 'Description': 'PS S&P Smallcap Energy', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'PSCE', 'DPS': '0'}
{'NTA': '0', 'Yield': '23.06', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.2', 'Dividend': '0', 'Name': 'PS S&P Smallcap Financials', 'Description': 'PS S&P Smallcap Financials', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'PSCF', 'DPS': '0'}
{'NTA': '0', 'Yield': '15.26', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'PS S&P Smallcap Health Care', 'Description': 'PS S&P Smallcap Health Care', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'PSCH', 'DPS': '0'}
{'NTA': '0', 'Yield': '24.44', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'PS S&P Smallcap Industrials', 'Description': 'PS S&P Smallcap Industrials', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'PSCI', 'DPS': '0'}
{'NTA': '0', 'Yield': '32.96', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'PS S&P Smallcap Materials', 'Description': 'PS S&P Smallcap Materials', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'PSCM', 'DPS': '0'}
{'NTA': '0', 'Yield': '35.45', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'PS S&P Smallcap Information Technology', 'Description': 'PS S&P Smallcap Information Technology', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'PSCT', 'DPS': '0'}
{'NTA': '0', 'Yield': '10.11', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'PS S&P Smallcap Utilities', 'Description': 'PS S&P Smallcap Utilities', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'PSCU', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Presidio Inc. Common Stock', 'Description': 'Presidio Inc. Common Stock', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'PSDO', 'DPS': '0'}
{'NTA': '0', 'Yield': '-40.07', 'EBITDA': '-17970000', 'Industry': 'Biotechnology: Laboratory Analytical Instruments', 'PtS': '8.7', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.55', 'Dividend': '0', 'Name': 'Psivida Corp Com', 'Description': 'Psivida Corp Com', 'DivYield': '0', 'MarketCap': '58780000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '4.05', 'PE': '0', 'PEG': '0', 'Shares': '34174420', 'ImputationCredits': '0', 'Symbol': 'PSDV', 'DPS': '0'}
{'NTA': '0', 'Yield': '20.86', 'EBITDA': '0', 'Industry': 'Closed-End Fund - Equity', 'PtS': '4.35', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.99', 'Dividend': '0', 'Name': 'Prospect Capital Cp', 'Description': 'Prospect Capital Cp', 'DivYield': '10.78', 'MarketCap': '3260000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '0.94', 'PE': '9.18', 'PEG': '1.94', 'Shares': '359426700', 'ImputationCredits': '0', 'Symbol': 'PSEC', 'DPS': '1'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-20T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Prncpl Prce Sttr ETF', 'Description': 'Prncpl Prce Sttr ETF', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'PSET', 'DPS': '0'}
{'NTA': '0', 'Yield': '-22.08', 'EBITDA': '8420000', 'Industry': '', 'PtS': '0.28', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.1', 'Dividend': '0', 'Name': 'Power Solutns Itl Cmn', 'Description': 'Power Solutns Itl Cmn', 'DivYield': '0', 'MarketCap': '109770000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.99', 'PE': '102.96', 'PEG': '-0.34', 'Shares': '10879090', 'ImputationCredits': '0', 'Symbol': 'PSIX', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Dynamic Consumer Staples Powershares', 'Description': 'Dynamic Consumer Staples Powershares', 'DivYield': '0', 'MarketCap': '105440000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '1799932000', 'ImputationCredits': '0', 'Symbol': 'PSL', 'DPS': '0'}
{'NTA': '0', 'Yield': '6.54', 'EBITDA': '180850000', 'Industry': 'Department/Specialty Retail Stores', 'PtS': '0.95', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.95', 'Dividend': '0', 'Name': 'Pricesmart Inc', 'Description': 'Pricesmart Inc', 'DivYield': '0.77', 'MarketCap': '2760000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '4.27', 'PE': '31.23', 'PEG': '2.33', 'Shares': '29934920', 'ImputationCredits': '0', 'Symbol': 'PSMT', 'DPS': '0.7'}
{'NTA': '0', 'Yield': '68.63', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '5.22', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.38', 'Dividend': '0', 'Name': 'Park Sterling Corpor', 'Description': 'Park Sterling Corpor', 'DivYield': '1.35', 'MarketCap': '648860000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.81', 'PE': '32.39', 'PEG': '2.59', 'Shares': '52710000', 'ImputationCredits': '0', 'Symbol': 'PSTB', 'DPS': '0.16'}
{'NTA': '0', 'Yield': '-31.28', 'EBITDA': '-24550000', 'Industry': 'Biotechnology: Biological Products (No Diagnostic Substances)', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.33', 'Dividend': '0', 'Name': 'Pluristem Therapeutc', 'Description': 'Pluristem Therapeutc', 'DivYield': '0', 'MarketCap': '116240000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '3.88', 'PE': '0', 'PEG': '0', 'Shares': '96066110', 'ImputationCredits': '0', 'Symbol': 'PSTI', 'DPS': '0'}
{'NTA': '0', 'Yield': '44.13', 'EBITDA': '91540000', 'Industry': '', 'PtS': '5.35', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.35', 'Dividend': '0', 'Name': 'Ptc Inc', 'Description': 'Ptc Inc', 'DivYield': '0', 'MarketCap': '6080000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '7.41', 'PE': '0', 'PEG': '1.82', 'Shares': '115699300', 'ImputationCredits': '0', 'Symbol': 'PTC', 'DPS': '0'}
{'NTA': '0', 'Yield': '32.61', 'EBITDA': '-126370000', 'Industry': '', 'PtS': '3.85', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-4.17', 'Dividend': '0', 'Name': 'Ptc Therapeutics Cmn', 'Description': 'Ptc Therapeutics Cmn', 'DivYield': '0', 'MarketCap': '336220000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.66', 'PE': '0', 'PEG': '0.26', 'Shares': '34168700', 'ImputationCredits': '0', 'Symbol': 'PTCT', 'DPS': '0'}
{'NTA': '0', 'Yield': '22.89', 'EBITDA': '197880000', 'Industry': 'Oil & Gas Production', 'PtS': '3.92', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.18', 'Dividend': '0', 'Name': 'Patterson-Uti Energy', 'Description': 'Patterson-Uti Energy', 'DivYield': '0.33', 'MarketCap': '3520000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Energy', 'PtB': '1.6', 'PE': '0', 'PEG': '-1.62', 'Shares': '146727800', 'ImputationCredits': '0', 'Symbol': 'PTEN', 'DPS': '0.08'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Dynamic Technology Powershares', 'Description': 'Dynamic Technology Powershares', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'PTF', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-32350000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-5.8', 'Dividend': '0', 'Name': 'Protagonist Therapeutics Inc', 'Description': 'Protagonist Therapeutics Inc', 'DivYield': '0', 'MarketCap': '215040000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.56', 'PE': '0', 'PEG': '0', 'Shares': '16786890', 'ImputationCredits': '0', 'Symbol': 'PTGX', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Dynamic Healthcare Powershares', 'Description': 'Dynamic Healthcare Powershares', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'PTH', 'DPS': '0'}
{'NTA': '0', 'Yield': '-13.5', 'EBITDA': '-37120000', 'Industry': '', 'PtS': '32.44', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.94', 'Dividend': '0', 'Name': 'Proteostasis Ther Cmn', 'Description': 'Proteostasis Ther Cmn', 'DivYield': '0', 'MarketCap': '195300000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.34', 'PE': '0', 'PEG': '0', 'Shares': '24974420', 'ImputationCredits': '0', 'Symbol': 'PTI', 'DPS': '0'}
{'NTA': '0', 'Yield': '-63.22', 'EBITDA': '-14900000', 'Industry': 'Major Pharmaceuticals', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.33', 'Dividend': '0', 'Name': 'Pain Therapeutics', 'Description': 'Pain Therapeutics', 'DivYield': '0', 'MarketCap': '41220000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '2.252', 'PE': '0', 'PEG': '0.05', 'Shares': '46143510', 'ImputationCredits': '0', 'Symbol': 'PTIE', 'DPS': '0'}
{'NTA': '0', 'Yield': '64.94', 'EBITDA': '-267660000', 'Industry': '', 'PtS': '61.97', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-4.76', 'Dividend': '0', 'Name': 'Portola Pharma Cmn', 'Description': 'Portola Pharma Cmn', 'DivYield': '0', 'MarketCap': '2220000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '11.54', 'PE': '0', 'PEG': '0', 'Shares': '56647100', 'ImputationCredits': '0', 'Symbol': 'PTLA', 'DPS': '0'}
{'NTA': '0', 'Yield': '1.75', 'EBITDA': '148260000', 'Industry': 'Telecommunications Equipment', 'PtS': '0.9514', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.013', 'Dividend': '0', 'Name': 'Partner Comm Co Ltd', 'Description': 'Partner Comm Co Ltd', 'DivYield': '0', 'MarketCap': '915060000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Public Utilities', 'PtB': '3.0346', 'PE': '58.0989', 'PEG': '0', 'Shares': '175000500', 'ImputationCredits': '0', 'Symbol': 'PTNR', 'DPS': '0'}
{'NTA': '0', 'Yield': '-34.08', 'EBITDA': '54340000', 'Industry': 'Trucking Freight/Courier Services', 'PtS': '0.25', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.67', 'Dividend': '0', 'Name': 'P A M Transport Sv', 'Description': 'P A M Transport Sv', 'DivYield': '0', 'MarketCap': '104260000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Transportation', 'PtB': '1.15', 'PE': '9.75', 'PEG': '0.81', 'Shares': '6400246', 'ImputationCredits': '0', 'Symbol': 'PTSI', 'DPS': '0'}
{'NTA': '0', 'Yield': '393.33', 'EBITDA': '7190000', 'Industry': '', 'PtS': '0.24', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-23.8', 'Dividend': '0', 'Name': 'Pernix Theraptcs Cmn', 'Description': 'Pernix Theraptcs Cmn', 'DivYield': '0', 'MarketCap': '37710000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '9498741', 'ImputationCredits': '0', 'Symbol': 'PTX', 'DPS': '0'}
{'NTA': '0', 'Yield': '49.91', 'EBITDA': '27550000', 'Industry': '', 'PtS': '8.98', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.23', 'Dividend': '0', 'Name': 'Penntex Midstream', 'Description': 'Penntex Midstream', 'DivYield': '7.01', 'MarketCap': '701910000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.18', 'PE': '75.95', 'PEG': '0.28', 'Shares': '40714040', 'ImputationCredits': '0', 'Symbol': 'PTXP', 'DPS': '1.18'}
{'NTA': '0', 'Yield': '60.89', 'EBITDA': '0', 'Industry': '', 'PtS': '5.51', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.3', 'Dividend': '0', 'Name': 'Peoples Utah Cmn Stk', 'Description': 'Peoples Utah Cmn Stk', 'DivYield': '1.21', 'MarketCap': '473350000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.06', 'PE': '20.35', 'PEG': '2.45', 'Shares': '17896030', 'ImputationCredits': '0', 'Symbol': 'PUB', 'DPS': '0.32'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '31.7384', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.229', 'Dividend': '0', 'Name': 'Dynamic Utilities Powershares', 'Description': 'Dynamic Utilities Powershares', 'DivYield': '0', 'MarketCap': '157440000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.0689', 'PE': '8.4797', 'PEG': '0', 'Shares': '5749952', 'ImputationCredits': '0', 'Symbol': 'PUI', 'DPS': '0'}
{'NTA': '0', 'Yield': '5.12', 'EBITDA': '-17080000', 'Industry': '', 'PtS': '72.79', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.88', 'Dividend': '0', 'Name': 'Pulmatrix Inc', 'Description': 'Pulmatrix Inc', 'DivYield': '0', 'MarketCap': '62570000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '5.75', 'PE': '0', 'PEG': '0', 'Shares': '17928370', 'ImputationCredits': '0', 'Symbol': 'PULM', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '31380000', 'Industry': '', 'PtS': '5.22', 'DateTime': '2017-03-31T00:00:00', 'EPS': '11.43', 'Dividend': '0', 'Name': 'Penn Va Corp', 'Description': 'Penn Va Corp', 'DivYield': '0', 'MarketCap': '678390000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.59', 'PE': '3.96', 'PEG': '0', 'Shares': '14992050', 'ImputationCredits': '0', 'Symbol': 'PVAC', 'DPS': '0'}
{'NTA': '0', 'Yield': '53.93', 'EBITDA': '0', 'Industry': '', 'PtS': '6.42', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.69', 'Dividend': '0', 'Name': 'Provident Bancorp CS', 'Description': 'Provident Bancorp CS', 'DivYield': '0', 'MarketCap': '192510000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.76', 'PE': '30.36', 'PEG': '0', 'Shares': '9189021', 'ImputationCredits': '0', 'Symbol': 'PVBC', 'DPS': '0'}
{'NTA': '0', 'Yield': '42.68', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '6.78', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.57', 'Dividend': '0', 'Name': 'Privatebancorp Inc', 'Description': 'Privatebancorp Inc', 'DivYield': '0.07', 'MarketCap': '4750000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '2.45', 'PE': '23.12', 'PEG': '2.01', 'Shares': '80006740', 'ImputationCredits': '0', 'Symbol': 'PVTB', 'DPS': '0.04'}
{'NTA': '0', 'Yield': '-0.56', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Privatebncrp Trst IV', 'Description': 'Privatebncrp Trst IV', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'PVTBP', 'DPS': '0'}
{'NTA': '0', 'Yield': '4.4', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '4.04', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.63', 'Dividend': '0', 'Name': 'Penns Woods Bancorp', 'Description': 'Penns Woods Bancorp', 'DivYield': '4.3', 'MarketCap': '207110000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.51', 'PE': '16.61', 'PEG': '0', 'Shares': '4733943', 'ImputationCredits': '0', 'Symbol': 'PWOD', 'DPS': '1.88'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Dynamic Energy Powershares', 'Description': 'Dynamic Energy Powershares', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'PXI', 'DPS': '0'}
{'NTA': '0', 'Yield': '124.04', 'EBITDA': '-4240000', 'Industry': 'Semiconductors', 'PtS': '2.52', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.39', 'Dividend': '0', 'Name': 'Pixelworks Inc', 'Description': 'Pixelworks Inc', 'DivYield': '0', 'MarketCap': '135530000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '6.9', 'PE': '0', 'PEG': '1.14', 'Shares': '29527230', 'ImputationCredits': '0', 'Symbol': 'PXLW', 'DPS': '0'}
{'NTA': '0', 'Yield': '7.08', 'EBITDA': '6160000', 'Industry': '', 'PtS': '1.315', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.32', 'Dividend': '0', 'Name': 'Pyxis Tankers Cmn', 'Description': 'Pyxis Tankers Cmn', 'DivYield': '0', 'MarketCap': '41560000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.829', 'PE': '0', 'PEG': '0', 'Shares': '18276170', 'ImputationCredits': '0', 'Symbol': 'PXS', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-21T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Prncpl Shrhl Yld ETF', 'Description': 'Prncpl Shrhl Yld ETF', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'PY', 'DPS': '0'}
{'NTA': '0', 'Yield': '-31.28', 'EBITDA': '-39953', 'Industry': '', 'PtS': '1.27', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.11', 'Dividend': '0', 'Name': 'Payment Data Syst Cmn', 'Description': 'Payment Data Syst Cmn', 'DivYield': '0', 'MarketCap': '15910000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.73', 'PE': '0', 'PEG': '0', 'Shares': '12238460', 'ImputationCredits': '0', 'Symbol': 'PYDS', 'DPS': '0'}
{'NTA': '0', 'Yield': '9.8', 'EBITDA': '2100000000', 'Industry': '', 'PtS': '4.85', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.15', 'Dividend': '0', 'Name': 'Paypal Holdings', 'Description': 'Paypal Holdings', 'DivYield': '0', 'MarketCap': '51950000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.57', 'PE': '37.41', 'PEG': '1.52', 'Shares': '1207578000', 'ImputationCredits': '0', 'Symbol': 'PYPL', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Dynamic Basic Materials Powershares', 'Description': 'Dynamic Basic Materials Powershares', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'PYZ', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-16580000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-4.01', 'Dividend': '0', 'Name': 'Phaserx Inc Cmn', 'Description': 'Phaserx Inc Cmn', 'DivYield': '0', 'MarketCap': '17650000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.41', 'PE': '0', 'PEG': '0', 'Shares': '11688740', 'ImputationCredits': '0', 'Symbol': 'PZRX', 'DPS': '0'}
{'NTA': '0', 'Yield': '41.44', 'EBITDA': '196090000', 'Industry': 'Restaurants', 'PtS': '1.71', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.74', 'Dividend': '0', 'Name': "Papa John's Intl", 'Description': "Papa John's Intl", 'DivYield': '1', 'MarketCap': '2940000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '0', 'PE': '29.21', 'PEG': '1.57', 'Shares': '36731640', 'ImputationCredits': '0', 'Symbol': 'PZZA', 'DPS': '0.8'}
{'NTA': '0', 'Yield': '30.73', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Qtec First Trust ETF', 'Description': 'Qtec First Trust ETF', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'QABA', 'DPS': '0'}
{'NTA': '0', 'Yield': '42.02', 'EBITDA': '9400000', 'Industry': 'Computer Software: Prepackaged Software', 'PtS': '1.86', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.82', 'Dividend': '0', 'Name': 'Qad Inc', 'Description': 'Qad Inc', 'DivYield': '1.06', 'MarketCap': '529260000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '4.58', 'PE': '0', 'PEG': '8.48', 'Shares': '19003950', 'ImputationCredits': '0', 'Symbol': 'QADA', 'DPS': '0.29'}
{'NTA': '0', 'Yield': '45.99', 'EBITDA': '9400000', 'Industry': 'Computer Software: Prepackaged Software', 'PtS': '1.54', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.82', 'Dividend': '0', 'Name': 'Q A D Inc Cl B', 'Description': 'Q A D Inc Cl B', 'DivYield': '1.06', 'MarketCap': '456100000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '3.8', 'PE': '0', 'PEG': '8.67', 'Shares': '19004170', 'ImputationCredits': '0', 'Symbol': 'QADB', 'DPS': '0.24'}
{'NTA': '0', 'Yield': '-0.71', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Ishrs MSCI Qatar Cp', 'Description': 'Ishrs MSCI Qatar Cp', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'QAT', 'DPS': '0'}
{'NTA': '0', 'Yield': '87.23', 'EBITDA': '-1030000', 'Industry': 'Electronic Components', 'PtS': '1.15', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.59', 'Dividend': '0', 'Name': 'Qualstar Corp', 'Description': 'Qualstar Corp', 'DivYield': '0', 'MarketCap': '10780000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '2.24', 'PE': '0', 'PEG': '0', 'Shares': '2041667', 'ImputationCredits': '0', 'Symbol': 'QBAK', 'DPS': '0'}
{'NTA': '0', 'Yield': '12.48', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'First Trust Cl Edg Grn', 'Description': 'First Trust Cl Edg Grn', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'QCLN', 'DPS': '0'}
{'NTA': '0', 'Yield': '13.5', 'EBITDA': '8550000000', 'Industry': 'Radio And Television Broadcasting And Communications Equipment', 'PtS': '3.53', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.28', 'Dividend': '0', 'Name': 'Qualcomm Inc', 'Description': 'Qualcomm Inc', 'DivYield': '3.72', 'MarketCap': '84070000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '2.69', 'PE': '17.36', 'PEG': '1.16', 'Shares': '1476985000', 'ImputationCredits': '0', 'Symbol': 'QCOM', 'DPS': '2.12'}
{'NTA': '0', 'Yield': '64.34', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '4.72', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.17', 'Dividend': '0', 'Name': 'Qcr Holdings Inc', 'Description': 'Qcr Holdings Inc', 'DivYield': '0.48', 'MarketCap': '556480000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.94', 'PE': '19.52', 'PEG': '1.58', 'Shares': '13140020', 'ImputationCredits': '0', 'Symbol': 'QCRH', 'DPS': '0.2'}
{'NTA': '0', 'Yield': '30.87', 'EBITDA': '17480000', 'Industry': 'Biotechnology: In Vitro & In Vivo Diagnostic Substances', 'PtS': '3.89', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.42', 'Dividend': '0', 'Name': 'Quidel Cp', 'Description': 'Quidel Cp', 'DivYield': '0', 'MarketCap': '745990000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '3.71', 'PE': '0', 'PEG': '7.07', 'Shares': '32950090', 'ImputationCredits': '0', 'Symbol': 'QDEL', 'DPS': '0'}
{'NTA': '0', 'Yield': '28.98', 'EBITDA': '395340000', 'Industry': 'Biotechnology: Biological Products (No Diagnostic Substances)', 'PtS': '4.91', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.35', 'Dividend': '0', 'Name': 'Qiagen N.V.', 'Description': 'Qiagen N.V.', 'DivYield': '0', 'MarketCap': '6540000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '2.52', 'PE': '82.07', 'PEG': '1.99', 'Shares': '225750800', 'ImputationCredits': '0', 'Symbol': 'QGEN', 'DPS': '0'}
{'NTA': '0', 'Yield': '8.11', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'First TR Rba Ql ETF', 'Description': 'First TR Rba Ql ETF', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'QINC', 'DPS': '0'}
{'NTA': '0', 'Yield': '40.23', 'EBITDA': '179830000', 'Industry': '', 'PtS': '1.76', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.32', 'Dividend': '0', 'Name': 'Qiwi Plc ADR', 'Description': 'Qiwi Plc ADR', 'DivYield': '4.51', 'MarketCap': '1040000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.58', 'PE': '13.04', 'PEG': '2268.41', 'Shares': '60641400', 'ImputationCredits': '0', 'Symbol': 'QIWI', 'DPS': '0.76'}
{'NTA': '0', 'Yield': '11.61', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Flxshrs US Ql Lg Cap', 'Description': 'Flxshrs US Ql Lg Cap', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'QLC', 'DPS': '0'}
{'NTA': '0', 'Yield': '50.52', 'EBITDA': '47820000', 'Industry': '', 'PtS': '6.91', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.5', 'Dividend': '0', 'Name': 'Qualys Inc', 'Description': 'Qualys Inc', 'DivYield': '0', 'MarketCap': '1380000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '5.21', 'PE': '75.8', 'PEG': '2.95', 'Shares': '36411610', 'ImputationCredits': '0', 'Symbol': 'QLYS', 'DPS': '0'}
{'NTA': '0', 'Yield': '10.8', 'EBITDA': '-5680000', 'Industry': 'Business Services', 'PtS': '0.58', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.4', 'Dividend': '0', 'Name': 'Quinstreet Inc', 'Description': 'Quinstreet Inc', 'DivYield': '0', 'MarketCap': '177130000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Miscellaneous', 'PtB': '1.5', 'PE': '0', 'PEG': '0.2', 'Shares': '45417950', 'ImputationCredits': '0', 'Symbol': 'QNST', 'DPS': '0'}
{'NTA': '0', 'Yield': '2.26', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Quinpario Acq2 Com', 'Description': 'Quinpario Acq2 Com', 'DivYield': '0', 'MarketCap': '104370000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '20.86', 'PE': '1994', 'PEG': '0', 'Shares': '10468410', 'ImputationCredits': '0', 'Symbol': 'QPAC', 'DPS': '0'}
{'NTA': '0', 'Yield': '4.5', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-29T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Quinpario Acq 2 Unit', 'Description': 'Quinpario Acq 2 Unit', 'DivYield': '0', 'MarketCap': '457190000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '43750240000', 'ImputationCredits': '0', 'Symbol': 'QPACU', 'DPS': '0'}
{'NTA': '0', 'Yield': '150', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Quinpario Acq2 Wrnt', 'Description': 'Quinpario Acq2 Wrnt', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'QPACW', 'DPS': '0'}
{'NTA': '0', 'Yield': '25', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'First Trust Nasdaq-1', 'Description': 'First Trust Nasdaq-1', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'QQEW', 'DPS': '0'}
{'NTA': '0', 'Yield': '25.22', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '17.77', 'Dividend': '0', 'Name': 'Powershares QQQ', 'Description': 'Powershares QQQ', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'QQQ', 'DPS': '0'}
{'NTA': '0', 'Yield': '10.56', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Global X Nasdaq Chin', 'Description': 'Global X Nasdaq Chin', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'QQQC', 'DPS': '0'}
{'NTA': '0', 'Yield': '17.03', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Nuveen Nasdaq 100', 'Description': 'Nuveen Nasdaq 100', 'DivYield': '6.71', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'QQQX', 'DPS': '1.4'}
{'NTA': '0', 'Yield': '14.39', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'First Trust Ex Tech', 'Description': 'First Trust Ex Tech', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'QQXT', 'DPS': '0'}
{'NTA': '0', 'Yield': '-31.69', 'EBITDA': '-4480000', 'Industry': '', 'PtS': '0.18', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.66', 'Dividend': '0', 'Name': 'Quest Resource Cmn', 'Description': 'Quest Resource Cmn', 'DivYield': '0', 'MarketCap': '33730000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.48', 'PE': '0', 'PEG': '-0.2', 'Shares': '15262440', 'ImputationCredits': '0', 'Symbol': 'QRHC', 'DPS': '0'}
{'NTA': '0', 'Yield': '52.25', 'EBITDA': '831080000', 'Industry': '', 'PtS': '2.91', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.75', 'Dividend': '0', 'Name': 'Qorvo Inc Cmn', 'Description': 'Qorvo Inc Cmn', 'DivYield': '0', 'MarketCap': '8670000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.79', 'PE': '0', 'PEG': '1.08', 'Shares': '126458600', 'ImputationCredits': '0', 'Symbol': 'QRVO', 'DPS': '0'}
{'NTA': '0', 'Yield': '8.24', 'EBITDA': '61210000', 'Industry': 'EDP Services', 'PtS': '1.88', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.05', 'Dividend': '0', 'Name': 'Quality Systems Inc', 'Description': 'Quality Systems Inc', 'DivYield': '0', 'MarketCap': '951540000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '3.18', 'PE': '0', 'PEG': '2.34', 'Shares': '62437000', 'ImputationCredits': '0', 'Symbol': 'QSII', 'DPS': '0'}
{'NTA': '0', 'Yield': '47.14', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'First Trust Nasdaq-1', 'Description': 'First Trust Nasdaq-1', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'QTEC', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '453000', 'Industry': '', 'PtS': '5.3', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.3', 'Dividend': '0', 'Name': 'Quantenna Communications Inc', 'Description': 'Quantenna Communications Inc', 'DivYield': '0', 'MarketCap': '688970000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '5.31', 'PE': '0', 'PEG': '0.97', 'Shares': '33075850', 'ImputationCredits': '0', 'Symbol': 'QTNA', 'DPS': '0'}
{'NTA': '0', 'Yield': '-33.56', 'EBITDA': '-60770000', 'Industry': '', 'PtS': '4.34', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.79', 'Dividend': '0', 'Name': 'Quotient Limited Ord', 'Description': 'Quotient Limited Ord', 'DivYield': '0', 'MarketCap': '100490000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '14376250', 'ImputationCredits': '0', 'Symbol': 'QTNT', 'DPS': '0'}
{'NTA': '0', 'Yield': '61.82', 'EBITDA': '-17470000', 'Industry': 'Semiconductors', 'PtS': '10.8', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.29', 'Dividend': '0', 'Name': 'Quicklogic Corp', 'Description': 'Quicklogic Corp', 'DivYield': '0', 'MarketCap': '121350000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '10.28', 'PE': '0', 'PEG': '-0.6', 'Shares': '68174160', 'ImputationCredits': '0', 'Symbol': 'QUIK', 'DPS': '0'}
{'NTA': '0', 'Yield': '-41.98', 'EBITDA': '-9310000', 'Industry': '', 'PtS': '0.81', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.23', 'Dividend': '0', 'Name': 'Qumu Corporation', 'Description': 'Qumu Corporation', 'DivYield': '0', 'MarketCap': '26040000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.38', 'PE': '0', 'PEG': '-0.17', 'Shares': '9234043', 'ImputationCredits': '0', 'Symbol': 'QUMU', 'DPS': '0'}
{'NTA': '0', 'Yield': '-55.3', 'EBITDA': '-65940000', 'Industry': '', 'PtS': '5.8', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.93', 'Dividend': '0', 'Name': 'Uniqure N.V.', 'Description': 'Uniqure N.V.', 'DivYield': '0', 'MarketCap': '145810000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.29', 'PE': '0', 'PEG': '0', 'Shares': '25226640', 'ImputationCredits': '0', 'Symbol': 'QURE', 'DPS': '0'}
{'NTA': '0', 'Yield': '-23.59', 'EBITDA': '1760000000', 'Industry': '', 'PtS': '0.86', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.98', 'Dividend': '0', 'Name': 'Liberty Int Qvc Sr A', 'Description': 'Liberty Int Qvc Sr A', 'DivYield': '0', 'MarketCap': '8839999000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.82', 'PE': '19.84', 'PEG': '0', 'Shares': '454732500', 'ImputationCredits': '0', 'Symbol': 'QVCA', 'DPS': '0'}
{'NTA': '0', 'Yield': '-25.04', 'EBITDA': '1760000000', 'Industry': '', 'PtS': '0.88', 'DateTime': '2017-03-30T00:00:00', 'EPS': '0.98', 'Dividend': '0', 'Name': 'Liberty Int Qvc Sr B', 'Description': 'Liberty Int Qvc Sr B', 'DivYield': '0', 'MarketCap': '9040000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.87', 'PE': '20.29', 'PEG': '0', 'Shares': '454728400', 'ImputationCredits': '0', 'Symbol': 'QVCB', 'DPS': '0'}
{'NTA': '0', 'Yield': '7.79', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Recon Nq100 Cv Call', 'Description': 'Recon Nq100 Cv Call', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'QYLD', 'DPS': '0'}
{'NTA': '0', 'Yield': '47.37', 'EBITDA': '-2850000', 'Industry': 'Electronic Components', 'PtS': '1.87', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.57', 'Dividend': '0', 'Name': 'Rada Electr Inds Ltd', 'Description': 'Rada Electr Inds Ltd', 'DivYield': '0', 'MarketCap': '23800000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '2.28', 'PE': '0', 'PEG': '0', 'Shares': '21250000', 'ImputationCredits': '0', 'Symbol': 'RADA', 'DPS': '0'}
{'NTA': '0', 'Yield': '-26.94', 'EBITDA': '13540000', 'Industry': 'Railroads', 'PtS': '0.3', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1', 'Dividend': '0', 'Name': 'Freightcar America', 'Description': 'Freightcar America', 'DivYield': '2.91', 'MarketCap': '153390000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '0.6', 'PE': '12.37', 'PEG': '-8.2', 'Shares': '12400160', 'ImputationCredits': '0', 'Symbol': 'RAIL', 'DPS': '0.36'}
{'NTA': '0', 'Yield': '-29.3', 'EBITDA': '-2030000', 'Industry': 'Closed-End Fund - Equity', 'PtS': '18.44', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.19', 'Dividend': '0', 'Name': 'Rand Capital Cp', 'Description': 'Rand Capital Cp', 'DivYield': '0', 'MarketCap': '19220000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '0.58', 'PE': '0', 'PEG': '0', 'Shares': '6322369', 'ImputationCredits': '0', 'Symbol': 'RAND', 'DPS': '0'}
{'NTA': '0', 'Yield': '0.24', 'EBITDA': '-244580000', 'Industry': 'Restaurants', 'PtS': '21113.98', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-6.21', 'Dividend': '0', 'Name': 'Ultragenyx Pharmaceu', 'Description': 'Ultragenyx Pharmaceu', 'DivYield': '0', 'MarketCap': '2830000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '5.86', 'PE': '0', 'PEG': '-0.18', 'Shares': '41752730', 'ImputationCredits': '0', 'Symbol': 'RARE', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-26750000', 'Industry': '', 'PtS': '98.5', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-6.98', 'Dividend': '0', 'Name': 'Ra Pharmaceuticals Inc', 'Description': 'Ra Pharmaceuticals Inc', 'DivYield': '0', 'MarketCap': '480000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '4.14', 'PE': '0', 'PEG': '0', 'Shares': '22545800', 'ImputationCredits': '0', 'Symbol': 'RARX', 'DPS': '0'}
{'NTA': '0', 'Yield': '-55.51', 'EBITDA': '-5330000', 'Industry': '', 'PtS': '0.39', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.24', 'Dividend': '0', 'Name': 'Rave Restaurant Grp', 'Description': 'Rave Restaurant Grp', 'DivYield': '0', 'MarketCap': '23660000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '27.2', 'PE': '0', 'PEG': '0', 'Shares': '10657660', 'ImputationCredits': '0', 'Symbol': 'RAVE', 'DPS': '0'}
{'NTA': '0', 'Yield': '80.55', 'EBITDA': '38190000', 'Industry': 'Specialty Chemicals', 'PtS': '4.02', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.48', 'Dividend': '0', 'Name': 'Raven Industries Inc', 'Description': 'Raven Industries Inc', 'DivYield': '1.81', 'MarketCap': '1060000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '4.04', 'PE': '61.04', 'PEG': '3.31', 'Shares': '36177480', 'ImputationCredits': '0', 'Symbol': 'RAVN', 'DPS': '0.52'}
{'NTA': '0', 'Yield': '25.92', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '3.68', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.19', 'Dividend': '0', 'Name': 'Republic Bancorp Inc', 'Description': 'Republic Bancorp Inc', 'DivYield': '2.5', 'MarketCap': '717130000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.21', 'PE': '15.7', 'PEG': '1.47', 'Shares': '20852860', 'ImputationCredits': '0', 'Symbol': 'RBCAA', 'DPS': '0.84'}
{'NTA': '0', 'Yield': '22.06', 'EBITDA': '-28230000', 'Industry': 'Semiconductors', 'PtS': '1.178', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.39', 'Dividend': '0', 'Name': 'Rubicon Technology', 'Description': 'Rubicon Technology', 'DivYield': '0', 'MarketCap': '22390000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '0.457', 'PE': '0', 'PEG': '0', 'Shares': '26878750', 'ImputationCredits': '0', 'Symbol': 'RBCN', 'DPS': '0'}
{'NTA': '0', 'Yield': '32.2', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '4.13', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.31', 'Dividend': '0', 'Name': 'Royal Bncsh of Pa', 'Description': 'Royal Bncsh of Pa', 'DivYield': '0', 'MarketCap': '117490000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '2.31', 'PE': '12.7', 'PEG': '0', 'Shares': '30125640', 'ImputationCredits': '0', 'Symbol': 'RBPAA', 'DPS': '0'}
{'NTA': '0', 'Yield': '-39.66', 'EBITDA': '184550000', 'Industry': 'Diversified Commercial Services', 'PtS': '0.17', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.98', 'Dividend': '0', 'Name': 'Rent-A-Center Inc', 'Description': 'Rent-A-Center Inc', 'DivYield': '3.52', 'MarketCap': '471850000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.87', 'PE': '0', 'PEG': '5.47', 'Shares': '53196160', 'ImputationCredits': '0', 'Symbol': 'RCII', 'DPS': '0.32'}
{'NTA': '0', 'Yield': '-4.15', 'EBITDA': '8820000', 'Industry': 'Shoe Manufacturing', 'PtS': '0.32', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.29', 'Dividend': '0', 'Name': 'Rocky Brands Inc', 'Description': 'Rocky Brands Inc', 'DivYield': '3.95', 'MarketCap': '85870000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '0.61', 'PE': '0', 'PEG': '1.39', 'Shares': '7434632', 'ImputationCredits': '0', 'Symbol': 'RCKY', 'DPS': '0.44'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'R1 Rcm Inc.', 'Description': 'R1 Rcm Inc.', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '-2.48', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'RCM', 'DPS': '0'}
{'NTA': '0', 'Yield': '-7.57', 'EBITDA': '6970000', 'Industry': 'Professional Services', 'PtS': '0.32', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.14', 'Dividend': '0', 'Name': 'R C M Tech Inc', 'Description': 'R C M Tech Inc', 'DivYield': '0', 'MarketCap': '56820000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.82', 'PE': '34', 'PEG': '0', 'Shares': '11936980', 'ImputationCredits': '0', 'Symbol': 'RCMT', 'DPS': '0'}
{'NTA': '0', 'Yield': '-3.03', 'EBITDA': '-5280000', 'Industry': 'Oilfield Services/Equipment', 'PtS': '1.1167', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.96', 'Dividend': '0', 'Name': 'Recon Technology Lt', 'Description': 'Recon Technology Lt', 'DivYield': '0', 'MarketCap': '7980000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Energy', 'PtB': '1.3166', 'PE': '0', 'PEG': '0', 'Shares': '6233888', 'ImputationCredits': '0', 'Symbol': 'RCON', 'DPS': '0'}
{'NTA': '0', 'Yield': '57.97', 'EBITDA': '1250000', 'Industry': 'Computer peripheral equipment', 'PtS': '8.41', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.18', 'Dividend': '0', 'Name': 'Radcom Ltd', 'Description': 'Radcom Ltd', 'DivYield': '0', 'MarketCap': '248280000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '6.19', 'PE': '119.44', 'PEG': '5.97', 'Shares': '11547910', 'ImputationCredits': '0', 'Symbol': 'RDCM', 'DPS': '0'}
{'NTA': '0', 'Yield': '-25.2', 'EBITDA': '-30500000', 'Industry': '', 'PtS': '1601.09', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.37', 'Dividend': '0', 'Name': 'Redhill Biophrma ADR', 'Description': 'Redhill Biophrma ADR', 'DivYield': '0', 'MarketCap': '163590000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.49', 'PE': '0', 'PEG': '0', 'Shares': '17058390', 'ImputationCredits': '0', 'Symbol': 'RDHL', 'DPS': '0'}
{'NTA': '0', 'Yield': '19.81', 'EBITDA': '50180000', 'Industry': 'Movies/Entertainment', 'PtS': '1.37', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.4', 'Dividend': '0', 'Name': 'Reading Intl Cl A', 'Description': 'Reading Intl Cl A', 'DivYield': '0', 'MarketCap': '369690000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '2.6', 'PE': '39.88', 'PEG': '0', 'Shares': '23178060', 'ImputationCredits': '0', 'Symbol': 'RDI', 'DPS': '0'}
{'NTA': '0', 'Yield': '-52.03', 'EBITDA': '50180000', 'Industry': 'Movies/Entertainment', 'PtS': '1.58', 'DateTime': '2017-03-27T00:00:00', 'EPS': '0.4', 'Dividend': '0', 'Name': 'Reading Intl Cl B', 'Description': 'Reading Intl Cl B', 'DivYield': '0', 'MarketCap': '428330000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '3.01', 'PE': '46.2', 'PEG': '0', 'Shares': '23178030', 'ImputationCredits': '0', 'Symbol': 'RDIB', 'DPS': '0'}
{'NTA': '0', 'Yield': '16.83', 'EBITDA': '107450000', 'Industry': 'Medical Specialities', 'PtS': '0.32', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.15', 'Dividend': '0', 'Name': 'Radnet Inc', 'Description': 'Radnet Inc', 'DivYield': '0', 'MarketCap': '278470000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '5.76', 'PE': '39.33', 'PEG': '2.22', 'Shares': '47198310', 'ImputationCredits': '0', 'Symbol': 'RDNT', 'DPS': '0'}
{'NTA': '0', 'Yield': '8.57', 'EBITDA': '-184360000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-4.24', 'Dividend': '0', 'Name': 'Radius Health Cmn', 'Description': 'Radius Health Cmn', 'DivYield': '0', 'MarketCap': '1670000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '5.46', 'PE': '0', 'PEG': '-3.05', 'Shares': '43208280', 'ImputationCredits': '0', 'Symbol': 'RDUS', 'DPS': '0'}
{'NTA': '0', 'Yield': '28.47', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'First Trust ETF Vi', 'Description': 'First Trust ETF Vi', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'RDVY', 'DPS': '0'}
{'NTA': '0', 'Yield': '49.63', 'EBITDA': '1890000', 'Industry': 'Business Services', 'PtS': '3.54', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.2', 'Dividend': '0', 'Name': 'Radware Ltd', 'Description': 'Radware Ltd', 'DivYield': '0', 'MarketCap': '699510000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Miscellaneous', 'PtB': '2.32', 'PE': '0', 'PEG': '8.07', 'Shares': '43313310', 'ImputationCredits': '0', 'Symbol': 'RDWR', 'DPS': '0'}
{'NTA': '0', 'Yield': '13.41', 'EBITDA': '51020000', 'Industry': 'Business Services', 'PtS': '0.85', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.7', 'Dividend': '0', 'Name': 'Resources Connect', 'Description': 'Resources Connect', 'DivYield': '2.69', 'MarketCap': '497860000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Miscellaneous', 'PtB': '2.09', 'PE': '23.89', 'PEG': '2.84', 'Shares': '29722990', 'ImputationCredits': '0', 'Symbol': 'RECN', 'DPS': '0.44'}
{'NTA': '0', 'Yield': '-69.16', 'EBITDA': '-4080000', 'Industry': 'Multi-Sector Companies', 'PtS': '27.81', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.18', 'Dividend': '0', 'Name': 'Research Frontiers', 'Description': 'Research Frontiers', 'DivYield': '0', 'MarketCap': '33660000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Miscellaneous', 'PtB': '7.01', 'PE': '0', 'PEG': '-0.34', 'Shares': '24042860', 'ImputationCredits': '0', 'Symbol': 'REFR', 'DPS': '0'}
{'NTA': '0', 'Yield': '7.51', 'EBITDA': '97850000', 'Industry': '', 'PtS': '0.19', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.06', 'Dividend': '0', 'Name': 'Renewable Energy', 'Description': 'Renewable Energy', 'DivYield': '0', 'MarketCap': '403000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.64', 'PE': '9.86', 'PEG': '0.57', 'Shares': '38564590', 'ImputationCredits': '0', 'Symbol': 'REGI', 'DPS': '0'}
{'NTA': '0', 'Yield': '2.87', 'EBITDA': '1440000000', 'Industry': 'Major Pharmaceuticals', 'PtS': '8.38', 'DateTime': '2017-03-31T00:00:00', 'EPS': '7.7', 'Dividend': '0', 'Name': 'Regeneron Pharmaceutical', 'Description': 'Regeneron Pharmaceutical', 'DivYield': '0', 'MarketCap': '40870000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '9.15', 'PE': '50.33', 'PEG': '1.64', 'Shares': '105468200', 'ImputationCredits': '0', 'Symbol': 'REGN', 'DPS': '0'}
{'NTA': '0', 'Yield': '-28.88', 'EBITDA': '9500000', 'Industry': 'Business Services', 'PtS': '4.32', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.24', 'Dividend': '0', 'Name': 'Reis Inc', 'Description': 'Reis Inc', 'DivYield': '3.8', 'MarketCap': '207250000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Miscellaneous', 'PtB': '2.08', 'PE': '75.21', 'PEG': '0', 'Shares': '11481990', 'ImputationCredits': '0', 'Symbol': 'REIS', 'DPS': '0.68'}
{'NTA': '0', 'Yield': '15.77', 'EBITDA': '-3800000', 'Industry': 'Electronic Components', 'PtS': '0.55', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.67', 'Dividend': '0', 'Name': 'Richardson Electrncs', 'Description': 'Richardson Electrncs', 'DivYield': '4.06', 'MarketCap': '77310000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '0.57', 'PE': '0', 'PEG': '-0.58', 'Shares': '12842190', 'ImputationCredits': '0', 'Symbol': 'RELL', 'DPS': '0.24'}
{'NTA': '0', 'Yield': '1.33', 'EBITDA': '447052', 'Industry': 'Major Pharmaceuticals', 'PtS': '0.21', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.64', 'Dividend': '0', 'Name': 'Reliv Intl Inc', 'Description': 'Reliv Intl Inc', 'DivYield': '0', 'MarketCap': '9820000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '0.66', 'PE': '0', 'PEG': '0', 'Shares': '1845865', 'ImputationCredits': '0', 'Symbol': 'RELV', 'DPS': '0'}
{'NTA': '0', 'Yield': '-67.76', 'EBITDA': '47000000', 'Industry': '', 'PtS': '0.06', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-3.69', 'Dividend': '0', 'Name': 'Real Industry Cmn', 'Description': 'Real Industry Cmn', 'DivYield': '0', 'MarketCap': '82050000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.33', 'PE': '0', 'PEG': '-0.13', 'Shares': '28789470', 'ImputationCredits': '0', 'Symbol': 'RELY', 'DPS': '0'}
{'NTA': '0', 'Yield': '26.48', 'EBITDA': '-8840000', 'Industry': '', 'PtS': '2.16', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.82', 'Dividend': '0', 'Name': 'Recro Pharma Inc', 'Description': 'Recro Pharma Inc', 'DivYield': '0', 'MarketCap': '166500000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.1', 'PE': '0', 'PEG': '0', 'Shares': '19050340', 'ImputationCredits': '0', 'Symbol': 'REPH', 'DPS': '0'}
{'NTA': '0', 'Yield': '34.75', 'EBITDA': '-14620000', 'Industry': '', 'PtS': '200.29', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.49', 'Dividend': '0', 'Name': 'Resonant Inc Cmn Stk', 'Description': 'Resonant Inc Cmn Stk', 'DivYield': '0', 'MarketCap': '67080000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '5.97', 'PE': '0', 'PEG': '0', 'Shares': '12445270', 'ImputationCredits': '0', 'Symbol': 'RESN', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-6200000', 'Industry': '', 'PtS': '10.2', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.31', 'Dividend': '0', 'Name': 'Reata Pharma Cla  Cmn', 'Description': 'Reata Pharma Cla  Cmn', 'DivYield': '0', 'MarketCap': '506090000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '22343930', 'ImputationCredits': '0', 'Symbol': 'RETA', 'DPS': '0'}
{'NTA': '0', 'Yield': '-53.47', 'EBITDA': '-23450000', 'Industry': 'Oil & Gas Production', 'PtS': '0.3055', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.373', 'Dividend': '0', 'Name': 'Rex Energy Corporati', 'Description': 'Rex Energy Corporati', 'DivYield': '0', 'MarketCap': '44320000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Energy', 'PtB': '4.1589', 'PE': '0', 'PEG': '-0.25', 'Shares': '95434970', 'ImputationCredits': '0', 'Symbol': 'REXX', 'DPS': '0'}
{'NTA': '0', 'Yield': '7.69', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Fst Tst Rvrfrt Dy Ap', 'Description': 'Fst Tst Rvrfrt Dy Ap', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'RFAP', 'DPS': '0'}
{'NTA': '0', 'Yield': '10.79', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'First Trust Rvfrnt Ddi', 'Description': 'First Trust Rvfrnt Ddi', 'DivYield': '0', 'MarketCap': '47860000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '850013300', 'ImputationCredits': '0', 'Symbol': 'RFDI', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'First Trust Riverfront Dynamic', 'Description': 'First Trust Riverfront Dynamic', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'RFEM', 'DPS': '0'}
{'NTA': '0', 'Yield': '8.41', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'First Trust Rvrfr Dy EU', 'Description': 'First Trust Rvrfr Dy EU', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'RFEU', 'DPS': '0'}
{'NTA': '0', 'Yield': '-38', 'EBITDA': '-209000', 'Industry': 'Electrical Products', 'PtS': '0.47', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.45', 'Dividend': '0', 'Name': 'RF Industries Ltd', 'Description': 'RF Industries Ltd', 'DivYield': '5.33', 'MarketCap': '13690000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '0.67', 'PE': '0', 'PEG': '0', 'Shares': '8832258', 'ImputationCredits': '0', 'Symbol': 'RFIL', 'DPS': '0.08'}
{'NTA': '0', 'Yield': '45.95', 'EBITDA': '17600000', 'Industry': 'Oil & Gas Production', 'PtS': '2.31', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.85', 'Dividend': '0', 'Name': 'Rgc Resources Inc', 'Description': 'Rgc Resources Inc', 'DivYield': '2.92', 'MarketCap': '144240000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Public Utilities', 'PtB': '2.49', 'PE': '23.47', 'PEG': '0', 'Shares': '7204795', 'ImputationCredits': '0', 'Symbol': 'RGCO', 'DPS': '0.58'}
{'NTA': '0', 'Yield': '32.13', 'EBITDA': '26760000', 'Industry': 'Biotechnology: Biological Products (No Diagnostic Substances)', 'PtS': '11.35', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.34', 'Dividend': '0', 'Name': 'Repligen Cp', 'Description': 'Repligen Cp', 'DivYield': '0', 'MarketCap': '1190000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '7.03', 'PE': '103.53', 'PEG': '2.55', 'Shares': '33806820', 'ImputationCredits': '0', 'Symbol': 'RGEN', 'DPS': '0'}
{'NTA': '0', 'Yield': '11.87', 'EBITDA': '283600000', 'Industry': 'Precious Metals', 'PtS': '11.03', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.16', 'Dividend': '0', 'Name': 'Royal Gold Inc', 'Description': 'Royal Gold Inc', 'DivYield': '1.4', 'MarketCap': '4580000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Basic Industries', 'PtB': '2', 'PE': '432.41', 'PEG': '1.35', 'Shares': '65381870', 'ImputationCredits': '0', 'Symbol': 'RGLD', 'DPS': '0.96'}
{'NTA': '0', 'Yield': '-71.75', 'EBITDA': '-79230000', 'Industry': '', 'PtS': '55.41', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.55', 'Dividend': '0', 'Name': 'Regulus Therapeutics', 'Description': 'Regulus Therapeutics', 'DivYield': '0', 'MarketCap': '74100000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.18', 'PE': '0', 'PEG': '-0.02', 'Shares': '52928570', 'ImputationCredits': '0', 'Symbol': 'RGLS', 'DPS': '0'}
{'NTA': '0', 'Yield': '85.22', 'EBITDA': '-64800000', 'Industry': '', 'PtS': '115.55', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.38', 'Dividend': '0', 'Name': 'Regenxbio Inc Cmn', 'Description': 'Regenxbio Inc Cmn', 'DivYield': '0', 'MarketCap': '511700000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.27', 'PE': '0', 'PEG': '0.27', 'Shares': '26512950', 'ImputationCredits': '0', 'Symbol': 'RGNX', 'DPS': '0'}
{'NTA': '0', 'Yield': '-99.54', 'EBITDA': '-11090000', 'Industry': '', 'PtS': '0.59', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-183.54', 'Dividend': '0', 'Name': 'Real Goods Solar Inc', 'Description': 'Real Goods Solar Inc', 'DivYield': '0', 'MarketCap': '10320000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.33', 'PE': '0', 'PEG': '0', 'Shares': '7478261', 'ImputationCredits': '0', 'Symbol': 'RGSE', 'DPS': '0'}
{'NTA': '0', 'Yield': '-33.33', 'EBITDA': '-4170000', 'Industry': '', 'PtS': '0.235', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.972', 'Dividend': '0', 'Name': 'Ricebran Technologie', 'Description': 'Ricebran Technologie', 'DivYield': '0', 'MarketCap': '9150000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '145', 'PE': '0', 'PEG': '-0.17', 'Shares': '10640770', 'ImputationCredits': '0', 'Symbol': 'RIBT', 'DPS': '0'}
{'NTA': '0', 'Yield': '-58.14', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Ricebrantech Warrant', 'Description': 'Ricebrantech Warrant', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'RIBTW', 'DPS': '0'}
{'NTA': '0', 'Yield': '68.98', 'EBITDA': '33720000', 'Industry': 'Restaurants', 'PtS': '1.19', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.15', 'Dividend': '0', 'Name': 'RCI Hospitality Hold', 'Description': 'RCI Hospitality Hold', 'DivYield': '0.73', 'MarketCap': '168320000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '1.25', 'PE': '15.09', 'PEG': '0.31', 'Shares': '9718245', 'ImputationCredits': '0', 'Symbol': 'RICK', 'DPS': '0.12'}
{'NTA': '0', 'Yield': '16.96', 'EBITDA': '-63030000', 'Industry': 'Major Pharmaceuticals', 'PtS': '17.28', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.73', 'Dividend': '0', 'Name': 'Rigel Pharmaceutical', 'Description': 'Rigel Pharmaceutical', 'DivYield': '0', 'MarketCap': '344840000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '5.2', 'PE': '0', 'PEG': '-0.09', 'Shares': '122283700', 'ImputationCredits': '0', 'Symbol': 'RIGL', 'DPS': '0'}
{'NTA': '0', 'Yield': '41.64', 'EBITDA': '0', 'Industry': '', 'PtS': '1.51', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.17', 'Dividend': '0', 'Name': 'B. Riley Financl Cmn', 'Description': 'B. Riley Financl Cmn', 'DivYield': '0.75', 'MarketCap': '285060000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.9', 'PE': '12.82', 'PEG': '0', 'Shares': '19004000', 'ImputationCredits': '0', 'Symbol': 'RILY', 'DPS': '0.11'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'B. Riley Financial Inc', 'Description': 'B. Riley Financial Inc', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'RILYL', 'DPS': '0'}
{'NTA': '0', 'Yield': '-68.37', 'EBITDA': '-17120000', 'Industry': '', 'PtS': '9.9124', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.442', 'Dividend': '0', 'Name': 'Arcadia Bio Cmn Stk', 'Description': 'Arcadia Bio Cmn Stk', 'DivYield': '0', 'MarketCap': '30340000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.4228', 'PE': '0', 'PEG': '-0.16', 'Shares': '44506380', 'ImputationCredits': '0', 'Symbol': 'RKDA', 'DPS': '0'}
{'NTA': '0', 'Yield': '47.62', 'EBITDA': '-3090000', 'Industry': '', 'PtS': '0.1', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-13.4', 'Dividend': '0', 'Name': 'Rlj Entertainment', 'Description': 'Rlj Entertainment', 'DivYield': '0', 'MarketCap': '10710000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '4576923', 'ImputationCredits': '0', 'Symbol': 'RLJE', 'DPS': '0'}
{'NTA': '0', 'Yield': '-30.43', 'EBITDA': '26850000', 'Industry': 'Marine Transportation', 'PtS': '0.11', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.95', 'Dividend': '0', 'Name': 'Rand Logistics Inc', 'Description': 'Rand Logistics Inc', 'DivYield': '0', 'MarketCap': '11920000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '0.55', 'PE': '0', 'PEG': '-0.01', 'Shares': '18625000', 'ImputationCredits': '0', 'Symbol': 'RLOG', 'DPS': '0'}
{'NTA': '0', 'Yield': '13.08', 'EBITDA': '100020000', 'Industry': 'Semiconductors', 'PtS': '4.31', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.06', 'Dividend': '0', 'Name': 'Rambus Inc', 'Description': 'Rambus Inc', 'DivYield': '0', 'MarketCap': '1460000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '2.62', 'PE': '219', 'PEG': '1.36', 'Shares': '111111100', 'ImputationCredits': '0', 'Symbol': 'RMBS', 'DPS': '0'}
{'NTA': '0', 'Yield': '12.02', 'EBITDA': '7410000', 'Industry': 'Specialty Foods', 'PtS': '1.68', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.87', 'Dividend': '0', 'Name': 'Rocky Mt Chocolate', 'Description': 'Rocky Mt Chocolate', 'DivYield': '4.25', 'MarketCap': '66030000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '3.42', 'PE': '13.04', 'PEG': '0', 'Shares': '5853724', 'ImputationCredits': '0', 'Symbol': 'RMCF', 'DPS': '0.48'}
{'NTA': '0', 'Yield': '-18.56', 'EBITDA': '-1460000', 'Industry': '', 'PtS': '0.87', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.13', 'Dividend': '0', 'Name': 'Rmg Networks Holding', 'Description': 'Rmg Networks Holding', 'DivYield': '0', 'MarketCap': '33470000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.23', 'PE': '0', 'PEG': '-0.72', 'Shares': '44626670', 'ImputationCredits': '0', 'Symbol': 'RMGN', 'DPS': '0'}
{'NTA': '0', 'Yield': '98.64', 'EBITDA': '152710000', 'Industry': '', 'PtS': '3.54', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.72', 'Dividend': '0', 'Name': 'The Rmr Grp A Cmn', 'Description': 'The Rmr Grp A Cmn', 'DivYield': '2.04', 'MarketCap': '796060000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '5.59', 'PE': '18.21', 'PEG': '0', 'Shares': '16082020', 'ImputationCredits': '0', 'Symbol': 'RMR', 'DPS': '1'}
{'NTA': '0', 'Yield': '-32.32', 'EBITDA': '-19450000', 'Industry': 'Biotechnology: Electromedical & Electrotherapeutic Apparatus', 'PtS': '5.94', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.39', 'Dividend': '0', 'Name': 'Rockwell Medical In', 'Description': 'Rockwell Medical In', 'DivYield': '0', 'MarketCap': '322560000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '5.97', 'PE': '0', 'PEG': '-0.85', 'Shares': '51527160', 'ImputationCredits': '0', 'Symbol': 'RMTI', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '3.27', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.09', 'Dividend': '0', 'Name': 'Randolph Bancorp Inc', 'Description': 'Randolph Bancorp Inc', 'DivYield': '0', 'MarketCap': '83980000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.01', 'PE': '182.35', 'PEG': '0', 'Shares': '5418065', 'ImputationCredits': '0', 'Symbol': 'RNDB', 'DPS': '0'}
{'NTA': '0', 'Yield': '25.44', 'EBITDA': '29820000', 'Industry': 'Telecommunications Equipment', 'PtS': '1.6', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.65', 'Dividend': '0', 'Name': 'Rignet Inc', 'Description': 'Rignet Inc', 'DivYield': '0', 'MarketCap': '349770000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '3.13', 'PE': '0', 'PEG': '-9.39', 'Shares': '17983030', 'ImputationCredits': '0', 'Symbol': 'RNET', 'DPS': '0'}
{'NTA': '0', 'Yield': '15.58', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '4.02', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.17', 'Dividend': '0', 'Name': 'Renasant Corporation', 'Description': 'Renasant Corporation', 'DivYield': '1.85', 'MarketCap': '1730000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.4', 'PE': '18', 'PEG': '1.73', 'Shares': '44290840', 'ImputationCredits': '0', 'Symbol': 'RNST', 'DPS': '0.72'}
{'NTA': '0', 'Yield': '-90.57', 'EBITDA': '-39700000', 'Industry': '', 'PtS': '0.24', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-192.88', 'Dividend': '0', 'Name': 'Rennova Health Inc', 'Description': 'Rennova Health Inc', 'DivYield': '0', 'MarketCap': '3370000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '1861879', 'ImputationCredits': '0', 'Symbol': 'RNVA', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Rennova Health Inc Wt', 'Description': 'Rennova Health Inc Wt', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'RNVAZ', 'DPS': '0'}
{'NTA': '0', 'Yield': '6.14', 'EBITDA': '-26390000', 'Industry': 'EDP Services', 'PtS': '1.43', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.99', 'Dividend': '0', 'Name': 'Realnetworks Inc', 'Description': 'Realnetworks Inc', 'DivYield': '0', 'MarketCap': '179160000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.96', 'PE': '0', 'PEG': '0', 'Shares': '37016530', 'ImputationCredits': '0', 'Symbol': 'RNWK', 'DPS': '0'}
{'NTA': '0', 'Yield': '30.1', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.11', 'Dividend': '0', 'Name': 'Robo Glb Rob', 'Description': 'Robo Glb Rob', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'ROBO', 'DPS': '0'}
{'NTA': '0', 'Yield': '55.77', 'EBITDA': '121310000', 'Industry': 'Steel/Iron Ore', 'PtS': '1.29', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.05', 'Dividend': '0', 'Name': 'Gibraltar Ind Inc', 'Description': 'Gibraltar Ind Inc', 'DivYield': '0', 'MarketCap': '1300000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '2.81', 'PE': '39.28', 'PEG': '1.13', 'Shares': '31553400', 'ImputationCredits': '0', 'Symbol': 'ROCK', 'DPS': '0'}
{'NTA': '0', 'Yield': '39.13', 'EBITDA': '123820000', 'Industry': 'Broadcasting', 'PtS': '0.31', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.01', 'Dividend': '0', 'Name': 'Radio One Inc', 'Description': 'Radio One Inc', 'DivYield': '0', 'MarketCap': '144860000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '48286670', 'ImputationCredits': '0', 'Symbol': 'ROIA', 'DPS': '0'}
{'NTA': '0', 'Yield': '49.32', 'EBITDA': '123820000', 'Industry': 'Broadcasting', 'PtS': '0.31', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.01', 'Dividend': '0', 'Name': 'Radio One Inc Cl D', 'Description': 'Radio One Inc Cl D', 'DivYield': '0', 'MarketCap': '147270000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '48285240', 'ImputationCredits': '0', 'Symbol': 'ROIAK', 'DPS': '0'}
{'NTA': '0', 'Yield': '6.91', 'EBITDA': '152510000', 'Industry': 'Real Estate Investment Trusts', 'PtS': '9.74', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.31', 'Dividend': '0', 'Name': 'Retail Opp Invts Cp', 'Description': 'Retail Opp Invts Cp', 'DivYield': '3.55', 'MarketCap': '2310000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '1.94', 'PE': '67.69', 'PEG': '6.74', 'Shares': '109375000', 'ImputationCredits': '0', 'Symbol': 'ROIC', 'DPS': '0.75'}
{'NTA': '0', 'Yield': '-47.65', 'EBITDA': '-23650000', 'Industry': '', 'PtS': '2.41', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-17.42', 'Dividend': '0', 'Name': 'Roka Bioscience Inc', 'Description': 'Roka Bioscience Inc', 'DivYield': '0', 'MarketCap': '17820000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.47', 'PE': '0', 'PEG': '0', 'Shares': '5005618', 'ImputationCredits': '0', 'Symbol': 'ROKA', 'DPS': '0'}
{'NTA': '0', 'Yield': '32.46', 'EBITDA': '146660000', 'Industry': 'Metal Fabrications', 'PtS': '3.67', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.88', 'Dividend': '0', 'Name': 'RBC Bearings Incorp', 'Description': 'RBC Bearings Incorp', 'DivYield': '0', 'MarketCap': '2290000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '3.3', 'PE': '33.72', 'PEG': '2.76', 'Shares': '23586360', 'ImputationCredits': '0', 'Symbol': 'ROLL', 'DPS': '0'}
{'NTA': '0', 'Yield': '124.43', 'EBITDA': '-14760000', 'Industry': 'Major Pharmaceuticals', 'PtS': '0.56', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-9.31', 'Dividend': '0', 'Name': 'Rosetta Genomics Ltd', 'Description': 'Rosetta Genomics Ltd', 'DivYield': '0', 'MarketCap': '5490000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '1.16', 'PE': '0', 'PEG': '-0.02', 'Shares': '1867347', 'ImputationCredits': '0', 'Symbol': 'ROSG', 'DPS': '0'}
{'NTA': '0', 'Yield': '16.01', 'EBITDA': '2110000000', 'Industry': 'Clothing/Shoe/Accessory Stores', 'PtS': '2.03', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.83', 'Dividend': '0', 'Name': 'Ross Stores Inc', 'Description': 'Ross Stores Inc', 'DivYield': '0.97', 'MarketCap': '25810000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '9.5', 'PE': '23.28', 'PEG': '1.92', 'Shares': '391832400', 'ImputationCredits': '0', 'Symbol': 'ROST', 'DPS': '0.64'}
{'NTA': '0', 'Yield': '58.71', 'EBITDA': '81390000', 'Industry': 'Computer Software: Prepackaged Software', 'PtS': '4.78', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.21', 'Dividend': '0', 'Name': 'Realpage Inc', 'Description': 'Realpage Inc', 'DivYield': '0', 'MarketCap': '2720000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '7.06', 'PE': '166.19', 'PEG': '1.83', 'Shares': '77936960', 'ImputationCredits': '0', 'Symbol': 'RP', 'DPS': '0'}
{'NTA': '0', 'Yield': '19.65', 'EBITDA': '-42320000', 'Industry': '', 'PtS': '4', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.19', 'Dividend': '0', 'Name': 'Rapid7 Inc Cmn Stk', 'Description': 'Rapid7 Inc Cmn Stk', 'DivYield': '0', 'MarketCap': '628700000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '14.98', 'PE': '0', 'PEG': '-0.92', 'Shares': '41969300', 'ImputationCredits': '0', 'Symbol': 'RPD', 'DPS': '0'}
{'NTA': '0', 'Yield': '-49.37', 'EBITDA': '-19610000', 'Industry': 'Biotechnology: Biological Products (No Diagnostic Substances)', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.81', 'Dividend': '0', 'Name': 'Repros Therapeutics', 'Description': 'Repros Therapeutics', 'DivYield': '0', 'MarketCap': '29490000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '3.54', 'PE': '0', 'PEG': '-0.06', 'Shares': '25422410', 'ImputationCredits': '0', 'Symbol': 'RPRX', 'DPS': '0'}
{'NTA': '0', 'Yield': '8.3', 'EBITDA': '206710000', 'Industry': '', 'PtS': '1.76', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.36', 'Dividend': '0', 'Name': 'Rpx Corporation', 'Description': 'Rpx Corporation', 'DivYield': '0', 'MarketCap': '582310000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.24', 'PE': '33.33', 'PEG': '1.03', 'Shares': '48525840', 'ImputationCredits': '0', 'Symbol': 'RPXC', 'DPS': '0'}
{'NTA': '0', 'Yield': '-9.88', 'EBITDA': '137290000', 'Industry': 'Restaurants', 'PtS': '0.54', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.87', 'Dividend': '0', 'Name': 'Red Robin Gourm', 'Description': 'Red Robin Gourm', 'DivYield': '0', 'MarketCap': '701990000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '1.99', 'PE': '62.76', 'PEG': '1.97', 'Shares': '12856960', 'ImputationCredits': '0', 'Symbol': 'RRGB', 'DPS': '0'}
{'NTA': '0', 'Yield': '18.99', 'EBITDA': '490710000', 'Industry': '', 'PtS': '1.79', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.03', 'Dividend': '0', 'Name': 'Rd Rock Rsrts Cla Cmn', 'Description': 'Rd Rock Rsrts Cla Cmn', 'DivYield': '1.78', 'MarketCap': '2570000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '7.45', 'PE': '21.62', 'PEG': '7.35', 'Shares': '115870100', 'ImputationCredits': '0', 'Symbol': 'RRR', 'DPS': '0.4'}
{'NTA': '0', 'Yield': '-10.31', 'EBITDA': '2810000', 'Industry': 'Computer peripheral equipment', 'PtS': '0.73', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.27', 'Dividend': '0', 'Name': 'Radisys Cp', 'Description': 'Radisys Cp', 'DivYield': '0', 'MarketCap': '155560000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '2.7', 'PE': '0', 'PEG': '4.51', 'Shares': '38890000', 'ImputationCredits': '0', 'Symbol': 'RSYS', 'DPS': '0'}
{'NTA': '0', 'Yield': '0.25', 'EBITDA': '13960000', 'Industry': 'Industrial Specialties', 'PtS': '0.82', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.31', 'Dividend': '0', 'Name': 'Rti Surgical Inc', 'Description': 'Rti Surgical Inc', 'DivYield': '0', 'MarketCap': '232260000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '1.36', 'PE': '0', 'PEG': '3.21', 'Shares': '58065000', 'ImputationCredits': '0', 'Symbol': 'RTIX', 'DPS': '0'}
{'NTA': '0', 'Yield': '-85.59', 'EBITDA': '-18300000', 'Industry': '', 'PtS': '0.0392', 'DateTime': '2017-03-31T00:00:00', 'EPS': '10.421', 'Dividend': '0', 'Name': 'Rentech Cmn Stk', 'Description': 'Rentech Cmn Stk', 'DivYield': '0', 'MarketCap': '10900000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.0405', 'PE': '0.0451', 'PEG': '0', 'Shares': '23186560', 'ImputationCredits': '0', 'Symbol': 'RTK', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-13730000', 'Industry': '', 'PtS': '1.18', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-3.18', 'Dividend': '0', 'Name': 'Root9B Technologies Inc', 'Description': 'Root9B Technologies Inc', 'DivYield': '0', 'MarketCap': '36050000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.13', 'PE': '0', 'PEG': '0', 'Shares': '5624025', 'ImputationCredits': '0', 'Symbol': 'RTNB', 'DPS': '0'}
{'NTA': '0', 'Yield': '33.96', 'EBITDA': '-18480000', 'Industry': '', 'PtS': '5.14', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.29', 'Dividend': '0', 'Name': 'Retrophin Inc Cmn', 'Description': 'Retrophin Inc Cmn', 'DivYield': '0', 'MarketCap': '703200000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.22', 'PE': '0', 'PEG': '-0.94', 'Shares': '38093180', 'ImputationCredits': '0', 'Symbol': 'RTRX', 'DPS': '0'}
{'NTA': '0', 'Yield': '-12.88', 'EBITDA': '-18440000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.044', 'Dividend': '0', 'Name': 'Ritter Pharmac. Com', 'Description': 'Ritter Pharmac. Com', 'DivYield': '0', 'MarketCap': '21030000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '5.0992', 'PE': '0', 'PEG': '0', 'Shares': '11619430', 'ImputationCredits': '0', 'Symbol': 'RTTR', 'DPS': '0'}
{'NTA': '0', 'Yield': '-31.47', 'EBITDA': '-110800000', 'Industry': '', 'PtS': '1.2', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.87', 'Dividend': '0', 'Name': 'Sunrun Inc Cmn Stk', 'Description': 'Sunrun Inc Cmn Stk', 'DivYield': '0', 'MarketCap': '565050000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.81', 'PE': '6.21', 'PEG': '-0.22', 'Shares': '104638900', 'ImputationCredits': '0', 'Symbol': 'RUN', 'DPS': '0'}
{'NTA': '0', 'Yield': '68', 'EBITDA': '242150000', 'Industry': 'Automotive Aftermarket', 'PtS': '0.3', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1', 'Dividend': '0', 'Name': 'Rush Entpr Cl A', 'Description': 'Rush Entpr Cl A', 'DivYield': '0', 'MarketCap': '1300000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '1.48', 'PE': '33.08', 'PEG': '1.61', 'Shares': '39298670', 'ImputationCredits': '0', 'Symbol': 'RUSHA', 'DPS': '0'}
{'NTA': '0', 'Yield': '61.55', 'EBITDA': '242150000', 'Industry': 'Automotive Aftermarket', 'PtS': '0.29', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1', 'Dividend': '0', 'Name': 'Rush Entpr Cl B', 'Description': 'Rush Entpr Cl B', 'DivYield': '0', 'MarketCap': '1230000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '1.39', 'PE': '31.18', 'PEG': '0', 'Shares': '39448360', 'ImputationCredits': '0', 'Symbol': 'RUSHB', 'DPS': '0'}
{'NTA': '0', 'Yield': '26.26', 'EBITDA': '60990000', 'Industry': 'Restaurants', 'PtS': '1.58', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.95', 'Dividend': '0', 'Name': "Ruth's Hospitality", 'Description': "Ruth's Hospitality", 'DivYield': '1.8', 'MarketCap': '612570000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '7.72', 'PE': '21.08', 'PEG': '1.26', 'Shares': '30552120', 'ImputationCredits': '0', 'Symbol': 'RUTH', 'DPS': '0.36'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '741698', 'Industry': '', 'PtS': '11.319', 'DateTime': '2017-03-15T00:00:00', 'EPS': '-0.216', 'Dividend': '0', 'Name': 'Reven Housing REIT', 'Description': 'Reven Housing REIT', 'DivYield': '0', 'MarketCap': '63930000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.838', 'PE': '0', 'PEG': '0', 'Shares': '10733710', 'ImputationCredits': '0', 'Symbol': 'RVEN', 'DPS': '0'}
{'NTA': '0', 'Yield': '14.9', 'EBITDA': '11950000', 'Industry': '', 'PtS': '0.92', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.03', 'Dividend': '0', 'Name': 'Revolution Lgt Tc', 'Description': 'Revolution Lgt Tc', 'DivYield': '0', 'MarketCap': '156280000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.26', 'PE': '0', 'PEG': '0', 'Shares': '20893050', 'ImputationCredits': '0', 'Symbol': 'RVLT', 'DPS': '0'}
{'NTA': '0', 'Yield': '13.17', 'EBITDA': '-77710000', 'Industry': '', 'PtS': '1939.94', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-3.18', 'Dividend': '0', 'Name': 'Revance Therapeutics', 'Description': 'Revance Therapeutics', 'DivYield': '0', 'MarketCap': '576120000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.21', 'PE': '0', 'PEG': '-0.49', 'Shares': '29319080', 'ImputationCredits': '0', 'Symbol': 'RVNC', 'DPS': '0'}
{'NTA': '0', 'Yield': '63.99', 'EBITDA': '0', 'Industry': 'Savings Institutions', 'PtS': '3.95', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.3', 'Dividend': '0', 'Name': 'Riverview Bancorp', 'Description': 'Riverview Bancorp', 'DivYield': '1.1', 'MarketCap': '163280000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.49', 'PE': '24.2', 'PEG': '1.89', 'Shares': '22490360', 'ImputationCredits': '0', 'Symbol': 'RVSB', 'DPS': '0.08'}
{'NTA': '0', 'Yield': '-76.82', 'EBITDA': '-29750000', 'Industry': '', 'PtS': '5.71', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.47', 'Dividend': '0', 'Name': 'Rewalk Roboti Ord Sh', 'Description': 'Rewalk Roboti Ord Sh', 'DivYield': '0', 'MarketCap': '34340000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '4.05', 'PE': '0', 'PEG': '0', 'Shares': '16352380', 'ImputationCredits': '0', 'Symbol': 'RWLK', 'DPS': '0'}
{'NTA': '0', 'Yield': '24.28', 'EBITDA': '-97210000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.69', 'Dividend': '0', 'Name': 'Ignyta Inc Cmn', 'Description': 'Ignyta Inc Cmn', 'DivYield': '0', 'MarketCap': '385730000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.91', 'PE': '0', 'PEG': '0', 'Shares': '41700540', 'ImputationCredits': '0', 'Symbol': 'RXDX', 'DPS': '0'}
{'NTA': '0', 'Yield': '-63.51', 'EBITDA': '-8960000', 'Industry': 'Major Pharmaceuticals', 'PtS': '974.32', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.64', 'Dividend': '0', 'Name': 'Rxi Pharmaceuticals', 'Description': 'Rxi Pharmaceuticals', 'DivYield': '0', 'MarketCap': '17860000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '1.49', 'PE': '0', 'PEG': '0', 'Shares': '22049380', 'ImputationCredits': '0', 'Symbol': 'RXII', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Rxi Pharmaceuticals Corporation Warrants Expirin', 'Description': 'Rxi Pharmaceuticals Corporation Warrants Expirin', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'RXIIW', 'DPS': '0'}
{'NTA': '0', 'Yield': '2.51', 'EBITDA': '2180000000', 'Industry': 'Air Freight/Delivery Services', 'PtS': '2.86', 'DateTime': '2017-03-31T00:00:00', 'EPS': '5.51', 'Dividend': '0', 'Name': 'Ryanair Hldgs Plc', 'Description': 'Ryanair Hldgs Plc', 'DivYield': '0', 'MarketCap': '20470000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Transportation', 'PtB': '3.91', 'PE': '14.99', 'PEG': '0.61', 'Shares': '246685900', 'ImputationCredits': '0', 'Symbol': 'RYAAY', 'DPS': '0'}
{'NTA': '0', 'Yield': '-26.8', 'EBITDA': '726360000', 'Industry': '', 'PtS': '1.77', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.86', 'Dividend': '0', 'Name': 'Sabre Corporation Cmn', 'Description': 'Sabre Corporation Cmn', 'DivYield': '2.64', 'MarketCap': '5870000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '9.57', 'PE': '24.64', 'PEG': '1.57', 'Shares': '277017500', 'ImputationCredits': '0', 'Symbol': 'SABR', 'DPS': '0.56'}
{'NTA': '0', 'Yield': '-92.76', 'EBITDA': '33680000', 'Industry': '', 'PtS': '0.26', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-6.13', 'Dividend': '0', 'Name': 'Saexploration Hldgs', 'Description': 'Saexploration Hldgs', 'DivYield': '0', 'MarketCap': '55770000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.56', 'PE': '0', 'PEG': '0', 'Shares': '9357383', 'ImputationCredits': '0', 'Symbol': 'SAEX', 'DPS': '0'}
{'NTA': '0', 'Yield': '13.19', 'EBITDA': '397540000', 'Industry': 'Meat/Poultry/Fish', 'PtS': '0.81', 'DateTime': '2017-03-31T00:00:00', 'EPS': '8.91', 'Dividend': '0', 'Name': 'Sanderson Farms In', 'Description': 'Sanderson Farms In', 'DivYield': '0.93', 'MarketCap': '2360000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '1.94', 'PE': '11.66', 'PEG': '1.4', 'Shares': '22727270', 'ImputationCredits': '0', 'Symbol': 'SAFM', 'DPS': '0.96'}
{'NTA': '0', 'Yield': '23.83', 'EBITDA': '107450000', 'Industry': 'Property-Casualty Insurers', 'PtS': '1.28', 'DateTime': '2017-03-31T00:00:00', 'EPS': '4.27', 'Dividend': '0', 'Name': 'Safety Ins Group Inc', 'Description': 'Safety Ins Group Inc', 'DivYield': '4.02', 'MarketCap': '1060000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.57', 'PE': '16.42', 'PEG': '1.13', 'Shares': '15121260', 'ImputationCredits': '0', 'Symbol': 'SAFT', 'DPS': '2.8'}
{'NTA': '0', 'Yield': '88.56', 'EBITDA': '-159880000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-4.75', 'Dividend': '0', 'Name': 'Sage Therapeutic Com', 'Description': 'Sage Therapeutic Com', 'DivYield': '0', 'MarketCap': '2650000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '6.55', 'PE': '0', 'PEG': '0', 'Shares': '37287180', 'ImputationCredits': '0', 'Symbol': 'SAGE', 'DPS': '0'}
{'NTA': '0', 'Yield': '53.18', 'EBITDA': '155380000', 'Industry': 'Trucking Freight/Courier Services', 'PtS': '0.92', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.87', 'Dividend': '0', 'Name': 'Saia Inc', 'Description': 'Saia Inc', 'DivYield': '0', 'MarketCap': '1110000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Transportation', 'PtB': '2.31', 'PE': '23.69', 'PEG': '1.34', 'Shares': '25056430', 'ImputationCredits': '0', 'Symbol': 'SAIA', 'DPS': '0'}
{'NTA': '0', 'Yield': '-30.06', 'EBITDA': '246999', 'Industry': '', 'PtS': '0.57', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.12', 'Dividend': '0', 'Name': 'Sajan Cmn Stk', 'Description': 'Sajan Cmn Stk', 'DivYield': '0', 'MarketCap': '17750000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.95', 'PE': '0', 'PEG': '0', 'Shares': '4797298', 'ImputationCredits': '0', 'Symbol': 'SAJA', 'DPS': '0'}
{'NTA': '0', 'Yield': '20.16', 'EBITDA': '0', 'Industry': '', 'PtS': '2.88', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.41', 'Dividend': '0', 'Name': 'Salisbury Bancorp', 'Description': 'Salisbury Bancorp', 'DivYield': '2.9', 'MarketCap': '105470000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.12', 'PE': '16', 'PEG': '0', 'Shares': '2735927', 'ImputationCredits': '0', 'Symbol': 'SAL', 'DPS': '1.12'}
{'NTA': '0', 'Yield': '-3.91', 'EBITDA': '31090000', 'Industry': '', 'PtS': '1.4', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.04', 'Dividend': '0', 'Name': 'Retailmenot Inc', 'Description': 'Retailmenot Inc', 'DivYield': '0', 'MarketCap': '387630000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.83', 'PE': '202.5', 'PEG': '-1.95', 'Shares': '47855560', 'ImputationCredits': '0', 'Symbol': 'SALE', 'DPS': '0'}
{'NTA': '0', 'Yield': '-4.12', 'EBITDA': '48550000', 'Industry': 'Broadcasting', 'PtS': '0.64', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.34', 'Dividend': '0', 'Name': 'Salem Media Grp Inc', 'Description': 'Salem Media Grp Inc', 'DivYield': '3.82', 'MarketCap': '176860000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '0.81', 'PE': '20', 'PEG': '2.16', 'Shares': '26008820', 'ImputationCredits': '0', 'Symbol': 'SALM', 'DPS': '0.26'}
{'NTA': '0', 'Yield': '1.99', 'EBITDA': '17450000', 'Industry': '', 'PtS': '1.34', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.62', 'Dividend': '0', 'Name': 'Silvercrest Ast Cm A', 'Description': 'Silvercrest Ast Cm A', 'DivYield': '3.6', 'MarketCap': '107380000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.28', 'PE': '21.45', 'PEG': '0.98', 'Shares': '8073684', 'ImputationCredits': '0', 'Symbol': 'SAMG', 'DPS': '0.48'}
{'NTA': '0', 'Yield': '71.67', 'EBITDA': '340620000', 'Industry': 'Electrical Products', 'PtS': '0.45', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.64', 'Dividend': '0', 'Name': 'Sanmina Corp', 'Description': 'Sanmina Corp', 'DivYield': '0', 'MarketCap': '3020000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.81', 'PE': '15.37', 'PEG': '-0.91', 'Shares': '74384240', 'ImputationCredits': '0', 'Symbol': 'SANM', 'DPS': '0'}
{'NTA': '0', 'Yield': '7.84', 'EBITDA': '6190000', 'Industry': 'Farming/Seeds/Milling', 'PtS': '0.91', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.07', 'Dividend': '0', 'Name': 'S&W Seed Company', 'Description': 'S&W Seed Company', 'DivYield': '0', 'MarketCap': '88920000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '1.25', 'PE': '0', 'PEG': '3.59', 'Shares': '17963640', 'ImputationCredits': '0', 'Symbol': 'SANW', 'DPS': '0'}
{'NTA': '0', 'Yield': '43.37', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '5.06', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2', 'Dividend': '0', 'Name': 'Sandy Spring Bancorp', 'Description': 'Sandy Spring Bancorp', 'DivYield': '2.59', 'MarketCap': '980440000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.85', 'PE': '20.5', 'PEG': '2.24', 'Shares': '23919000', 'ImputationCredits': '0', 'Symbol': 'SASR', 'DPS': '1.04'}
{'NTA': '0', 'Yield': '39.17', 'EBITDA': '873170000', 'Industry': 'Radio And Television Broadcasting And Communications Equipment', 'PtS': '1.71', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.92', 'Dividend': '0', 'Name': 'Echostar Corp', 'Description': 'Echostar Corp', 'DivYield': '0', 'MarketCap': '5230000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.33', 'PE': '28.79', 'PEG': '10.41', 'Shares': '94626380', 'ImputationCredits': '0', 'Symbol': 'SATS', 'DPS': '0'}
{'NTA': '0', 'Yield': '43.75', 'EBITDA': '22340000', 'Industry': '', 'PtS': '0.37', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.23', 'Dividend': '0', 'Name': 'Diversified Rstrt HD', 'Description': 'Diversified Rstrt HD', 'DivYield': '0', 'MarketCap': '61340000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '2.59', 'Shares': '26669570', 'ImputationCredits': '0', 'Symbol': 'SAUC', 'DPS': '0'}
{'NTA': '0', 'Yield': '20.81', 'EBITDA': '547560000', 'Industry': '', 'PtS': '1.56', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.76', 'Dividend': '0', 'Name': 'Spirit Airlines Inc', 'Description': 'Spirit Airlines Inc', 'DivYield': '0', 'MarketCap': '3680000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.59', 'PE': '14.11', 'PEG': '1.41', 'Shares': '69342380', 'ImputationCredits': '0', 'Symbol': 'SAVE', 'DPS': '0'}
{'NTA': '0', 'Yield': '16.82', 'EBITDA': '1060000000', 'Industry': 'Telecommunications Equipment', 'PtS': '8.81', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.61', 'Dividend': '0', 'Name': 'SBA Communications', 'Description': 'SBA Communications', 'DivYield': '0', 'MarketCap': '14560000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '0', 'PE': '197.33', 'PEG': '2.43', 'Shares': '120960400', 'ImputationCredits': '0', 'Symbol': 'SBAC', 'DPS': '0'}
{'NTA': '0', 'Yield': '-8.65', 'EBITDA': '-34890000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.27', 'Dividend': '0', 'Name': 'Strongbridge Bio Ord', 'Description': 'Strongbridge Bio Ord', 'DivYield': '0', 'MarketCap': '100720000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.62', 'PE': '0', 'PEG': '0', 'Shares': '21204210', 'ImputationCredits': '0', 'Symbol': 'SBBP', 'DPS': '0'}
{'NTA': '0', 'Yield': '82.16', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '3.58', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.19', 'Dividend': '0', 'Name': 'Sussex Bancorp', 'Description': 'Sussex Bancorp', 'DivYield': '0.67', 'MarketCap': '114170000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.84', 'PE': '20.59', 'PEG': '1.75', 'Shares': '4660000', 'ImputationCredits': '0', 'Symbol': 'SBBX', 'DPS': '0.16'}
{'NTA': '0', 'Yield': '47.84', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '5.21', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.78', 'Dividend': '0', 'Name': 'Seacoast Banking Cp', 'Description': 'Seacoast Banking Cp', 'DivYield': '0', 'MarketCap': '899060000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '2.09', 'PE': '30.74', 'PEG': '2.19', 'Shares': '37492080', 'ImputationCredits': '0', 'Symbol': 'SBCF', 'DPS': '0'}
{'NTA': '0', 'Yield': '50.65', 'EBITDA': '0', 'Industry': '', 'PtS': '7.37', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.01', 'Dividend': '0', 'Name': 'Sunshine Bancorp Cmn', 'Description': 'Sunshine Bancorp Cmn', 'DivYield': '0', 'MarketCap': '160840000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.43', 'PE': '0', 'PEG': '0', 'Shares': '7680994', 'ImputationCredits': '0', 'Symbol': 'SBCP', 'DPS': '0'}
{'NTA': '0', 'Yield': '55.82', 'EBITDA': '0', 'Industry': '', 'PtS': '1.91', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.38', 'Dividend': '0', 'Name': 'Sb Financial Group', 'Description': 'Sb Financial Group', 'DivYield': '1.57', 'MarketCap': '81460000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.13', 'PE': '12.13', 'PEG': '0', 'Shares': '4872010', 'ImputationCredits': '0', 'Symbol': 'SBFG', 'DPS': '0.26'}
{'NTA': '0', 'Yield': '-2.27', 'EBITDA': '0', 'Industry': '', 'PtS': '1.91', 'DateTime': '2017-03-21T00:00:00', 'EPS': '1.38', 'Dividend': '0', 'Name': 'Sb Fin Grp Dep Shs', 'Description': 'Sb Fin Grp Dep Shs', 'DivYield': '3.86', 'MarketCap': '82090000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.12', 'PE': '12.23', 'PEG': '0', 'Shares': '4871810', 'ImputationCredits': '0', 'Symbol': 'SBFGP', 'DPS': '0.65'}
{'NTA': '0', 'Yield': '26.29', 'EBITDA': '880550000', 'Industry': 'Broadcasting', 'PtS': '1.31', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.6', 'Dividend': '0', 'Name': 'Sinclair Brdcst A', 'Description': 'Sinclair Brdcst A', 'DivYield': '1.81', 'MarketCap': '3570000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '6.09', 'PE': '15.21', 'PEG': '8.7', 'Shares': '90265480', 'ImputationCredits': '0', 'Symbol': 'SBGI', 'DPS': '0.72'}
{'NTA': '0', 'Yield': '124.15', 'EBITDA': '15430000', 'Industry': 'Marine Transportation', 'PtS': '3.41', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-3.24', 'Dividend': '0', 'Name': 'Star Bulk Carriers', 'Description': 'Star Bulk Carriers', 'DivYield': '0', 'MarketCap': '749250000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Transportation', 'PtB': '0.66', 'PE': '0', 'PEG': '0.84', 'Shares': '63068180', 'ImputationCredits': '0', 'Symbol': 'SBLK', 'DPS': '0'}
{'NTA': '0', 'Yield': '54.56', 'EBITDA': '33880000', 'Industry': '', 'PtS': '335.44', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.2', 'Dividend': '0', 'Name': 'Strblk 8% Sr Nt 2019', 'Description': 'Strblk 8% Sr Nt 2019', 'DivYield': '0', 'MarketCap': '49460000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.34', 'PE': '0', 'PEG': '0', 'Shares': '2000000000', 'ImputationCredits': '0', 'Symbol': 'SBLKL', 'DPS': '0'}
{'NTA': '0', 'Yield': '7.66', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '7.63', 'DateTime': '2017-03-31T00:00:00', 'EPS': '7.37', 'Dividend': '0', 'Name': 'Signature Bank', 'Description': 'Signature Bank', 'DivYield': '0', 'MarketCap': '7900000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '2.15', 'PE': '19.64', 'PEG': '1.34', 'Shares': '54580630', 'ImputationCredits': '0', 'Symbol': 'SBNY', 'DPS': '0'}
{'NTA': '0', 'Yield': '56.04', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '0', 'DateTime': '2017-03-17T00:00:00', 'EPS': '2.74', 'Dividend': '0', 'Name': 'Signature Bank Wrnt', 'Description': 'Signature Bank Wrnt', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'SBNYW', 'DPS': '0'}
{'NTA': '0', 'Yield': '-54.72', 'EBITDA': '-4850000', 'Industry': '', 'PtS': '18.29', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.53', 'Dividend': '0', 'Name': 'Stellar Biotch Cm ST', 'Description': 'Stellar Biotch Cm ST', 'DivYield': '0', 'MarketCap': '16720000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.56', 'PE': '0', 'PEG': '0', 'Shares': '10133330', 'ImputationCredits': '0', 'Symbol': 'SBOT', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-19290000', 'Industry': '', 'PtS': '239.68', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.39', 'Dividend': '0', 'Name': 'Spring Bank Ph CS', 'Description': 'Spring Bank Ph CS', 'DivYield': '0', 'MarketCap': '88790000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '4.96', 'PE': '0', 'PEG': '0', 'Shares': '9415695', 'ImputationCredits': '0', 'Symbol': 'SBPH', 'DPS': '0'}
{'NTA': '0', 'Yield': '32.43', 'EBITDA': '227860000', 'Industry': 'Real Estate Investment Trusts', 'PtS': '6.94', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.92', 'Dividend': '0', 'Name': 'Sabra REIT', 'Description': 'Sabra REIT', 'DivYield': '6.08', 'MarketCap': '1820000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '1.78', 'PE': '30.36', 'PEG': '3.08', 'Shares': '65162910', 'ImputationCredits': '0', 'Symbol': 'SBRA', 'DPS': '1.68'}
{'NTA': '0', 'Yield': '-1.29', 'EBITDA': '227860000', 'Industry': '', 'PtS': '6.5059', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.92', 'Dividend': '0', 'Name': 'Sabra Hlthcare REIT', 'Description': 'Sabra Hlthcare REIT', 'DivYield': '6.85', 'MarketCap': '1690000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.6691', 'PE': '28.1773', 'PEG': '0', 'Shares': '65192820', 'ImputationCredits': '0', 'Symbol': 'SBRAP', 'DPS': '1.78'}
{'NTA': '0', 'Yield': '14.93', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '5.7', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.86', 'Dividend': '0', 'Name': 'Southside Bancshares', 'Description': 'Southside Bancshares', 'DivYield': '3.06', 'MarketCap': '959230000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.86', 'PE': '18.05', 'PEG': '8.28', 'Shares': '28574020', 'ImputationCredits': '0', 'Symbol': 'SBSI', 'DPS': '1'}
{'NTA': '0', 'Yield': '3.84', 'EBITDA': '4950000000', 'Industry': 'Restaurants', 'PtS': '3.91', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.95', 'Dividend': '0', 'Name': 'Starbucks Corp', 'Description': 'Starbucks Corp', 'DivYield': '1.57', 'MarketCap': '85100000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '14.62', 'PE': '29.94', 'PEG': '1.76', 'Shares': '1457441000', 'ImputationCredits': '0', 'Symbol': 'SBUX', 'DPS': '0.9'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-30T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Saban Capital Acquisition Corp', 'Description': 'Saban Capital Acquisition Corp', 'DivYield': '0', 'MarketCap': '250000000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '25000000000', 'ImputationCredits': '0', 'Symbol': 'SCAC', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Saban Capital Acquisition Corp. Un', 'Description': 'Saban Capital Acquisition Corp. Un', 'DivYield': '0', 'MarketCap': '248360000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '23500020000', 'ImputationCredits': '0', 'Symbol': 'SCACU', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Saban Capital Acquisition Corp. Warrants', 'Description': 'Saban Capital Acquisition Corp. Warrants', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'SCACW', 'DPS': '0'}
{'NTA': '0', 'Yield': '14.72', 'EBITDA': '285170000', 'Industry': '', 'PtS': '1.8', 'DateTime': '2017-03-23T00:00:00', 'EPS': '0.86', 'Dividend': '0', 'Name': 'Surgical Care Affili', 'Description': 'Surgical Care Affili', 'DivYield': '0', 'MarketCap': '2270000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '5.14', 'PE': '65.12', 'PEG': '2.45', 'Shares': '40630040', 'ImputationCredits': '0', 'Symbol': 'SCAI', 'DPS': '0'}
{'NTA': '0', 'Yield': '17.01', 'EBITDA': '142500000', 'Industry': 'Books', 'PtS': '0.82', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.52', 'Dividend': '0', 'Name': 'Scholastic Cp', 'Description': 'Scholastic Cp', 'DivYield': '1.41', 'MarketCap': '1470000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '1.15', 'PE': '28.12', 'PEG': '2.99', 'Shares': '34418170', 'ImputationCredits': '0', 'Symbol': 'SCHL', 'DPS': '0.6'}
{'NTA': '0', 'Yield': '0.15', 'EBITDA': '74620000', 'Industry': 'Industrial Specialties', 'PtS': '0.41', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.57', 'Dividend': '0', 'Name': 'Schnitzer Steel A', 'Description': 'Schnitzer Steel A', 'DivYield': '3.61', 'MarketCap': '565210000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '1.13', 'PE': '0', 'PEG': '2.14', 'Shares': '27370940', 'ImputationCredits': '0', 'Symbol': 'SCHN', 'DPS': '0.75'}
{'NTA': '0', 'Yield': '-7.83', 'EBITDA': '2840000', 'Industry': 'Computer Manufacturing', 'PtS': '1.2436', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.8', 'Dividend': '0', 'Name': 'Socket Mobile', 'Description': 'Socket Mobile', 'DivYield': '0', 'MarketCap': '25780000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.599', 'PE': '2.4435', 'PEG': '0', 'Shares': '5861356', 'ImputationCredits': '0', 'Symbol': 'SCKT', 'DPS': '0'}
{'NTA': '0', 'Yield': '-25.76', 'EBITDA': '34220000', 'Industry': 'Major Pharmaceuticals', 'PtS': '3.09', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.58', 'Dividend': '0', 'Name': 'Sciclone Pharmaceut', 'Description': 'Sciclone Pharmaceut', 'DivYield': '0', 'MarketCap': '502170000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '2.28', 'PE': '16.81', 'PEG': '1.06', 'Shares': '51504610', 'ImputationCredits': '0', 'Symbol': 'SCLN', 'DPS': '0'}
{'NTA': '0', 'Yield': '2.04', 'EBITDA': '126570000', 'Industry': 'Major Pharmaceuticals', 'PtS': '2.03', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.42', 'Dividend': '0', 'Name': 'Sucampo Pharma Inc', 'Description': 'Sucampo Pharma Inc', 'DivYield': '0', 'MarketCap': '460090000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '2.79', 'PE': '25', 'PEG': '0.53', 'Shares': '43404720', 'ImputationCredits': '0', 'Symbol': 'SCMP', 'DPS': '0'}
{'NTA': '0', 'Yield': '-52.96', 'EBITDA': '-9340000', 'Industry': 'Radio And Television Broadcasting And Communications Equipment', 'PtS': '26.55', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-4.2', 'Dividend': '0', 'Name': 'Superconductor Tech', 'Description': 'Superconductor Tech', 'DivYield': '0', 'MarketCap': '4180000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '0.55', 'PE': '0', 'PEG': '0', 'Shares': '3240310', 'ImputationCredits': '0', 'Symbol': 'SCON', 'DPS': '0'}
{'NTA': '0', 'Yield': '-3.52', 'EBITDA': '107290000', 'Industry': 'Retail: Computer Software & Peripheral Equipment', 'PtS': '0.28', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.51', 'Dividend': '0', 'Name': 'Scansource Inc', 'Description': 'Scansource Inc', 'DivYield': '0', 'MarketCap': '991140000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.25', 'PE': '15.66', 'PEG': '1.45', 'Shares': '25251970', 'ImputationCredits': '0', 'Symbol': 'SCSC', 'DPS': '0'}
{'NTA': '0', 'Yield': '0.45', 'EBITDA': '133820000', 'Industry': 'Home Furnishings', 'PtS': '0.8', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.1', 'Dividend': '0', 'Name': 'Select Comfort Cp', 'Description': 'Select Comfort Cp', 'DivYield': '0', 'MarketCap': '1060000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '6.67', 'PE': '22.54', 'PEG': '1.62', 'Shares': '42759180', 'ImputationCredits': '0', 'Symbol': 'SCSS', 'DPS': '0'}
{'NTA': '0', 'Yield': '-4.14', 'EBITDA': '66110000', 'Industry': 'Clothing/Shoe/Accessory Stores', 'PtS': '0.44', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.28', 'Dividend': '0', 'Name': 'Shoe Carnival Inc', 'Description': 'Shoe Carnival Inc', 'DivYield': '1.15', 'MarketCap': '434690000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '1.41', 'PE': '19.23', 'PEG': '1.08', 'Shares': '17691900', 'ImputationCredits': '0', 'Symbol': 'SCVL', 'DPS': '0.28'}
{'NTA': '0', 'Yield': '-28.73', 'EBITDA': '-26530000', 'Industry': '', 'PtS': '1.82', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.49', 'Dividend': '0', 'Name': 'Secureworks Corp CS', 'Description': 'Secureworks Corp CS', 'DivYield': '0', 'MarketCap': '765380000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.13', 'PE': '0', 'PEG': '-4.3', 'Shares': '80566310', 'ImputationCredits': '0', 'Symbol': 'SCWX', 'DPS': '0'}
{'NTA': '0', 'Yield': '-29.41', 'EBITDA': '-27790000', 'Industry': '', 'PtS': '277.12', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.58', 'Dividend': '0', 'Name': 'Scynexis Inc Cmn', 'Description': 'Scynexis Inc Cmn', 'DivYield': '0', 'MarketCap': '70450000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.97', 'PE': '0', 'PEG': '0', 'Shares': '25525360', 'ImputationCredits': '0', 'Symbol': 'SCYX', 'DPS': '0'}
{'NTA': '0', 'Yield': '7.44', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Ishares MSCI EAFE Sm', 'Description': 'Ishares MSCI EAFE Sm', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'SCZ', 'DPS': '0'}
{'NTA': '0', 'Yield': '-33.51', 'EBITDA': '-17780000', 'Industry': 'Radio And Television Broadcasting And Communications Equipment', 'PtS': '0.99', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.91', 'Dividend': '0', 'Name': 'Sea Change Intl In', 'Description': 'Sea Change Intl In', 'DivYield': '0', 'MarketCap': '87310000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '0.91', 'PE': '0', 'PEG': '-0.08', 'Shares': '35205640', 'ImputationCredits': '0', 'Symbol': 'SEAC', 'DPS': '0'}
{'NTA': '0', 'Yield': '-41.77', 'EBITDA': '75950000', 'Industry': '', 'PtS': '1.16', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.44', 'Dividend': '0', 'Name': 'Solaredge Tech Cmn', 'Description': 'Solaredge Tech Cmn', 'DivYield': '0', 'MarketCap': '562560000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.06', 'PE': '9.5', 'PEG': '3.63', 'Shares': '41062770', 'ImputationCredits': '0', 'Symbol': 'SEDG', 'DPS': '0'}
{'NTA': '0', 'Yield': '3.57', 'EBITDA': '-4500000', 'Industry': 'Farming/Seeds/Milling', 'PtS': '0.94', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.39', 'Dividend': '0', 'Name': 'Origin Agritech Limi', 'Description': 'Origin Agritech Limi', 'DivYield': '0', 'MarketCap': '44600000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '2.07', 'PE': '0', 'PEG': '0', 'Shares': '22871790', 'ImputationCredits': '0', 'Symbol': 'SEED', 'DPS': '0'}
{'NTA': '0', 'Yield': '4.91', 'EBITDA': '402480000', 'Industry': 'Investment Bankers/Brokers/Service', 'PtS': '5.76', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.03', 'Dividend': '0', 'Name': 'Sei Investments Co', 'Description': 'Sei Investments Co', 'DivYield': '1.1', 'MarketCap': '8010000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '6.19', 'PE': '24.8', 'PEG': '1.75', 'Shares': '159086400', 'ImputationCredits': '0', 'Symbol': 'SEIC', 'DPS': '0.56'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-4.16', 'Dividend': '0', 'Name': 'Selecta Biosciences', 'Description': 'Selecta Biosciences', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'SELB', 'DPS': '0'}
{'NTA': '0', 'Yield': '-1.04', 'EBITDA': '0', 'Industry': '', 'PtS': '7.12', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.29', 'Dividend': '0', 'Name': 'Global Self Storage', 'Description': 'Global Self Storage', 'DivYield': '5.53', 'MarketCap': '34780000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.87', 'PE': '16.12', 'PEG': '0', 'Shares': '7415779', 'ImputationCredits': '0', 'Symbol': 'SELF', 'DPS': '0.26'}
{'NTA': '0', 'Yield': '10.77', 'EBITDA': '77230000', 'Industry': 'Packaged Foods', 'PtS': '0.28', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.82', 'Dividend': '0', 'Name': 'Seneca Foods Cp A', 'Description': 'Seneca Foods Cp A', 'DivYield': '0', 'MarketCap': '352300000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '0.86', 'PE': '12.8', 'PEG': '0', 'Shares': '9759003', 'ImputationCredits': '0', 'Symbol': 'SENEA', 'DPS': '0'}
{'NTA': '0', 'Yield': '10.12', 'EBITDA': '77230000', 'Industry': 'Packaged Foods', 'PtS': '0.3', 'DateTime': '2017-03-30T00:00:00', 'EPS': '2.82', 'Dividend': '0', 'Name': 'Seneca Foods Cp B', 'Description': 'Seneca Foods Cp B', 'DivYield': '0', 'MarketCap': '385480000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '0.93', 'PE': '14', 'PEG': '0', 'Shares': '9758987', 'ImputationCredits': '0', 'Symbol': 'SENEB', 'DPS': '0'}
{'NTA': '0', 'Yield': '31.65', 'EBITDA': '-4670000', 'Industry': '', 'PtS': '1.3813', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.91', 'Dividend': '0', 'Name': 'Sevcon Inc', 'Description': 'Sevcon Inc', 'DivYield': '0', 'MarketCap': '76840000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '6.5525', 'PE': '0', 'PEG': '0', 'Shares': '5262978', 'ImputationCredits': '0', 'Symbol': 'SEV', 'DPS': '0'}
{'NTA': '0', 'Yield': '35.06', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '2.8', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.09', 'Dividend': '0', 'Name': 'Sound Financial Cmn', 'Description': 'Sound Financial Cmn', 'DivYield': '1.28', 'MarketCap': '76330000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.24', 'PE': '15.19', 'PEG': '0', 'Shares': '2404852', 'ImputationCredits': '0', 'Symbol': 'SFBC', 'DPS': '0.4'}
{'NTA': '0', 'Yield': '-26.18', 'EBITDA': '0', 'Industry': '', 'PtS': '10.16', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.52', 'Dividend': '0', 'Name': 'Servisfirst Bancs Cmn', 'Description': 'Servisfirst Bancs Cmn', 'DivYield': '0.55', 'MarketCap': '1920000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.67', 'PE': '23.93', 'PEG': '0', 'Shares': '52776250', 'ImputationCredits': '0', 'Symbol': 'SFBS', 'DPS': '0.2'}
{'NTA': '0', 'Yield': '5.02', 'EBITDA': '140760000', 'Industry': 'Other Consumer Services', 'PtS': '1.41', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.45', 'Dividend': '0', 'Name': 'Shutterfly Inc', 'Description': 'Shutterfly Inc', 'DivYield': '0', 'MarketCap': '1620000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Miscellaneous', 'PtB': '2.87', 'PE': '107.31', 'PEG': '1.5', 'Shares': '33547320', 'ImputationCredits': '0', 'Symbol': 'SFLY', 'DPS': '0'}
{'NTA': '0', 'Yield': '-17.63', 'EBITDA': '293780000', 'Industry': '', 'PtS': '0.77', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.83', 'Dividend': '0', 'Name': 'Sprouts Farmers Mark', 'Description': 'Sprouts Farmers Mark', 'DivYield': '0', 'MarketCap': '3080000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '4.75', 'PE': '27.2', 'PEG': '2.5', 'Shares': '136403900', 'ImputationCredits': '0', 'Symbol': 'SFM', 'DPS': '0'}
{'NTA': '0', 'Yield': '18.09', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '4.41', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.13', 'Dividend': '0', 'Name': 'Simmons First Natl', 'Description': 'Simmons First Natl', 'DivYield': '1.82', 'MarketCap': '1730000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.52', 'PE': '17.62', 'PEG': '3.36', 'Shares': '31368990', 'ImputationCredits': '0', 'Symbol': 'SFNC', 'DPS': '1'}
{'NTA': '0', 'Yield': '28.04', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '4.12', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.94', 'Dividend': '0', 'Name': 'Southern First Bancs', 'Description': 'Southern First Bancs', 'DivYield': '0', 'MarketCap': '211110000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.93', 'PE': '16.83', 'PEG': '1.97', 'Shares': '6465850', 'ImputationCredits': '0', 'Symbol': 'SFST', 'DPS': '0'}
{'NTA': '0', 'Yield': '49.49', 'EBITDA': '0', 'Industry': '', 'PtS': '6.99', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.07', 'Dividend': '0', 'Name': 'Stonegate Bk Cmn Stk', 'Description': 'Stonegate Bk Cmn Stk', 'DivYield': '0.7', 'MarketCap': '648720000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.88', 'PE': '22.1', 'PEG': '1.09', 'Shares': '14188980', 'ImputationCredits': '0', 'Symbol': 'SGBK', 'DPS': '0.32'}
{'NTA': '0', 'Yield': '-2.21', 'EBITDA': '26640000', 'Industry': 'Apparel', 'PtS': '0.98', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.98', 'Dividend': '0', 'Name': 'Superior Uniform Grp', 'Description': 'Superior Uniform Grp', 'DivYield': '2.06', 'MarketCap': '249450000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '2.23', 'PE': '17.48', 'PEG': '0', 'Shares': '14562170', 'ImputationCredits': '0', 'Symbol': 'SGC', 'DPS': '0.35'}
{'NTA': '0', 'Yield': '77.17', 'EBITDA': '-124690000', 'Industry': 'Biotechnology: Biological Products (No Diagnostic Substances)', 'PtS': '21.49', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1', 'Dividend': '0', 'Name': 'Seattle Genetics Inc', 'Description': 'Seattle Genetics Inc', 'DivYield': '0', 'MarketCap': '8960000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '14.14', 'PE': '0', 'PEG': '-1.95', 'Shares': '142539000', 'ImputationCredits': '0', 'Symbol': 'SGEN', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-2080000', 'Industry': '', 'PtS': '8.14', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.71', 'Dividend': '0', 'Name': 'Sigma Labs Inc', 'Description': 'Sigma Labs Inc', 'DivYield': '0', 'MarketCap': '10390000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '8.49', 'PE': '0', 'PEG': '0', 'Shares': '3101493', 'ImputationCredits': '0', 'Symbol': 'SGLB', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Sigma Labs Inc. Warrant', 'Description': 'Sigma Labs Inc. Warrant', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'SGLBW', 'DPS': '0'}
{'NTA': '0', 'Yield': '-16.75', 'EBITDA': '6890000', 'Industry': 'Electrical Products', 'PtS': '0.0861', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.038', 'Dividend': '0', 'Name': 'Sigmatron Intl Inc', 'Description': 'Sigmatron Intl Inc', 'DivYield': '0', 'MarketCap': '21420000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '0.3522', 'PE': '134.6763', 'PEG': '0', 'Shares': '4185474', 'ImputationCredits': '0', 'Symbol': 'SGMA', 'DPS': '0'}
{'NTA': '0', 'Yield': '-17.46', 'EBITDA': '-65460000', 'Industry': 'Biotechnology: Biological Products (No Diagnostic Substances)', 'PtS': '17.18', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.02', 'Dividend': '0', 'Name': 'Sangamo Therapeutics', 'Description': 'Sangamo Therapeutics', 'DivYield': '0', 'MarketCap': '368550000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '2.45', 'PE': '0', 'PEG': '0', 'Shares': '70875000', 'ImputationCredits': '0', 'Symbol': 'SGMO', 'DPS': '0'}
{'NTA': '0', 'Yield': '138.41', 'EBITDA': '834200000', 'Industry': 'EDP Services', 'PtS': '0.7', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-4.05', 'Dividend': '0', 'Name': 'Scientific Games', 'Description': 'Scientific Games', 'DivYield': '0', 'MarketCap': '2080000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '0', 'PE': '0', 'PEG': '-0.24', 'Shares': '87949260', 'ImputationCredits': '0', 'Symbol': 'SGMS', 'DPS': '0'}
{'NTA': '0', 'Yield': '-19.94', 'EBITDA': '-1550000', 'Industry': 'Radio And Television Broadcasting And Communications Equipment', 'PtS': '3.4', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.7', 'Dividend': '0', 'Name': 'Sgoco Group Ltd', 'Description': 'Sgoco Group Ltd', 'DivYield': '0', 'MarketCap': '20430000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '0.25', 'PE': '0', 'PEG': '0', 'Shares': '7168421', 'ImputationCredits': '0', 'Symbol': 'SGOC', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Janus Detroit Street Trust Janus Sg Global Quali', 'Description': 'Janus Detroit Street Trust Janus Sg Global Quali', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'SGQI', 'DPS': '0'}
{'NTA': '0', 'Yield': '2', 'EBITDA': '4470000', 'Industry': 'Business Services', 'PtS': '0.17', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.05', 'Dividend': '0', 'Name': 'Spar Group Inc', 'Description': 'Spar Group Inc', 'DivYield': '0', 'MarketCap': '21050000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Miscellaneous', 'PtB': '1.14', 'PE': '19.62', 'PEG': '0', 'Shares': '20637250', 'ImputationCredits': '0', 'Symbol': 'SGRP', 'DPS': '0'}
{'NTA': '0', 'Yield': '19.71', 'EBITDA': '244800000', 'Industry': '', 'PtS': '0.83', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.2', 'Dividend': '0', 'Name': 'Surgery Partners CS', 'Description': 'Surgery Partners CS', 'DivYield': '0', 'MarketCap': '960340000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '95.75', 'PE': '100.25', 'PEG': '0.34', 'Shares': '48624810', 'ImputationCredits': '0', 'Symbol': 'SGRY', 'DPS': '0'}
{'NTA': '0', 'Yield': '48.41', 'EBITDA': '-144930000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.21', 'Dividend': '0', 'Name': 'Synergy Pharma Cmn', 'Description': 'Synergy Pharma Cmn', 'DivYield': '0', 'MarketCap': '1040000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '25.19', 'PE': '0', 'PEG': '0', 'Shares': '223176000', 'ImputationCredits': '0', 'Symbol': 'SGYP', 'DPS': '0'}
{'NTA': '0', 'Yield': '42.33', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '4.01', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.76', 'Dividend': '0', 'Name': 'Shore Bancshares Inc', 'Description': 'Shore Bancshares Inc', 'DivYield': '1.24', 'MarketCap': '211750000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.38', 'PE': '21.99', 'PEG': '1.75', 'Shares': '12672050', 'ImputationCredits': '0', 'Symbol': 'SHBI', 'DPS': '0.2'}
{'NTA': '0', 'Yield': '-2.23', 'EBITDA': '235600000', 'Industry': 'Telecommunications Equipment', 'PtS': '2.6', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.02', 'Dividend': '0', 'Name': 'Shenandoah Telecom', 'Description': 'Shenandoah Telecom', 'DivYield': '0.89', 'MarketCap': '1380000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Public Utilities', 'PtB': '4.7', 'PE': '0', 'PEG': '2.53', 'Shares': '49197860', 'ImputationCredits': '0', 'Symbol': 'SHEN', 'DPS': '0.25'}
{'NTA': '0', 'Yield': '-72.11', 'EBITDA': '-7450000', 'Industry': 'Marine Transportation', 'PtS': '0.55', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.22', 'Dividend': '0', 'Name': 'Seanergy Maritime Hl', 'Description': 'Seanergy Maritime Hl', 'DivYield': '0', 'MarketCap': '15930000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Transportation', 'PtB': '0.87', 'PE': '0', 'PEG': '0', 'Shares': '20688310', 'ImputationCredits': '0', 'Symbol': 'SHIP', 'DPS': '0'}
{'NTA': '0', 'Yield': '-86', 'EBITDA': '0', 'Industry': 'Marine Transportation', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Seanergy Maritime Holdings Corp Class A Warrants', 'Description': 'Seanergy Maritime Holdings Corp Class A Warrants', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Transportation', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'SHIPW', 'DPS': '0'}
{'NTA': '0', 'Yield': '-29.85', 'EBITDA': '-1040000000', 'Industry': 'Department/Specialty Retail Stores', 'PtS': '0.06', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-20.78', 'Dividend': '0', 'Name': 'Sears Hldgs Corp', 'Description': 'Sears Hldgs Corp', 'DivYield': '0', 'MarketCap': '1230000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '0', 'PE': '0', 'PEG': '0.01', 'Shares': '107049600', 'ImputationCredits': '0', 'Symbol': 'SHLD', 'DPS': '0'}
{'NTA': '0', 'Yield': '-45.67', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Sears Holdings C Wt', 'Description': 'Sears Holdings C Wt', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'SHLDW', 'DPS': '0'}
{'NTA': '0', 'Yield': '12.76', 'EBITDA': '220740000', 'Industry': 'Major Chemicals', 'PtS': '0.37', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-12.57', 'Dividend': '0', 'Name': 'Schulman A Inc', 'Description': 'Schulman A Inc', 'DivYield': '2.64', 'MarketCap': '904380000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Basic Industries', 'PtB': '43.98', 'PE': '0', 'PEG': '5.3', 'Shares': '29362990', 'ImputationCredits': '0', 'Symbol': 'SHLM', 'DPS': '0.82'}
{'NTA': '0', 'Yield': '111.32', 'EBITDA': '66720000', 'Industry': 'Industrial Specialties', 'PtS': '0.22', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.38', 'Dividend': '0', 'Name': 'Shiloh Inds Inc', 'Description': 'Shiloh Inds Inc', 'DivYield': '0', 'MarketCap': '243120000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '1.78', 'PE': '35.4', 'PEG': '0', 'Shares': '17837120', 'ImputationCredits': '0', 'Symbol': 'SHLO', 'DPS': '0'}
{'NTA': '0', 'Yield': '10.11', 'EBITDA': '188620000', 'Industry': 'Shoe Manufacturing', 'PtS': '1.61', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.03', 'Dividend': '0', 'Name': 'Steven Maddens Ltd', 'Description': 'Steven Maddens Ltd', 'DivYield': '0', 'MarketCap': '2280000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '3.07', 'PE': '18.79', 'PEG': '1.91', 'Shares': '59764090', 'ImputationCredits': '0', 'Symbol': 'SHOO', 'DPS': '0'}
{'NTA': '0', 'Yield': '0.49', 'EBITDA': '6020000', 'Industry': 'Telecommunications Equipment', 'PtS': '1.12', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.27', 'Dividend': '0', 'Name': 'Shoretel Inc', 'Description': 'Shoretel Inc', 'DivYield': '0', 'MarketCap': '395530000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Public Utilities', 'PtB': '1.98', 'PE': '0', 'PEG': '13.56', 'Shares': '68194820', 'ImputationCredits': '0', 'Symbol': 'SHOR', 'DPS': '0'}
{'NTA': '0', 'Yield': '-42.39', 'EBITDA': '-17370000', 'Industry': '', 'PtS': '0.04', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-5.81', 'Dividend': '0', 'Name': 'Sears Hometown', 'Description': 'Sears Hometown', 'DivYield': '0', 'MarketCap': '88590000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.31', 'PE': '0', 'PEG': '0', 'Shares': '22715380', 'ImputationCredits': '0', 'Symbol': 'SHOS', 'DPS': '0'}
{'NTA': '0', 'Yield': '-7.04', 'EBITDA': '4540000000', 'Industry': '', 'PtS': '4.63', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.24', 'Dividend': '0', 'Name': 'Shire Plc Ads', 'Description': 'Shire Plc Ads', 'DivYield': '0.51', 'MarketCap': '51900000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.84', 'PE': '140.28', 'PEG': '1.02', 'Shares': '297882100', 'ImputationCredits': '0', 'Symbol': 'SHPG', 'DPS': '0.91'}
{'NTA': '0', 'Yield': '3.6', 'EBITDA': '-4900000', 'Industry': '', 'PtS': '3.2957', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.627', 'Dividend': '0', 'Name': 'Sharpspring Inc', 'Description': 'Sharpspring Inc', 'DivYield': '0', 'MarketCap': '38500000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.66', 'PE': '7.3458', 'PEG': '-0.63', 'Shares': '8359026', 'ImputationCredits': '0', 'Symbol': 'SHSP', 'DPS': '0'}
{'NTA': '0', 'Yield': '203.36', 'EBITDA': '0', 'Industry': 'Investment Bankers/Brokers/Service', 'PtS': '8.03', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.12', 'Dividend': '0', 'Name': 'Siebert Fin Cp', 'Description': 'Siebert Fin Cp', 'DivYield': '0', 'MarketCap': '79740000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '6.04', 'PE': '0', 'PEG': '0', 'Shares': '22088640', 'ImputationCredits': '0', 'Symbol': 'SIEB', 'DPS': '0'}
{'NTA': '0', 'Yield': '3.69', 'EBITDA': '-36920000', 'Industry': '', 'PtS': '7.48', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.2', 'Dividend': '0', 'Name': 'Sientra Inc Cmn', 'Description': 'Sientra Inc Cmn', 'DivYield': '0', 'MarketCap': '158570000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.83', 'PE': '0', 'PEG': '-0.21', 'Shares': '18832540', 'ImputationCredits': '0', 'Symbol': 'SIEN', 'DPS': '0'}
{'NTA': '0', 'Yield': '0.93', 'EBITDA': '0', 'Industry': 'Savings Institutions', 'PtS': '2.95', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.95', 'Dividend': '0', 'Name': 'Si Financial Grp MD', 'Description': 'Si Financial Grp MD', 'DivYield': '1.43', 'MarketCap': '165320000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.01', 'PE': '14.68', 'PEG': '0', 'Shares': '11850900', 'ImputationCredits': '0', 'Symbol': 'SIFI', 'DPS': '0.2'}
{'NTA': '0', 'Yield': '-25.62', 'EBITDA': '40780000', 'Industry': 'Computer Software: Programming, Data Processing', 'PtS': '0.48', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.05', 'Dividend': '0', 'Name': 'Sify Techs Ltd Ads', 'Description': 'Sify Techs Ltd Ads', 'DivYield': '1.63', 'MarketCap': '126930000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.08', 'PE': '19.15', 'PEG': '0', 'Shares': '141033300', 'ImputationCredits': '0', 'Symbol': 'SIFY', 'DPS': '0.01'}
{'NTA': '0', 'Yield': '35.84', 'EBITDA': '304470000', 'Industry': 'Property-Casualty Insurers', 'PtS': '1.2', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.7', 'Dividend': '0', 'Name': 'Selective Ins Group', 'Description': 'Selective Ins Group', 'DivYield': '1.36', 'MarketCap': '2740000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.78', 'PE': '17.46', 'PEG': '1.62', 'Shares': '58112410', 'ImputationCredits': '0', 'Symbol': 'SIGI', 'DPS': '0.64'}
{'NTA': '0', 'Yield': '-1.26', 'EBITDA': '12230000', 'Industry': 'Semiconductors', 'PtS': '1.03', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.43', 'Dividend': '0', 'Name': 'Sigma Designs Inc', 'Description': 'Sigma Designs Inc', 'DivYield': '0', 'MarketCap': '237460000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.57', 'PE': '0', 'PEG': '-1.65', 'Shares': '37993600', 'ImputationCredits': '0', 'Symbol': 'SIGM', 'DPS': '0'}
{'NTA': '0', 'Yield': '79.9', 'EBITDA': '19350000', 'Industry': 'Computer Communications Equipment', 'PtS': '3.52', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.77', 'Dividend': '0', 'Name': 'Silicom Limited', 'Description': 'Silicom Limited', 'DivYield': '2.09', 'MarketCap': '366610000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '2.91', 'PE': '28.11', 'PEG': '1.26', 'Shares': '7380914', 'ImputationCredits': '0', 'Symbol': 'SILC', 'DPS': '1'}
{'NTA': '0', 'Yield': '21.27', 'EBITDA': '146860000', 'Industry': 'Semiconductors', 'PtS': '2.94', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.12', 'Dividend': '0', 'Name': 'Silicon Motion Techn', 'Description': 'Silicon Motion Techn', 'DivYield': '1.78', 'MarketCap': '1650000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '3.7', 'PE': '14.98', 'PEG': '-2.85', 'Shares': '35294120', 'ImputationCredits': '0', 'Symbol': 'SIMO', 'DPS': '0.8'}
{'NTA': '0', 'Yield': '43.98', 'EBITDA': '150250000', 'Industry': 'Computer Software: Prepackaged Software', 'PtS': '5.01', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.01', 'Dividend': '0', 'Name': 'Sina Corporation', 'Description': 'Sina Corporation', 'DivYield': '0', 'MarketCap': '5120000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.93', 'PE': '23.96', 'PEG': '-1.64', 'Shares': '70992790', 'ImputationCredits': '0', 'Symbol': 'SINA', 'DPS': '0'}
{'NTA': '0', 'Yield': '195.7', 'EBITDA': '1060000', 'Industry': 'Oil Refining/Marketing', 'PtS': '2.99', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.1', 'Dividend': '0', 'Name': 'Sino-Global Shipping', 'Description': 'Sino-Global Shipping', 'DivYield': '0', 'MarketCap': '21640000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Transportation', 'PtB': '1.64', 'PE': '25.64', 'PEG': '0', 'Shares': '8355213', 'ImputationCredits': '0', 'Symbol': 'SINO', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '334340000', 'Industry': '', 'PtS': '4.95', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.3', 'Dividend': '0', 'Name': 'Select Income REIT', 'Description': 'Select Income REIT', 'DivYield': '7.98', 'MarketCap': '2310000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.1', 'PE': '19.84', 'PEG': '2.83', 'Shares': '89569610', 'ImputationCredits': '0', 'Symbol': 'SIR', 'DPS': '2.04'}
{'NTA': '0', 'Yield': '30.38', 'EBITDA': '1740000000', 'Industry': 'Broadcasting', 'PtS': '4.82', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.15', 'Dividend': '0', 'Name': 'Sirius XM Holdings I', 'Description': 'Sirius XM Holdings I', 'DivYield': '0.78', 'MarketCap': '24050000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '0', 'PE': '34', 'PEG': '0.88', 'Shares': '4715686000', 'ImputationCredits': '0', 'Symbol': 'SIRI', 'DPS': '0.04'}
{'NTA': '0', 'Yield': '-14.9', 'EBITDA': '-778904', 'Industry': '', 'PtS': '1.88', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.11', 'Dividend': '0', 'Name': 'Sito Mobile Cmn', 'Description': 'Sito Mobile Cmn', 'DivYield': '0', 'MarketCap': '53130000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.21', 'PE': '0', 'PEG': '0', 'Shares': '20673150', 'ImputationCredits': '0', 'Symbol': 'SITO', 'DPS': '0'}
{'NTA': '0', 'Yield': '78.45', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '6.18', 'DateTime': '2017-03-31T00:00:00', 'EPS': '7.31', 'Dividend': '0', 'Name': 'Svb Financial Grp', 'Description': 'Svb Financial Grp', 'DivYield': '0', 'MarketCap': '9310000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '2.56', 'PE': '24.34', 'PEG': '2.19', 'Shares': '52321010', 'ImputationCredits': '0', 'Symbol': 'SIVB', 'DPS': '0'}
{'NTA': '0', 'Yield': '0.5', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Svb Capital II', 'Description': 'Svb Capital II', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'SIVBO', 'DPS': '0'}
{'NTA': '0', 'Yield': '76.01', 'EBITDA': '23520000', 'Industry': '', 'PtS': '0.63', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.05', 'Dividend': '0', 'Name': 'Peak Resorts Cmn', 'Description': 'Peak Resorts Cmn', 'DivYield': '5.14', 'MarketCap': '74800000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.1', 'PE': '0', 'PEG': '0', 'Shares': '13981310', 'ImputationCredits': '0', 'Symbol': 'SKIS', 'DPS': '0.28'}
{'NTA': '0', 'Yield': '-60', 'EBITDA': '-5420000', 'Industry': '', 'PtS': '29.99', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.31', 'Dividend': '0', 'Name': 'Skyline Medical Cmn', 'Description': 'Skyline Medical Cmn', 'DivYield': '0', 'MarketCap': '13630000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '10.45', 'PE': '0', 'PEG': '0', 'Shares': '6490476', 'ImputationCredits': '0', 'Symbol': 'SKLN', 'DPS': '0'}
{'NTA': '0', 'Yield': '-2.4', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Flxshrs Crscr US Cor', 'Description': 'Flxshrs Crscr US Cor', 'DivYield': '0', 'MarketCap': '35270000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '700079400', 'ImputationCredits': '0', 'Symbol': 'SKOR', 'DPS': '0'}
{'NTA': '0', 'Yield': '-34.41', 'EBITDA': '21650000', 'Industry': '', 'PtS': '1.89', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.08', 'Dividend': '0', 'Name': 'Sky Solar Hold Ads', 'Description': 'Sky Solar Hold Ads', 'DivYield': '0', 'MarketCap': '119690000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.83', 'PE': '26.49', 'PEG': '0', 'Shares': '58671570', 'ImputationCredits': '0', 'Symbol': 'SKYS', 'DPS': '0'}
{'NTA': '0', 'Yield': '45.74', 'EBITDA': '577930000', 'Industry': 'Air Freight/Delivery Services', 'PtS': '0.56', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-3.14', 'Dividend': '0', 'Name': 'Skywest Inc', 'Description': 'Skywest Inc', 'DivYield': '0.66', 'MarketCap': '1780000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Transportation', 'PtB': '1.3', 'PE': '0', 'PEG': '0.57', 'Shares': '51970800', 'ImputationCredits': '0', 'Symbol': 'SKYW', 'DPS': '0.23'}
{'NTA': '0', 'Yield': '32.32', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'First Trust ISE Clou', 'Description': 'First Trust ISE Clou', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'SKYY', 'DPS': '0'}
{'NTA': '0', 'Yield': '57.16', 'EBITDA': '104810000', 'Industry': 'Semiconductors', 'PtS': '4.41', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.45', 'Dividend': '0', 'Name': 'Silicon Labs Inc', 'Description': 'Silicon Labs Inc', 'DivYield': '0', 'MarketCap': '3080000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '3.72', 'PE': '50.72', 'PEG': '2.05', 'Shares': '41876280', 'ImputationCredits': '0', 'Symbol': 'SLAB', 'DPS': '0'}
{'NTA': '0', 'Yield': '32.44', 'EBITDA': '0', 'Industry': '', 'PtS': '3.89', 'DateTime': '2017-03-30T00:00:00', 'EPS': '0.58', 'Dividend': '0', 'Name': 'Select Bancorp Inc', 'Description': 'Select Bancorp Inc', 'DivYield': '0', 'MarketCap': '127080000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.22', 'PE': '18.79', 'PEG': '0', 'Shares': '11658720', 'ImputationCredits': '0', 'Symbol': 'SLCT', 'DPS': '0'}
{'NTA': '0', 'Yield': '16.99', 'EBITDA': '463250000', 'Industry': 'Containers/Packaging', 'PtS': '0.9', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.55', 'Dividend': '0', 'Name': 'Silgan Holdings', 'Description': 'Silgan Holdings', 'DivYield': '1.21', 'MarketCap': '3270000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '6.96', 'PE': '23.28', 'PEG': '2.2', 'Shares': '55087600', 'ImputationCredits': '0', 'Symbol': 'SLGN', 'DPS': '0.72'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-20T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'The Obesity ETF', 'Description': 'The Obesity ETF', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'SLIM', 'DPS': '0'}
{'NTA': '0', 'Yield': '78.73', 'EBITDA': '0', 'Industry': '', 'PtS': '6.68', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.53', 'Dividend': '0', 'Name': 'SLM Corporation', 'Description': 'SLM Corporation', 'DivYield': '0', 'MarketCap': '5190000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.96', 'PE': '22.83', 'PEG': '1.22', 'Shares': '428925600', 'ImputationCredits': '0', 'Symbol': 'SLM', 'DPS': '0'}
{'NTA': '0', 'Yield': '7.3', 'EBITDA': '0', 'Industry': '', 'PtS': '27.87', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.53', 'Dividend': '0', 'Name': 'SLM Cp Srs A Pfd', 'Description': 'SLM Cp Srs A Pfd', 'DivYield': '6.79', 'MarketCap': '21760000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '12.36', 'PE': '95.66', 'PEG': '0', 'Shares': '429191300', 'ImputationCredits': '0', 'Symbol': 'SLMAP', 'DPS': '3.48'}
{'NTA': '0', 'Yield': '56.2', 'EBITDA': '0', 'Industry': '', 'PtS': '34.75', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.53', 'Dividend': '0', 'Name': 'SLM Cp Srs B Pfd', 'Description': 'SLM Cp Srs B Pfd', 'DivYield': '4.17', 'MarketCap': '27400000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '15.41', 'PE': '120.49', 'PEG': '0', 'Shares': '429063600', 'ImputationCredits': '0', 'Symbol': 'SLMBP', 'DPS': '2.67'}
{'NTA': '0', 'Yield': '45.78', 'EBITDA': '8520000', 'Industry': 'EDP Services', 'PtS': '9.6', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.31', 'Dividend': '0', 'Name': 'Simulations Plus Inc', 'Description': 'Simulations Plus Inc', 'DivYield': '1.82', 'MarketCap': '202450000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '8.45', 'PE': '38.52', 'PEG': '1.79', 'Shares': '17229790', 'ImputationCredits': '0', 'Symbol': 'SLP', 'DPS': '0.2'}
{'NTA': '0', 'Yield': '-0.67', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Ishares 0-5 Ig Corp', 'Description': 'Ishares 0-5 Ig Corp', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'SLQD', 'DPS': '0'}
{'NTA': '0', 'Yield': '28.25', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.53', 'Dividend': '0', 'Name': 'Solar Capital Cmn', 'Description': 'Solar Capital Cmn', 'DivYield': '7.17', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '2.56', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'SLRC', 'DPS': '1.6'}
{'NTA': '0', 'Yield': '-10.47', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'CS X-Links Silver Sh', 'Description': 'CS X-Links Silver Sh', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'SLVO', 'DPS': '0'}
{'NTA': '0', 'Yield': '43.4', 'EBITDA': '0', 'Industry': 'Banks', 'PtS': '4.38', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2', 'Dividend': '0', 'Name': 'Southern Mo Bancorp', 'Description': 'Southern Mo Bancorp', 'DivYield': '1.22', 'MarketCap': '246150000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.88', 'PE': '16.52', 'PEG': '0', 'Shares': '7450061', 'ImputationCredits': '0', 'Symbol': 'SMBC', 'DPS': '0.4'}
{'NTA': '0', 'Yield': '27.52', 'EBITDA': '0', 'Industry': '', 'PtS': '3.01', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.75', 'Dividend': '0', 'Name': 'Smartfinancial Cm ST', 'Description': 'Smartfinancial Cm ST', 'DivYield': '0', 'MarketCap': '123880000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.18', 'PE': '28.05', 'PEG': '0', 'Shares': '5887833', 'ImputationCredits': '0', 'Symbol': 'SMBK', 'DPS': '0'}
{'NTA': '0', 'Yield': '-5.8', 'EBITDA': '103290000', 'Industry': 'Computer Manufacturing', 'PtS': '0.55', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.14', 'Dividend': '0', 'Name': 'Super Micro Computer', 'Description': 'Super Micro Computer', 'DivYield': '0', 'MarketCap': '1220000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.63', 'PE': '22.2', 'PEG': '1.04', 'Shares': '48126230', 'ImputationCredits': '0', 'Symbol': 'SMCI', 'DPS': '0'}
{'NTA': '0', 'Yield': '11.85', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Alphamark Actmg Smcp', 'Description': 'Alphamark Actmg Smcp', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'SMCP', 'DPS': '0'}
{'NTA': '0', 'Yield': '4.85', 'EBITDA': '-137999', 'Industry': 'Environmental Services', 'PtS': '2.12', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.13', 'Dividend': '0', 'Name': 'Sharps Compliance', 'Description': 'Sharps Compliance', 'DivYield': '0', 'MarketCap': '76090000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Basic Industries', 'PtB': '2.94', 'PE': '0', 'PEG': '-5.32', 'Shares': '15985290', 'ImputationCredits': '0', 'Symbol': 'SMED', 'DPS': '0'}
{'NTA': '0', 'Yield': '-30.74', 'EBITDA': '-1120000', 'Industry': 'Industrial Machinery/Components', 'PtS': '0.43', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.48', 'Dividend': '0', 'Name': 'Schmitt Inds Inc', 'Description': 'Schmitt Inds Inc', 'DivYield': '0', 'MarketCap': '4790000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '0.64', 'PE': '0', 'PEG': '0', 'Shares': '2993750', 'ImputationCredits': '0', 'Symbol': 'SMIT', 'DPS': '0'}
{'NTA': '0', 'Yield': '15.31', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '3.85', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.61', 'Dividend': '0', 'Name': 'Summit Financial Gp', 'Description': 'Summit Financial Gp', 'DivYield': '2.04', 'MarketCap': '231250000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.49', 'PE': '13.38', 'PEG': '2.13', 'Shares': '10735840', 'ImputationCredits': '0', 'Symbol': 'SMMF', 'DPS': '0.44'}
{'NTA': '0', 'Yield': '32.97', 'EBITDA': '-31030000', 'Industry': '', 'PtS': '53.068', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.07', 'Dividend': '0', 'Name': 'Summit Therapeu ADR', 'Description': 'Summit Therapeu ADR', 'DivYield': '0', 'MarketCap': '164320000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '12378150', 'ImputationCredits': '0', 'Symbol': 'SMMT', 'DPS': '0'}
{'NTA': '0', 'Yield': '-58.43', 'EBITDA': '39600000', 'Industry': 'Clothing/Shoe/Accessory Stores', 'PtS': '0.1', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.01', 'Dividend': '0', 'Name': 'Stein Mart Inc', 'Description': 'Stein Mart Inc', 'DivYield': '10.49', 'MarketCap': '141520000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '1.98', 'PE': '334.44', 'PEG': '1.24', 'Shares': '47016610', 'ImputationCredits': '0', 'Symbol': 'SMRT', 'DPS': '0.3'}
{'NTA': '0', 'Yield': '-65.3', 'EBITDA': '-13440000', 'Industry': 'Computer Software: Prepackaged Software', 'PtS': '0.42', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.21', 'Dividend': '0', 'Name': 'Smith Micro Software', 'Description': 'Smith Micro Software', 'DivYield': '0', 'MarketCap': '11430000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '4.71', 'PE': '0', 'PEG': '0', 'Shares': '12290320', 'ImputationCredits': '0', 'Symbol': 'SMSI', 'DPS': '0'}
{'NTA': '0', 'Yield': '56.19', 'EBITDA': '107690000', 'Industry': 'Semiconductors', 'PtS': '4.1', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.83', 'Dividend': '0', 'Name': 'Semtech Corp', 'Description': 'Semtech Corp', 'DivYield': '0', 'MarketCap': '2230000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '3.68', 'PE': '40.72', 'PEG': '4.09', 'Shares': '65976340', 'ImputationCredits': '0', 'Symbol': 'SMTC', 'DPS': '0'}
{'NTA': '0', 'Yield': '-21.47', 'EBITDA': '5520000', 'Industry': 'Electrical Products', 'PtS': '0.14', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.01', 'Dividend': '0', 'Name': 'Smtc Corp', 'Description': 'Smtc Corp', 'DivYield': '0', 'MarketCap': '21410000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '0.87', 'PE': '0', 'PEG': '0', 'Shares': '16726560', 'ImputationCredits': '0', 'Symbol': 'SMTX', 'DPS': '0'}
{'NTA': '0', 'Yield': '-38.27', 'EBITDA': '7540000', 'Industry': 'Packaged Foods', 'PtS': '0.29', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.32', 'Dividend': '0', 'Name': 'Inventure Foods Inc', 'Description': 'Inventure Foods Inc', 'DivYield': '0', 'MarketCap': '84390000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '1.6', 'PE': '0', 'PEG': '-1.26', 'Shares': '19671330', 'ImputationCredits': '0', 'Symbol': 'SNAK', 'DPS': '0'}
{'NTA': '0', 'Yield': '13.54', 'EBITDA': '0', 'Industry': 'Commercial Banks', 'PtS': '6.2', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.24', 'Dividend': '0', 'Name': 'Sun Bancorp Inc', 'Description': 'Sun Bancorp Inc', 'DivYield': '0.17', 'MarketCap': '462770000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.43', 'PE': '7.53', 'PEG': '6.88', 'Shares': '18965980', 'ImputationCredits': '0', 'Symbol': 'SNBC', 'DPS': '0.04'}
{'NTA': '0', 'Yield': '27.66', 'EBITDA': '83490000', 'Industry': '', 'PtS': '2.79', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.16', 'Dividend': '0', 'Name': 'State Natl Co Cmn', 'Description': 'State Natl Co Cmn', 'DivYield': '1.68', 'MarketCap': '603710000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.04', 'PE': '12.41', 'PEG': '0', 'Shares': '41924310', 'ImputationCredits': '0', 'Symbol': 'SNC', 'DPS': '0.24'}
{'NTA': '0', 'Yield': '-21.47', 'EBITDA': '54330000', 'Industry': 'EDP Services', 'PtS': '2.28', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.45', 'Dividend': '0', 'Name': 'Synchronoss Technolo', 'Description': 'Synchronoss Technolo', 'DivYield': '0', 'MarketCap': '1070000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.65', 'PE': '54.22', 'PEG': '0.76', 'Shares': '43852460', 'ImputationCredits': '0', 'Symbol': 'SNCR', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '26870000', 'Industry': '', 'PtS': '10.97', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.42', 'Dividend': '0', 'Name': 'Smart Sand Inc', 'Description': 'Smart Sand Inc', 'DivYield': '0', 'MarketCap': '659570000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '4.36', 'PE': '38.69', 'PEG': '0.3', 'Shares': '40588920', 'ImputationCredits': '0', 'Symbol': 'SND', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-40910000', 'Industry': '', 'PtS': '0.91', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-23.2', 'Dividend': '0', 'Name': 'Sundance Energy Australia Ltd.', 'Description': 'Sundance Energy Australia Ltd.', 'DivYield': '0', 'MarketCap': '58180000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.25', 'PE': '0', 'PEG': '0', 'Shares': '6255914', 'ImputationCredits': '0', 'Symbol': 'SNDE', 'DPS': '0'}
{'NTA': '0', 'Yield': '0.22', 'EBITDA': '-43580000', 'Industry': '', 'PtS': '208.61', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-3.22', 'Dividend': '0', 'Name': 'Syndax Pharma Cmn', 'Description': 'Syndax Pharma Cmn', 'DivYield': '0', 'MarketCap': '250310000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.02', 'PE': '0', 'PEG': '0', 'Shares': '18244170', 'ImputationCredits': '0', 'Symbol': 'SNDX', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-10320000', 'Industry': '', 'PtS': '210.25', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.7', 'Dividend': '0', 'Name': 'Senestech Inc', 'Description': 'Senestech Inc', 'DivYield': '0', 'MarketCap': '66020000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '6.18', 'PE': '0', 'PEG': '0', 'Shares': '8346397', 'ImputationCredits': '0', 'Symbol': 'SNES', 'DPS': '0'}
{'NTA': '0', 'Yield': '38.78', 'EBITDA': '34120000', 'Industry': 'Finance: Consumer Services', 'PtS': '0.35', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.96', 'Dividend': '0', 'Name': 'Security Natl Finl', 'Description': 'Security Natl Finl', 'DivYield': '0', 'MarketCap': '100880000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '0.83', 'PE': '7.06', 'PEG': '0', 'Shares': '14835290', 'ImputationCredits': '0', 'Symbol': 'SNFCA', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-5620000', 'Industry': '', 'PtS': '1.47', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.94', 'Dividend': '0', 'Name': 'Soligenix Inc', 'Description': 'Soligenix Inc', 'DivYield': '0', 'MarketCap': '14770000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.07', 'PE': '0', 'PEG': '-3.33', 'Shares': '5470371', 'ImputationCredits': '0', 'Symbol': 'SNGX', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Soligenix Inc. Warrant', 'Description': 'Soligenix Inc. Warrant', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'SNGXW', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '604650000', 'Industry': '', 'PtS': '4.5', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.6', 'Dividend': '0', 'Name': 'Senior Housing Properties Trust', 'Description': 'Senior Housing Properties Trust', 'DivYield': '7.78', 'MarketCap': '4780000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.49', 'PE': '33.8', 'PEG': '9.88', 'Shares': '237692700', 'ImputationCredits': '0', 'Symbol': 'SNH', 'DPS': '1.56'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '604650000', 'Industry': '', 'PtS': '5.58', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.6', 'Dividend': '0', 'Name': 'Senior Housing Properties Trust', 'Description': 'Senior Housing Properties Trust', 'DivYield': '0', 'MarketCap': '6000000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.84', 'PE': '42.47', 'PEG': '0', 'Shares': '237435700', 'ImputationCredits': '0', 'Symbol': 'SNHNI', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Senior Housing Properties Trust', 'Description': 'Senior Housing Properties Trust', 'DivYield': '0', 'MarketCap': '256400000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '10000000000', 'ImputationCredits': '0', 'Symbol': 'SNHNL', 'DPS': '0'}
{'NTA': '0', 'Yield': '2.06', 'EBITDA': '47310000', 'Industry': 'Metal Fabrications', 'PtS': '4.92', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.87', 'Dividend': '0', 'Name': 'Sun Hydraulics Cor', 'Description': 'Sun Hydraulics Cor', 'DivYield': '1', 'MarketCap': '972800000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '4.1', 'PE': '41.65', 'PEG': '2.9', 'Shares': '26939910', 'ImputationCredits': '0', 'Symbol': 'SNHY', 'DPS': '0.36'}
{'NTA': '0', 'Yield': '25.69', 'EBITDA': '1520000000', 'Industry': '', 'PtS': '2.98', 'DateTime': '2017-03-31T00:00:00', 'EPS': '5.18', 'Dividend': '0', 'Name': 'Scripps Ntwrks Int A', 'Description': 'Scripps Ntwrks Int A', 'DivYield': '1.53', 'MarketCap': '10160000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '5.33', 'PE': '15.16', 'PEG': '1.3', 'Shares': '129344400', 'ImputationCredits': '0', 'Symbol': 'SNI', 'DPS': '1.2'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Pyxis/Iboxx Senior Loan ETF', 'Description': 'Pyxis/Iboxx Senior Loan ETF', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'SNLN', 'DPS': '0'}
{'NTA': '0', 'Yield': '-59.59', 'EBITDA': '-10020000', 'Industry': 'Biotechnology: Commercial Physical & Biological Resarch', 'PtS': '1.9777', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.239', 'Dividend': '0', 'Name': 'Senomyx Inc', 'Description': 'Senomyx Inc', 'DivYield': '0', 'MarketCap': '45370000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '3.0425', 'PE': '0', 'PEG': '-0.08', 'Shares': '45800520', 'ImputationCredits': '0', 'Symbol': 'SNMX', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-4840000', 'Industry': '', 'PtS': '1.78', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.17', 'Dividend': '0', 'Name': 'Sonoma Pharmaceuticals Inc', 'Description': 'Sonoma Pharmaceuticals Inc', 'DivYield': '0', 'MarketCap': '30560000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.33', 'PE': '3.3', 'PEG': '0', 'Shares': '4262204', 'ImputationCredits': '0', 'Symbol': 'SNOA', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Sonoma Pharmaceuticals Inc', 'Description': 'Sonoma Pharmaceuticals Inc', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'SNOAW', 'DPS': '0'}
{'NTA': '0', 'Yield': '51.79', 'EBITDA': '477750000', 'Industry': 'Computer Software: Prepackaged Software', 'PtS': '4.34', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.9', 'Dividend': '0', 'Name': 'Synopsys Inc', 'Description': 'Synopsys Inc', 'DivYield': '0', 'MarketCap': '10860000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '3.27', 'PE': '37.96', 'PEG': '2.38', 'Shares': '150561500', 'ImputationCredits': '0', 'Symbol': 'SNPS', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.03', 'Dividend': '0', 'Name': 'Global X Internet of Things Thematic ETF', 'Description': 'Global X Internet of Things Thematic ETF', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'SNSR', 'DPS': '0'}
{'NTA': '0', 'Yield': '33.99', 'EBITDA': '-36450000', 'Industry': 'Major Pharmaceuticals', 'PtS': '33.83', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.42', 'Dividend': '0', 'Name': 'Sunesis Pharmaceutic', 'Description': 'Sunesis Pharmaceutic', 'DivYield': '0', 'MarketCap': '85790000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '38.68', 'PE': '0', 'PEG': '-0.01', 'Shares': '20924390', 'ImputationCredits': '0', 'Symbol': 'SNSS', 'DPS': '0'}
{'NTA': '0', 'Yield': '33.12', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.1', 'Dividend': '0', 'Name': 'Glbl X Social Med ETF', 'Description': 'Glbl X Social Med ETF', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'SOCL', 'DPS': '0'}
{'NTA': '0', 'Yield': '252.99', 'EBITDA': '72840000', 'Industry': 'Consumer Electronics/Appliances', 'PtS': '2.18', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.07', 'Dividend': '0', 'Name': 'Sodastream Int Ltd', 'Description': 'Sodastream Int Ltd', 'DivYield': '0', 'MarketCap': '1050000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '2.66', 'PE': '23.4', 'PEG': '1.35', 'Shares': '21680780', 'ImputationCredits': '0', 'Symbol': 'SODA', 'DPS': '0'}
{'NTA': '0', 'Yield': '-32.7', 'EBITDA': '-675999', 'Industry': 'Radio And Television Broadcasting And Communications Equipment', 'PtS': '0.56', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.82', 'Dividend': '0', 'Name': 'Sonic Foundry Inc', 'Description': 'Sonic Foundry Inc', 'DivYield': '0', 'MarketCap': '21200000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '4.82', 'PE': '0', 'PEG': '0', 'Shares': '4416667', 'ImputationCredits': '0', 'Symbol': 'SOFO', 'DPS': '0'}
{'NTA': '0', 'Yield': '20.3', 'EBITDA': '33990000', 'Industry': '', 'PtS': '0.61', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.01', 'Dividend': '0', 'Name': 'Sotherly Hotels Cmn', 'Description': 'Sotherly Hotels Cmn', 'DivYield': '6.17', 'MarketCap': '92670000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.19', 'PE': '0', 'PEG': '0', 'Shares': '14479690', 'ImputationCredits': '0', 'Symbol': 'SOHO', 'DPS': '0.4'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '33990000', 'Industry': '', 'PtS': '2.43', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.01', 'Dividend': '0', 'Name': 'Sotherly Hotels Inc. 8.0% Series B Cumulative Re', 'Description': 'Sotherly Hotels Inc. 8.0% Series B Cumulative Re', 'DivYield': '7.74', 'MarketCap': '376340000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '4.7', 'PE': '0', 'PEG': '0', 'Shares': '14480190', 'ImputationCredits': '0', 'Symbol': 'SOHOB', 'DPS': '2'}
{'NTA': '0', 'Yield': '2.97', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Sotherly Htl 7 Sr Nt', 'Description': 'Sotherly Htl 7 Sr Nt', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'SOHOM', 'DPS': '0'}
{'NTA': '0', 'Yield': '-12.46', 'EBITDA': '87500000', 'Industry': 'EDP Services', 'PtS': '0.95', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-5.83', 'Dividend': '0', 'Name': 'Sohu.Com Inc', 'Description': 'Sohu.Com Inc', 'DivYield': '0', 'MarketCap': '1530000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.57', 'PE': '0', 'PEG': '-0.4', 'Shares': '38901600', 'ImputationCredits': '0', 'Symbol': 'SOHU', 'DPS': '0'}
{'NTA': '0', 'Yield': '37.64', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '5.43', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.83', 'Dividend': '0', 'Name': 'Southern National Bk', 'Description': 'Southern National Bk', 'DivYield': '1.94', 'MarketCap': '208540000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.64', 'PE': '20.4', 'PEG': '0', 'Shares': '12317780', 'ImputationCredits': '0', 'Symbol': 'SONA', 'DPS': '0.32'}
{'NTA': '0', 'Yield': '-26.21', 'EBITDA': '168350000', 'Industry': 'Restaurants', 'PtS': '1.97', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.34', 'Dividend': '0', 'Name': 'Sonic Cp', 'Description': 'Sonic Cp', 'DivYield': '2.23', 'MarketCap': '1110000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '0', 'PE': '18.4', 'PEG': '1.42', 'Shares': '43769720', 'ImputationCredits': '0', 'Symbol': 'SONC', 'DPS': '0.56'}
{'NTA': '0', 'Yield': '-20.22', 'EBITDA': '-284999', 'Industry': 'EDP Services', 'PtS': '1.27', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.28', 'Dividend': '0', 'Name': 'Sonus Networks Inc', 'Description': 'Sonus Networks Inc', 'DivYield': '0', 'MarketCap': '321390000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.46', 'PE': '0', 'PEG': '1.99', 'Shares': '49067180', 'ImputationCredits': '0', 'Symbol': 'SONS', 'DPS': '0'}
{'NTA': '0', 'Yield': '127.06', 'EBITDA': '29370000', 'Industry': 'Auto Parts:O.E.M.', 'PtS': '0.26', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.87', 'Dividend': '0', 'Name': 'Sorl Auto Parts Inc', 'Description': 'Sorl Auto Parts Inc', 'DivYield': '0', 'MarketCap': '74510000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '0.46', 'PE': '4.42', 'PEG': '0.87', 'Shares': '19303110', 'ImputationCredits': '0', 'Symbol': 'SORL', 'DPS': '0'}
{'NTA': '0', 'Yield': '56.66', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '9.98', 'Dividend': '0', 'Name': 'Ishares PHLX SC ETF', 'Description': 'Ishares PHLX SC ETF', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'SOXX', 'DPS': '0'}
{'NTA': '0', 'Yield': '51.48', 'EBITDA': '94300000', 'Industry': '', 'PtS': '0.83', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.03', 'Dividend': '0', 'Name': 'SP Plus Corporation', 'Description': 'SP Plus Corporation', 'DivYield': '0', 'MarketCap': '744220000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.77', 'PE': '32.77', 'PEG': '1.94', 'Shares': '22050960', 'ImputationCredits': '0', 'Symbol': 'SP', 'DPS': '0'}
{'NTA': '0', 'Yield': '14.27', 'EBITDA': '7070000', 'Industry': 'Industrial Specialties', 'PtS': '0.97', 'DateTime': '2017-03-30T00:00:00', 'EPS': '1.47', 'Dividend': '0', 'Name': 'Span America Med S', 'Description': 'Span America Med S', 'DivYield': '3.02', 'MarketCap': '59780000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '2.19', 'PE': '14.76', 'PEG': '0', 'Shares': '2754839', 'ImputationCredits': '0', 'Symbol': 'SPAN', 'DPS': '0.64'}
{'NTA': '0', 'Yield': '64.61', 'EBITDA': '18910000', 'Industry': 'Auto Manufacturing', 'PtS': '0.43', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.25', 'Dividend': '0', 'Name': 'Spartan Motors Inc', 'Description': 'Spartan Motors Inc', 'DivYield': '1.37', 'MarketCap': '252730000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '1.65', 'PE': '29.4', 'PEG': '1.41', 'Shares': '34385040', 'ImputationCredits': '0', 'Symbol': 'SPAR', 'DPS': '0.1'}
{'NTA': '0', 'Yield': '-30.07', 'EBITDA': '-2510000', 'Industry': '', 'PtS': '1.78', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.23', 'Dividend': '0', 'Name': 'Supercom Ltd', 'Description': 'Supercom Ltd', 'DivYield': '0', 'MarketCap': '42960000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.83', 'PE': '0', 'PEG': '0', 'Shares': '15020980', 'ImputationCredits': '0', 'Symbol': 'SPCB', 'DPS': '0'}
{'NTA': '0', 'Yield': '-39.81', 'EBITDA': '-4590000', 'Industry': 'Diversified Commercial Services', 'PtS': '8.96', 'DateTime': '2017-03-31T00:00:00', 'EPS': '10.77', 'Dividend': '0', 'Name': 'Spherix Inc', 'Description': 'Spherix Inc', 'DivYield': '0', 'MarketCap': '5980000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '0.59', 'PE': '0.12', 'PEG': '0', 'Shares': '4822581', 'ImputationCredits': '0', 'Symbol': 'SPEX', 'DPS': '0'}
{'NTA': '0', 'Yield': '135.83', 'EBITDA': '-10290000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.67', 'Dividend': '0', 'Name': 'Sophiris Bio Cmn', 'Description': 'Sophiris Bio Cmn', 'DivYield': '0', 'MarketCap': '85210000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '5.99', 'PE': '0', 'PEG': '0', 'Shares': '30109540', 'ImputationCredits': '0', 'Symbol': 'SPHS', 'DPS': '0'}
{'NTA': '0', 'Yield': '-76.69', 'EBITDA': '-141940000', 'Industry': '', 'PtS': '0.43', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-3.02', 'Dividend': '0', 'Name': 'Spi Energy Co Ads', 'Description': 'Spi Energy Co Ads', 'DivYield': '0', 'MarketCap': '78280000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.39', 'PE': '0', 'PEG': '0', 'Shares': '64163940', 'ImputationCredits': '0', 'Symbol': 'SPI', 'DPS': '0'}
{'NTA': '0', 'Yield': '11.74', 'EBITDA': '787620000', 'Industry': 'Semiconductors', 'PtS': '1.81', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.44', 'Dividend': '0', 'Name': 'Siliconware Pr Ads', 'Description': 'Siliconware Pr Ads', 'DivYield': '7.28', 'MarketCap': '5030000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '2.33', 'PE': '18.39', 'PEG': '0', 'Shares': '621755300', 'ImputationCredits': '0', 'Symbol': 'SPIL', 'DPS': '0.59'}
{'NTA': '0', 'Yield': '23.93', 'EBITDA': '113690000', 'Industry': '', 'PtS': '0.38', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.23', 'Dividend': '0', 'Name': 'Spark Energy Cmn', 'Description': 'Spark Energy Cmn', 'DivYield': '4.41', 'MarketCap': '207550000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '6.78', 'PE': '14.34', 'PEG': '0', 'Shares': '6496088', 'ImputationCredits': '0', 'Symbol': 'SPKE', 'DPS': '1.45'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Spark Energy Inc.', 'Description': 'Spark Energy Inc.', 'DivYield': '0', 'MarketCap': '36230000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '1399923000', 'ImputationCredits': '0', 'Symbol': 'SPKEP', 'DPS': '0'}
{'NTA': '0', 'Yield': '19.83', 'EBITDA': '-300350000', 'Industry': '', 'PtS': '9.12', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.65', 'Dividend': '0', 'Name': 'Splunk Inc', 'Description': 'Splunk Inc', 'DivYield': '0', 'MarketCap': '8610000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '10.67', 'PE': '0', 'PEG': '2.53', 'Shares': '138224400', 'ImputationCredits': '0', 'Symbol': 'SPLK', 'DPS': '0'}
{'NTA': '0', 'Yield': '-14.02', 'EBITDA': '1290000000', 'Industry': 'Other Specialty Stores', 'PtS': '0.31', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.31', 'Dividend': '0', 'Name': 'Staples Inc', 'Description': 'Staples Inc', 'DivYield': '5.49', 'MarketCap': '5720000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '1.55', 'PE': '0', 'PEG': '4.01', 'Shares': '652223500', 'ImputationCredits': '0', 'Symbol': 'SPLS', 'DPS': '0.48'}
{'NTA': '0', 'Yield': '71.35', 'EBITDA': '-14980000', 'Industry': 'Biotechnology: Electromedical & Electrotherapeutic Apparatus', 'PtS': '4.536', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.354', 'Dividend': '0', 'Name': 'Spectranetics Cp T', 'Description': 'Spectranetics Cp T', 'DivYield': '0', 'MarketCap': '1260000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '16.531', 'PE': '0', 'PEG': '-1.56', 'Shares': '43261800', 'ImputationCredits': '0', 'Symbol': 'SPNC', 'DPS': '0'}
{'NTA': '0', 'Yield': '-47.39', 'EBITDA': '-27920000', 'Industry': '', 'PtS': '0.66', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-3.85', 'Dividend': '0', 'Name': 'Seaspine Holdings Cmn', 'Description': 'Seaspine Holdings Cmn', 'DivYield': '0', 'MarketCap': '84960000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.74', 'PE': '0', 'PEG': '0', 'Shares': '11606560', 'ImputationCredits': '0', 'Symbol': 'SPNE', 'DPS': '0'}
{'NTA': '0', 'Yield': '9.34', 'EBITDA': '29930000', 'Industry': 'Computer Software: Prepackaged Software', 'PtS': '2.95', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.4', 'Dividend': '0', 'Name': 'Sapiens Intl Cp Nv', 'Description': 'Sapiens Intl Cp Nv', 'DivYield': '1.53', 'MarketCap': '631380000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '3.28', 'PE': '32.61', 'PEG': '1.87', 'Shares': '49020180', 'ImputationCredits': '0', 'Symbol': 'SPNS', 'DPS': '0.2'}
{'NTA': '0', 'Yield': '11.83', 'EBITDA': '36560000', 'Industry': '', 'PtS': '2.13', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.68', 'Dividend': '0', 'Name': 'Spok Holdings Inc', 'Description': 'Spok Holdings Inc', 'DivYield': '2.67', 'MarketCap': '390070000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.19', 'PE': '27.98', 'PEG': '0', 'Shares': '20530000', 'ImputationCredits': '0', 'Symbol': 'SPOK', 'DPS': '0.5'}
{'NTA': '0', 'Yield': '-8.32', 'EBITDA': '-35140000', 'Industry': 'Major Pharmaceuticals', 'PtS': '3.49', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.94', 'Dividend': '0', 'Name': 'Spectrum Pharma Inc', 'Description': 'Spectrum Pharma Inc', 'DivYield': '0', 'MarketCap': '509040000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '2.17', 'PE': '0', 'PEG': '0', 'Shares': '78313850', 'ImputationCredits': '0', 'Symbol': 'SPPI', 'DPS': '0'}
{'NTA': '0', 'Yield': '154.65', 'EBITDA': '-13560000', 'Industry': 'EDP Services', 'PtS': '0.671', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.867', 'Dividend': '0', 'Name': 'Support.Com Inc', 'Description': 'Support.Com Inc', 'DivYield': '0', 'MarketCap': '40730000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '0.722', 'PE': '0', 'PEG': '0', 'Shares': '18555810', 'ImputationCredits': '0', 'Symbol': 'SPRT', 'DPS': '0'}
{'NTA': '0', 'Yield': '14.84', 'EBITDA': '18850000', 'Industry': 'Computer Software: Prepackaged Software', 'PtS': '5.14', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.33', 'Dividend': '0', 'Name': 'Sps Commerce Inc', 'Description': 'Sps Commerce Inc', 'DivYield': '0', 'MarketCap': '1000000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '3.97', 'PE': '177.24', 'PEG': '3.14', 'Shares': '17096940', 'ImputationCredits': '0', 'Symbol': 'SPSC', 'DPS': '0'}
{'NTA': '0', 'Yield': '26.32', 'EBITDA': '227030000', 'Industry': 'Food Distributors', 'PtS': '0.16', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.51', 'Dividend': '0', 'Name': 'Spartannash Company', 'Description': 'Spartannash Company', 'DivYield': '1.98', 'MarketCap': '1270000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '1.53', 'PE': '22.3', 'PEG': '2.94', 'Shares': '37618480', 'ImputationCredits': '0', 'Symbol': 'SPTN', 'DPS': '0.66'}
{'NTA': '0', 'Yield': '170.45', 'EBITDA': '10370000', 'Industry': 'Packaged Foods', 'PtS': '0.34', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.35', 'Dividend': '0', 'Name': 'Skypeople Fruit Juic', 'Description': 'Skypeople Fruit Juic', 'DivYield': '0', 'MarketCap': '24160000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '0.13', 'PE': '0', 'PEG': '0', 'Shares': '4060504', 'ImputationCredits': '0', 'Symbol': 'SPU', 'DPS': '0'}
{'NTA': '0', 'Yield': '-58', 'EBITDA': '74800000', 'Industry': '', 'PtS': '0.26', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.7', 'Dividend': '0', 'Name': "Sportsman's Wareh Cmn", 'Description': "Sportsman's Wareh Cmn", 'DivYield': '0', 'MarketCap': '199330000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '6.82', 'PE': '6.83', 'PEG': '0.51', 'Shares': '41700840', 'ImputationCredits': '0', 'Symbol': 'SPWH', 'DPS': '0'}
{'NTA': '0', 'Yield': '-69.71', 'EBITDA': '-34820000', 'Industry': 'Scientific & Technical Instruments', 'PtS': '0.33', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-3.41', 'Dividend': '0', 'Name': 'Sunpower Corporation', 'Description': 'Sunpower Corporation', 'DivYield': '0', 'MarketCap': '845770000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '0.84', 'PE': '0', 'PEG': '0.15', 'Shares': '138650800', 'ImputationCredits': '0', 'Symbol': 'SPWR', 'DPS': '0'}
{'NTA': '0', 'Yield': '-29.91', 'EBITDA': '82400000', 'Industry': '', 'PtS': '1.39', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.01', 'Dividend': '0', 'Name': 'Sequential Brands Cmn', 'Description': 'Sequential Brands Cmn', 'DivYield': '0', 'MarketCap': '216610000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.47', 'PE': '0', 'PEG': '0.54', 'Shares': '62244250', 'ImputationCredits': '0', 'Symbol': 'SQBG', 'DPS': '0'}
{'NTA': '0', 'Yield': '-54.03', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Ultrapro Short QQQ Proshares', 'Description': 'Ultrapro Short QQQ Proshares', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'SQQQ', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Strategy Shares Active Alts Contrarian ETF', 'Description': 'Strategy Shares Active Alts Contrarian ETF', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'SQZZ', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-3730000', 'Industry': '', 'PtS': '0.48', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.57', 'Dividend': '0', 'Name': 'Social Reality Inc', 'Description': 'Social Reality Inc', 'DivYield': '0', 'MarketCap': '15920000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.95', 'PE': '0', 'PEG': '0', 'Shares': '6951965', 'ImputationCredits': '0', 'Symbol': 'SRAX', 'DPS': '0'}
{'NTA': '0', 'Yield': '36.32', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '4.67', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.22', 'Dividend': '0', 'Name': '1St Source Corp', 'Description': '1St Source Corp', 'DivYield': '1.58', 'MarketCap': '1190000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.75', 'PE': '20.75', 'PEG': '1.97', 'Shares': '25869570', 'ImputationCredits': '0', 'Symbol': 'SRCE', 'DPS': '0.72'}
{'NTA': '0', 'Yield': '-13.26', 'EBITDA': '813200000', 'Industry': 'Environmental Services', 'PtS': '1.95', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.08', 'Dividend': '0', 'Name': 'Stericycle Inc', 'Description': 'Stericycle Inc', 'DivYield': '0', 'MarketCap': '7070000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Basic Industries', 'PtB': '2.47', 'PE': '39.85', 'PEG': '2.13', 'Shares': '85293770', 'ImputationCredits': '0', 'Symbol': 'SRCL', 'DPS': '0'}
{'NTA': '0', 'Yield': '-7.87', 'EBITDA': '813200000', 'Industry': '', 'PtS': '1.69', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.08', 'Dividend': '0', 'Name': 'Stericycle Inc Deps', 'Description': 'Stericycle Inc Deps', 'DivYield': '7.51', 'MarketCap': '6100000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.15', 'PE': '34.4', 'PEG': '0', 'Shares': '85255060', 'ImputationCredits': '0', 'Symbol': 'SRCLP', 'DPS': '5.25'}
{'NTA': '0', 'Yield': '19.53', 'EBITDA': '23950000', 'Industry': 'Major Pharmaceuticals', 'PtS': '4.44', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.73', 'Dividend': '0', 'Name': 'Surmodics Inc', 'Description': 'Surmodics Inc', 'DivYield': '0', 'MarketCap': '319050000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '3.01', 'PE': '32.95', 'PEG': '5.06', 'Shares': '13266110', 'ImputationCredits': '0', 'Symbol': 'SRDX', 'DPS': '0'}
{'NTA': '0', 'Yield': '7.36', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Global X Superdivide', 'Description': 'Global X Superdivide', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'SRET', 'DPS': '0'}
{'NTA': '0', 'Yield': '-3.72', 'EBITDA': '-5530000', 'Industry': 'Business Services', 'PtS': '1.33', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.37', 'Dividend': '0', 'Name': 'Servicesrce Intl Inc', 'Description': 'Servicesrce Intl Inc', 'DivYield': '0', 'MarketCap': '343170000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Miscellaneous', 'PtB': '2.63', 'PE': '0', 'PEG': '3.79', 'Shares': '88445870', 'ImputationCredits': '0', 'Symbol': 'SREV', 'DPS': '0'}
{'NTA': '0', 'Yield': '-42.42', 'EBITDA': '-55830000', 'Industry': '', 'PtS': '44.49', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.61', 'Dividend': '0', 'Name': 'Sorrento Therpt Cmn', 'Description': 'Sorrento Therpt Cmn', 'DivYield': '0', 'MarketCap': '237550000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.04', 'PE': '0', 'PEG': '0', 'Shares': '57939020', 'ImputationCredits': '0', 'Symbol': 'SRNE', 'DPS': '0'}
{'NTA': '0', 'Yield': '108.6', 'EBITDA': '-257060000', 'Industry': '', 'PtS': '293.33', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-5.49', 'Dividend': '0', 'Name': 'Sarepta Therapeutics', 'Description': 'Sarepta Therapeutics', 'DivYield': '0', 'MarketCap': '1620000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '4.72', 'PE': '0', 'PEG': '58.7', 'Shares': '54729730', 'ImputationCredits': '0', 'Symbol': 'SRPT', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-34160000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.58', 'Dividend': '0', 'Name': 'Sierra Oncology Inc', 'Description': 'Sierra Oncology Inc', 'DivYield': '0', 'MarketCap': '79890000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.46', 'PE': '0', 'PEG': '-0.03', 'Shares': '52215690', 'ImputationCredits': '0', 'Symbol': 'SRRA', 'DPS': '0'}
{'NTA': '0', 'Yield': '-65.38', 'EBITDA': '-203370000', 'Industry': '', 'PtS': '0.07', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.8', 'Dividend': '0', 'Name': 'Sears Canada Inc', 'Description': 'Sears Canada Inc', 'DivYield': '0', 'MarketCap': '137530000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.69', 'PE': '0', 'PEG': '0', 'Shares': '101874100', 'ImputationCredits': '0', 'Symbol': 'SRSC', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-25536', 'Industry': '', 'PtS': '4.02', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.03', 'Dividend': '0', 'Name': 'Sensus Healthcare Inc Cmn', 'Description': 'Sensus Healthcare Inc Cmn', 'DivYield': '0', 'MarketCap': '59380000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.9', 'PE': '0', 'PEG': '0', 'Shares': '13526200', 'ImputationCredits': '0', 'Symbol': 'SRTS', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Sensus Healthcare Inc Wt', 'Description': 'Sensus Healthcare Inc Wt', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'SRTSW', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Silver Run Acquisition Corporation II Units', 'Description': 'Silver Run Acquisition Corporation II Units', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'SRUNU', 'DPS': '0'}
{'NTA': '0', 'Yield': '27.68', 'EBITDA': '0', 'Industry': '', 'PtS': '4.84', 'DateTime': '2017-03-31T00:00:00', 'EPS': '4.18', 'Dividend': '0', 'Name': 'South State Cp Cmn', 'Description': 'South State Cp Cmn', 'DivYield': '1.46', 'MarketCap': '2150000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.92', 'PE': '21.38', 'PEG': '1.6', 'Shares': '24062680', 'ImputationCredits': '0', 'Symbol': 'SSB', 'DPS': '1.32'}
{'NTA': '0', 'Yield': '-7.71', 'EBITDA': '0', 'Industry': 'Regional - Pacific Banks', 'PtS': '3.84', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.82', 'Dividend': '0', 'Name': 'Summit State Bank', 'Description': 'Summit State Bank', 'DivYield': '2.94', 'MarketCap': '78550000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.36', 'PE': '15.84', 'PEG': '0', 'Shares': '6019157', 'ImputationCredits': '0', 'Symbol': 'SSBI', 'DPS': '0.38'}
{'NTA': '0', 'Yield': '47.59', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '1.9', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.77', 'Dividend': '0', 'Name': 'Stewardship', 'Description': 'Stewardship', 'DivYield': '1.32', 'MarketCap': '56540000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.01', 'PE': '11.92', 'PEG': '0', 'Shares': '6119048', 'ImputationCredits': '0', 'Symbol': 'SSFN', 'DPS': '0.12'}
{'NTA': '0', 'Yield': '-91.46', 'EBITDA': '-14060000', 'Industry': '', 'PtS': '2.42', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-27.05', 'Dividend': '0', 'Name': 'Sunshine Heart Inc', 'Description': 'Sunshine Heart Inc', 'DivYield': '0', 'MarketCap': '3170000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.79', 'PE': '0', 'PEG': '0', 'Shares': '1741758', 'ImputationCredits': '0', 'Symbol': 'SSH', 'DPS': '0'}
{'NTA': '0', 'Yield': '-34.41', 'EBITDA': '2770000', 'Industry': '', 'PtS': '0.213', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.754', 'Dividend': '0', 'Name': 'Strata Skin Scien Cmn', 'Description': 'Strata Skin Scien Cmn', 'DivYield': '0', 'MarketCap': '6600000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.457', 'PE': '0', 'PEG': '-0.05', 'Shares': '10909090', 'ImputationCredits': '0', 'Symbol': 'SSKN', 'DPS': '0'}
{'NTA': '0', 'Yield': '-42.11', 'EBITDA': '513880000', 'Industry': 'Computer Software: Prepackaged Software', 'PtS': '4.87', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.64', 'Dividend': '0', 'Name': 'SS&C Technologies', 'Description': 'SS&C Technologies', 'DivYield': '0.7', 'MarketCap': '7190000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '3.19', 'PE': '55.31', 'PEG': '1.15', 'Shares': '203107300', 'ImputationCredits': '0', 'Symbol': 'SSNC', 'DPS': '0.25'}
{'NTA': '0', 'Yield': '12.99', 'EBITDA': '195600000', 'Industry': 'Precious Metals', 'PtS': '2.53', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.62', 'Dividend': '0', 'Name': 'Silver Stand Res', 'Description': 'Silver Stand Res', 'DivYield': '0', 'MarketCap': '1270000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Basic Industries', 'PtB': '1.38', 'PE': '17.11', 'PEG': '-0.33', 'Shares': '119698400', 'ImputationCredits': '0', 'Symbol': 'SSRI', 'DPS': '0'}
{'NTA': '0', 'Yield': '-16.26', 'EBITDA': '27230000', 'Industry': 'Computer peripheral equipment', 'PtS': '1.5', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.48', 'Dividend': '0', 'Name': 'Stratasys Ltd', 'Description': 'Stratasys Ltd', 'DivYield': '0', 'MarketCap': '1010000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '0.89', 'PE': '0', 'PEG': '2.42', 'Shares': '52631580', 'ImputationCredits': '0', 'Symbol': 'SSYS', 'DPS': '0'}
{'NTA': '0', 'Yield': '27.11', 'EBITDA': '-9760000', 'Industry': 'Ophthalmic Goods', 'PtS': '4.72', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.3', 'Dividend': '0', 'Name': 'Staar Surgical Co', 'Description': 'Staar Surgical Co', 'DivYield': '0', 'MarketCap': '393210000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '10.26', 'PE': '0', 'PEG': '-3.53', 'Shares': '40747150', 'ImputationCredits': '0', 'Symbol': 'STAA', 'DPS': '0'}
{'NTA': '0', 'Yield': '-70.83', 'EBITDA': '463000', 'Industry': '', 'PtS': '0.04', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.12', 'Dividend': '0', 'Name': 'Staffing 360', 'Description': 'Staffing 360', 'DivYield': '0', 'MarketCap': '7500000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.85', 'PE': '0', 'PEG': '0', 'Shares': '9740260', 'ImputationCredits': '0', 'Symbol': 'STAF', 'DPS': '0'}
{'NTA': '0', 'Yield': '18.15', 'EBITDA': '71360000', 'Industry': '', 'PtS': '0.86', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.05', 'Dividend': '0', 'Name': 'Student Trnspt Inc', 'Description': 'Student Trnspt Inc', 'DivYield': '7.56', 'MarketCap': '539910000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '4.3', 'PE': '130.22', 'PEG': '0', 'Shares': '92134820', 'ImputationCredits': '0', 'Symbol': 'STB', 'DPS': '0.44'}
{'NTA': '0', 'Yield': '34.79', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '5.16', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.05', 'Dividend': '0', 'Name': 'S&T Bancorp Inc', 'Description': 'S&T Bancorp Inc', 'DivYield': '2.35', 'MarketCap': '1210000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.44', 'PE': '16.86', 'PEG': '3.11', 'Shares': '34971100', 'ImputationCredits': '0', 'Symbol': 'STBA', 'DPS': '0.8'}
{'NTA': '0', 'Yield': '25.1', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '5.09', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.28', 'Dividend': '0', 'Name': 'State Bank Finl Corp', 'Description': 'State Bank Finl Corp', 'DivYield': '2.18', 'MarketCap': '989350000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.61', 'PE': '20.41', 'PEG': '2.65', 'Shares': '37877110', 'ImputationCredits': '0', 'Symbol': 'STBZ', 'DPS': '0.56'}
{'NTA': '0', 'Yield': '45', 'EBITDA': '-26780000', 'Industry': '', 'PtS': '74.69', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.05', 'Dividend': '0', 'Name': 'Steadymed Ltd Ord Sh', 'Description': 'Steadymed Ltd Ord Sh', 'DivYield': '0', 'MarketCap': '116810000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '5.56', 'PE': '0', 'PEG': '-0.06', 'Shares': '20139660', 'ImputationCredits': '0', 'Symbol': 'STDY', 'DPS': '0'}
{'NTA': '0', 'Yield': '33.84', 'EBITDA': '39300000', 'Industry': 'Property-Casualty Insurers', 'PtS': '0.82', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.5', 'Dividend': '0', 'Name': 'State Auto Finl Corp', 'Description': 'State Auto Finl Corp', 'DivYield': '1.47', 'MarketCap': '1150000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.29', 'PE': '55', 'PEG': '3.25', 'Shares': '41818180', 'ImputationCredits': '0', 'Symbol': 'STFC', 'DPS': '0.4'}
{'NTA': '0', 'Yield': '29.18', 'EBITDA': '77180000', 'Industry': 'Farming/Seeds/Milling', 'PtS': '0.43', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.62', 'Dividend': '0', 'Name': 'Sunopta Inc', 'Description': 'Sunopta Inc', 'DivYield': '0', 'MarketCap': '597520000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '1.59', 'PE': '0', 'PEG': '5.38', 'Shares': '85974100', 'ImputationCredits': '0', 'Symbol': 'STKL', 'DPS': '0'}
{'NTA': '0', 'Yield': '-24', 'EBITDA': '-1670000', 'Industry': '', 'PtS': '0.621', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.044', 'Dividend': '0', 'Name': 'The One Group Cmn', 'Description': 'The One Group Cmn', 'DivYield': '0', 'MarketCap': '43240000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.777', 'PE': '39.227', 'PEG': '14.58', 'Shares': '25052140', 'ImputationCredits': '0', 'Symbol': 'STKS', 'DPS': '0'}
{'NTA': '0', 'Yield': '37.88', 'EBITDA': '1160000000', 'Industry': 'Steel/Iron Ore', 'PtS': '1.08', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.56', 'Dividend': '0', 'Name': 'Steel Dynamics Inc', 'Description': 'Steel Dynamics Inc', 'DivYield': '1.79', 'MarketCap': '8420000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Basic Industries', 'PtB': '2.88', 'PE': '22.28', 'PEG': '0.87', 'Shares': '242232400', 'ImputationCredits': '0', 'Symbol': 'STLD', 'DPS': '0.62'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-30T00:00:00', 'EPS': '-0.04', 'Dividend': '0', 'Name': 'Stellar Acquisition III Inc', 'Description': 'Stellar Acquisition III Inc', 'DivYield': '0', 'MarketCap': '27710000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '5.54', 'PE': '0', 'PEG': '0', 'Shares': '2716667', 'ImputationCredits': '0', 'Symbol': 'STLR', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-23T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Stellar Acquisition III Inc', 'Description': 'Stellar Acquisition III Inc', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'STLRU', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Stellar Acquisition III Inc. Warrants', 'Description': 'Stellar Acquisition III Inc. Warrants', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'STLRW', 'DPS': '0'}
{'NTA': '0', 'Yield': '-69.65', 'EBITDA': '-5100000', 'Industry': 'Home Furnishings', 'PtS': '0.26', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.37', 'Dividend': '0', 'Name': 'Stanley Furniture', 'Description': 'Stanley Furniture', 'DivYield': '0', 'MarketCap': '11490000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '0.59', 'PE': '0', 'PEG': '0', 'Shares': '14730770', 'ImputationCredits': '0', 'Symbol': 'STLY', 'DPS': '0'}
{'NTA': '0', 'Yield': '55.45', 'EBITDA': '-38810000', 'Industry': '', 'PtS': '143.94', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.15', 'Dividend': '0', 'Name': 'Stemline Therapeutic', 'Description': 'Stemline Therapeutic', 'DivYield': '0', 'MarketCap': '153480000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.6', 'PE': '0', 'PEG': '0', 'Shares': '17950880', 'ImputationCredits': '0', 'Symbol': 'STML', 'DPS': '0'}
{'NTA': '0', 'Yield': '43.7', 'EBITDA': '140470000', 'Industry': 'Catalog/Specialty Distribution', 'PtS': '5.31', 'DateTime': '2017-03-31T00:00:00', 'EPS': '4.12', 'Dividend': '0', 'Name': 'Stamps.Com Inc', 'Description': 'Stamps.Com Inc', 'DivYield': '0', 'MarketCap': '1990000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '5.21', 'PE': '28.73', 'PEG': '0.89', 'Shares': '16814530', 'ImputationCredits': '0', 'Symbol': 'STMP', 'DPS': '0'}
{'NTA': '0', 'Yield': '8.57', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Ipath Steepener', 'Description': 'Ipath Steepener', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'STPP', 'DPS': '0'}
{'NTA': '0', 'Yield': '62.15', 'EBITDA': '78690000', 'Industry': 'Other Consumer Services', 'PtS': '1.96', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.21', 'Dividend': '0', 'Name': 'Strayer Education', 'Description': 'Strayer Education', 'DivYield': '1.25', 'MarketCap': '854480000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '4.58', 'PE': '25.07', 'PEG': '6.89', 'Shares': '10615980', 'ImputationCredits': '0', 'Symbol': 'STRA', 'DPS': '1'}
{'NTA': '0', 'Yield': '76.53', 'EBITDA': '11850000', 'Industry': 'Military/Government/Technical', 'PtS': '0.33', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.4', 'Dividend': '0', 'Name': 'Sterling Constructio', 'Description': 'Sterling Constructio', 'DivYield': '0', 'MarketCap': '231720000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Basic Industries', 'PtB': '2.12', 'PE': '0', 'PEG': '4.15', 'Shares': '25050810', 'ImputationCredits': '0', 'Symbol': 'STRL', 'DPS': '0'}
{'NTA': '0', 'Yield': '-30.61', 'EBITDA': '-2690000', 'Industry': 'EDP Services', 'PtS': '0.68', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.35', 'Dividend': '0', 'Name': 'Streamline Health So', 'Description': 'Streamline Health So', 'DivYield': '0', 'MarketCap': '19060000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.47', 'PE': '0', 'PEG': '-0.19', 'Shares': '19649480', 'ImputationCredits': '0', 'Symbol': 'STRM', 'DPS': '0'}
{'NTA': '0', 'Yield': '14.64', 'EBITDA': '9260000', 'Industry': 'Homebuilding', 'PtS': '2.7', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.74', 'Dividend': '0', 'Name': 'Stratus Pptys Inc', 'Description': 'Stratus Pptys Inc', 'DivYield': '0', 'MarketCap': '221890000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '1.65', 'PE': '0', 'PEG': '0', 'Shares': '8098175', 'ImputationCredits': '0', 'Symbol': 'STRS', 'DPS': '0'}
{'NTA': '0', 'Yield': '-47.45', 'EBITDA': '23660000', 'Industry': 'Auto Parts:O.E.M.', 'PtS': '0.24', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.21', 'Dividend': '0', 'Name': 'Strattec Security', 'Description': 'Strattec Security', 'DivYield': '2.07', 'MarketCap': '99830000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '0.7', 'PE': '22.99', 'PEG': '1.5', 'Shares': '3591007', 'ImputationCredits': '0', 'Symbol': 'STRT', 'DPS': '0.56'}
{'NTA': '0', 'Yield': '110.98', 'EBITDA': '1710000000', 'Industry': 'Electronic Components', 'PtS': '1.27', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.71', 'Dividend': '0', 'Name': 'Seagate Tech Ord Shs', 'Description': 'Seagate Tech Ord Shs', 'DivYield': '5.57', 'MarketCap': '13560000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '9.13', 'PE': '26.8', 'PEG': '0.61', 'Shares': '295231900', 'ImputationCredits': '0', 'Symbol': 'STX', 'DPS': '2.52'}
{'NTA': '0', 'Yield': '32.87', 'EBITDA': '5190000', 'Industry': 'Miscellaneous manufacturing industries', 'PtS': '0.18', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.23', 'Dividend': '0', 'Name': 'Summer Infant Inc', 'Description': 'Summer Infant Inc', 'DivYield': '0', 'MarketCap': '35160000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '2.36', 'PE': '0', 'PEG': '2.1', 'Shares': '18505260', 'ImputationCredits': '0', 'Symbol': 'SUMR', 'DPS': '0'}
{'NTA': '0', 'Yield': '19.87', 'EBITDA': '0', 'Industry': '', 'PtS': '10.35', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.88', 'Dividend': '0', 'Name': 'Solar Senior Capital', 'Description': 'Solar Senior Capital', 'DivYield': '7.92', 'MarketCap': '283660000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.05', 'PE': '9.39', 'PEG': '2.49', 'Shares': '16025990', 'ImputationCredits': '0', 'Symbol': 'SUNS', 'DPS': '1.41'}
{'NTA': '0', 'Yield': '-45.32', 'EBITDA': '-7700000', 'Industry': 'Diversified Computer Systems', 'PtS': '0.39', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.23', 'Dividend': '0', 'Name': 'Sunworks Inc Cmn', 'Description': 'Sunworks Inc Cmn', 'DivYield': '0', 'MarketCap': '34110000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology - Services', 'PtB': '1.49', 'PE': '0', 'PEG': '0', 'Shares': '22440790', 'ImputationCredits': '0', 'Symbol': 'SUNW', 'DPS': '0'}
{'NTA': '0', 'Yield': '82.4', 'EBITDA': '56620000', 'Industry': '', 'PtS': '7.29', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.76', 'Dividend': '0', 'Name': 'Supernus Pharm', 'Description': 'Supernus Pharm', 'DivYield': '0', 'MarketCap': '1570000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '8.14', 'PE': '17.82', 'PEG': '0.9', 'Shares': '50159740', 'ImputationCredits': '0', 'Symbol': 'SUPN', 'DPS': '0'}
{'NTA': '0', 'Yield': '-9.34', 'EBITDA': '-837000', 'Industry': 'Major Pharmaceuticals', 'PtS': '5.1', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.08', 'Dividend': '0', 'Name': 'Sinovac Biotech Ltd', 'Description': 'Sinovac Biotech Ltd', 'DivYield': '0', 'MarketCap': '326430000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '2.84', 'PE': '0', 'PEG': '0', 'Shares': '56968590', 'ImputationCredits': '0', 'Symbol': 'SVA', 'DPS': '0'}
{'NTA': '0', 'Yield': '23.92', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '2.91', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.19', 'Dividend': '0', 'Name': 'Severn Bancorp Inc', 'Description': 'Severn Bancorp Inc', 'DivYield': '0', 'MarketCap': '87290000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '0.98', 'PE': '6.05', 'PEG': '0', 'Shares': '12123610', 'ImputationCredits': '0', 'Symbol': 'SVBI', 'DPS': '0'}
{'NTA': '0', 'Yield': '4.05', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-3.26', 'Dividend': '0', 'Name': 'Firsthand Technology', 'Description': 'Firsthand Technology', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'SVVC', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Alps ETF Trust Alps/Dorsey Wright Sector Momentu', 'Description': 'Alps ETF Trust Alps/Dorsey Wright Sector Momentu', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'SWIN', 'DPS': '0'}
{'NTA': '0', 'Yield': '64.6', 'EBITDA': '35040000', 'Industry': 'Radio And Television Broadcasting And Communications Equipment', 'PtS': '1.54', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.48', 'Dividend': '0', 'Name': 'Sierra Wireless In', 'Description': 'Sierra Wireless In', 'DivYield': '0', 'MarketCap': '935670000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '2.62', 'PE': '61.88', 'PEG': '5.42', 'Shares': '31504040', 'ImputationCredits': '0', 'Symbol': 'SWIR', 'DPS': '0'}
{'NTA': '0', 'Yield': '46.63', 'EBITDA': '1370000000', 'Industry': 'Semiconductors', 'PtS': '5.54', 'DateTime': '2017-03-31T00:00:00', 'EPS': '4.73', 'Dividend': '0', 'Name': 'Skyworks Solutions', 'Description': 'Skyworks Solutions', 'DivYield': '1.14', 'MarketCap': '18120000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '4.95', 'PE': '20.73', 'PEG': '1.07', 'Shares': '184935700', 'ImputationCredits': '0', 'Symbol': 'SWKS', 'DPS': '1.12'}
{'NTA': '0', 'Yield': '50.78', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '6.99', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.8', 'Dividend': '0', 'Name': 'Stock Yards Bancorp', 'Description': 'Stock Yards Bancorp', 'DivYield': '1.91', 'MarketCap': '920360000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '2.97', 'PE': '22.58', 'PEG': '2.15', 'Shares': '22641080', 'ImputationCredits': '0', 'Symbol': 'SYBT', 'DPS': '0.76'}
{'NTA': '0', 'Yield': '0.86', 'EBITDA': '163570000', 'Industry': 'EDP Services', 'PtS': '0.85', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.48', 'Dividend': '0', 'Name': 'Sykes Enterprises', 'Description': 'Sykes Enterprises', 'DivYield': '0', 'MarketCap': '1210000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.7', 'PE': '19.57', 'PEG': '1.44', 'Shares': '41767340', 'ImputationCredits': '0', 'Symbol': 'SYKE', 'DPS': '0'}
{'NTA': '0', 'Yield': '84.26', 'EBITDA': '875000000', 'Industry': 'Computer Software: Prepackaged Software', 'PtS': '5.02', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.32', 'Dividend': '0', 'Name': 'Symantec Corporation', 'Description': 'Symantec Corporation', 'DivYield': '0.98', 'MarketCap': '18990000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '4.8', 'PE': '9.24', 'PEG': '1.17', 'Shares': '618970000', 'ImputationCredits': '0', 'Symbol': 'SYMC', 'DPS': '0.3'}
{'NTA': '0', 'Yield': '-29.17', 'EBITDA': '-12500000', 'Industry': 'Major Chemicals', 'PtS': '12.817', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.208', 'Dividend': '0', 'Name': 'Synthesis Energy Sys', 'Description': 'Synthesis Energy Sys', 'DivYield': '0', 'MarketCap': '74180000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Basic Industries', 'PtB': '2.001', 'PE': '0', 'PEG': '0', 'Shares': '87065730', 'ImputationCredits': '0', 'Symbol': 'SYMX', 'DPS': '0'}
{'NTA': '0', 'Yield': '-30.8', 'EBITDA': '150600000', 'Industry': 'EDP Services', 'PtS': '1.12', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.09', 'Dividend': '0', 'Name': 'Synaptics Inc', 'Description': 'Synaptics Inc', 'DivYield': '0', 'MarketCap': '1750000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '2.37', 'PE': '45.59', 'PEG': '0.81', 'Shares': '35346400', 'ImputationCredits': '0', 'Symbol': 'SYNA', 'DPS': '0'}
{'NTA': '0', 'Yield': '194.33', 'EBITDA': '74000', 'Industry': '', 'PtS': '0.85', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.36', 'Dividend': '0', 'Name': 'Synacor Inc', 'Description': 'Synacor Inc', 'DivYield': '0', 'MarketCap': '108900000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.75', 'PE': '0', 'PEG': '-0.74', 'Shares': '30676060', 'ImputationCredits': '0', 'Symbol': 'SYNC', 'DPS': '0'}
{'NTA': '0', 'Yield': '45.83', 'EBITDA': '926596', 'Industry': 'Steel/Iron Ore', 'PtS': '0.8', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.82', 'Dividend': '0', 'Name': 'Synalloy Cp', 'Description': 'Synalloy Cp', 'DivYield': '0', 'MarketCap': '106310000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Basic Industries', 'PtB': '1.26', 'PE': '0', 'PEG': '0', 'Shares': '8678367', 'ImputationCredits': '0', 'Symbol': 'SYNL', 'DPS': '0'}
{'NTA': '0', 'Yield': '-60.43', 'EBITDA': '268910000', 'Industry': 'EDP Services', 'PtS': '1.45', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.68', 'Dividend': '0', 'Name': 'Syntel Inc', 'Description': 'Syntel Inc', 'DivYield': '0', 'MarketCap': '1410000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '0', 'PE': '0', 'PEG': '0.88', 'Shares': '83778970', 'ImputationCredits': '0', 'Symbol': 'SYNT', 'DPS': '0'}
{'NTA': '0', 'Yield': '-7.83', 'EBITDA': '-15890000', 'Industry': 'Industrial Machinery/Components', 'PtS': '0.24', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.29', 'Dividend': '0', 'Name': 'Sypris Solutions', 'Description': 'Sypris Solutions', 'DivYield': '0', 'MarketCap': '21370000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '0.83', 'PE': '3.59', 'PEG': '0', 'Shares': '20160380', 'ImputationCredits': '0', 'Symbol': 'SYPR', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-46690000', 'Industry': '', 'PtS': '1136.39', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-4.05', 'Dividend': '0', 'Name': 'Syros Pharmaceuticals', 'Description': 'Syros Pharmaceuticals', 'DivYield': '0', 'MarketCap': '372630000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '4.47', 'PE': '0', 'PEG': '0', 'Shares': '23391710', 'ImputationCredits': '0', 'Symbol': 'SYRS', 'DPS': '0'}
{'NTA': '0', 'Yield': '17.59', 'EBITDA': '40960000', 'Industry': 'Packaged Foods', 'PtS': '0.93', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.14', 'Dividend': '0', 'Name': 'Synutra Internationa', 'Description': 'Synutra Internationa', 'DivYield': '0', 'MarketCap': '334470000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '2.55', 'PE': '42.75', 'PEG': '0', 'Shares': '56689830', 'ImputationCredits': '0', 'Symbol': 'SYUT', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '114450000', 'Industry': '', 'PtS': '0.04', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.05', 'Dividend': '0', 'Name': 'Travelcenters of America Llc', 'Description': 'Travelcenters of America Llc', 'DivYield': '0', 'MarketCap': '241070000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.43', 'PE': '0', 'PEG': '1.26', 'Shares': '39519670', 'ImputationCredits': '0', 'Symbol': 'TA', 'DPS': '0'}
{'NTA': '0', 'Yield': '46.52', 'EBITDA': '65670000', 'Industry': '', 'PtS': '1.14', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.53', 'Dividend': '0', 'Name': 'Del Taco Rest Cmn', 'Description': 'Del Taco Rest Cmn', 'DivYield': '0', 'MarketCap': '513570000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.39', 'PE': '25.02', 'PEG': '2.06', 'Shares': '38730770', 'ImputationCredits': '0', 'Symbol': 'TACO', 'DPS': '0'}
{'NTA': '0', 'Yield': '130.05', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-30T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Del Taco Rest Wts', 'Description': 'Del Taco Rest Wts', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'TACOW', 'DPS': '0'}
{'NTA': '0', 'Yield': '-7', 'EBITDA': '6500000', 'Industry': 'Computer peripheral equipment', 'PtS': '1.05', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.47', 'Dividend': '0', 'Name': 'Transact Tech Inc', 'Description': 'Transact Tech Inc', 'DivYield': '3.95', 'MarketCap': '59500000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '2.49', 'PE': '17.23', 'PEG': '0.85', 'Shares': '7345679', 'ImputationCredits': '0', 'Symbol': 'TACT', 'DPS': '0.32'}
{'NTA': '0', 'Yield': '40', 'EBITDA': '349000', 'Industry': 'Electronic Components', 'PtS': '1.03', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.02', 'Dividend': '0', 'Name': 'Taitron Components', 'Description': 'Taitron Components', 'DivYield': '8.33', 'MarketCap': '6580000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '0.44', 'PE': '0', 'PEG': '0', 'Shares': '5529412', 'ImputationCredits': '0', 'Symbol': 'TAIT', 'DPS': '0.1'}
{'NTA': '0', 'Yield': '-67.83', 'EBITDA': '8410000', 'Industry': '', 'PtS': '0.67', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.23', 'Dividend': '0', 'Name': 'Tantech Holdings Cmn', 'Description': 'Tantech Holdings Cmn', 'DivYield': '0', 'MarketCap': '34470000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.45', 'PE': '6.41', 'PEG': '0', 'Shares': '23290540', 'ImputationCredits': '0', 'Symbol': 'TANH', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Travelcenters of America Llc', 'Description': 'Travelcenters of America Llc', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'TANNI', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '114450000', 'Industry': '', 'PtS': '0.18', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.05', 'Dividend': '0', 'Name': 'Travelcenters of America Llc', 'Description': 'Travelcenters of America Llc', 'DivYield': '0', 'MarketCap': '1000000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.82', 'PE': '0', 'PEG': '0', 'Shares': '39385580', 'ImputationCredits': '0', 'Symbol': 'TANNL', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Travelcenters of America Llc', 'Description': 'Travelcenters of America Llc', 'DivYield': '0', 'MarketCap': '101400000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '4000000000', 'ImputationCredits': '0', 'Symbol': 'TANNZ', 'DPS': '0'}
{'NTA': '0', 'Yield': '2.73', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-30T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Barclays Plc ETN', 'Description': 'Barclays Plc ETN', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'TAPR', 'DPS': '0'}
{'NTA': '0', 'Yield': '24.81', 'EBITDA': '37510000', 'Industry': 'Ordnance And Accessories', 'PtS': '4.53', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.32', 'Dividend': '0', 'Name': 'Taser Intl Inc', 'Description': 'Taser Intl Inc', 'DivYield': '0', 'MarketCap': '1190000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '8.05', 'PE': '71.22', 'PEG': '1.94', 'Shares': '52215880', 'ImputationCredits': '0', 'Symbol': 'TASR', 'DPS': '0'}
{'NTA': '0', 'Yield': '1.73', 'EBITDA': '86330000', 'Industry': 'Restaurants', 'PtS': '0.52', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.01', 'Dividend': '0', 'Name': 'Carrols Rstrnt Group', 'Description': 'Carrols Rstrnt Group', 'DivYield': '0', 'MarketCap': '498900000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '3.19', 'PE': '14.07', 'PEG': '1.47', 'Shares': '35257950', 'ImputationCredits': '0', 'Symbol': 'TAST', 'DPS': '0'}
{'NTA': '0', 'Yield': '35.17', 'EBITDA': '7770000', 'Industry': 'Aerospace', 'PtS': '0.88', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.01', 'Dividend': '0', 'Name': 'T A T Tech Ltd', 'Description': 'T A T Tech Ltd', 'DivYield': '14.33', 'MarketCap': '86510000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '0.95', 'PE': '1400', 'PEG': '0', 'Shares': '8827551', 'ImputationCredits': '0', 'Symbol': 'TATT', 'DPS': '1.33'}
{'NTA': '0', 'Yield': '19.25', 'EBITDA': '37320000', 'Industry': '', 'PtS': '1.2', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.14', 'Dividend': '0', 'Name': 'Liberty Tax Cl A Cmn', 'Description': 'Liberty Tax Cl A Cmn', 'DivYield': '4.48', 'MarketCap': '197800000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.24', 'PE': '12.46', 'PEG': '0.81', 'Shares': '13880700', 'ImputationCredits': '0', 'Symbol': 'TAX', 'DPS': '0.64'}
{'NTA': '0', 'Yield': '-10.73', 'EBITDA': '5300000', 'Industry': 'Industrial Machinery/Components', 'PtS': '1.547', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.978', 'Dividend': '0', 'Name': 'Taylor Devices Inc', 'Description': 'Taylor Devices Inc', 'DivYield': '0', 'MarketCap': '47380000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '1.519', 'PE': '14.119', 'PEG': '0', 'Shares': '3431344', 'ImputationCredits': '0', 'Symbol': 'TAYD', 'DPS': '0'}
{'NTA': '0', 'Yield': '-10.05', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '2.2', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.17', 'Dividend': '0', 'Name': 'The Bancorp Inc', 'Description': 'The Bancorp Inc', 'DivYield': '0', 'MarketCap': '283790000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '0.94', 'PE': '0', 'PEG': '1.25', 'Shares': '55645100', 'ImputationCredits': '0', 'Symbol': 'TBBK', 'DPS': '0'}
{'NTA': '0', 'Yield': '62.37', 'EBITDA': '0', 'Industry': '', 'PtS': '3.74', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.1', 'Dividend': '0', 'Name': 'Triumph Bancorp Cmn', 'Description': 'Triumph Bancorp Cmn', 'DivYield': '0', 'MarketCap': '463140000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.7', 'PE': '23.45', 'PEG': '1.43', 'Shares': '17951160', 'ImputationCredits': '0', 'Symbol': 'TBK', 'DPS': '0'}
{'NTA': '0', 'Yield': '18.83', 'EBITDA': '0', 'Industry': 'Savings Institutions', 'PtS': '4.63', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.76', 'Dividend': '0', 'Name': 'Territorial Bancorp', 'Description': 'Territorial Bancorp', 'DivYield': '2.58', 'MarketCap': '286480000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.25', 'PE': '17.71', 'PEG': '4.18', 'Shares': '9190889', 'ImputationCredits': '0', 'Symbol': 'TBNK', 'DPS': '0.8'}
{'NTA': '0', 'Yield': '77.45', 'EBITDA': '-177350000', 'Industry': '', 'PtS': '39.48', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-4.26', 'Dividend': '0', 'Name': 'Theravance Bio Ord', 'Description': 'Theravance Bio Ord', 'DivYield': '0', 'MarketCap': '1950000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '5.48', 'PE': '0', 'PEG': '-0.02', 'Shares': '52960350', 'ImputationCredits': '0', 'Symbol': 'TBPH', 'DPS': '0'}
{'NTA': '0', 'Yield': '82.13', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '6.62', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.11', 'Dividend': '0', 'Name': 'Texas Capital Bncsh', 'Description': 'Texas Capital Bncsh', 'DivYield': '0', 'MarketCap': '4130000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '2.22', 'PE': '26.83', 'PEG': '1.74', 'Shares': '49490710', 'ImputationCredits': '0', 'Symbol': 'TCBI', 'DPS': '0'}
{'NTA': '0', 'Yield': '2.55', 'EBITDA': '0', 'Industry': '', 'PtS': '2.01', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.11', 'Dividend': '0', 'Name': 'Texas Cap 6.5 Sr NTS', 'Description': 'Texas Cap 6.5 Sr NTS', 'DivYield': '0', 'MarketCap': '1260000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.67', 'PE': '8.16', 'PEG': '0', 'Shares': '49645390', 'ImputationCredits': '0', 'Symbol': 'TCBIL', 'DPS': '0'}
{'NTA': '0', 'Yield': '7.32', 'EBITDA': '0', 'Industry': '', 'PtS': '2.0177', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.11', 'Dividend': '0', 'Name': 'Texas Capital', 'Description': 'Texas Capital', 'DivYield': '6.34', 'MarketCap': '1260000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.6764', 'PE': '8.2025', 'PEG': '0', 'Shares': '49392590', 'ImputationCredits': '0', 'Symbol': 'TCBIP', 'DPS': '1.62'}
{'NTA': '0', 'Yield': '31.98', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '3.72', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.94', 'Dividend': '0', 'Name': 'Trico Bancshares', 'Description': 'Trico Bancshares', 'DivYield': '1.75', 'MarketCap': '812610000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.7', 'PE': '18.31', 'PEG': '1.73', 'Shares': '22871090', 'ImputationCredits': '0', 'Symbol': 'TCBK', 'DPS': '0.6'}
{'NTA': '0', 'Yield': '-5.82', 'EBITDA': '-3110000', 'Industry': 'Radio And Television Broadcasting And Communications Equipment', 'PtS': '2.283', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.494', 'Dividend': '0', 'Name': 'Technical Commctn Cp', 'Description': 'Technical Commctn Cp', 'DivYield': '0', 'MarketCap': '4760000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.176', 'PE': '0', 'PEG': '0', 'Shares': '1838548', 'ImputationCredits': '0', 'Symbol': 'TCCO', 'DPS': '0'}
{'NTA': '0', 'Yield': '65.14', 'EBITDA': '0', 'Industry': '', 'PtS': '3.86', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.59', 'Dividend': '0', 'Name': 'The Community Fin Cp', 'Description': 'The Community Fin Cp', 'DivYield': '1.18', 'MarketCap': '160080000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.51', 'PE': '21.7', 'PEG': '1.8', 'Shares': '4640000', 'ImputationCredits': '0', 'Symbol': 'TCFC', 'DPS': '0.4'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '5070000', 'Industry': '', 'PtS': '3.69', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.15', 'Dividend': '0', 'Name': 'Tactile Systems Technology Inc Cmn', 'Description': 'Tactile Systems Technology Inc Cmn', 'DivYield': '0', 'MarketCap': '320180000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '5.22', 'PE': '126.33', 'PEG': '9.24', 'Shares': '16896040', 'ImputationCredits': '0', 'Symbol': 'TCMD', 'DPS': '0'}
{'NTA': '0', 'Yield': '-48.2', 'EBITDA': '-25880000', 'Industry': '', 'PtS': '17.81', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.13', 'Dividend': '0', 'Name': 'Tracon Pharma Cmn', 'Description': 'Tracon Pharma Cmn', 'DivYield': '0', 'MarketCap': '60610000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.16', 'PE': '0', 'PEG': '0', 'Shares': '16162670', 'ImputationCredits': '0', 'Symbol': 'TCON', 'DPS': '0'}
{'NTA': '0', 'Yield': '17.86', 'EBITDA': '0', 'Industry': '', 'PtS': '6.1', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.5', 'Dividend': '0', 'Name': 'TCP Capital Corp', 'Description': 'TCP Capital Corp', 'DivYield': '8.36', 'MarketCap': '902760000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.14', 'PE': '11.36', 'PEG': '2.71', 'Shares': '53041130', 'ImputationCredits': '0', 'Symbol': 'TCPC', 'DPS': '1.44'}
{'NTA': '0', 'Yield': '-11.47', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.52', 'Dividend': '0', 'Name': 'THL Credit Inc', 'Description': 'THL Credit Inc', 'DivYield': '11.18', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '1.78', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'TCRD', 'DPS': '1.08'}
{'NTA': '0', 'Yield': '107.86', 'EBITDA': '27770000', 'Industry': '', 'PtS': '2.74', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.5', 'Dividend': '0', 'Name': 'Tucows Inc Cl A Cmn', 'Description': 'Tucows Inc Cl A Cmn', 'DivYield': '0', 'MarketCap': '535460000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '13.73', 'PE': '34.03', 'PEG': '0.86', 'Shares': '10488930', 'ImputationCredits': '0', 'Symbol': 'TCX', 'DPS': '0'}
{'NTA': '0', 'Yield': '24.46', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'First Trs Vi Nasdaq', 'Description': 'First Trs Vi Nasdaq', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'TDIV', 'DPS': '0'}
{'NTA': '0', 'Yield': '29.26', 'EBITDA': '-1010000', 'Industry': 'Information Technology Services', 'PtS': '12.49', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.04', 'Dividend': '0', 'Name': 'Atlassian Cls A Ord', 'Description': 'Atlassian Cls A Ord', 'DivYield': '0', 'MarketCap': '6660000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '8.38', 'PE': '0', 'PEG': '3.62', 'Shares': '222370600', 'ImputationCredits': '0', 'Symbol': 'TEAM', 'DPS': '0'}
{'NTA': '0', 'Yield': '-63.59', 'EBITDA': '-12470000', 'Industry': 'Medical/Dental Instruments', 'PtS': '0.59', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-4.29', 'Dividend': '0', 'Name': 'Tearlab Corporation', 'Description': 'Tearlab Corporation', 'DivYield': '0', 'MarketCap': '15240000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '0', 'PE': '0', 'PEG': '-0.04', 'Shares': '5366197', 'ImputationCredits': '0', 'Symbol': 'TEAR', 'DPS': '0'}
{'NTA': '0', 'Yield': '36.7', 'EBITDA': '371690000', 'Industry': 'Retail: Computer Software & Peripheral Equipment', 'PtS': '0.12', 'DateTime': '2017-03-31T00:00:00', 'EPS': '5.51', 'Dividend': '0', 'Name': 'Tech Data Cp', 'Description': 'Tech Data Cp', 'DivYield': '0', 'MarketCap': '3310000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.5', 'PE': '17.04', 'PEG': '2.88', 'Shares': '35250270', 'ImputationCredits': '0', 'Symbol': 'TECD', 'DPS': '0'}
{'NTA': '0', 'Yield': '9.09', 'EBITDA': '202440000', 'Industry': 'Biotechnology: Biological Products (No Diagnostic Substances)', 'PtS': '7.14', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.1', 'Dividend': '0', 'Name': 'Bio-Techne Cp Cmn', 'Description': 'Bio-Techne Cp Cmn', 'DivYield': '1.28', 'MarketCap': '3790000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '4.23', 'PE': '48.45', 'PEG': '2.74', 'Shares': '37284800', 'ImputationCredits': '0', 'Symbol': 'TECH', 'DPS': '1.28'}
{'NTA': '0', 'Yield': '68.59', 'EBITDA': '42280000', 'Industry': '', 'PtS': '4.64', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.59', 'Dividend': '0', 'Name': 'Tarena Intl ADR', 'Description': 'Tarena Intl ADR', 'DivYield': '32.7', 'MarketCap': '1050000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '4.59', 'PE': '31.39', 'PEG': '0.81', 'Shares': '56209850', 'ImputationCredits': '0', 'Symbol': 'TEDU', 'DPS': '6.4'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-93660000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.31', 'Dividend': '0', 'Name': 'Tellurian Inc. New', 'Description': 'Tellurian Inc. New', 'DivYield': '0', 'MarketCap': '2340000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '223.73', 'PE': '0', 'PEG': '0', 'Shares': '199658700', 'ImputationCredits': '0', 'Symbol': 'TELL', 'DPS': '0'}
{'NTA': '0', 'Yield': '-79.41', 'EBITDA': '-19210000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.57', 'Dividend': '0', 'Name': 'Tenax Therapeutics', 'Description': 'Tenax Therapeutics', 'DivYield': '0', 'MarketCap': '15820000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.8872', 'PE': '0', 'PEG': '0', 'Shares': '28124440', 'ImputationCredits': '0', 'Symbol': 'TENX', 'DPS': '0'}
{'NTA': '0', 'Yield': '15.82', 'EBITDA': '404090000', 'Industry': '', 'PtS': '2.43', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.22', 'Dividend': '0', 'Name': 'Terraform Pwr Cla Cmn', 'Description': 'Terraform Pwr Cla Cmn', 'DivYield': '0', 'MarketCap': '1540000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.84', 'PE': '0', 'PEG': '-1.9', 'Shares': '124898600', 'ImputationCredits': '0', 'Symbol': 'TERP', 'DPS': '0'}
{'NTA': '0', 'Yield': '-14.9', 'EBITDA': '-42170000', 'Industry': 'Metal Fabrications', 'PtS': '2.76', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.73', 'Dividend': '0', 'Name': 'Tesco Corp', 'Description': 'Tesco Corp', 'DivYield': '0', 'MarketCap': '376080000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Energy', 'PtB': '1.2', 'PE': '0', 'PEG': '-0.09', 'Shares': '46718010', 'ImputationCredits': '0', 'Symbol': 'TESO', 'DPS': '0'}
{'NTA': '0', 'Yield': '-5.31', 'EBITDA': '4450000', 'Industry': 'Electronic Components', 'PtS': '0.24', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.04', 'Dividend': '0', 'Name': 'Tessco Tech Inc', 'Description': 'Tessco Tech Inc', 'DivYield': '5.18', 'MarketCap': '130770000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '1.16', 'PE': '413.16', 'PEG': '9.06', 'Shares': '8329300', 'ImputationCredits': '0', 'Symbol': 'TESS', 'DPS': '0.8'}
{'NTA': '0', 'Yield': '-7.15', 'EBITDA': '0', 'Industry': 'Savings Institutions', 'PtS': '15.08', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.29', 'Dividend': '0', 'Name': 'Tfs Financial Corp', 'Description': 'Tfs Financial Corp', 'DivYield': '3.05', 'MarketCap': '4580000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '2.74', 'PE': '56.83', 'PEG': '0', 'Shares': '277912600', 'ImputationCredits': '0', 'Symbol': 'TFSL', 'DPS': '0.5'}
{'NTA': '0', 'Yield': '-19.59', 'EBITDA': '3410000', 'Industry': 'Oil & Gas Production', 'PtS': '1.72', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.21', 'Dividend': '0', 'Name': 'Transglobe Energy Cp', 'Description': 'Transglobe Energy Cp', 'DivYield': '0', 'MarketCap': '108310000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Energy', 'PtB': '0.38', 'PE': '0', 'PEG': '-1.01', 'Shares': '72206660', 'ImputationCredits': '0', 'Symbol': 'TGA', 'DPS': '0'}
{'NTA': '0', 'Yield': '-0.26', 'EBITDA': '-733446', 'Industry': 'Biotechnology', 'PtS': '3.12', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.06', 'Dividend': '0', 'Name': 'Tecogen Inc Cmn', 'Description': 'Tecogen Inc Cmn', 'DivYield': '0', 'MarketCap': '75960000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '5.25', 'PE': '0', 'PEG': '0', 'Shares': '20042220', 'ImputationCredits': '0', 'Symbol': 'TGEN', 'DPS': '0'}
{'NTA': '0', 'Yield': '0.84', 'EBITDA': '66570000', 'Industry': '', 'PtS': '1.18', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.77', 'Dividend': '0', 'Name': 'Tecnoglass Inc', 'Description': 'Tecnoglass Inc', 'DivYield': '4.61', 'MarketCap': '359920000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.17', 'PE': '14.09', 'PEG': '0', 'Shares': '33172350', 'ImputationCredits': '0', 'Symbol': 'TGLS', 'DPS': '0.5'}
{'NTA': '0', 'Yield': '27.88', 'EBITDA': '-78910000', 'Industry': '', 'PtS': '4061.47', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.6', 'Dividend': '0', 'Name': 'Tg Therapeuticscmn', 'Description': 'Tg Therapeuticscmn', 'DivYield': '0', 'MarketCap': '647280000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '17.25', 'PE': '0', 'PEG': '0', 'Shares': '56778950', 'ImputationCredits': '0', 'Symbol': 'TGTX', 'DPS': '0'}
{'NTA': '0', 'Yield': '34.07', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '3.99', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.12', 'Dividend': '0', 'Name': 'First Finl Corp [In]', 'Description': 'First Finl Corp [In]', 'DivYield': '2.06', 'MarketCap': '580590000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.43', 'PE': '15.23', 'PEG': '0', 'Shares': '12222950', 'ImputationCredits': '0', 'Symbol': 'THFF', 'DPS': '1'}
{'NTA': '0', 'Yield': '29.55', 'EBITDA': '-23940000', 'Industry': 'Major Pharmaceuticals', 'PtS': '0.58', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.34', 'Dividend': '0', 'Name': 'Threshold Pharmactl', 'Description': 'Threshold Pharmactl', 'DivYield': '0', 'MarketCap': '40810000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '1.91', 'PE': '0', 'PEG': '0', 'Shares': '71596490', 'ImputationCredits': '0', 'Symbol': 'THLD', 'DPS': '0'}
{'NTA': '0', 'Yield': '6.83', 'EBITDA': '150600000', 'Industry': 'Medical Appliances & Equipment', 'PtS': '1.54', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.09', 'Dividend': '0', 'Name': 'Gentherm Inc Cmn', 'Description': 'Gentherm Inc Cmn', 'DivYield': '0', 'MarketCap': '1440000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '3.07', 'PE': '18.78', 'PEG': '0.8', 'Shares': '36687900', 'ImputationCredits': '0', 'Symbol': 'THRM', 'DPS': '0'}
{'NTA': '0', 'Yield': '59.03', 'EBITDA': '147000', 'Industry': '', 'PtS': '0.44', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Truett Hurst Cl A Co', 'Description': 'Truett Hurst Cl A Co', 'DivYield': '0', 'MarketCap': '9960000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.94', 'PE': '2290', 'PEG': '0', 'Shares': '4349345', 'ImputationCredits': '0', 'Symbol': 'THST', 'DPS': '0'}
{'NTA': '0', 'Yield': '42.47', 'EBITDA': '0', 'Industry': 'Diversified Investments', 'PtS': '5.51', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.92', 'Dividend': '0', 'Name': 'Ticc Capital Corp', 'Description': 'Ticc Capital Corp', 'DivYield': '12.34', 'MarketCap': '379920000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '0.99', 'PE': '3.85', 'PEG': '2.12', 'Shares': '51479680', 'ImputationCredits': '0', 'Symbol': 'TICC', 'DPS': '0.89'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-25360000', 'Industry': '', 'PtS': '1299.44', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.2', 'Dividend': '0', 'Name': 'Tigenix Nv', 'Description': 'Tigenix Nv', 'DivYield': '0', 'MarketCap': '3160000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '110.28', 'PE': '0', 'PEG': '2.39', 'Shares': '202564100', 'ImputationCredits': '0', 'Symbol': 'TIG', 'DPS': '0'}
{'NTA': '0', 'Yield': '-0.25', 'EBITDA': '-503311', 'Industry': '', 'PtS': '3.9', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.47', 'Dividend': '0', 'Name': 'Till Cap Res Vt Shrs', 'Description': 'Till Cap Res Vt Shrs', 'DivYield': '0', 'MarketCap': '13430000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.5', 'PE': '0', 'PEG': '0', 'Shares': '3400000', 'ImputationCredits': '0', 'Symbol': 'TIL', 'DPS': '0'}
{'NTA': '0', 'Yield': '11.93', 'EBITDA': '135360000', 'Industry': '', 'PtS': '1.25', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.83', 'Dividend': '0', 'Name': 'Interface Inc Cmn', 'Description': 'Interface Inc Cmn', 'DivYield': '1.28', 'MarketCap': '1220000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.52', 'PE': '22.95', 'PEG': '0.48', 'Shares': '64042000', 'ImputationCredits': '0', 'Symbol': 'TILE', 'DPS': '0.24'}
{'NTA': '0', 'Yield': '-24.71', 'EBITDA': '-3540000', 'Industry': 'Finance/Investors Services', 'PtS': '22.42', 'DateTime': '2017-03-24T00:00:00', 'EPS': '-0.53', 'Dividend': '0', 'Name': 'Harris & Harris', 'Description': 'Harris & Harris', 'DivYield': '0', 'MarketCap': '40480000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '0.56', 'PE': '0', 'PEG': '0', 'Shares': '30900760', 'ImputationCredits': '0', 'Symbol': 'TINY', 'DPS': '0'}
{'NTA': '0', 'Yield': '32.01', 'EBITDA': '134190000', 'Industry': '', 'PtS': '0.34', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.78', 'Dividend': '0', 'Name': 'Tiptree Fncl Cl A Cmn', 'Description': 'Tiptree Fncl Cl A Cmn', 'DivYield': '1.48', 'MarketCap': '207860000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.71', 'PE': '9.35', 'PEG': '0', 'Shares': '28473970', 'ImputationCredits': '0', 'Symbol': 'TIPT', 'DPS': '0.1'}
{'NTA': '0', 'Yield': '-17.39', 'EBITDA': '-2750000', 'Industry': 'Computer peripheral equipment', 'PtS': '0.75', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.36', 'Dividend': '0', 'Name': 'Top Image Systems', 'Description': 'Top Image Systems', 'DivYield': '0', 'MarketCap': '23850000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.18', 'PE': '0', 'PEG': '-1.11', 'Shares': '17932330', 'ImputationCredits': '0', 'Symbol': 'TISA', 'DPS': '0'}
{'NTA': '0', 'Yield': '18', 'EBITDA': '29230000', 'Industry': 'Other Specialty Stores', 'PtS': '0.26', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.9', 'Dividend': '0', 'Name': 'Titan Machinery Inc', 'Description': 'Titan Machinery Inc', 'DivYield': '0', 'MarketCap': '327370000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '0.98', 'PE': '0', 'PEG': '-147.1', 'Shares': '21340940', 'ImputationCredits': '0', 'Symbol': 'TITN', 'DPS': '0'}
{'NTA': '0', 'Yield': '87.88', 'EBITDA': '212030000', 'Industry': 'Television Services', 'PtS': '3.4', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.35', 'Dividend': '0', 'Name': 'Tivo Corp', 'Description': 'Tivo Corp', 'DivYield': '3.84', 'MarketCap': '2210000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '1.16', 'PE': '53.42', 'PEG': '1', 'Shares': '117866700', 'ImputationCredits': '0', 'Symbol': 'TIVO', 'DPS': '0.72'}
{'NTA': '0', 'Yield': '-88.54', 'EBITDA': '-36670000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.677', 'Dividend': '0', 'Name': 'Tokai Pharma Cmn', 'Description': 'Tokai Pharma Cmn', 'DivYield': '0', 'MarketCap': '18920000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.6928', 'PE': '0', 'PEG': '0.02', 'Shares': '22645120', 'ImputationCredits': '0', 'Symbol': 'TKAI', 'DPS': '0'}
{'NTA': '0', 'Yield': '16.31', 'EBITDA': '12040000', 'Industry': 'Apparel', 'PtS': '0.91', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.69', 'Dividend': '0', 'Name': 'Tandy  Leather Fctry', 'Description': 'Tandy  Leather Fctry', 'DivYield': '0', 'MarketCap': '75380000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '1.42', 'PE': '11.92', 'PEG': '0', 'Shares': '9192683', 'ImputationCredits': '0', 'Symbol': 'TLF', 'DPS': '0'}
{'NTA': '0', 'Yield': '41.49', 'EBITDA': '6820000', 'Industry': '', 'PtS': '6.3', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.23', 'Dividend': '0', 'Name': 'Teligent Cmn Stk', 'Description': 'Teligent Cmn Stk', 'DivYield': '0', 'MarketCap': '415700000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '7.43', 'PE': '0', 'PEG': '3.3', 'Shares': '53226630', 'ImputationCredits': '0', 'Symbol': 'TLGT', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-24620000', 'Industry': '', 'PtS': '7.63', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.68', 'Dividend': '0', 'Name': 'Talend Sa', 'Description': 'Talend Sa', 'DivYield': '0', 'MarketCap': '799130000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '45.8', 'PE': '0', 'PEG': '-1.4', 'Shares': '27970950', 'ImputationCredits': '0', 'Symbol': 'TLND', 'DPS': '0'}
{'NTA': '0', 'Yield': '-6.7', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.89', 'Dividend': '0', 'Name': 'Ishares  20-Year Bond', 'Description': 'Ishares  20-Year Bond', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'TLT', 'DPS': '0'}
{'NTA': '0', 'Yield': '64.43', 'EBITDA': '9310000000', 'Industry': '', 'PtS': '1.45', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.69', 'Dividend': '0', 'Name': 'T-Mobile US Cmn', 'Description': 'T-Mobile US Cmn', 'DivYield': '4.22', 'MarketCap': '53390000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.95', 'PE': '38.22', 'PEG': '1.3', 'Shares': '826598500', 'ImputationCredits': '0', 'Symbol': 'TMUS', 'DPS': '2.75'}
{'NTA': '0', 'Yield': '56.04', 'EBITDA': '9310000000', 'Industry': '', 'PtS': '2.36', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.69', 'Dividend': '0', 'Name': 'T-Mobile 5.5 Pfd A', 'Description': 'T-Mobile 5.5 Pfd A', 'DivYield': '2.63', 'MarketCap': '87450000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '4.81', 'PE': '62.61', 'PEG': '0', 'Shares': '826481500', 'ImputationCredits': '0', 'Symbol': 'TMUSP', 'DPS': '2.75'}
{'NTA': '0', 'Yield': '51.75', 'EBITDA': '-24990000', 'Industry': 'Industrial Machinery/Components', 'PtS': '1.9', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.9', 'Dividend': '0', 'Name': 'Telenav Inc', 'Description': 'Telenav Inc', 'DivYield': '0', 'MarketCap': '357260000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '2.73', 'PE': '0', 'PEG': '-0.53', 'Shares': '43304240', 'ImputationCredits': '0', 'Symbol': 'TNAV', 'DPS': '0'}
{'NTA': '0', 'Yield': '-89.22', 'EBITDA': '-72560000', 'Industry': 'Telecommunications Equipment', 'PtS': '0.45', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.73', 'Dividend': '0', 'Name': 'Tandem Diabetes Care', 'Description': 'Tandem Diabetes Care', 'DivYield': '0', 'MarketCap': '37600000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Public Utilities', 'PtB': '0', 'PE': '0', 'PEG': '-0.02', 'Shares': '31333330', 'ImputationCredits': '0', 'Symbol': 'TNDM', 'DPS': '0'}
{'NTA': '0', 'Yield': '-30.14', 'EBITDA': '9640000', 'Industry': '', 'PtS': '0.91', 'DateTime': '2017-03-13T00:00:00', 'EPS': '-0.11', 'Dividend': '0', 'Name': 'Tangoe Inc', 'Description': 'Tangoe Inc', 'DivYield': '0', 'MarketCap': '198730000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.1', 'PE': '0', 'PEG': '1.26', 'Shares': '39430560', 'ImputationCredits': '0', 'Symbol': 'TNGO', 'DPS': '0'}
{'NTA': '0', 'Yield': '85.32', 'EBITDA': '-44630000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-21.38', 'Dividend': '0', 'Name': 'Tonix Pharm Hldg Cmn', 'Description': 'Tonix Pharm Hldg Cmn', 'DivYield': '0', 'MarketCap': '18300000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.5', 'PE': '0', 'PEG': '0', 'Shares': '3918630', 'ImputationCredits': '0', 'Symbol': 'TNXP', 'DPS': '0'}
{'NTA': '0', 'Yield': '-61.29', 'EBITDA': '8440000', 'Industry': 'Marine Transportation', 'PtS': '0.32', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.09', 'Dividend': '0', 'Name': 'Top Ships Inc', 'Description': 'Top Ships Inc', 'DivYield': '0', 'MarketCap': '9470000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Transportation', 'PtB': '0.13', 'PE': '0', 'PEG': '0', 'Shares': '8768519', 'ImputationCredits': '0', 'Symbol': 'TOPS', 'DPS': '0'}
{'NTA': '0', 'Yield': '52.08', 'EBITDA': '3300000', 'Industry': 'Major Chemicals', 'PtS': '0.64', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.13', 'Dividend': '0', 'Name': 'Tor Minerals Intl', 'Description': 'Tor Minerals Intl', 'DivYield': '0', 'MarketCap': '24610000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Basic Industries', 'PtB': '0.88', 'PE': '53.46', 'PEG': '0', 'Shares': '3541007', 'ImputationCredits': '0', 'Symbol': 'TORM', 'DPS': '0'}
{'NTA': '0', 'Yield': '-17.59', 'EBITDA': '-353710000', 'Industry': '', 'PtS': '0.53', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.82', 'Dividend': '0', 'Name': 'Tuniu Corporatio Ads', 'Description': 'Tuniu Corporatio Ads', 'DivYield': '0', 'MarketCap': '817630000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.68', 'PE': '0', 'PEG': '4877', 'Shares': '93336760', 'ImputationCredits': '0', 'Symbol': 'TOUR', 'DPS': '0'}
{'NTA': '0', 'Yield': '54.29', 'EBITDA': '0', 'Industry': 'Regional - Mid-Atlantic Banks', 'PtS': '5.58', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.18', 'Dividend': '0', 'Name': 'Towne Bank', 'Description': 'Towne Bank', 'DivYield': '1.58', 'MarketCap': '2020000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.89', 'PE': '27.46', 'PEG': '0', 'Shares': '62345680', 'ImputationCredits': '0', 'Symbol': 'TOWN', 'DPS': '0.52'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '56010000', 'Industry': '', 'PtS': '0.79', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.48', 'Dividend': '0', 'Name': 'Tpi Composites Inc Cmn', 'Description': 'Tpi Composites Inc Cmn', 'DivYield': '0', 'MarketCap': '623510000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '5.79', 'PE': '39.77', 'PEG': '0', 'Shares': '32799050', 'ImputationCredits': '0', 'Symbol': 'TPIC', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.72', 'Dividend': '0', 'Name': 'Tapimmune Inc', 'Description': 'Tapimmune Inc', 'DivYield': '0', 'MarketCap': '37890000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '5.89', 'PE': '0', 'PEG': '0', 'Shares': '8438753', 'ImputationCredits': '0', 'Symbol': 'TPIV', 'DPS': '0'}
{'NTA': '0', 'Yield': '90.5', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Proshres Ultrpro QQQ', 'Description': 'Proshres Ultrpro QQQ', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'TQQQ', 'DPS': '0'}
{'NTA': '0', 'Yield': '84.45', 'EBITDA': '0', 'Industry': '', 'PtS': '4.31', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.01', 'Dividend': '0', 'Name': 'Two River Bncrp', 'Description': 'Two River Bncrp', 'DivYield': '0.89', 'MarketCap': '146950000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.44', 'PE': '17.49', 'PEG': '0', 'Shares': '8321065', 'ImputationCredits': '0', 'Symbol': 'TRCB', 'DPS': '0.15'}
{'NTA': '0', 'Yield': '84.21', 'EBITDA': '-8800000', 'Industry': '', 'PtS': '147.24', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.81', 'Dividend': '0', 'Name': 'Torchlight Energy', 'Description': 'Torchlight Energy', 'DivYield': '0', 'MarketCap': '70470000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '11.9', 'PE': '0', 'PEG': '0', 'Shares': '50335720', 'ImputationCredits': '0', 'Symbol': 'TRCH', 'DPS': '0'}
{'NTA': '0', 'Yield': '40.1', 'EBITDA': '55210000', 'Industry': 'Finance: Consumer Services', 'PtS': '3.87', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.15', 'Dividend': '0', 'Name': 'Lendingtree Inc', 'Description': 'Lendingtree Inc', 'DivYield': '0', 'MarketCap': '1480000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '6.41', 'PE': '58.33', 'PEG': '2.18', 'Shares': '11806940', 'ImputationCredits': '0', 'Symbol': 'TREE', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '8280000', 'Industry': '', 'PtS': '2.44', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.59', 'Dividend': '0', 'Name': 'Tabula Rasa Healthcare Inc', 'Description': 'Tabula Rasa Healthcare Inc', 'DivYield': '0', 'MarketCap': '230140000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.99', 'PE': '0', 'PEG': '0.7', 'Shares': '17072700', 'ImputationCredits': '0', 'Symbol': 'TRHC', 'DPS': '0'}
{'NTA': '0', 'Yield': '-48.17', 'EBITDA': '12310000', 'Industry': 'Biotechnology: In Vitro & In Vivo Diagnostic Substances', 'PtS': '1.36', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-4.38', 'Dividend': '0', 'Name': 'Trinity Bio ADR', 'Description': 'Trinity Bio ADR', 'DivYield': '0', 'MarketCap': '135660000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '1.25', 'PE': '0', 'PEG': '1.37', 'Shares': '22761740', 'ImputationCredits': '0', 'Symbol': 'TRIB', 'DPS': '0'}
{'NTA': '0', 'Yield': '-45.14', 'EBITDA': '-21810000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-3.04', 'Dividend': '0', 'Name': 'Trillium Therapeutic', 'Description': 'Trillium Therapeutic', 'DivYield': '0', 'MarketCap': '48250000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.41', 'PE': '0', 'PEG': '0', 'Shares': '7845529', 'ImputationCredits': '0', 'Symbol': 'TRIL', 'DPS': '0'}
{'NTA': '0', 'Yield': '-33.18', 'EBITDA': '215000000', 'Industry': '', 'PtS': '4.22', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.82', 'Dividend': '0', 'Name': 'Tripadvisor Inc', 'Description': 'Tripadvisor Inc', 'DivYield': '0', 'MarketCap': '6220000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '4.16', 'PE': '52.63', 'PEG': '5.99', 'Shares': '144114900', 'ImputationCredits': '0', 'Symbol': 'TRIP', 'DPS': '0'}
{'NTA': '0', 'Yield': '33.65', 'EBITDA': '389000000', 'Industry': 'Industrial Machinery/Components', 'PtS': '3.34', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.52', 'Dividend': '0', 'Name': 'Trimble Navigation', 'Description': 'Trimble Navigation', 'DivYield': '0', 'MarketCap': '7900000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '3.4', 'PE': '60.23', 'PEG': '2.3', 'Shares': '252235000', 'ImputationCredits': '0', 'Symbol': 'TRMB', 'DPS': '0'}
{'NTA': '0', 'Yield': '29.7', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '3.97', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.6', 'Dividend': '0', 'Name': 'Trustmark Corp', 'Description': 'Trustmark Corp', 'DivYield': '2.95', 'MarketCap': '2150000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.43', 'PE': '19.88', 'PEG': '2.57', 'Shares': '67631340', 'ImputationCredits': '0', 'Symbol': 'TRMK', 'DPS': '0.92'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '120470000', 'Industry': '', 'PtS': '0.33', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.19', 'Dividend': '0', 'Name': 'Tronc Inc', 'Description': 'Tronc Inc', 'DivYield': '0', 'MarketCap': '507260000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '4.87', 'PE': '73.26', 'PEG': '0', 'Shares': '36441090', 'ImputationCredits': '0', 'Symbol': 'TRNC', 'DPS': '0'}
{'NTA': '0', 'Yield': '19.81', 'EBITDA': '13790000', 'Industry': 'Electrical Products', 'PtS': '0.64', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.64', 'Dividend': '0', 'Name': 'Transcat Inc', 'Description': 'Transcat Inc', 'DivYield': '0', 'MarketCap': '89150000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '2.08', 'PE': '19.84', 'PEG': '0', 'Shares': '7019685', 'ImputationCredits': '0', 'Symbol': 'TRNS', 'DPS': '0'}
{'NTA': '0', 'Yield': '-71.39', 'EBITDA': '-37750000', 'Industry': '', 'PtS': '93.45', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.37', 'Dividend': '0', 'Name': 'Trovagene Inc', 'Description': 'Trovagene Inc', 'DivYield': '0', 'MarketCap': '35610000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.79', 'PE': '0', 'PEG': '0', 'Shares': '30965220', 'ImputationCredits': '0', 'Symbol': 'TROV', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Trovagene Inc. Unit', 'Description': 'Trovagene Inc. Unit', 'DivYield': '0', 'MarketCap': '3470000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '1149007000', 'ImputationCredits': '0', 'Symbol': 'TROVU', 'DPS': '0'}
{'NTA': '0', 'Yield': '-95.73', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Trovagene In Warrant', 'Description': 'Trovagene In Warrant', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'TROVW', 'DPS': '0'}
{'NTA': '0', 'Yield': '-9.48', 'EBITDA': '1930000000', 'Industry': 'Investment Bankers/Brokers/Service', 'PtS': '3.93', 'DateTime': '2017-03-31T00:00:00', 'EPS': '4.75', 'Dividend': '0', 'Name': 'T Rowe Price Group', 'Description': 'T Rowe Price Group', 'DivYield': '3.34', 'MarketCap': '16590000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '3.33', 'PE': '14.35', 'PEG': '1.72', 'Shares': '243433600', 'ImputationCredits': '0', 'Symbol': 'TROW', 'DPS': '2.28'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Therapix Biosciences Ltd', 'Description': 'Therapix Biosciences Ltd', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'TRPX', 'DPS': '0'}
{'NTA': '0', 'Yield': '14.64', 'EBITDA': '103330000', 'Industry': 'Industrial Specialties', 'PtS': '1.2', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.88', 'Dividend': '0', 'Name': 'Trimas Corporation', 'Description': 'Trimas Corporation', 'DivYield': '0', 'MarketCap': '944540000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '1.9', 'PE': '0', 'PEG': '1.81', 'Shares': '45520000', 'ImputationCredits': '0', 'Symbol': 'TRS', 'DPS': '0'}
{'NTA': '0', 'Yield': '22.46', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '4.73', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.44', 'Dividend': '0', 'Name': 'Trustco Bank Corp NY', 'Description': 'Trustco Bank Corp NY', 'DivYield': '3.39', 'MarketCap': '752520000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.77', 'PE': '17.64', 'PEG': '3.56', 'Shares': '95862420', 'ImputationCredits': '0', 'Symbol': 'TRST', 'DPS': '0.26'}
{'NTA': '0', 'Yield': '126.17', 'EBITDA': '-25550000', 'Industry': 'Major Banks', 'PtS': '4.87', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.49', 'Dividend': '0', 'Name': 'Truecar Inc Cmn', 'Description': 'Truecar Inc Cmn', 'DivYield': '0', 'MarketCap': '1340000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '5.98', 'PE': '0', 'PEG': '-19.31', 'Shares': '86619260', 'ImputationCredits': '0', 'Symbol': 'TRUE', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-2850000', 'Industry': '', 'PtS': '2.22', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.24', 'Dividend': '0', 'Name': 'Trupanion Inc', 'Description': 'Trupanion Inc', 'DivYield': '0', 'MarketCap': '419620000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '9.35', 'PE': '0', 'PEG': '0', 'Shares': '29509140', 'ImputationCredits': '0', 'Symbol': 'TRUP', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-28670000', 'Industry': '', 'PtS': '3.65', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.23', 'Dividend': '0', 'Name': 'Trivago Nv', 'Description': 'Trivago Nv', 'DivYield': '0', 'MarketCap': '2910000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '4.2', 'PE': '0', 'PEG': '1.09', 'Shares': '238916300', 'ImputationCredits': '0', 'Symbol': 'TRVG', 'DPS': '0'}
{'NTA': '0', 'Yield': '-52.89', 'EBITDA': '-102040000', 'Industry': '', 'PtS': '57.13', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.97', 'Dividend': '0', 'Name': 'Trevena Inc', 'Description': 'Trevena Inc', 'DivYield': '0', 'MarketCap': '209660000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.66', 'PE': '0', 'PEG': '0', 'Shares': '57128060', 'ImputationCredits': '0', 'Symbol': 'TRVN', 'DPS': '0'}
{'NTA': '0', 'Yield': '62.08', 'EBITDA': '0', 'Industry': 'Banks', 'PtS': '3.38', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.5', 'Dividend': '0', 'Name': 'Timberland Bancorp', 'Description': 'Timberland Bancorp', 'DivYield': '2.09', 'MarketCap': '153910000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.46', 'PE': '14.92', 'PEG': '0', 'Shares': '6870982', 'ImputationCredits': '0', 'Symbol': 'TSBK', 'DPS': '0.44'}
{'NTA': '0', 'Yield': '74.78', 'EBITDA': '0', 'Industry': '', 'PtS': '5.43', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.01', 'Dividend': '0', 'Name': 'Tristate Capital Hld', 'Description': 'Tristate Capital Hld', 'DivYield': '0', 'MarketCap': '657240000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.85', 'PE': '22.72', 'PEG': '2.77', 'Shares': '28637910', 'ImputationCredits': '0', 'Symbol': 'TSC', 'DPS': '0'}
{'NTA': '0', 'Yield': '-27.14', 'EBITDA': '839840000', 'Industry': 'RETAIL: Building Materials', 'PtS': '1.32', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.27', 'Dividend': '0', 'Name': 'Tractor Supply Co', 'Description': 'Tractor Supply Co', 'DivYield': '1.4', 'MarketCap': '9020000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '6.18', 'PE': '21.09', 'PEG': '1.47', 'Shares': '130781500', 'ImputationCredits': '0', 'Symbol': 'TSCO', 'DPS': '0.96'}
{'NTA': '0', 'Yield': '97.18', 'EBITDA': '372130000', 'Industry': 'Semiconductors', 'PtS': '1.73', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.09', 'Dividend': '0', 'Name': 'Tower Semiconductor', 'Description': 'Tower Semiconductor', 'DivYield': '0', 'MarketCap': '2140000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '3.13', 'PE': '11.01', 'PEG': '0.78', 'Shares': '92841650', 'ImputationCredits': '0', 'Symbol': 'TSEM', 'DPS': '0'}
{'NTA': '0', 'Yield': '15.59', 'EBITDA': '319920000', 'Industry': 'Auto Manufacturing', 'PtS': '6.42', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-4.68', 'Dividend': '0', 'Name': 'Tesla Inc', 'Description': 'Tesla Inc', 'DivYield': '0', 'MarketCap': '44990000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '9.45', 'PE': '0', 'PEG': '-4.87', 'Shares': '161660100', 'ImputationCredits': '0', 'Symbol': 'TSLA', 'DPS': '0'}
{'NTA': '0', 'Yield': '46.15', 'EBITDA': '840435', 'Industry': 'EDP Services', 'PtS': '0.16', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.21', 'Dividend': '0', 'Name': 'T S R Inc', 'Description': 'T S R Inc', 'DivYield': '0', 'MarketCap': '11180000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.03', 'PE': '26.64', 'PEG': '0', 'Shares': '1961404', 'ImputationCredits': '0', 'Symbol': 'TSRI', 'DPS': '0'}
{'NTA': '0', 'Yield': '271.31', 'EBITDA': '-348900000', 'Industry': '', 'PtS': '180.49', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-8.13', 'Dividend': '0', 'Name': 'Tesaro Inc', 'Description': 'Tesaro Inc', 'DivYield': '0', 'MarketCap': '8250000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '13.23', 'PE': '0', 'PEG': '-0.78', 'Shares': '53616690', 'ImputationCredits': '0', 'Symbol': 'TSRO', 'DPS': '0'}
{'NTA': '0', 'Yield': '-28.97', 'EBITDA': '-795283', 'Industry': 'Newspapers/Magazines', 'PtS': '0.42', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.5', 'Dividend': '0', 'Name': 'Thestreet Inc', 'Description': 'Thestreet Inc', 'DivYield': '0', 'MarketCap': '26920000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '0.63', 'PE': '0', 'PEG': '-0.56', 'Shares': '35421050', 'ImputationCredits': '0', 'Symbol': 'TST', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '59520000', 'Industry': '', 'PtS': '7.09', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.46', 'Dividend': '0', 'Name': 'Trade Desk Inc', 'Description': 'Trade Desk Inc', 'DivYield': '0', 'MarketCap': '1460000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '8.74', 'PE': '0', 'PEG': '1.62', 'Shares': '39194630', 'ImputationCredits': '0', 'Symbol': 'TTD', 'DPS': '0'}
{'NTA': '0', 'Yield': '6.51', 'EBITDA': '157880000', 'Industry': 'Professional Services', 'PtS': '1.06', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.71', 'Dividend': '0', 'Name': 'Teletech Hldgs', 'Description': 'Teletech Hldgs', 'DivYield': '1.44', 'MarketCap': '1360000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '3.83', 'PE': '41.69', 'PEG': '1.81', 'Shares': '45945940', 'ImputationCredits': '0', 'Symbol': 'TTEC', 'DPS': '0.42'}
{'NTA': '0', 'Yield': '38.95', 'EBITDA': '210550000', 'Industry': 'Military/Government/Technical', 'PtS': '1.16', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.49', 'Dividend': '0', 'Name': 'Tetra Tech Inc', 'Description': 'Tetra Tech Inc', 'DivYield': '0.9', 'MarketCap': '2340000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '2.65', 'PE': '27.43', 'PEG': '1.37', 'Shares': '57282740', 'ImputationCredits': '0', 'Symbol': 'TTEK', 'DPS': '0.36'}
{'NTA': '0', 'Yield': '16.37', 'EBITDA': '11680000', 'Industry': 'Business Services', 'PtS': '2.3', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.08', 'Dividend': '0', 'Name': 'Techtarget Inc', 'Description': 'Techtarget Inc', 'DivYield': '0', 'MarketCap': '241860000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Miscellaneous', 'PtB': '2.09', 'PE': '110.25', 'PEG': '1.27', 'Shares': '27421770', 'ImputationCredits': '0', 'Symbol': 'TTGT', 'DPS': '0'}
{'NTA': '0', 'Yield': '147.39', 'EBITDA': '367920000', 'Industry': 'Electrical Products', 'PtS': '0.64', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.34', 'Dividend': '0', 'Name': 'TTM Technologies I', 'Description': 'TTM Technologies I', 'DivYield': '0', 'MarketCap': '1620000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.99', 'PE': '47.44', 'PEG': '0.51', 'Shares': '100434000', 'ImputationCredits': '0', 'Symbol': 'TTMI', 'DPS': '0'}
{'NTA': '0', 'Yield': '-44.54', 'EBITDA': '4720000', 'Industry': '', 'PtS': '4.64', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.2', 'Dividend': '0', 'Name': 'Titan Pharma Cmn', 'Description': 'Titan Pharma Cmn', 'DivYield': '0', 'MarketCap': '71010000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '5.31', 'PE': '16.67', 'PEG': '0', 'Shares': '21197010', 'ImputationCredits': '0', 'Symbol': 'TTNP', 'DPS': '0'}
{'NTA': '0', 'Yield': '-42.64', 'EBITDA': '-48600000', 'Industry': '', 'PtS': '39.57', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.11', 'Dividend': '0', 'Name': 'T2 Biosystems CS', 'Description': 'T2 Biosystems CS', 'DivYield': '0', 'MarketCap': '160830000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '4.09', 'PE': '0', 'PEG': '0', 'Shares': '30576050', 'ImputationCredits': '0', 'Symbol': 'TTOO', 'DPS': '0'}
{'NTA': '0', 'Yield': '64.11', 'EBITDA': '-77550000', 'Industry': '', 'PtS': '63.74', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.11', 'Dividend': '0', 'Name': 'Tetraphase Pharmaceu', 'Description': 'Tetraphase Pharmaceu', 'DivYield': '0', 'MarketCap': '340550000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.33', 'PE': '0', 'PEG': '-0.02', 'Shares': '37056580', 'ImputationCredits': '0', 'Symbol': 'TTPH', 'DPS': '0'}
{'NTA': '0', 'Yield': '7.9', 'EBITDA': '63070000', 'Industry': '', 'PtS': '2.99', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.36', 'Dividend': '0', 'Name': 'Tile Shop Hldgs Cmn', 'Description': 'Tile Shop Hldgs Cmn', 'DivYield': '1.09', 'MarketCap': '993470000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '6.97', 'PE': '53.62', 'PEG': '1.74', 'Shares': '51608830', 'ImputationCredits': '0', 'Symbol': 'TTS', 'DPS': '0.2'}
{'NTA': '0', 'Yield': '73.41', 'EBITDA': '72750000', 'Industry': 'Computer Software: Prepackaged Software', 'PtS': '3.36', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.17', 'Dividend': '0', 'Name': 'Take-Two Interacti', 'Description': 'Take-Two Interacti', 'DivYield': '0', 'MarketCap': '5360000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '6.49', 'PE': '354.91', 'PEG': '2.1', 'Shares': '90433610', 'ImputationCredits': '0', 'Symbol': 'TTWO', 'DPS': '0'}
{'NTA': '0', 'Yield': '-56.8', 'EBITDA': '5820000', 'Industry': 'Department/Specialty Retail Stores', 'PtS': '0.17', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.22', 'Dividend': '0', 'Name': 'Tuesday Morning Co', 'Description': 'Tuesday Morning Co', 'DivYield': '0', 'MarketCap': '164880000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '0.73', 'PE': '0', 'PEG': '-0.1', 'Shares': '43968000', 'ImputationCredits': '0', 'Symbol': 'TUES', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': '180 Degree Capital Corp.', 'Description': '180 Degree Capital Corp.', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'TURN', 'DPS': '0'}
{'NTA': '0', 'Yield': '15.85', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.421', 'Dividend': '0', 'Name': 'First TR Alpdex ETF', 'Description': 'First TR Alpdex ETF', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'TUSA', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '40720000', 'Industry': '', 'PtS': '3.35', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.58', 'Dividend': '0', 'Name': 'Mammoth Energy Services Inc', 'Description': 'Mammoth Energy Services Inc', 'DivYield': '0', 'MarketCap': '806630000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.27', 'PE': '0', 'PEG': '0', 'Shares': '37500230', 'ImputationCredits': '0', 'Symbol': 'TUSK', 'DPS': '0'}
{'NTA': '0', 'Yield': '1.34', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Tuttle Tct Mg Mlt', 'Description': 'Tuttle Tct Mg Mlt', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'TUTI', 'DPS': '0'}
{'NTA': '0', 'Yield': '1.56', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Tuttle Tct MGT US Cr', 'Description': 'Tuttle Tct MGT US Cr', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'TUTT', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-56880000', 'Industry': 'Semiconductor - Integrated Circuits', 'PtS': '4.0503', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.182', 'Dividend': '0', 'Name': 'Terravia Hldgs Inc', 'Description': 'Terravia Hldgs Inc', 'DivYield': '0', 'MarketCap': '71940000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology - Services', 'PtB': '0', 'PE': '0', 'PEG': '-0.06', 'Shares': '99296060', 'ImputationCredits': '0', 'Symbol': 'TVIA', 'DPS': '0'}
{'NTA': '0', 'Yield': '815.93', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'VS 2X VIX Short Term', 'Description': 'VS 2X VIX Short Term', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'TVIX', 'DPS': '0'}
{'NTA': '0', 'Yield': '57.91', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'VS 2X VIX Mid Term', 'Description': 'VS 2X VIX Mid Term', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'TVIZ', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '104400000', 'Industry': '', 'PtS': '2.19', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-3.39', 'Dividend': '0', 'Name': 'Tivity Health', 'Description': 'Tivity Health', 'DivYield': '0', 'MarketCap': '1100000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '5.76', 'PE': '0', 'PEG': '1.44', 'Shares': '39076380', 'ImputationCredits': '0', 'Symbol': 'TVTY', 'DPS': '0'}
{'NTA': '0', 'Yield': '55.25', 'EBITDA': '-5290000', 'Industry': 'Industrial Machinery/Components', 'PtS': '1.47', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.08', 'Dividend': '0', 'Name': 'Twin Disc Inc', 'Description': 'Twin Disc Inc', 'DivYield': '0', 'MarketCap': '236950000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '2.07', 'PE': '0', 'PEG': '-3.65', 'Shares': '11519200', 'ImputationCredits': '0', 'Symbol': 'TWIN', 'DPS': '0'}
{'NTA': '0', 'Yield': '-55.15', 'EBITDA': '3160000', 'Industry': 'Consumer Electronics/Video Chains', 'PtS': '0.207', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.086', 'Dividend': '0', 'Name': 'Trans World Entert', 'Description': 'Trans World Entert', 'DivYield': '0', 'MarketCap': '69520000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '0.382', 'PE': '22.384', 'PEG': '0', 'Shares': '36114280', 'ImputationCredits': '0', 'Symbol': 'TWMC', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '204920000', 'Industry': '', 'PtS': '2.16', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.05', 'Dividend': '0', 'Name': 'Hostess Brands Inc', 'Description': 'Hostess Brands Inc', 'DivYield': '0', 'MarketCap': '1560000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.75', 'PE': '0', 'PEG': '1.66', 'Shares': '98298680', 'ImputationCredits': '0', 'Symbol': 'TWNK', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Gores Holdings Warr', 'Description': 'Gores Holdings Warr', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'TWNKW', 'DPS': '0'}
{'NTA': '0', 'Yield': '41.49', 'EBITDA': '-19080000', 'Industry': '', 'PtS': '8.88', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.44', 'Dividend': '0', 'Name': '2U Inc Cmn Stk', 'Description': '2U Inc Cmn Stk', 'DivYield': '0', 'MarketCap': '1870000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '9.35', 'PE': '0', 'PEG': '-12.9', 'Shares': '47150780', 'ImputationCredits': '0', 'Symbol': 'TWOU', 'DPS': '0'}
{'NTA': '0', 'Yield': '41.23', 'EBITDA': '5700000000', 'Industry': '', 'PtS': '6.06', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.48', 'Dividend': '0', 'Name': 'Texas Instruments', 'Description': 'Texas Instruments', 'DivYield': '2.48', 'MarketCap': '80530000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '7.71', 'PE': '23.16', 'PEG': '2.21', 'Shares': '999627600', 'ImputationCredits': '0', 'Symbol': 'TXN', 'DPS': '2'}
{'NTA': '0', 'Yield': '9.36', 'EBITDA': '262340000', 'Industry': 'Restaurants', 'PtS': '1.57', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.63', 'Dividend': '0', 'Name': 'Texas Roadhouse Inc', 'Description': 'Texas Roadhouse Inc', 'DivYield': '1.9', 'MarketCap': '3150000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '4.17', 'PE': '27.32', 'PEG': '1.33', 'Shares': '70738830', 'ImputationCredits': '0', 'Symbol': 'TXRH', 'DPS': '0.84'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '6900000', 'Industry': '', 'PtS': '3.31', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.37', 'Dividend': '0', 'Name': 'Shineco Inc', 'Description': 'Shineco Inc', 'DivYield': '0', 'MarketCap': '98020000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.95', 'PE': '12.59', 'PEG': '0', 'Shares': '21034330', 'ImputationCredits': '0', 'Symbol': 'TYHT', 'DPS': '0'}
{'NTA': '0', 'Yield': '-8.76', 'EBITDA': '35120000', 'Industry': 'EDP Services', 'PtS': '3.81', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.36', 'Dividend': '0', 'Name': 'Monotype Imag. Hold.', 'Description': 'Monotype Imag. Hold.', 'DivYield': '2.34', 'MarketCap': '792440000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '2.47', 'PE': '55.52', 'PEG': '2.3', 'Shares': '39424880', 'ImputationCredits': '0', 'Symbol': 'TYPE', 'DPS': '0.45'}
{'NTA': '0', 'Yield': '26.47', 'EBITDA': '13140000', 'Industry': 'EDP Services', 'PtS': '0.99', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.47', 'Dividend': '0', 'Name': 'Travelzoo Inc', 'Description': 'Travelzoo Inc', 'DivYield': '0', 'MarketCap': '129380000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '7.08', 'PE': '20.53', 'PEG': '1.3', 'Shares': '13407250', 'ImputationCredits': '0', 'Symbol': 'TZOO', 'DPS': '0'}
{'NTA': '0', 'Yield': '-3.62', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Ishares MSCI UAE Cap', 'Description': 'Ishares MSCI UAE Cap', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'UAE', 'DPS': '0'}
{'NTA': '0', 'Yield': '27.99', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '3.55', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.71', 'Dividend': '0', 'Name': 'United Bncp Inc', 'Description': 'United Bncp Inc', 'DivYield': '3.51', 'MarketCap': '62890000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.52', 'PE': '17.32', 'PEG': '0', 'Shares': '5113008', 'ImputationCredits': '0', 'Symbol': 'UBCP', 'DPS': '0.44'}
{'NTA': '0', 'Yield': '35.44', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '3.74', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.44', 'Dividend': '0', 'Name': 'United Security Bcsh', 'Description': 'United Security Bcsh', 'DivYield': '0', 'MarketCap': '124470000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.26', 'PE': '16.93', 'PEG': '0', 'Shares': '16707380', 'ImputationCredits': '0', 'Symbol': 'UBFO', 'DPS': '0'}
{'NTA': '0', 'Yield': '9.89', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Proshr Ult Nq Bio', 'Description': 'Proshr Ult Nq Bio', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'UBIO', 'DPS': '0'}
{'NTA': '0', 'Yield': '4.49', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-23T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Wisdmtree W Un Bnd', 'Description': 'Wisdmtree W Un Bnd', 'DivYield': '0', 'MarketCap': '5030000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '100069600', 'ImputationCredits': '0', 'Symbol': 'UBND', 'DPS': '0'}
{'NTA': '0', 'Yield': '31.05', 'EBITDA': '0', 'Industry': 'Savings Institutions', 'PtS': '4.51', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.99', 'Dividend': '0', 'Name': 'United Fin Bncp New', 'Description': 'United Fin Bncp New', 'DivYield': '2.87', 'MarketCap': '854570000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.29', 'PE': '17.18', 'PEG': '1.62', 'Shares': '50239270', 'ImputationCredits': '0', 'Symbol': 'UBNK', 'DPS': '0.48'}
{'NTA': '0', 'Yield': '41.1', 'EBITDA': '277010000', 'Industry': '', 'PtS': '5.4', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.89', 'Dividend': '0', 'Name': 'Ubiquiti Networks I', 'Description': 'Ubiquiti Networks I', 'DivYield': '0', 'MarketCap': '4130000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '7.24', 'PE': '17.38', 'PEG': '1.87', 'Shares': '82172700', 'ImputationCredits': '0', 'Symbol': 'UBNT', 'DPS': '0'}
{'NTA': '0', 'Yield': '14.34', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '2.705', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.678', 'Dividend': '0', 'Name': 'United Bancshares', 'Description': 'United Bancshares', 'DivYield': '2.27', 'MarketCap': '66970000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '0.934', 'PE': '12.219', 'PEG': '0', 'Shares': '3266192', 'ImputationCredits': '0', 'Symbol': 'UBOH', 'DPS': '0.48'}
{'NTA': '0', 'Yield': '33.21', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '4.73', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.77', 'Dividend': '0', 'Name': 'Union Bankshares Cp', 'Description': 'Union Bankshares Cp', 'DivYield': '2.32', 'MarketCap': '1530000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.54', 'PE': '19.89', 'PEG': '2.27', 'Shares': '43490620', 'ImputationCredits': '0', 'Symbol': 'UBSH', 'DPS': '0.8'}
{'NTA': '0', 'Yield': '9.2', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '6.99', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.99', 'Dividend': '0', 'Name': 'United Bkshs Inc', 'Description': 'United Bkshs Inc', 'DivYield': '3.28', 'MarketCap': '3310000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.47', 'PE': '20.55', 'PEG': '4.9', 'Shares': '80929100', 'ImputationCredits': '0', 'Symbol': 'UBSI', 'DPS': '1.32'}
{'NTA': '0', 'Yield': '21.65', 'EBITDA': '0', 'Industry': 'Savings Institutions', 'PtS': '3.87', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.8', 'Dividend': '0', 'Name': 'United Community Ban', 'Description': 'United Community Ban', 'DivYield': '1.36', 'MarketCap': '71720000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.04', 'PE': '22.1', 'PEG': '0', 'Shares': '4051978', 'ImputationCredits': '0', 'Symbol': 'UCBA', 'DPS': '0.24'}
{'NTA': '0', 'Yield': '37.56', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '4.91', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.4', 'Dividend': '0', 'Name': 'United Comm Banks', 'Description': 'United Comm Banks', 'DivYield': '1.33', 'MarketCap': '1960000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.84', 'PE': '19.79', 'PEG': '17.47', 'Shares': '70783680', 'ImputationCredits': '0', 'Symbol': 'UCBI', 'DPS': '0.36'}
{'NTA': '0', 'Yield': '40.4', 'EBITDA': '0', 'Industry': 'Banks', 'PtS': '5.21', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.4', 'Dividend': '0', 'Name': 'United Community Fnl', 'Description': 'United Community Fnl', 'DivYield': '1.41', 'MarketCap': '414470000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.58', 'PE': '20.85', 'PEG': '0', 'Shares': '49696640', 'ImputationCredits': '0', 'Symbol': 'UCFC', 'DPS': '0.12'}
{'NTA': '0', 'Yield': '196.49', 'EBITDA': '34130000', 'Industry': 'Semiconductors', 'PtS': '0.95', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.3', 'Dividend': '0', 'Name': 'Ultra Clean Holdings', 'Description': 'Ultra Clean Holdings', 'DivYield': '0', 'MarketCap': '554620000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '2.46', 'PE': '56.23', 'PEG': '0.67', 'Shares': '32876110', 'ImputationCredits': '0', 'Symbol': 'UCTT', 'DPS': '0'}
{'NTA': '0', 'Yield': '11.3', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-17T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Legg Mason US Div Cr', 'Description': 'Legg Mason US Div Cr', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'UDBI', 'DPS': '0'}
{'NTA': '0', 'Yield': '3.15', 'EBITDA': '57490000', 'Industry': 'Consumer Electronics/Appliances', 'PtS': '1.48', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.38', 'Dividend': '0', 'Name': 'Universal Elect In', 'Description': 'Universal Elect In', 'DivYield': '0', 'MarketCap': '962690000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '3.47', 'PE': '48.48', 'PEG': '1.24', 'Shares': '14389990', 'ImputationCredits': '0', 'Symbol': 'UEIC', 'DPS': '0'}
{'NTA': '0', 'Yield': '2.6', 'EBITDA': '156660000', 'Industry': 'Investment Bankers/Brokers/Service', 'PtS': '1.07', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.66', 'Dividend': '0', 'Name': 'Net 1 Ueps Techs Inc', 'Description': 'Net 1 Ueps Techs Inc', 'DivYield': '0', 'MarketCap': '631260000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.25', 'PE': '7.35', 'PEG': '0.69', 'Shares': '51615700', 'ImputationCredits': '0', 'Symbol': 'UEPS', 'DPS': '0'}
{'NTA': '0', 'Yield': '-4.57', 'EBITDA': '64700000', 'Industry': 'Property-Casualty Insurers', 'PtS': '0.95', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.93', 'Dividend': '0', 'Name': 'United Fire Group I', 'Description': 'United Fire Group I', 'DivYield': '2.35', 'MarketCap': '1080000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.15', 'PE': '21.9', 'PEG': '2', 'Shares': '25550040', 'ImputationCredits': '0', 'Symbol': 'UFCS', 'DPS': '1'}
{'NTA': '0', 'Yield': '28.56', 'EBITDA': '208060000', 'Industry': 'Forest Products', 'PtS': '0.62', 'DateTime': '2017-03-31T00:00:00', 'EPS': '4.96', 'Dividend': '0', 'Name': 'Universal Forest Prd', 'Description': 'Universal Forest Prd', 'DivYield': '0.92', 'MarketCap': '2000000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Basic Industries', 'PtB': '2.35', 'PE': '19.87', 'PEG': '1.67', 'Shares': '20296330', 'ImputationCredits': '0', 'Symbol': 'UFPI', 'DPS': '0.9'}
{'NTA': '0', 'Yield': '4.23', 'EBITDA': '16180000', 'Industry': 'Containers/Packaging', 'PtS': '1.24', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.1', 'Dividend': '0', 'Name': 'U F P Tech Inc', 'Description': 'U F P Tech Inc', 'DivYield': '0', 'MarketCap': '187020000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '1.59', 'PE': '23.55', 'PEG': '0', 'Shares': '7220850', 'ImputationCredits': '0', 'Symbol': 'UFPT', 'DPS': '0'}
{'NTA': '0', 'Yield': '-16.67', 'EBITDA': '3580000', 'Industry': 'Package Goods/Cosmetics', 'PtS': '6.35', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.56', 'Dividend': '0', 'Name': 'United Guardian Inc', 'Description': 'United Guardian Inc', 'DivYield': '5.44', 'MarketCap': '68220000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '4.95', 'PE': '26.42', 'PEG': '0', 'Shares': '4593940', 'ImputationCredits': '0', 'Symbol': 'UG', 'DPS': '0.8'}
{'NTA': '0', 'Yield': '-19.47', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'VS 3X Gold', 'Description': 'VS 3X Gold', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'UGLD', 'DPS': '0'}
{'NTA': '0', 'Yield': '8.29', 'EBITDA': '1240000000', 'Industry': 'Rental/Leasing Companies', 'PtS': '2.2', 'DateTime': '2017-03-31T00:00:00', 'EPS': '22.54', 'Dividend': '0', 'Name': 'A M E R C  O', 'Description': 'A M E R C  O', 'DivYield': '1.05', 'MarketCap': '7470000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '2.65', 'PE': '16.91', 'PEG': '1.2', 'Shares': '19596530', 'ImputationCredits': '0', 'Symbol': 'UHAL', 'DPS': '4'}
{'NTA': '0', 'Yield': '-2.21', 'EBITDA': '19340000', 'Industry': '', 'PtS': '0.69', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.26', 'Dividend': '0', 'Name': 'United Insurance Hld', 'Description': 'United Insurance Hld', 'DivYield': '1.57', 'MarketCap': '332660000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.39', 'PE': '59.58', 'PEG': '0.45', 'Shares': '21475790', 'ImputationCredits': '0', 'Symbol': 'UIHC', 'DPS': '0.24'}
{'NTA': '0', 'Yield': '14.26', 'EBITDA': '6790000', 'Industry': 'Industrial Machinery/Components', 'PtS': '1.02', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.23', 'Dividend': '0', 'Name': 'Ultralife Corp', 'Description': 'Ultralife Corp', 'DivYield': '0', 'MarketCap': '83730000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Energy', 'PtB': '1.23', 'PE': '23.7', 'PEG': '0', 'Shares': '15363300', 'ImputationCredits': '0', 'Symbol': 'ULBI', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '83280000', 'Industry': '', 'PtS': '0.37', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.85', 'Dividend': '0', 'Name': 'Universal Logis Hldg', 'Description': 'Universal Logis Hldg', 'DivYield': '2.14', 'MarketCap': '408140000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.69', 'PE': '16.88', 'PEG': '5.69', 'Shares': '28441810', 'ImputationCredits': '0', 'Symbol': 'ULH', 'DPS': '0.28'}
{'NTA': '0', 'Yield': '36.95', 'EBITDA': '868240000', 'Industry': 'Other Specialty Stores', 'PtS': '3.65', 'DateTime': '2017-03-31T00:00:00', 'EPS': '6.52', 'Dividend': '0', 'Name': 'Ulta Salon Cosmetic', 'Description': 'Ulta Salon Cosmetic', 'DivYield': '0', 'MarketCap': '17720000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '11.44', 'PE': '43.75', 'PEG': '1.72', 'Shares': '62125300', 'ImputationCredits': '0', 'Symbol': 'ULTA', 'DPS': '0'}
{'NTA': '0', 'Yield': '-0.7', 'EBITDA': '67580000', 'Industry': 'Computer Software: Prepackaged Software', 'PtS': '7.39', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.99', 'Dividend': '0', 'Name': 'Ultimate Software', 'Description': 'Ultimate Software', 'DivYield': '0', 'MarketCap': '5790000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '13.21', 'PE': '197.18', 'PEG': '2.09', 'Shares': '29660370', 'ImputationCredits': '0', 'Symbol': 'ULTI', 'DPS': '0'}
{'NTA': '0', 'Yield': '35.09', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '4.03', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.22', 'Dividend': '0', 'Name': 'Ump Financial Corp', 'Description': 'Ump Financial Corp', 'DivYield': '1.34', 'MarketCap': '3750000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.92', 'PE': '23.39', 'PEG': '1.3', 'Shares': '49794180', 'ImputationCredits': '0', 'Symbol': 'UMBF', 'DPS': '1.02'}
{'NTA': '0', 'Yield': '12.07', 'EBITDA': '0', 'Industry': 'Savings Institutions', 'PtS': '3.57', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.05', 'Dividend': '0', 'Name': 'Umpqua Holdings Corp', 'Description': 'Umpqua Holdings Corp', 'DivYield': '3.58', 'MarketCap': '3910000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.01', 'PE': '16.9', 'PEG': '3.21', 'Shares': '220405900', 'ImputationCredits': '0', 'Symbol': 'UMPQ', 'DPS': '0.64'}
{'NTA': '0', 'Yield': '-15.11', 'EBITDA': '-3030000', 'Industry': 'Property-Casualty Insurers', 'PtS': '1.5', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.43', 'Dividend': '0', 'Name': 'Unico American Cp', 'Description': 'Unico American Cp', 'DivYield': '0', 'MarketCap': '52540000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '0.77', 'PE': '0', 'PEG': '0', 'Shares': '5307071', 'ImputationCredits': '0', 'Symbol': 'UNAM', 'DPS': '0'}
{'NTA': '0', 'Yield': '50.17', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '5.41', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.91', 'Dividend': '0', 'Name': 'Union Bankshares Inc', 'Description': 'Union Bankshares Inc', 'DivYield': '2.76', 'MarketCap': '191640000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '3.34', 'PE': '22.5', 'PEG': '0', 'Shares': '4461933', 'ImputationCredits': '0', 'Symbol': 'UNB', 'DPS': '1.16'}
{'NTA': '0', 'Yield': '21.19', 'EBITDA': '310690000', 'Industry': 'Food Distributors', 'PtS': '0.24', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.53', 'Dividend': '0', 'Name': 'United Nat Foods I', 'Description': 'United Nat Foods I', 'DivYield': '0', 'MarketCap': '2190000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '1.36', 'PE': '17.09', 'PEG': '3.76', 'Shares': '50659270', 'ImputationCredits': '0', 'Symbol': 'UNFI', 'DPS': '0'}
{'NTA': '0', 'Yield': '-68.91', 'EBITDA': '-56710000', 'Industry': 'Medical/Dental Instruments', 'PtS': '2.6', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-5.07', 'Dividend': '0', 'Name': 'Unilife Corporation', 'Description': 'Unilife Corporation', 'DivYield': '0', 'MarketCap': '28510000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '16672520', 'ImputationCredits': '0', 'Symbol': 'UNIS', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '671970000', 'Industry': '', 'PtS': '5.15', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.04', 'Dividend': '0', 'Name': 'Uniti Group Inc', 'Description': 'Uniti Group Inc', 'DivYield': '9.42', 'MarketCap': '4030000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '14.15', 'Shares': '155899400', 'ImputationCredits': '0', 'Symbol': 'UNIT', 'DPS': '2.4'}
{'NTA': '0', 'Yield': '47.01', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '3.82', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.38', 'Dividend': '0', 'Name': 'Unity Bancorp Inc', 'Description': 'Unity Bancorp Inc', 'DivYield': '1.2', 'MarketCap': '177920000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.65', 'PE': '12.28', 'PEG': '0', 'Shares': '10496760', 'ImputationCredits': '0', 'Symbol': 'UNTY', 'DPS': '0.2'}
{'NTA': '0', 'Yield': '-64.44', 'EBITDA': '-22400000', 'Industry': 'Industrial Machinery/Components', 'PtS': '9.9', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.71', 'Dividend': '0', 'Name': 'Uni-Pixel Inc', 'Description': 'Uni-Pixel Inc', 'DivYield': '0', 'MarketCap': '38350000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '10.23', 'PE': '0', 'PEG': '-0.14', 'Shares': '45117650', 'ImputationCredits': '0', 'Symbol': 'UNXL', 'DPS': '0'}
{'NTA': '0', 'Yield': '124.44', 'EBITDA': '6850000', 'Industry': '', 'PtS': '3.5', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.82', 'Dividend': '0', 'Name': 'Upland Software Inc', 'Description': 'Upland Software Inc', 'DivYield': '0', 'MarketCap': '268080000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '4.43', 'PE': '0', 'PEG': '-2.35', 'Shares': '16870990', 'ImputationCredits': '0', 'Symbol': 'UPLD', 'DPS': '0'}
{'NTA': '0', 'Yield': '-21.64', 'EBITDA': '473430000', 'Industry': 'Clothing/Shoe/Accessory Stores', 'PtS': '0.8', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.86', 'Dividend': '0', 'Name': 'Urban Outfitters Inc', 'Description': 'Urban Outfitters Inc', 'DivYield': '0', 'MarketCap': '2760000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '2.17', 'PE': '12.77', 'PEG': '1.06', 'Shares': '116161600', 'ImputationCredits': '0', 'Symbol': 'URBN', 'DPS': '0'}
{'NTA': '0', 'Yield': '-5.53', 'EBITDA': '-10900000', 'Industry': 'Precious Metals', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-3.73', 'Dividend': '0', 'Name': 'Uranium Resources', 'Description': 'Uranium Resources', 'DivYield': '0', 'MarketCap': '46050000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Basic Industries', 'PtB': '0.69', 'PE': '0', 'PEG': '0', 'Shares': '24494680', 'ImputationCredits': '0', 'Symbol': 'URRE', 'DPS': '0'}
{'NTA': '0', 'Yield': '-58.52', 'EBITDA': '30260000', 'Industry': 'Trucking Freight/Courier Services', 'PtS': '0.14', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.9', 'Dividend': '0', 'Name': 'U S A Truck Inc', 'Description': 'U S A Truck Inc', 'DivYield': '0', 'MarketCap': '58950000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Transportation', 'PtB': '1', 'PE': '0', 'PEG': '26.49', 'Shares': '8020408', 'ImputationCredits': '0', 'Symbol': 'USAK', 'DPS': '0'}
{'NTA': '0', 'Yield': '30.47', 'EBITDA': '12720000', 'Industry': 'Steel/Iron Ore', 'PtS': '0.79', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.74', 'Dividend': '0', 'Name': 'Universal Stainles', 'Description': 'Universal Stainles', 'DivYield': '0', 'MarketCap': '122660000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Basic Industries', 'PtB': '0.67', 'PE': '0', 'PEG': '89.1', 'Shares': '7215294', 'ImputationCredits': '0', 'Symbol': 'USAP', 'DPS': '0'}
{'NTA': '0', 'Yield': '-2.97', 'EBITDA': '3500000', 'Industry': 'Office Equipment/Supplies/Services', 'PtS': '1.95', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.25', 'Dividend': '0', 'Name': 'USA Technologies Inc', 'Description': 'USA Technologies Inc', 'DivYield': '0', 'MarketCap': '171390000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Miscellaneous', 'PtB': '2.72', 'PE': '0', 'PEG': '-16.6', 'Shares': '40327060', 'ImputationCredits': '0', 'Symbol': 'USAT', 'DPS': '0'}
{'NTA': '0', 'Yield': '18.4', 'EBITDA': '0', 'Industry': 'Office Equipment/Supplies/Services', 'PtS': '0', 'DateTime': '2017-03-27T00:00:00', 'EPS': '-0.29', 'Dividend': '0', 'Name': 'USA Technologies Pfd', 'Description': 'USA Technologies Pfd', 'DivYield': '0', 'MarketCap': '9880001000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Miscellaneous', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '445045100', 'ImputationCredits': '0', 'Symbol': 'USATP', 'DPS': '0'}
{'NTA': '0', 'Yield': '4.52', 'EBITDA': '145800000', 'Industry': 'Building Materials', 'PtS': '0.84', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.55', 'Dividend': '0', 'Name': 'U S Concrete Inc', 'Description': 'U S Concrete Inc', 'DivYield': '0', 'MarketCap': '997940000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '5.18', 'PE': '118.22', 'PEG': '1.42', 'Shares': '15459950', 'ImputationCredits': '0', 'Symbol': 'USCR', 'DPS': '0'}
{'NTA': '0', 'Yield': '-62.92', 'EBITDA': '-1590000', 'Industry': 'Oil & Gas Production', 'PtS': '0.63', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-11.57', 'Dividend': '0', 'Name': 'U S Energy Corp', 'Description': 'U S Energy Corp', 'DivYield': '0', 'MarketCap': '4360000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Energy', 'PtB': '1.22', 'PE': '0', 'PEG': '0', 'Shares': '5129412', 'ImputationCredits': '0', 'Symbol': 'USEG', 'DPS': '0'}
{'NTA': '0', 'Yield': '11.76', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'PS Russell 1000 Low Beta Equal Weight', 'Description': 'PS Russell 1000 Low Beta Equal Weight', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'USLB', 'DPS': '0'}
{'NTA': '0', 'Yield': '47.43', 'EBITDA': '39620000', 'Industry': 'Mining & Quarrying of Nonmetallic Minerals (No Fuels)', 'PtS': '3.12', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.19', 'Dividend': '0', 'Name': 'U S Lime & Mineral', 'Description': 'U S Lime & Mineral', 'DivYield': '0.69', 'MarketCap': '438810000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Basic Industries', 'PtB': '2.42', 'PE': '24.77', 'PEG': '0', 'Shares': '5555964', 'ImputationCredits': '0', 'Symbol': 'USLM', 'DPS': '0.54'}
{'NTA': '0', 'Yield': '-15.9', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'VS 3X Silver', 'Description': 'VS 3X Silver', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'USLV', 'DPS': '0'}
{'NTA': '0', 'Yield': '36.56', 'EBITDA': '16380000', 'Industry': 'Industrial Machinery/Components', 'PtS': '4.12', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.41', 'Dividend': '0', 'Name': 'Ultratech Inc', 'Description': 'Ultratech Inc', 'DivYield': '0', 'MarketCap': '798260000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '2.19', 'PE': '72.24', 'PEG': '2.43', 'Shares': '26950030', 'ImputationCredits': '0', 'Symbol': 'UTEK', 'DPS': '0'}
{'NTA': '0', 'Yield': '28.69', 'EBITDA': '1090000000', 'Industry': 'Major Pharmaceuticals', 'PtS': '3.83', 'DateTime': '2017-03-31T00:00:00', 'EPS': '15.25', 'Dividend': '0', 'Name': 'United Therapeutic', 'Description': 'United Therapeutic', 'DivYield': '0', 'MarketCap': '6090000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '3.16', 'PE': '8.88', 'PEG': '-0.42', 'Shares': '44984490', 'ImputationCredits': '0', 'Symbol': 'UTHR', 'DPS': '0'}
{'NTA': '0', 'Yield': '-6.88', 'EBITDA': '19070000', 'Industry': 'Medical/Dental Instruments', 'PtS': '5.81', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.22', 'Dividend': '0', 'Name': 'Utah Medical Prod', 'Description': 'Utah Medical Prod', 'DivYield': '1.72', 'MarketCap': '231380000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '3.3', 'PE': '19.35', 'PEG': '0', 'Shares': '3713965', 'ImputationCredits': '0', 'Symbol': 'UTMD', 'DPS': '1.06'}
{'NTA': '0', 'Yield': '-4.39', 'EBITDA': '535000', 'Industry': 'Telecommunications Equipment', 'PtS': '0.83', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.03', 'Dividend': '0', 'Name': 'Utstarcom Holdings C', 'Description': 'Utstarcom Holdings C', 'DivYield': '0', 'MarketCap': '66890000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '0.74', 'PE': '67.5', 'PEG': '-8.65', 'Shares': '35391540', 'ImputationCredits': '0', 'Symbol': 'UTSI', 'DPS': '0'}
{'NTA': '0', 'Yield': '31.21', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '4.24', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.84', 'Dividend': '0', 'Name': 'Univest Corp of Penn', 'Description': 'Univest Corp of Penn', 'DivYield': '3.04', 'MarketCap': '698360000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.38', 'PE': '31.25', 'PEG': '4.1', 'Shares': '26604190', 'ImputationCredits': '0', 'Symbol': 'UVSP', 'DPS': '0.8'}
{'NTA': '0', 'Yield': '5', 'EBITDA': '851999', 'Industry': 'Investment Managers', 'PtS': '4.82', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.08', 'Dividend': '0', 'Name': 'Value Line Inc', 'Description': 'Value Line Inc', 'DivYield': '4', 'MarketCap': '167200000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '4.3', 'PE': '15.88', 'PEG': '0', 'Shares': '9715282', 'ImputationCredits': '0', 'Symbol': 'VALU', 'DPS': '0.68'}
{'NTA': '0', 'Yield': '17.96', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Validea Market Legen', 'Description': 'Validea Market Legen', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'VALX', 'DPS': '0'}
{'NTA': '0', 'Yield': '36.57', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '1.61', 'DateTime': '2017-03-31T00:00:00', 'EPS': '8.99', 'Dividend': '0', 'Name': 'Village Bank & Trust', 'Description': 'Village Bank & Trust', 'DivYield': '0', 'MarketCap': '38980000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '0.89', 'PE': '3.04', 'PEG': '0', 'Shares': '1427839', 'ImputationCredits': '0', 'Symbol': 'VBFC', 'DPS': '0'}
{'NTA': '0', 'Yield': '148.42', 'EBITDA': '-24240000', 'Industry': '', 'PtS': '396.59', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.77', 'Dividend': '0', 'Name': 'Vbi Vaccines Inc CS', 'Description': 'Vbi Vaccines Inc CS', 'DivYield': '0', 'MarketCap': '219730000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.6', 'PE': '0', 'PEG': '0', 'Shares': '40023680', 'ImputationCredits': '0', 'Symbol': 'VBIV', 'DPS': '0'}
{'NTA': '0', 'Yield': '70.28', 'EBITDA': '-16150000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.64', 'Dividend': '0', 'Name': 'Vascular Biogen. Ord', 'Description': 'Vascular Biogen. Ord', 'DivYield': '0', 'MarketCap': '147960000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.43', 'PE': '0', 'PEG': '0', 'Shares': '26901820', 'ImputationCredits': '0', 'Symbol': 'VBLT', 'DPS': '0'}
{'NTA': '0', 'Yield': '-2.83', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'ETF Sr Slt Vd Cr Bd', 'Description': 'ETF Sr Slt Vd Cr Bd', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'VBND', 'DPS': '0'}
{'NTA': '0', 'Yield': '81.54', 'EBITDA': '0', 'Industry': '', 'PtS': '9.48', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.13', 'Dividend': '0', 'Name': 'Veritex Holdings Cmn', 'Description': 'Veritex Holdings Cmn', 'DivYield': '0', 'MarketCap': '426750000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.8', 'PE': '24.88', 'PEG': '0', 'Shares': '15176030', 'ImputationCredits': '0', 'Symbol': 'VBTX', 'DPS': '0'}
{'NTA': '0', 'Yield': '-2.78', 'EBITDA': '-14720000', 'Industry': '', 'PtS': '1.68', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.17', 'Dividend': '0', 'Name': 'Vericel Corproation', 'Description': 'Vericel Corproation', 'DivYield': '0', 'MarketCap': '91620000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '32721430', 'ImputationCredits': '0', 'Symbol': 'VCEL', 'DPS': '0'}
{'NTA': '0', 'Yield': '-1.35', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Vanguard Interm Corp', 'Description': 'Vanguard Interm Corp', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'VCIT', 'DPS': '0'}
{'NTA': '0', 'Yield': '-1.44', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Vanguard Lng Tm Corp', 'Description': 'Vanguard Lng Tm Corp', 'DivYield': '0', 'MarketCap': '1535420000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '17102030000', 'ImputationCredits': '0', 'Symbol': 'VCLT', 'DPS': '0'}
{'NTA': '0', 'Yield': '-0.56', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Vanguard Sht Tm Cor', 'Description': 'Vanguard Sht Tm Cor', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'VCSH', 'DPS': '0'}
{'NTA': '0', 'Yield': '58.28', 'EBITDA': '-26360000', 'Industry': '', 'PtS': '4.71', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.09', 'Dividend': '0', 'Name': 'Veracyte Inc', 'Description': 'Veracyte Inc', 'DivYield': '0', 'MarketCap': '310720000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '5.13', 'PE': '0', 'PEG': '0', 'Shares': '33847500', 'ImputationCredits': '0', 'Symbol': 'VCYT', 'DPS': '0'}
{'NTA': '0', 'Yield': '-22.1', 'EBITDA': '16190000', 'Industry': 'EDP Services', 'PtS': '2.74', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.26', 'Dividend': '0', 'Name': 'Vasco Data Security', 'Description': 'Vasco Data Security', 'DivYield': '0', 'MarketCap': '537570000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '2.06', 'PE': '50.94', 'PEG': '66.25', 'Shares': '39820000', 'ImputationCredits': '0', 'Symbol': 'VDSI', 'DPS': '0'}
{'NTA': '0', 'Yield': '47.63', 'EBITDA': '150220000', 'Industry': '', 'PtS': '2.52', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.03', 'Dividend': '0', 'Name': 'Videocon D2H Ltd Ads', 'Description': 'Videocon D2H Ltd Ads', 'DivYield': '0', 'MarketCap': '1180000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '10.53', 'PE': '452', 'PEG': '0', 'Shares': '104424800', 'ImputationCredits': '0', 'Symbol': 'VDTH', 'DPS': '0'}
{'NTA': '0', 'Yield': '62.14', 'EBITDA': '-12810000', 'Industry': 'Industrial Machinery/Components', 'PtS': '3.67', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-3.11', 'Dividend': '0', 'Name': 'Veeco Instrument', 'Description': 'Veeco Instrument', 'DivYield': '0', 'MarketCap': '1210000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '2.05', 'PE': '0', 'PEG': '0.26', 'Shares': '40536010', 'ImputationCredits': '0', 'Symbol': 'VECO', 'DPS': '0'}
{'NTA': '0', 'Yield': '-2.72', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Vanguard Int Gov', 'Description': 'Vanguard Int Gov', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'VGIT', 'DPS': '0'}
{'NTA': '0', 'Yield': '-6.82', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Vanguard Long Gov', 'Description': 'Vanguard Long Gov', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'VGLT', 'DPS': '0'}
{'NTA': '0', 'Yield': '-0.64', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Vanguard Sh Term Gov', 'Description': 'Vanguard Sh Term Gov', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'VGSH', 'DPS': '0'}
{'NTA': '0', 'Yield': '10.97', 'EBITDA': '2860000000', 'Industry': '', 'PtS': '1.51', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.48', 'Dividend': '0', 'Name': 'Viacom Inc Cl A', 'Description': 'Viacom Inc Cl A', 'DivYield': '1.66', 'MarketCap': '19350000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '4.28', 'PE': '13.99', 'PEG': '0', 'Shares': '396923100', 'ImputationCredits': '0', 'Symbol': 'VIA', 'DPS': '0.8'}
{'NTA': '0', 'Yield': '13.99', 'EBITDA': '2860000000', 'Industry': '', 'PtS': '1.45', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.48', 'Dividend': '0', 'Name': 'Viacom Inc Cl B', 'Description': 'Viacom Inc Cl B', 'DivYield': '1.77', 'MarketCap': '18500000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '4.13', 'PE': '13.38', 'PEG': '1.94', 'Shares': '396825400', 'ImputationCredits': '0', 'Symbol': 'VIAB', 'DPS': '0.8'}
{'NTA': '0', 'Yield': '64.67', 'EBITDA': '99000000', 'Industry': '', 'PtS': '2.89', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.39', 'Dividend': '0', 'Name': 'Viavi Solutions Cmn', 'Description': 'Viavi Solutions Cmn', 'DivYield': '0', 'MarketCap': '2470000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.52', 'PE': '27.42', 'PEG': '3', 'Shares': '230410500', 'ImputationCredits': '0', 'Symbol': 'VIAV', 'DPS': '0'}
{'NTA': '0', 'Yield': '-44', 'EBITDA': '-7690000', 'Industry': 'Biotechnology: Biological Products (No Diagnostic Substances)', 'PtS': '1.75', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.9', 'Dividend': '0', 'Name': 'Vical Incorporated', 'Description': 'Vical Incorporated', 'DivYield': '0', 'MarketCap': '24850000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '0.56', 'PE': '0', 'PEG': '0', 'Shares': '11093750', 'ImputationCredits': '0', 'Symbol': 'VICL', 'DPS': '0'}
{'NTA': '0', 'Yield': '67.88', 'EBITDA': '2120000', 'Industry': 'Industrial Machinery/Components', 'PtS': '3.13', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.16', 'Dividend': '0', 'Name': 'Vicor Cp', 'Description': 'Vicor Cp', 'DivYield': '0', 'MarketCap': '629170000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '4.79', 'PE': '0', 'PEG': '0', 'Shares': '39078880', 'ImputationCredits': '0', 'Symbol': 'VICR', 'DPS': '0'}
{'NTA': '0', 'Yield': '13.11', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Vident Intl Eqty Fnd', 'Description': 'Vident Intl Eqty Fnd', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'VIDI', 'DPS': '0'}
{'NTA': '0', 'Yield': '5.06', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Van Int Div App ETF', 'Description': 'Van Int Div App ETF', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'VIGI', 'DPS': '0'}
{'NTA': '0', 'Yield': '17.33', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'VS VIX Short Term', 'Description': 'VS VIX Short Term', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'VIIX', 'DPS': '0'}
{'NTA': '0', 'Yield': '-41.09', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'VS VIX Mid Term', 'Description': 'VS VIX Mid Term', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'VIIZ', 'DPS': '0'}
{'NTA': '0', 'Yield': '7.14', 'EBITDA': '3230000000', 'Industry': '', 'PtS': '0.8', 'DateTime': '2017-03-30T00:00:00', 'EPS': '1.38', 'Dividend': '0', 'Name': 'Vimpelcom Ltd Ads', 'Description': 'Vimpelcom Ltd Ads', 'DivYield': '9.95', 'MarketCap': '7080000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.17', 'PE': '2.93', 'PEG': '0', 'Shares': '1748148000', 'ImputationCredits': '0', 'Symbol': 'VIP', 'DPS': '0.39'}
{'NTA': '0', 'Yield': '21.54', 'EBITDA': '10560000', 'Industry': 'Industrial Specialties', 'PtS': '0.34', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.47', 'Dividend': '0', 'Name': 'Virco MFG Cp', 'Description': 'Virco MFG Cp', 'DivYield': '0', 'MarketCap': '60720000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '0.94', 'PE': '2.73', 'PEG': '0', 'Shares': '15180000', 'ImputationCredits': '0', 'Symbol': 'VIRC', 'DPS': '0'}
{'NTA': '0', 'Yield': '-18.47', 'EBITDA': '0', 'Industry': '', 'PtS': '1.12', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.83', 'Dividend': '0', 'Name': 'Virtu Financial Cm A', 'Description': 'Virtu Financial Cm A', 'DivYield': '5.68', 'MarketCap': '691340000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '4.64', 'PE': '20.36', 'PEG': '1.57', 'Shares': '40667060', 'ImputationCredits': '0', 'Symbol': 'VIRT', 'DPS': '0.96'}
{'NTA': '0', 'Yield': '-78.02', 'EBITDA': '0', 'Industry': 'Advertising', 'PtS': '0', 'DateTime': '2017-03-06T00:00:00', 'EPS': '-1.66', 'Dividend': '0', 'Name': 'Visionchina Media I', 'Description': 'Visionchina Media I', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'VISN', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.26', 'Dividend': '0', 'Name': 'Viveve Medical', 'Description': 'Viveve Medical', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '-0.15', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'VIVE', 'DPS': '0'}
{'NTA': '0', 'Yield': '-27.79', 'EBITDA': '57420000', 'Industry': 'Biotechnology: In Vitro & In Vivo Diagnostic Substances', 'PtS': '2.96', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.7', 'Dividend': '0', 'Name': 'Meridian Bioscience', 'Description': 'Meridian Bioscience', 'DivYield': '3.66', 'MarketCap': '582390000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '3.48', 'PE': '19.71', 'PEG': '1.22', 'Shares': '42202180', 'ImputationCredits': '0', 'Symbol': 'VIVO', 'DPS': '0.5'}
{'NTA': '0', 'Yield': '0.69', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.9', 'Dividend': '0', 'Name': 'Viking Thera Cmn', 'Description': 'Viking Thera Cmn', 'DivYield': '0', 'MarketCap': '34780000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.6', 'PE': '0', 'PEG': '-0.05', 'Shares': '23821920', 'ImputationCredits': '0', 'Symbol': 'VKTX', 'DPS': '0'}
{'NTA': '0', 'Yield': '11.11', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Viking Theraptcs Wts', 'Description': 'Viking Theraptcs Wts', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'VKTXW', 'DPS': '0'}
{'NTA': '0', 'Yield': '8.61', 'EBITDA': '66220000', 'Industry': 'Food Chains', 'PtS': '0.23', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.72', 'Dividend': '0', 'Name': 'Village Super Mkt', 'Description': 'Village Super Mkt', 'DivYield': '3.78', 'MarketCap': '375930000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '1.35', 'PE': '15.45', 'PEG': '0', 'Shares': '14186040', 'ImputationCredits': '0', 'Symbol': 'VLGEA', 'DPS': '1'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.56', 'Dividend': '0', 'Name': 'Valeritas Holdings Inc', 'Description': 'Valeritas Holdings Inc', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'VLRX', 'DPS': '0'}
{'NTA': '0', 'Yield': '-1.85', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Vanguard Mortg Bckd', 'Description': 'Vanguard Mortg Bckd', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'VMBS', 'DPS': '0'}
{'NTA': '0', 'Yield': '57.3', 'EBITDA': '-6700000', 'Industry': 'Major Pharmaceuticals', 'PtS': '4.28', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.41', 'Dividend': '0', 'Name': 'Vanda Pharmaceutical', 'Description': 'Vanda Pharmaceutical', 'DivYield': '0', 'MarketCap': '640800000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '4.72', 'PE': '0', 'PEG': '-1.49', 'Shares': '44346020', 'ImputationCredits': '0', 'Symbol': 'VNDA', 'DPS': '0'}
{'NTA': '0', 'Yield': '-72.78', 'EBITDA': '16130000', 'Industry': 'Computer Software: Programming, Data Processing', 'PtS': '1.2', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.19', 'Dividend': '0', 'Name': '21Vianet Group Inc', 'Description': '21Vianet Group Inc', 'DivYield': '0', 'MarketCap': '622020000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '0.71', 'PE': '0', 'PEG': '-6.66', 'Shares': '113300500', 'ImputationCredits': '0', 'Symbol': 'VNET', 'DPS': '0'}
{'NTA': '0', 'Yield': '-5.77', 'EBITDA': '67980000', 'Industry': '', 'PtS': '19.56', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.13', 'Dividend': '0', 'Name': 'Viper Energy LP Cmn', 'Description': 'Viper Energy LP Cmn', 'DivYield': '5.85', 'MarketCap': '1580000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.83', 'PE': '0', 'PEG': '0.47', 'Shares': '87875420', 'ImputationCredits': '0', 'Symbol': 'VNOM', 'DPS': '1.03'}
{'NTA': '0', 'Yield': '-2.51', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Vanguard Glb Exus Re', 'Description': 'Vanguard Glb Exus Re', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'VNQI', 'DPS': '0'}
{'NTA': '0', 'Yield': '-19.27', 'EBITDA': '12390000000', 'Industry': 'Telecommunications Equipment', 'PtS': '1.48', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.86', 'Dividend': '0', 'Name': 'Vodafone Grp Plc Ads', 'Description': 'Vodafone Grp Plc Ads', 'DivYield': '5.79', 'MarketCap': '73770000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Public Utilities', 'PtB': '0.93', 'PE': '0', 'PEG': '0', 'Shares': '2791146000', 'ImputationCredits': '0', 'Symbol': 'VOD', 'DPS': '1.53'}
{'NTA': '0', 'Yield': '14.56', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Vanguard Russell1000', 'Description': 'Vanguard Russell1000', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'VONE', 'DPS': '0'}
{'NTA': '0', 'Yield': '15.07', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Vangrd Russl 1000 Gr', 'Description': 'Vangrd Russl 1000 Gr', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'VONG', 'DPS': '0'}
{'NTA': '0', 'Yield': '13.91', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Vangrd Russl 1000Val', 'Description': 'Vangrd Russl 1000Val', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'VONV', 'DPS': '0'}
{'NTA': '0', 'Yield': '15.81', 'EBITDA': '10150000', 'Industry': 'Electronic Components', 'PtS': '0.18', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.04', 'Dividend': '0', 'Name': 'Voxx Intl Corp', 'Description': 'Voxx Intl Corp', 'DivYield': '0', 'MarketCap': '125630000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '0.32', 'PE': '0', 'PEG': '2.17', 'Shares': '24159620', 'ImputationCredits': '0', 'Symbol': 'VOXX', 'DPS': '0'}
{'NTA': '0', 'Yield': '-46.92', 'EBITDA': '60440000', 'Industry': 'Apparel', 'PtS': '0.68', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.53', 'Dividend': '0', 'Name': 'Vera Bradley', 'Description': 'Vera Bradley', 'DivYield': '0', 'MarketCap': '336840000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '1.17', 'PE': '17.57', 'PEG': '1.49', 'Shares': '36180450', 'ImputationCredits': '0', 'Symbol': 'VRA', 'DPS': '0'}
{'NTA': '0', 'Yield': '81.84', 'EBITDA': '-42430000', 'Industry': '', 'PtS': '20.91', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.26', 'Dividend': '0', 'Name': 'Viewray Inc Cm ST', 'Description': 'Viewray Inc Cm ST', 'DivYield': '0', 'MarketCap': '472210000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '55488840', 'ImputationCredits': '0', 'Symbol': 'VRAY', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '122800000', 'Industry': '', 'PtS': '1.98', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.75', 'Dividend': '0', 'Name': 'Varex Imaging Corp', 'Description': 'Varex Imaging Corp', 'DivYield': '0', 'MarketCap': '1260000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.25', 'PE': '19.18', 'PEG': '0', 'Shares': '37500000', 'ImputationCredits': '0', 'Symbol': 'VREX', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Powershares Variable Rate Investment Grade Port', 'Description': 'Powershares Variable Rate Investment Grade Port', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'VRIG', 'DPS': '0'}
{'NTA': '0', 'Yield': '50.36', 'EBITDA': '-16500000', 'Industry': 'Biotechnology: In Vitro & In Vivo Diagnostic Substances', 'PtS': '50.89', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.33', 'Dividend': '0', 'Name': 'Vermillion Inc', 'Description': 'Vermillion Inc', 'DivYield': '0', 'MarketCap': '111850000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '17.83', 'PE': '0', 'PEG': '0', 'Shares': '52266360', 'ImputationCredits': '0', 'Symbol': 'VRML', 'DPS': '0'}
{'NTA': '0', 'Yield': '66.06', 'EBITDA': '-13510000', 'Industry': '', 'PtS': '5.01', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.67', 'Dividend': '0', 'Name': 'Varonis Systems Inc', 'Description': 'Varonis Systems Inc', 'DivYield': '0', 'MarketCap': '830730000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '9.95', 'PE': '0', 'PEG': '0', 'Shares': '26841030', 'ImputationCredits': '0', 'Symbol': 'VRNS', 'DPS': '0'}
{'NTA': '0', 'Yield': '28.19', 'EBITDA': '97490000', 'Industry': 'EDP Services', 'PtS': '2.589', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.321', 'Dividend': '0', 'Name': 'Verint Systems Inc', 'Description': 'Verint Systems Inc', 'DivYield': '0', 'MarketCap': '2710000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '2.732', 'PE': '0', 'PEG': '1.63', 'Shares': '62478390', 'ImputationCredits': '0', 'Symbol': 'VRNT', 'DPS': '0'}
{'NTA': '0', 'Yield': '4.59', 'EBITDA': '937200000', 'Industry': 'EDP Services', 'PtS': '6.74', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.46', 'Dividend': '0', 'Name': 'Verisk Analytics Inc', 'Description': 'Verisk Analytics Inc', 'DivYield': '0', 'MarketCap': '13500000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '10.12', 'PE': '23.48', 'PEG': '2.39', 'Shares': '166379100', 'ImputationCredits': '0', 'Symbol': 'VRSK', 'DPS': '0'}
{'NTA': '0', 'Yield': '0.82', 'EBITDA': '744740000', 'Industry': 'EDP Services', 'PtS': '7.81', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.42', 'Dividend': '0', 'Name': 'Verisign Inc', 'Description': 'Verisign Inc', 'DivYield': '0', 'MarketCap': '8910000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '0', 'PE': '25.47', 'PEG': '2.82', 'Shares': '102284500', 'ImputationCredits': '0', 'Symbol': 'VRSN', 'DPS': '0'}
{'NTA': '0', 'Yield': '20.28', 'EBITDA': '0', 'Industry': 'Real Estate Investment Trusts', 'PtS': '1964.19', 'DateTime': '2017-03-29T00:00:00', 'EPS': '-6.51', 'Dividend': '0', 'Name': 'Vestin Realty Mtge', 'Description': 'Vestin Realty Mtge', 'DivYield': '0', 'MarketCap': '6320000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '554.96', 'PE': '0', 'PEG': '0', 'Shares': '2421456', 'ImputationCredits': '0', 'Symbol': 'VRTB', 'DPS': '0'}
{'NTA': '0', 'Yield': '35.39', 'EBITDA': '64180000', 'Industry': 'Investment Managers', 'PtS': '2.22', 'DateTime': '2017-03-31T00:00:00', 'EPS': '6.2', 'Dividend': '0', 'Name': 'Virtus Inv Prts', 'Description': 'Virtus Inv Prts', 'DivYield': '1.71', 'MarketCap': '722130000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.92', 'PE': '17.08', 'PEG': '1.18', 'Shares': '6818980', 'ImputationCredits': '0', 'Symbol': 'VRTS', 'DPS': '1.8'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '64180000', 'Industry': '', 'PtS': '2.0616', 'DateTime': '2017-03-31T00:00:00', 'EPS': '6.2', 'Dividend': '0', 'Name': 'Virtus Investment Partners Inc Mandatory Pfd Con', 'Description': 'Virtus Investment Partners Inc Mandatory Pfd Con', 'DivYield': '0', 'MarketCap': '668010000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.7853', 'PE': '15.8005', 'PEG': '0', 'Shares': '6818975', 'ImputationCredits': '0', 'Symbol': 'VRTSP', 'DPS': '0'}
{'NTA': '0', 'Yield': '-14.97', 'EBITDA': '37530000', 'Industry': 'EDP Services', 'PtS': '1.12', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.46', 'Dividend': '0', 'Name': 'Virtusa Corporation', 'Description': 'Virtusa Corporation', 'DivYield': '0', 'MarketCap': '905300000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.88', 'PE': '65.84', 'PEG': '1.57', 'Shares': '29956980', 'ImputationCredits': '0', 'Symbol': 'VRTU', 'DPS': '0'}
{'NTA': '0', 'Yield': '29.65', 'EBITDA': '63400000', 'Industry': 'Major Pharmaceuticals', 'PtS': '13', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.46', 'Dividend': '0', 'Name': 'Vertex Pharmaceutic', 'Description': 'Vertex Pharmaceutic', 'DivYield': '0', 'MarketCap': '22350000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '19.12', 'PE': '0', 'PEG': '0.83', 'Shares': '248388500', 'ImputationCredits': '0', 'Symbol': 'VRTX', 'DPS': '0'}
{'NTA': '0', 'Yield': '135.65', 'EBITDA': '-96110000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-3.11', 'Dividend': '0', 'Name': 'Versartis Inc Cmn', 'Description': 'Versartis Inc Cmn', 'DivYield': '0', 'MarketCap': '739470000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '4.73', 'PE': '0', 'PEG': '0', 'Shares': '35045970', 'ImputationCredits': '0', 'Symbol': 'VSAR', 'DPS': '0'}
{'NTA': '0', 'Yield': '-16.79', 'EBITDA': '251390000', 'Industry': 'Radio And Television Broadcasting And Communications Equipment', 'PtS': '2.4', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.42', 'Dividend': '0', 'Name': 'Viasat Inc', 'Description': 'Viasat Inc', 'DivYield': '0', 'MarketCap': '3680000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '2.12', 'PE': '151.59', 'PEG': '2.4', 'Shares': '57662180', 'ImputationCredits': '0', 'Symbol': 'VSAT', 'DPS': '0'}
{'NTA': '0', 'Yield': '31.53', 'EBITDA': '76250000', 'Industry': 'Military/Government/Technical', 'PtS': '0.63', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.47', 'Dividend': '0', 'Name': 'V S E Cp', 'Description': 'V S E Cp', 'DivYield': '0.6', 'MarketCap': '441210000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '1.71', 'PE': '16.52', 'PEG': '0', 'Shares': '10813970', 'ImputationCredits': '0', 'Symbol': 'VSEC', 'DPS': '0.24'}
{'NTA': '0', 'Yield': '25.45', 'EBITDA': '-36330000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.99', 'Dividend': '0', 'Name': 'Verastem Inc', 'Description': 'Verastem Inc', 'DivYield': '0', 'MarketCap': '76570000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.13', 'PE': '0', 'PEG': '-1.03', 'Shares': '36990340', 'ImputationCredits': '0', 'Symbol': 'VSTM', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-16150000', 'Industry': '', 'PtS': '13.455', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-3.087', 'Dividend': '0', 'Name': 'Vistagen Therap. Com', 'Description': 'Vistagen Therap. Com', 'DivYield': '0', 'MarketCap': '16820000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '6.5116', 'PE': '0', 'PEG': '0', 'Shares': '8581195', 'ImputationCredits': '0', 'Symbol': 'VTGN', 'DPS': '0'}
{'NTA': '0', 'Yield': '15.17', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Vanguard Russell3000', 'Description': 'Vanguard Russell3000', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'VTHR', 'DPS': '0'}
{'NTA': '0', 'Yield': '0.88', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Vanguard Shtm Infpro', 'Description': 'Vanguard Shtm Infpro', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'VTIP', 'DPS': '0'}
{'NTA': '0', 'Yield': '-53.33', 'EBITDA': '-39460000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.3', 'Dividend': '0', 'Name': 'Vital Therapies Inc', 'Description': 'Vital Therapies Inc', 'DivYield': '0', 'MarketCap': '128580000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.26', 'PE': '0', 'PEG': '-0.18', 'Shares': '32145000', 'ImputationCredits': '0', 'Symbol': 'VTL', 'DPS': '0'}
{'NTA': '0', 'Yield': '-31.06', 'EBITDA': '-3650000', 'Industry': '', 'PtS': '0.37', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.51', 'Dividend': '0', 'Name': 'Vertex Energy Cmn', 'Description': 'Vertex Energy Cmn', 'DivYield': '0', 'MarketCap': '36920000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.88', 'PE': '0', 'PEG': '-0.34', 'Shares': '33261260', 'ImputationCredits': '0', 'Symbol': 'VTNR', 'DPS': '0'}
{'NTA': '0', 'Yield': '3.97', 'EBITDA': '-54760000', 'Industry': '', 'PtS': '99.68', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.71', 'Dividend': '0', 'Name': 'Vtv Theraptcs Cl A', 'Description': 'Vtv Theraptcs Cl A', 'DivYield': '0', 'MarketCap': '63490000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '9693130', 'ImputationCredits': '0', 'Symbol': 'VTVT', 'DPS': '0'}
{'NTA': '0', 'Yield': '21.01', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Vangrd Rusll 2000 Gr', 'Description': 'Vangrd Rusll 2000 Gr', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'VTWG', 'DPS': '0'}
{'NTA': '0', 'Yield': '22.52', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Vanguard Russell2000', 'Description': 'Vanguard Russell2000', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'VTWO', 'DPS': '0'}
{'NTA': '0', 'Yield': '24.54', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Vangrd Rusll 2000 Va', 'Description': 'Vangrd Rusll 2000 Va', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'VTWV', 'DPS': '0'}
{'NTA': '0', 'Yield': '17.79', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Vident Core US Eqty', 'Description': 'Vident Core US Eqty', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'VUSE', 'DPS': '0'}
{'NTA': '0', 'Yield': '31.63', 'EBITDA': '-17800000', 'Industry': '', 'PtS': '58.41', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.23', 'Dividend': '0', 'Name': 'Vuzix Corp Cmn Stk', 'Description': 'Vuzix Corp Cmn Stk', 'DivYield': '0', 'MarketCap': '125280000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '6.79', 'PE': '0', 'PEG': '0', 'Shares': '20206450', 'ImputationCredits': '0', 'Symbol': 'VUZI', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Vivopower International Plc Ordinary Shares', 'Description': 'Vivopower International Plc Ordinary Shares', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'VVPR', 'DPS': '0'}
{'NTA': '0', 'Yield': '-32.12', 'EBITDA': '56770000', 'Industry': 'Major Pharmaceuticals', 'PtS': '0.93', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.22', 'Dividend': '0', 'Name': 'Vivus Inc', 'Description': 'Vivus Inc', 'DivYield': '0', 'MarketCap': '118250000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '6.3', 'PE': '5.09', 'PEG': '-2.63', 'Shares': '105580400', 'ImputationCredits': '0', 'Symbol': 'VVUS', 'DPS': '0'}
{'NTA': '0', 'Yield': '2.15', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Vanguard EM Gov Bnd', 'Description': 'Vanguard EM Gov Bnd', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'VWOB', 'DPS': '0'}
{'NTA': '0', 'Yield': '5.86', 'EBITDA': '467700000', 'Industry': '', 'PtS': '0.8', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.12', 'Dividend': '0', 'Name': 'Vwr Corporation Cmn', 'Description': 'Vwr Corporation Cmn', 'DivYield': '0', 'MarketCap': '3590000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.43', 'PE': '24.38', 'PEG': '1.96', 'Shares': '131453700', 'ImputationCredits': '0', 'Symbol': 'VWR', 'DPS': '0'}
{'NTA': '0', 'Yield': '8.26', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Vngrd Tl Intl ST ETF', 'Description': 'Vngrd Tl Intl ST ETF', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'VXUS', 'DPS': '0'}
{'NTA': '0', 'Yield': '13.65', 'EBITDA': '-40690000', 'Industry': '', 'PtS': '23.64', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.59', 'Dividend': '0', 'Name': 'Voyager Therapeut Cmn', 'Description': 'Voyager Therapeut Cmn', 'DivYield': '0', 'MarketCap': '355470000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.36', 'PE': '0', 'PEG': '0', 'Shares': '26848190', 'ImputationCredits': '0', 'Symbol': 'VYGR', 'DPS': '0'}
{'NTA': '0', 'Yield': '8.84', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Van Int Hi Div Yld', 'Description': 'Van Int Hi Div Yld', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'VYMI', 'DPS': '0'}
{'NTA': '0', 'Yield': '14.59', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '8.19', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.29', 'Dividend': '0', 'Name': 'Westamerica Bancorp', 'Description': 'Westamerica Bancorp', 'DivYield': '2.75', 'MarketCap': '1470000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '2.62', 'PE': '24.38', 'PEG': '8.15', 'Shares': '26329930', 'ImputationCredits': '0', 'Symbol': 'WABC', 'DPS': '1.56'}
{'NTA': '0', 'Yield': '36.27', 'EBITDA': '0', 'Industry': '', 'PtS': '6.35', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.86', 'Dividend': '0', 'Name': 'Washington Federal', 'Description': 'Washington Federal', 'DivYield': '1.79', 'MarketCap': '2960000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.5', 'PE': '17.78', 'PEG': '1.81', 'Shares': '89425980', 'ImputationCredits': '0', 'Symbol': 'WAFD', 'DPS': '0.6'}
{'NTA': '0', 'Yield': '34.59', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '5.11', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.7', 'Dividend': '0', 'Name': 'Washington TR Bncorp', 'Description': 'Washington TR Bncorp', 'DivYield': '3.02', 'MarketCap': '847520000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '2.21', 'PE': '18.26', 'PEG': '3.44', 'Shares': '17191080', 'ImputationCredits': '0', 'Symbol': 'WASH', 'DPS': '1.52'}
{'NTA': '0', 'Yield': '52.94', 'EBITDA': '-44870000', 'Industry': '', 'PtS': '220.38', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.6', 'Dividend': '0', 'Name': 'Energous Corp Cmn', 'Description': 'Energous Corp Cmn', 'DivYield': '0', 'MarketCap': '320190000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '11.12', 'PE': '0', 'PEG': '0', 'Shares': '20525000', 'ImputationCredits': '0', 'Symbol': 'WATT', 'DPS': '0'}
{'NTA': '0', 'Yield': '32.34', 'EBITDA': '0', 'Industry': 'Savings Institutions', 'PtS': '3.2439', 'DateTime': '2017-03-29T00:00:00', 'EPS': '0.817', 'Dividend': '0', 'Name': 'Wayne Savings Bcsh', 'Description': 'Wayne Savings Bcsh', 'DivYield': '2.02', 'MarketCap': '49020000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.195', 'PE': '21.7871', 'PEG': '0', 'Shares': '2753917', 'ImputationCredits': '0', 'Symbol': 'WAYN', 'DPS': '0.36'}
{'NTA': '0', 'Yield': '113.24', 'EBITDA': '161930000', 'Industry': '', 'PtS': '15.54', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.48', 'Dividend': '0', 'Name': 'Weibo Corp. Ads', 'Description': 'Weibo Corp. Ads', 'DivYield': '0', 'MarketCap': '10320000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '14.19', 'PE': '103.71', 'PEG': '0.43', 'Shares': '207312200', 'ImputationCredits': '0', 'Symbol': 'WB', 'DPS': '0'}
{'NTA': '0', 'Yield': '4.76', 'EBITDA': '7890000000', 'Industry': '', 'PtS': '0.77', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.78', 'Dividend': '0', 'Name': 'Walgreens Boots Alliance', 'Description': 'Walgreens Boots Alliance', 'DivYield': '1.8', 'MarketCap': '89640000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.07', 'PE': '21.98', 'PEG': '1.32', 'Shares': '1079350000', 'ImputationCredits': '0', 'Symbol': 'WBA', 'DPS': '1.5'}
{'NTA': '0', 'Yield': '4.1', 'EBITDA': '0', 'Industry': '', 'PtS': '3.0265', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.858', 'Dividend': '0', 'Name': 'Westbury Bancorp', 'Description': 'Westbury Bancorp', 'DivYield': '0', 'MarketCap': '78330000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.0036', 'PE': '24.2614', 'PEG': '0', 'Shares': '3762917', 'ImputationCredits': '0', 'Symbol': 'WBB', 'DPS': '0'}
{'NTA': '0', 'Yield': '25.31', 'EBITDA': '0', 'Industry': 'Banks', 'PtS': '4.3591', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.139', 'Dividend': '0', 'Name': 'Wolverine Bancorp', 'Description': 'Wolverine Bancorp', 'DivYield': '0', 'MarketCap': '63430000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.0174', 'PE': '15.2313', 'PEG': '0', 'Shares': '1946918', 'ImputationCredits': '0', 'Symbol': 'WBKC', 'DPS': '0'}
{'NTA': '0', 'Yield': '-16.03', 'EBITDA': '188270000', 'Industry': 'Business Services', 'PtS': '2.71', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.97', 'Dividend': '0', 'Name': 'Webmd Health Corp', 'Description': 'Webmd Health Corp', 'DivYield': '0', 'MarketCap': '1890000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Miscellaneous', 'PtB': '7.84', 'PE': '26.8', 'PEG': '5.3', 'Shares': '35876990', 'ImputationCredits': '0', 'Symbol': 'WBMD', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '6.94', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.05', 'Dividend': '0', 'Name': 'Webster City Fed Bcp', 'Description': 'Webster City Fed Bcp', 'DivYield': '2.01', 'MarketCap': '25690000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.89', 'PE': '222.89', 'PEG': '0', 'Shares': '2561316', 'ImputationCredits': '0', 'Symbol': 'WCFB', 'DPS': '0.2'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-6710000', 'Industry': '', 'PtS': '15.38', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.26', 'Dividend': '0', 'Name': 'Wecast Network Inc', 'Description': 'Wecast Network Inc', 'DivYield': '0', 'MarketCap': '88420000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.28', 'PE': '0', 'PEG': '0', 'Shares': '42714980', 'ImputationCredits': '0', 'Symbol': 'WCST', 'DPS': '0'}
{'NTA': '0', 'Yield': '101.93', 'EBITDA': '2890000000', 'Industry': '', 'PtS': '1.52', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.59', 'Dividend': '0', 'Name': 'Western Digital Cp', 'Description': 'Western Digital Cp', 'DivYield': '2.46', 'MarketCap': '23770000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.25', 'PE': '0', 'PEG': '5.19', 'Shares': '288016500', 'ImputationCredits': '0', 'Symbol': 'WDC', 'DPS': '2'}
{'NTA': '0', 'Yield': '6.5', 'EBITDA': '77140000', 'Industry': 'Major Chemicals', 'PtS': '4.08', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.63', 'Dividend': '0', 'Name': 'W D 40 Co', 'Description': 'W D 40 Co', 'DivYield': '1.8', 'MarketCap': '1540000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Basic Industries', 'PtB': '11.99', 'PE': '30.01', 'PEG': '2.3', 'Shares': '14134920', 'ImputationCredits': '0', 'Symbol': 'WDFC', 'DPS': '1.96'}
{'NTA': '0', 'Yield': '-3.45', 'EBITDA': '128290000', 'Industry': '', 'PtS': '1.22', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.08', 'Dividend': '0', 'Name': 'Web.Com Group Inc', 'Description': 'Web.Com Group Inc', 'DivYield': '0', 'MarketCap': '879670000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.68', 'PE': '241.25', 'PEG': '1.79', 'Shares': '45578760', 'ImputationCredits': '0', 'Symbol': 'WEB', 'DPS': '0'}
{'NTA': '0', 'Yield': '34.87', 'EBITDA': '0', 'Industry': '', 'PtS': '2.892', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.24', 'Dividend': '0', 'Name': 'Wellesley Bncp Inc', 'Description': 'Wellesley Bncp Inc', 'DivYield': '0.62', 'MarketCap': '61950000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.11', 'PE': '21.206', 'PEG': '0', 'Shares': '2355961', 'ImputationCredits': '0', 'Symbol': 'WEBK', 'DPS': '0.16'}
{'NTA': '0', 'Yield': '25.32', 'EBITDA': '380240000', 'Industry': '', 'PtS': '2.32', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.49', 'Dividend': '0', 'Name': 'Wendys Company', 'Description': 'Wendys Company', 'DivYield': '2.08', 'MarketCap': '3320000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '6.29', 'PE': '27.41', 'PEG': '1.73', 'Shares': '247207700', 'ImputationCredits': '0', 'Symbol': 'WEN', 'DPS': '0.28'}
{'NTA': '0', 'Yield': '3.39', 'EBITDA': '319370000', 'Industry': 'Trucking Freight/Courier Services', 'PtS': '0.94', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.09', 'Dividend': '0', 'Name': 'Werner Enterprise', 'Description': 'Werner Enterprise', 'DivYield': '0.91', 'MarketCap': '1880000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Transportation', 'PtB': '1.9', 'PE': '23.9', 'PEG': '1.55', 'Shares': '72168900', 'ImputationCredits': '0', 'Symbol': 'WERN', 'DPS': '0.24'}
{'NTA': '0', 'Yield': '-16.62', 'EBITDA': '65280000', 'Industry': '', 'PtS': '5.45', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.19', 'Dividend': '0', 'Name': 'Wisdomtree Invstmnts', 'Description': 'Wisdomtree Invstmnts', 'DivYield': '3.59', 'MarketCap': '1220000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '5.94', 'PE': '47.79', 'PEG': '-3.33', 'Shares': '134361200', 'ImputationCredits': '0', 'Symbol': 'WETF', 'DPS': '0.32'}
{'NTA': '0', 'Yield': '0.14', 'EBITDA': '27180000', 'Industry': 'Apparel', 'PtS': '0.95', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.56', 'Dividend': '0', 'Name': 'Weyco Gp Inc', 'Description': 'Weyco Gp Inc', 'DivYield': '3.14', 'MarketCap': '284120000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '1.4', 'PE': '17.37', 'PEG': '0', 'Shares': '10488000', 'ImputationCredits': '0', 'Symbol': 'WEYS', 'DPS': '0.84'}
{'NTA': '0', 'Yield': '26.13', 'EBITDA': '0', 'Industry': '', 'PtS': '4.27', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.37', 'Dividend': '0', 'Name': 'Washingtonfirst Bk', 'Description': 'Washingtonfirst Bk', 'DivYield': '1', 'MarketCap': '362070000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.88', 'PE': '20.44', 'PEG': '0', 'Shares': '12931070', 'ImputationCredits': '0', 'Symbol': 'WFBI', 'DPS': '0.28'}
{'NTA': '0', 'Yield': '2.2', 'EBITDA': '1370000000', 'Industry': '', 'PtS': '0.59', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.38', 'Dividend': '0', 'Name': 'Whole Foods Market', 'Description': 'Whole Foods Market', 'DivYield': '1.92', 'MarketCap': '9220000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.83', 'PE': '20.89', 'PEG': '-8.59', 'Shares': '318700300', 'ImputationCredits': '0', 'Symbol': 'WFM', 'DPS': '0.56'}
{'NTA': '0', 'Yield': '38.14', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.71', 'Dividend': '0', 'Name': 'Whitehorse Finance', 'Description': 'Whitehorse Finance', 'DivYield': '10.25', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0.91', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'WHF', 'DPS': '1.42'}
{'NTA': '0', 'Yield': '2.4', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Whitehorse Fin Sr Nt', 'Description': 'Whitehorse Fin Sr Nt', 'DivYield': '0', 'MarketCap': '30780000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '1200023000', 'ImputationCredits': '0', 'Symbol': 'WHFBL', 'DPS': '0'}
{'NTA': '0', 'Yield': '7.13', 'EBITDA': '1610000', 'Industry': '', 'PtS': '0.47', 'DateTime': '2017-03-30T00:00:00', 'EPS': '0.02', 'Dividend': '0', 'Name': 'Wilhelmina Intl Cmn', 'Description': 'Wilhelmina Intl Cmn', 'DivYield': '0', 'MarketCap': '38800000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.53', 'PE': '424.12', 'PEG': '0', 'Shares': '5381415', 'ImputationCredits': '0', 'Symbol': 'WHLM', 'DPS': '0'}
{'NTA': '0', 'Yield': '22.7', 'EBITDA': '23580000', 'Industry': '', 'PtS': '2.67', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.24', 'Dividend': '0', 'Name': 'Wheeler Real Estate', 'Description': 'Wheeler Real Estate', 'DivYield': '97.11', 'MarketCap': '117940000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.19', 'PE': '0', 'PEG': '0', 'Shares': '68173410', 'ImputationCredits': '0', 'Symbol': 'WHLR', 'DPS': '1.68'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '23580000', 'Industry': '', 'PtS': '39.98', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.24', 'Dividend': '0', 'Name': 'Wheeler Real Estate Investment Trust Inc', 'Description': 'Wheeler Real Estate Investment Trust Inc', 'DivYield': '0', 'MarketCap': '1770000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '32.83', 'PE': '0', 'PEG': '0', 'Shares': '68050750', 'ImputationCredits': '0', 'Symbol': 'WHLRD', 'DPS': '0'}
{'NTA': '0', 'Yield': '17.19', 'EBITDA': '23580000', 'Industry': '', 'PtS': '36.9', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.24', 'Dividend': '0', 'Name': 'Wheeler REIT B Pfd', 'Description': 'Wheeler REIT B Pfd', 'DivYield': '9.41', 'MarketCap': '1630000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '30.29', 'PE': '0', 'PEG': '0', 'Shares': '68315170', 'ImputationCredits': '0', 'Symbol': 'WHLRP', 'DPS': '2.25'}
{'NTA': '0', 'Yield': '-20', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Wheeler REIT Wts', 'Description': 'Wheeler REIT Wts', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'WHLRW', 'DPS': '0'}
{'NTA': '0', 'Yield': '68.92', 'EBITDA': '26550000', 'Industry': '', 'PtS': '3.17', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.72', 'Dividend': '0', 'Name': 'Boingo Wireless Inc', 'Description': 'Boingo Wireless Inc', 'DivYield': '0', 'MarketCap': '502020000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '5.16', 'PE': '0', 'PEG': '-0.05', 'Shares': '38646650', 'ImputationCredits': '0', 'Symbol': 'WIFI', 'DPS': '0'}
{'NTA': '0', 'Yield': '69.75', 'EBITDA': '7260000', 'Industry': 'Food Distributors', 'PtS': '0.98', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.29', 'Dividend': '0', 'Name': 'G Willi-Food Intl', 'Description': 'G Willi-Food Intl', 'DivYield': '6.3', 'MarketCap': '80230000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '0.74', 'PE': '26.93', 'PEG': '0', 'Shares': '13239270', 'ImputationCredits': '0', 'Symbol': 'WILC', 'DPS': '0.38'}
{'NTA': '0', 'Yield': '-20.43', 'EBITDA': '58450000', 'Industry': '', 'PtS': '2.27', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.09', 'Dividend': '0', 'Name': 'Wi-Lan Inc Cmn Stk', 'Description': 'Wi-Lan Inc Cmn Stk', 'DivYield': '2.39', 'MarketCap': '216990000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.86', 'PE': '20.33', 'PEG': '0.25', 'Shares': '118573800', 'ImputationCredits': '0', 'Symbol': 'WILN', 'DPS': '0.04'}
{'NTA': '0', 'Yield': '-37.21', 'EBITDA': '1810000000', 'Industry': 'Telecommunications Equipment', 'PtS': '0.1', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-4.11', 'Dividend': '0', 'Name': 'Windstream Hldgs Inc', 'Description': 'Windstream Hldgs Inc', 'DivYield': '10.7', 'MarketCap': '530220000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Public Utilities', 'PtB': '3.18', 'PE': '0', 'PEG': '-0.31', 'Shares': '97288070', 'ImputationCredits': '0', 'Symbol': 'WIN', 'DPS': '0.6'}
{'NTA': '0', 'Yield': '18.7', 'EBITDA': '38720000', 'Industry': 'Other Specialty Stores', 'PtS': '7.11', 'DateTime': '2017-03-31T00:00:00', 'EPS': '5.13', 'Dividend': '0', 'Name': 'Winmark Corp', 'Description': 'Winmark Corp', 'DivYield': '0.35', 'MarketCap': '471100000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '0', 'PE': '22.03', 'PEG': '0', 'Shares': '4169027', 'ImputationCredits': '0', 'Symbol': 'WINA', 'DPS': '0.4'}
{'NTA': '0', 'Yield': '13.39', 'EBITDA': '32210000', 'Industry': '', 'PtS': '8.91', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.53', 'Dividend': '0', 'Name': 'Wingstop Inc Cmn', 'Description': 'Wingstop Inc Cmn', 'DivYield': '0', 'MarketCap': '816270000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '53.36', 'PEG': '2.7', 'Shares': '28863860', 'ImputationCredits': '0', 'Symbol': 'WING', 'DPS': '0'}
{'NTA': '0', 'Yield': '1145.62', 'EBITDA': '13180000', 'Industry': 'Management Services', 'PtS': '216.59', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.6', 'Dividend': '0', 'Name': 'Wins Fin Hldgs Ord', 'Description': 'Wins Fin Hldgs Ord', 'DivYield': '0', 'MarketCap': '2910000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '18.24', 'PE': '240.45', 'PEG': '0', 'Shares': '20070350', 'ImputationCredits': '0', 'Symbol': 'WINS', 'DPS': '0'}
{'NTA': '0', 'Yield': '-57.62', 'EBITDA': '-37660000', 'Industry': '', 'PtS': '5.42', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-5.34', 'Dividend': '0', 'Name': 'Windtree Therapeutic', 'Description': 'Windtree Therapeutic', 'DivYield': '0', 'MarketCap': '9660000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '8473684', 'ImputationCredits': '0', 'Symbol': 'WINT', 'DPS': '0'}
{'NTA': '0', 'Yield': '20.26', 'EBITDA': '67580000', 'Industry': 'Metal Fabrications', 'PtS': '1', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.63', 'Dividend': '0', 'Name': 'Encore Wire Cp', 'Description': 'Encore Wire Cp', 'DivYield': '0.18', 'MarketCap': '953860000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '1.65', 'PE': '28.22', 'PEG': '1.7', 'Shares': '20736090', 'ImputationCredits': '0', 'Symbol': 'WIRE', 'DPS': '0.08'}
{'NTA': '0', 'Yield': '174.68', 'EBITDA': '-39490000', 'Industry': '', 'PtS': '10.18', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.12', 'Dividend': '0', 'Name': 'Wix.Com Ltd', 'Description': 'Wix.Com Ltd', 'DivYield': '0', 'MarketCap': '3040000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0.07', 'Shares': '44771720', 'ImputationCredits': '0', 'Symbol': 'WIX', 'DPS': '0'}
{'NTA': '0', 'Yield': '-65.98', 'EBITDA': '-19130000', 'Industry': '', 'PtS': '13.79', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.78', 'Dividend': '0', 'Name': 'Workhorse Grp Cmn ST', 'Description': 'Workhorse Grp Cmn ST', 'DivYield': '0', 'MarketCap': '94560000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '17.83', 'PE': '0', 'PEG': '0', 'Shares': '35954370', 'ImputationCredits': '0', 'Symbol': 'WKHS', 'DPS': '0'}
{'NTA': '0', 'Yield': '103.65', 'EBITDA': '216000000', 'Industry': 'Coal Mining', 'PtS': '0.19', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-6.08', 'Dividend': '0', 'Name': 'Westmoreland Coal', 'Description': 'Westmoreland Coal', 'DivYield': '0', 'MarketCap': '261280000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Energy', 'PtB': '0', 'PE': '0', 'PEG': '1.66', 'Shares': '18570010', 'ImputationCredits': '0', 'Symbol': 'WLB', 'DPS': '0'}
{'NTA': '0', 'Yield': '200.09', 'EBITDA': '14840000', 'Industry': 'Military/Government/Technical', 'PtS': '1.26', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.97', 'Dividend': '0', 'Name': 'Willdan Group Inc', 'Description': 'Willdan Group Inc', 'DivYield': '0', 'MarketCap': '260500000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '5.23', 'PE': '31.92', 'PEG': '0', 'Shares': '8414083', 'ImputationCredits': '0', 'Symbol': 'WLDN', 'DPS': '0'}
{'NTA': '0', 'Yield': '-7.57', 'EBITDA': '134730000', 'Industry': 'Industrial Specialties', 'PtS': '0.71', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.05', 'Dividend': '0', 'Name': 'Willis Lease Fin C', 'Description': 'Willis Lease Fin C', 'DivYield': '0', 'MarketCap': '143020000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '0.73', 'PE': '10.9', 'PEG': '0', 'Shares': '6399105', 'ImputationCredits': '0', 'Symbol': 'WLFC', 'DPS': '0'}
{'NTA': '0', 'Yield': '4.8', 'EBITDA': '1490000000', 'Industry': '', 'PtS': '2.29', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.04', 'Dividend': '0', 'Name': 'Willis Towers Wts Cmn', 'Description': 'Willis Towers Wts Cmn', 'DivYield': '1.62', 'MarketCap': '17740000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.78', 'PE': '43.06', 'PEG': '1.4', 'Shares': '135533600', 'ImputationCredits': '0', 'Symbol': 'WLTW', 'DPS': '2.12'}
{'NTA': '0', 'Yield': '-4.79', 'EBITDA': '34200000', 'Industry': 'Automotive Aftermarket', 'PtS': '0.33', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.26', 'Dividend': '0', 'Name': 'West Marine Inc', 'Description': 'West Marine Inc', 'DivYield': '0', 'MarketCap': '238510000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '0.76', 'PE': '36.69', 'PEG': '1.39', 'Shares': '25001050', 'ImputationCredits': '0', 'Symbol': 'WMAR', 'DPS': '0'}
{'NTA': '0', 'Yield': '65.71', 'EBITDA': '32590000', 'Industry': 'Industrial Specialties', 'PtS': '4.61', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-4.2', 'Dividend': '0', 'Name': 'Wright Med Grp Nv', 'Description': 'Wright Med Grp Nv', 'DivYield': '0', 'MarketCap': '3180000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '4.63', 'PE': '0', 'PEG': '-7.16', 'Shares': '102185100', 'ImputationCredits': '0', 'Symbol': 'WMGI', 'DPS': '0'}
{'NTA': '0', 'Yield': '14.18', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Wright Medic. N.V Cv', 'Description': 'Wright Medic. N.V Cv', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'WMGIZ', 'DPS': '0'}
{'NTA': '0', 'Yield': '-34.98', 'EBITDA': '0', 'Industry': '', 'PtS': '51.89', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.3', 'Dividend': '0', 'Name': 'Wmih Corp. Cmn', 'Description': 'Wmih Corp. Cmn', 'DivYield': '0', 'MarketCap': '290000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.44', 'PE': '4.77', 'PEG': '0', 'Shares': '200000000', 'ImputationCredits': '0', 'Symbol': 'WMIH', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '6.93', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.24', 'Dividend': '0', 'Name': 'Western New England Bancorp Inc', 'Description': 'Western New England Bancorp Inc', 'DivYield': '1.18', 'MarketCap': '309700000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.27', 'PE': '43.75', 'PEG': '2.01', 'Shares': '29495240', 'ImputationCredits': '0', 'Symbol': 'WNEB', 'DPS': '0.12'}
{'NTA': '0', 'Yield': '20.72', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Ishres Gbl Tbr Forst', 'Description': 'Ishres Gbl Tbr Forst', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'WOOD', 'DPS': '0'}
{'NTA': '0', 'Yield': '45.31', 'EBITDA': '492430000', 'Industry': 'Farming/Seeds/Milling', 'PtS': '2.95', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.56', 'Dividend': '0', 'Name': 'Vca Inc', 'Description': 'Vca Inc', 'DivYield': '0', 'MarketCap': '7430000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '5.05', 'PE': '35.74', 'PEG': '2.32', 'Shares': '81202180', 'ImputationCredits': '0', 'Symbol': 'WOOF', 'DPS': '0'}
{'NTA': '0', 'Yield': '0.73', 'EBITDA': '-2390000', 'Industry': 'Telecommunications Equipment', 'PtS': '0.2945', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.624', 'Dividend': '0', 'Name': 'Wpcs Intl Inc', 'Description': 'Wpcs Intl Inc', 'DivYield': '0', 'MarketCap': '4630000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '2.6931', 'PE': '0', 'PEG': '0', 'Shares': '3354829', 'ImputationCredits': '0', 'Symbol': 'WPCS', 'DPS': '0'}
{'NTA': '0', 'Yield': '-6.62', 'EBITDA': '3170000000', 'Industry': 'Advertising', 'PtS': '1.53', 'DateTime': '2017-03-31T00:00:00', 'EPS': '6.68', 'Dividend': '0', 'Name': 'Wpp Plc ADR', 'Description': 'Wpp Plc ADR', 'DivYield': '3.31', 'MarketCap': '27820000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '2.35', 'PE': '16.18', 'PEG': '0', 'Shares': '254296200', 'ImputationCredits': '0', 'Symbol': 'WPPGY', 'DPS': '3.47'}
{'NTA': '0', 'Yield': '-60.98', 'EBITDA': '-75510000', 'Industry': 'Industrial Machinery/Components', 'PtS': '0.49', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.96', 'Dividend': '0', 'Name': 'Westport Fuel Systems Inc', 'Description': 'Westport Fuel Systems Inc', 'DivYield': '0', 'MarketCap': '105700000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Energy', 'PtB': '1.28', 'PE': '0', 'PEG': '-0.04', 'Shares': '110104200', 'ImputationCredits': '0', 'Symbol': 'WPRT', 'DPS': '0'}
{'NTA': '0', 'Yield': '19.34', 'EBITDA': '142220000', 'Industry': 'Finance: Consumer Services', 'PtS': '0.79', 'DateTime': '2017-03-31T00:00:00', 'EPS': '8.16', 'Dividend': '0', 'Name': 'World Acceptance Cp', 'Description': 'World Acceptance Cp', 'DivYield': '0', 'MarketCap': '420880000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1', 'PE': '5.95', 'PEG': '4.57', 'Shares': '8669001', 'ImputationCredits': '0', 'Symbol': 'WRLD', 'DPS': '0'}
{'NTA': '0', 'Yield': '18.61', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '5.16', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.16', 'Dividend': '0', 'Name': 'Wesbanco Inc', 'Description': 'Wesbanco Inc', 'DivYield': '2.72', 'MarketCap': '1680000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.25', 'PE': '17.64', 'PEG': '3.05', 'Shares': '44082920', 'ImputationCredits': '0', 'Symbol': 'WSBC', 'DPS': '1.04'}
{'NTA': '0', 'Yield': '30.17', 'EBITDA': '0', 'Industry': 'Savings Institutions', 'PtS': '2.39', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.93', 'Dividend': '0', 'Name': 'Waterstone Financial', 'Description': 'Waterstone Financial', 'DivYield': '2.63', 'MarketCap': '396570000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '0.98', 'PE': '19.62', 'PEG': '0', 'Shares': '21729860', 'ImputationCredits': '0', 'Symbol': 'WSBF', 'DPS': '0.48'}
{'NTA': '0', 'Yield': '11.22', 'EBITDA': '634663', 'Industry': 'Industrial Machinery/Components', 'PtS': '0.3373', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.222', 'Dividend': '0', 'Name': 'Wsi Industries Inc', 'Description': 'Wsi Industries Inc', 'DivYield': '0', 'MarketCap': '9850000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '0.7486', 'PE': '0', 'PEG': '0', 'Shares': '2918692', 'ImputationCredits': '0', 'Symbol': 'WSCI', 'DPS': '0'}
{'NTA': '0', 'Yield': '34.59', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '5.13', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.06', 'Dividend': '0', 'Name': 'WSFS Financial Corp', 'Description': 'WSFS Financial Corp', 'DivYield': '0.6', 'MarketCap': '1440000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '2.11', 'PE': '22.31', 'PEG': '1.2', 'Shares': '31338410', 'ImputationCredits': '0', 'Symbol': 'WSFS', 'DPS': '0.28'}
{'NTA': '0', 'Yield': '-2.45', 'EBITDA': '0', 'Industry': '', 'PtS': '2.8664', 'DateTime': '2017-03-29T00:00:00', 'EPS': '2.06', 'Dividend': '0', 'Name': 'WSFS Fnl 6.25 Sr Nt', 'Description': 'WSFS Fnl 6.25 Sr Nt', 'DivYield': '0', 'MarketCap': '811520000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.1805', 'PE': '12.5488', 'PEG': '0', 'Shares': '31392820', 'ImputationCredits': '0', 'Symbol': 'WSFSL', 'DPS': '0'}
{'NTA': '0', 'Yield': '13.95', 'EBITDA': '653740000', 'Industry': 'Business Services', 'PtS': '0.88', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.29', 'Dividend': '0', 'Name': 'West Corporation', 'Description': 'West Corporation', 'DivYield': '3.73', 'MarketCap': '2000000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '0', 'PE': '10.46', 'PEG': '6.25', 'Shares': '83507300', 'ImputationCredits': '0', 'Symbol': 'WSTC', 'DPS': '0.9'}
{'NTA': '0', 'Yield': '13.94', 'EBITDA': '8910000', 'Industry': 'Retail: Computer Software & Peripheral Equipment', 'PtS': '0.19', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.31', 'Dividend': '0', 'Name': 'Wayside Technology', 'Description': 'Wayside Technology', 'DivYield': '3.7', 'MarketCap': '82360000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '2.15', 'PE': '14.39', 'PEG': '0', 'Shares': '4369231', 'ImputationCredits': '0', 'Symbol': 'WSTG', 'DPS': '0.68'}
{'NTA': '0', 'Yield': '-42.15', 'EBITDA': '-8210000', 'Industry': 'Telecommunications Equipment', 'PtS': '0.62', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.34', 'Dividend': '0', 'Name': 'Westell Technologies', 'Description': 'Westell Technologies', 'DivYield': '0', 'MarketCap': '43100000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Public Utilities', 'PtB': '0.81', 'PE': '0', 'PEG': '-3.94', 'Shares': '61571430', 'ImputationCredits': '0', 'Symbol': 'WSTL', 'DPS': '0'}
{'NTA': '0', 'Yield': '23.06', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '5.83', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.42', 'Dividend': '0', 'Name': 'West Bancorporation', 'Description': 'West Bancorporation', 'DivYield': '3.12', 'MarketCap': '370340000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '2.24', 'PE': '16.16', 'PEG': '0', 'Shares': '16136820', 'ImputationCredits': '0', 'Symbol': 'WTBA', 'DPS': '0.68'}
{'NTA': '0', 'Yield': '32.87', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '3.51', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.66', 'Dividend': '0', 'Name': 'Wintrust Finl Corp', 'Description': 'Wintrust Finl Corp', 'DivYield': '0.83', 'MarketCap': '3580000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.44', 'PE': '18.68', 'PEG': '4.63', 'Shares': '52354490', 'ImputationCredits': '0', 'Symbol': 'WTFC', 'DPS': '0.56'}
{'NTA': '0', 'Yield': '-1.39', 'EBITDA': '0', 'Industry': '', 'PtS': '1.41', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.66', 'Dividend': '0', 'Name': 'Wintrust Fin Pref D', 'Description': 'Wintrust Fin Pref D', 'DivYield': '6.03', 'MarketCap': '1420000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.58', 'PE': '7.38', 'PEG': '0', 'Shares': '52553660', 'ImputationCredits': '0', 'Symbol': 'WTFCM', 'DPS': '1.64'}
{'NTA': '0', 'Yield': '19.3', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '0', 'DateTime': '2017-03-28T00:00:00', 'EPS': '1.02', 'Dividend': '0', 'Name': 'Wintrust Tarp Wrnts', 'Description': 'Wintrust Tarp Wrnts', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'WTFCW', 'DPS': '0'}
{'NTA': '0', 'Yield': '103.4', 'EBITDA': '-54540000', 'Industry': '', 'PtS': '458.16', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.43', 'Dividend': '0', 'Name': 'Wave Life Sci Ord Sh', 'Description': 'Wave Life Sci Ord Sh', 'DivYield': '0', 'MarketCap': '647410000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '5.04', 'PE': '0', 'PEG': '0', 'Shares': '23542180', 'ImputationCredits': '0', 'Symbol': 'WVE', 'DPS': '0'}
{'NTA': '0', 'Yield': '26.48', 'EBITDA': '0', 'Industry': 'Banks', 'PtS': '4.667', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.79', 'Dividend': '0', 'Name': 'Wvs Financial Corp', 'Description': 'Wvs Financial Corp', 'DivYield': '1.57', 'MarketCap': '28130000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '0.847', 'PE': '18.928', 'PEG': '0', 'Shares': '1881228', 'ImputationCredits': '0', 'Symbol': 'WVFC', 'DPS': '0.24'}
{'NTA': '0', 'Yield': '13.31', 'EBITDA': '5310000', 'Industry': 'Beverages (Production/Distribution)', 'PtS': '2.06', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.43', 'Dividend': '0', 'Name': 'Willamette Valley', 'Description': 'Willamette Valley', 'DivYield': '0', 'MarketCap': '40050000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Non-Durables', 'PtB': '1.57', 'PE': '18.6', 'PEG': '0', 'Shares': '5006250', 'ImputationCredits': '0', 'Symbol': 'WVVI', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '4980000', 'Industry': '', 'PtS': '1.56', 'DateTime': '2017-03-29T00:00:00', 'EPS': '0.36', 'Dividend': '0', 'Name': 'Willamette Valley Vineyards In', 'Description': 'Willamette Valley Vineyards In', 'DivYield': '3.76', 'MarketCap': '29130000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.2', 'PE': '16.25', 'PEG': '0', 'Shares': '4979487', 'ImputationCredits': '0', 'Symbol': 'WVVIP', 'DPS': '0.22'}
{'NTA': '0', 'Yield': '25.29', 'EBITDA': '326320000', 'Industry': 'Industrial Machinery/Components', 'PtS': '2.08', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.18', 'Dividend': '0', 'Name': 'Woodward Inc', 'Description': 'Woodward Inc', 'DivYield': '0.74', 'MarketCap': '4170000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Energy', 'PtB': '3.43', 'PE': '21.32', 'PEG': '1.73', 'Shares': '61395760', 'ImputationCredits': '0', 'Symbol': 'WWD', 'DPS': '0.5'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-24T00:00:00', 'EPS': '-0.28', 'Dividend': '0', 'Name': 'Jm Global Holding Cmn', 'Description': 'Jm Global Holding Cmn', 'DivYield': '0', 'MarketCap': '25520000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.54', 'PE': '0', 'PEG': '0', 'Shares': '2562249', 'ImputationCredits': '0', 'Symbol': 'WYIG', 'DPS': '0'}
{'NTA': '0', 'Yield': '6.3', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-29T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Jm Global Hold Unit', 'Description': 'Jm Global Hold Unit', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'WYIGU', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-21T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Jm Global Holdin Wt', 'Description': 'Jm Global Holdin Wt', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'WYIGW', 'DPS': '0'}
{'NTA': '0', 'Yield': '29.8', 'EBITDA': '950590000', 'Industry': 'Hotels/Resorts', 'PtS': '2.6', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.38', 'Dividend': '0', 'Name': 'Wynn Resorts Limited', 'Description': 'Wynn Resorts Limited', 'DivYield': '1.74', 'MarketCap': '11650000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '73.55', 'PE': '48.16', 'PEG': '3.37', 'Shares': '101649100', 'ImputationCredits': '0', 'Symbol': 'WYNN', 'DPS': '2'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-10520000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-8.923', 'Dividend': '0', 'Name': 'Xenetic Biosciences Inc', 'Description': 'Xenetic Biosciences Inc', 'DivYield': '0', 'MarketCap': '32260000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '5.2284', 'PE': '0', 'PEG': '0', 'Shares': '8289011', 'ImputationCredits': '0', 'Symbol': 'XBIO', 'DPS': '0'}
{'NTA': '0', 'Yield': '29.33', 'EBITDA': '-52070000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.63', 'Dividend': '0', 'Name': 'Xbiotech Inc Cmn', 'Description': 'Xbiotech Inc Cmn', 'DivYield': '0', 'MarketCap': '579590000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '9.18', 'PE': '0', 'PEG': '0', 'Shares': '35147970', 'ImputationCredits': '0', 'Symbol': 'XBIT', 'DPS': '0'}
{'NTA': '0', 'Yield': '226.93', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '7.68', 'Dividend': '0', 'Name': 'Xenith Bankshares Inc New', 'Description': 'Xenith Bankshares Inc New', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'XBKS', 'DPS': '0'}
{'NTA': '0', 'Yield': '50.68', 'EBITDA': '14910000', 'Industry': '', 'PtS': '1.43', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.24', 'Dividend': '0', 'Name': 'Xcerra Corp Cmn Stk', 'Description': 'Xcerra Corp Cmn Stk', 'DivYield': '0', 'MarketCap': '480210000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.68', 'PE': '36.88', 'PEG': '1.2', 'Shares': '54261020', 'ImputationCredits': '0', 'Symbol': 'XCRA', 'DPS': '0'}
{'NTA': '0', 'Yield': '-54.31', 'EBITDA': '3690000', 'Industry': '', 'PtS': '1.3', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.14', 'Dividend': '0', 'Name': 'XCEL Brands Cmn', 'Description': 'XCEL Brands Cmn', 'DivYield': '0', 'MarketCap': '41780000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.4', 'PE': '19.01', 'PEG': '0.61', 'Shares': '15474070', 'ImputationCredits': '0', 'Symbol': 'XELB', 'DPS': '0'}
{'NTA': '0', 'Yield': '-43.9', 'EBITDA': '-23950000', 'Industry': '', 'PtS': '39.29', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.48', 'Dividend': '0', 'Name': 'Xenon Pharmace Cm Sh', 'Description': 'Xenon Pharmace Cm Sh', 'DivYield': '0', 'MarketCap': '71740000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.11', 'PE': '0', 'PEG': '-0.08', 'Shares': '17935000', 'ImputationCredits': '0', 'Symbol': 'XENE', 'DPS': '0'}
{'NTA': '0', 'Yield': '-14.46', 'EBITDA': '-24950000', 'Industry': '', 'PtS': '6.34', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.89', 'Dividend': '0', 'Name': 'Intersect Ent Cmn', 'Description': 'Intersect Ent Cmn', 'DivYield': '0', 'MarketCap': '491810000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '4.36', 'PE': '0', 'PEG': '0.39', 'Shares': '28676970', 'ImputationCredits': '0', 'Symbol': 'XENT', 'DPS': '0'}
{'NTA': '0', 'Yield': '50', 'EBITDA': '-17340000', 'Industry': '', 'PtS': '0.71', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-32.92', 'Dividend': '0', 'Name': 'XG Technology Icmn', 'Description': 'XG Technology Icmn', 'DivYield': '0', 'MarketCap': '3120000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.28', 'PE': '0', 'PEG': '-0.04', 'Shares': '1925926', 'ImputationCredits': '0', 'Symbol': 'XGTI', 'DPS': '0'}
{'NTA': '0', 'Yield': '178.95', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'VS Inverse VIX Short Term', 'Description': 'VS Inverse VIX Short Term', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'XIV', 'DPS': '0'}
{'NTA': '0', 'Yield': '34.38', 'EBITDA': '767130000', 'Industry': 'Semiconductors', 'PtS': '6.34', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.28', 'Dividend': '0', 'Name': 'Xilinx Inc', 'Description': 'Xilinx Inc', 'DivYield': '2.23', 'MarketCap': '14600000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '5.9', 'PE': '25.71', 'PEG': '2.98', 'Shares': '249019300', 'ImputationCredits': '0', 'Symbol': 'XLNX', 'DPS': '1.32'}
{'NTA': '0', 'Yield': '-11.62', 'EBITDA': '-64430000', 'Industry': '', 'PtS': '36.83', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.52', 'Dividend': '0', 'Name': 'Acceleron Pharma Cmn', 'Description': 'Acceleron Pharma Cmn', 'DivYield': '0', 'MarketCap': '1030000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '4.52', 'PE': '0', 'PEG': '0', 'Shares': '38461540', 'ImputationCredits': '0', 'Symbol': 'XLRN', 'DPS': '0'}
{'NTA': '0', 'Yield': '95.27', 'EBITDA': '24360000', 'Industry': '', 'PtS': '12.44', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.56', 'Dividend': '0', 'Name': 'Xencor Inc', 'Description': 'Xencor Inc', 'DivYield': '0', 'MarketCap': '1110000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.47', 'PE': '42.71', 'PEG': '0', 'Shares': '46404680', 'ImputationCredits': '0', 'Symbol': 'XNCR', 'DPS': '0'}
{'NTA': '0', 'Yield': '-37.69', 'EBITDA': '-15670000', 'Industry': '', 'PtS': '1.71', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.36', 'Dividend': '0', 'Name': 'Xunlei Limited ADR', 'Description': 'Xunlei Limited ADR', 'DivYield': '0', 'MarketCap': '267740000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.66', 'PE': '0', 'PEG': '0', 'Shares': '66108640', 'ImputationCredits': '0', 'Symbol': 'XNET', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.67', 'Dividend': '0', 'Name': 'Extraction Oil & Gas Inc', 'Description': 'Extraction Oil & Gas Inc', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '-1.61', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'XOG', 'DPS': '0'}
{'NTA': '0', 'Yield': '-56.65', 'EBITDA': '-56220000', 'Industry': 'Major Pharmaceuticals', 'PtS': '9.36', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-8.89', 'Dividend': '0', 'Name': 'Xoma Corporation', 'Description': 'Xoma Corporation', 'DivYield': '0', 'MarketCap': '53640000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '0', 'PE': '0', 'PEG': '-0.15', 'Shares': '7544304', 'ImputationCredits': '0', 'Symbol': 'XOMA', 'DPS': '0'}
{'NTA': '0', 'Yield': '-22.92', 'EBITDA': '-8720000', 'Industry': '', 'PtS': '3.36', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.92', 'Dividend': '0', 'Name': 'The Exone Company', 'Description': 'The Exone Company', 'DivYield': '0', 'MarketCap': '161570000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.82', 'PE': '0', 'PEG': '-0.46', 'Shares': '16140860', 'ImputationCredits': '0', 'Symbol': 'XONE', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.12', 'Dividend': '0', 'Name': 'Xperi Corporation', 'Description': 'Xperi Corporation', 'DivYield': '2.32', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '1.23', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'XPER', 'DPS': '0.8'}
{'NTA': '0', 'Yield': '-35.53', 'EBITDA': '-966000', 'Industry': '', 'PtS': '0.28', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.28', 'Dividend': '0', 'Name': 'Xplore Tech Corp De', 'Description': 'Xplore Tech Corp De', 'DivYield': '0', 'MarketCap': '22050000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.77', 'PE': '0', 'PEG': '-0.79', 'Shares': '10970150', 'ImputationCredits': '0', 'Symbol': 'XPLR', 'DPS': '0'}
{'NTA': '0', 'Yield': '4.77', 'EBITDA': '779500000', 'Industry': 'Medical/Dental Instruments', 'PtS': '3.84', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.94', 'Dividend': '0', 'Name': 'Dentsply Sirona Inc', 'Description': 'Dentsply Sirona Inc', 'DivYield': '0.56', 'MarketCap': '14340000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '1.78', 'PE': '32.19', 'PEG': '2.62', 'Shares': '229660500', 'ImputationCredits': '0', 'Symbol': 'XRAY', 'DPS': '0.35'}
{'NTA': '0', 'Yield': '-7.29', 'EBITDA': '0', 'Industry': '', 'PtS': '149.9576', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.303', 'Dividend': '0', 'Name': 'Crossroads Cap Inc', 'Description': 'Crossroads Cap Inc', 'DivYield': '0', 'MarketCap': '21900000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.7112', 'PE': '0', 'PEG': '0', 'Shares': '9562901', 'ImputationCredits': '0', 'Symbol': 'XRDC', 'DPS': '0'}
{'NTA': '0', 'Yield': '-50.38', 'EBITDA': '-2110000', 'Industry': 'Biotechnology', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.3', 'Dividend': '0', 'Name': 'Xtl Biopharma Ads', 'Description': 'Xtl Biopharma Ads', 'DivYield': '0', 'MarketCap': '7050000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '1.95', 'PE': '0', 'PEG': '0', 'Shares': '2680608', 'ImputationCredits': '0', 'Symbol': 'XTLB', 'DPS': '0'}
{'NTA': '0', 'Yield': '94.17', 'EBITDA': '76310000', 'Industry': 'Electrical Products', 'PtS': '3.35', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.42', 'Dividend': '0', 'Name': 'IXIA', 'Description': 'IXIA', 'DivYield': '0', 'MarketCap': '1620000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Capital Goods', 'PtB': '3.16', 'PE': '0', 'PEG': '3.13', 'Shares': '82653060', 'ImputationCredits': '0', 'Symbol': 'XXIA', 'DPS': '0'}
{'NTA': '0', 'Yield': '1.33', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'First Trust ETF Vi', 'Description': 'First Trust ETF Vi', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'YDIV', 'DPS': '0'}
{'NTA': '0', 'Yield': '-78.11', 'EBITDA': '17210000', 'Industry': '', 'PtS': '0.22', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.98', 'Dividend': '0', 'Name': 'Yulong Eco-Mtls Ord', 'Description': 'Yulong Eco-Mtls Ord', 'DivYield': '0', 'MarketCap': '10560000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.15', 'PE': '0.9', 'PEG': '0', 'Shares': '12000000', 'ImputationCredits': '0', 'Symbol': 'YECO', 'DPS': '0'}
{'NTA': '0', 'Yield': '26.8', 'EBITDA': '226800000', 'Industry': 'EDP Services', 'PtS': '8.63', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.23', 'Dividend': '0', 'Name': 'Yahoo! Inc', 'Description': 'Yahoo! Inc', 'DivYield': '0', 'MarketCap': '44390000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '1.43', 'PE': '0', 'PEG': '17.67', 'Shares': '956474900', 'ImputationCredits': '0', 'Symbol': 'YHOO', 'DPS': '0'}
{'NTA': '0', 'Yield': '50.68', 'EBITDA': '0', 'Industry': '', 'PtS': '3.82', 'DateTime': '2017-03-31T00:00:00', 'EPS': '2.18', 'Dividend': '0', 'Name': 'Yintech Investm Ads', 'Description': 'Yintech Investm Ads', 'DivYield': '0', 'MarketCap': '1450000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.95', 'PE': '9.65', 'PEG': '0', 'Shares': '68981920', 'ImputationCredits': '0', 'Symbol': 'YIN', 'DPS': '0'}
{'NTA': '0', 'Yield': '4.17', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Global X Yieldco ETF', 'Description': 'Global X Yieldco ETF', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'YLCO', 'DPS': '0'}
{'NTA': '0', 'Yield': '7.13', 'EBITDA': '723920000', 'Industry': '', 'PtS': '2.93', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.67', 'Dividend': '0', 'Name': 'Yandex N.V.', 'Description': 'Yandex N.V.', 'DivYield': '0', 'MarketCap': '7230000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.89', 'PE': '33.35', 'PEG': '3741.05', 'Shares': '322623800', 'ImputationCredits': '0', 'Symbol': 'YNDX', 'DPS': '0'}
{'NTA': '0', 'Yield': '18.21', 'EBITDA': '29310000', 'Industry': 'Water Supply', 'PtS': '9.24', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.92', 'Dividend': '0', 'Name': 'York Water Co', 'Description': 'York Water Co', 'DivYield': '1.87', 'MarketCap': '450640000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Public Utilities', 'PtB': '3.85', 'PE': '38.1', 'PEG': '7.35', 'Shares': '12857060', 'ImputationCredits': '0', 'Symbol': 'YORW', 'DPS': '0.64'}
{'NTA': '0', 'Yield': '19.67', 'EBITDA': '269500000', 'Industry': 'Trucking Freight/Courier Services', 'PtS': '0.08', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.65', 'Dividend': '0', 'Name': 'YRC Worldwide', 'Description': 'YRC Worldwide', 'DivYield': '0', 'MarketCap': '365760000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Transportation', 'PtB': '0', 'PE': '16.94', 'PEG': '-0.47', 'Shares': '33220710', 'ImputationCredits': '0', 'Symbol': 'YRCW', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-9730000', 'Industry': '', 'PtS': '9.879', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.273', 'Dividend': '0', 'Name': 'Yield10 Bioscience Inc', 'Description': 'Yield10 Bioscience Inc', 'DivYield': '0', 'MarketCap': '10430000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.796', 'PE': '0', 'PEG': '0', 'Shares': '28342390', 'ImputationCredits': '0', 'Symbol': 'YTEN', 'DPS': '0'}
{'NTA': '0', 'Yield': '0', 'EBITDA': '-13980000', 'Industry': '', 'PtS': '2.15', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.67', 'Dividend': '0', 'Name': 'Yatra Online Inc. Ordinary Shares', 'Description': 'Yatra Online Inc. Ordinary Shares', 'DivYield': '0', 'MarketCap': '286870000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '6.77', 'PE': '0', 'PEG': '0', 'Shares': '30648510', 'ImputationCredits': '0', 'Symbol': 'YTRA', 'DPS': '0'}
{'NTA': '0', 'Yield': '-26.6', 'EBITDA': '271780000', 'Industry': '', 'PtS': '2.18', 'DateTime': '2017-03-31T00:00:00', 'EPS': '3.64', 'Dividend': '0', 'Name': 'YY Inc', 'Description': 'YY Inc', 'DivYield': '0', 'MarketCap': '2560000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '3.55', 'PE': '12.67', 'PEG': '23.54', 'Shares': '55519410', 'ImputationCredits': '0', 'Symbol': 'YY', 'DPS': '0'}
{'NTA': '0', 'Yield': '40.06', 'EBITDA': '-2140000', 'Industry': '', 'PtS': '7.15', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.22', 'Dividend': '0', 'Name': 'Zillow Group Cl C', 'Description': 'Zillow Group Cl C', 'DivYield': '0', 'MarketCap': '6120000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.39', 'PE': '0', 'PEG': '0.62', 'Shares': '181764200', 'ImputationCredits': '0', 'Symbol': 'Z', 'DPS': '0'}
{'NTA': '0', 'Yield': '-10.11', 'EBITDA': '30410000', 'Industry': 'Other Specialty Stores', 'PtS': '0.49', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.56', 'Dividend': '0', 'Name': 'Zagg Inc', 'Description': 'Zagg Inc', 'DivYield': '0', 'MarketCap': '203840000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '1.66', 'PE': '0', 'PEG': '1.64', 'Shares': '28311110', 'ImputationCredits': '0', 'Symbol': 'ZAGG', 'DPS': '0'}
{'NTA': '0', 'Yield': '-1.46', 'EBITDA': '-24090000', 'Industry': '', 'PtS': '1.57', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.08', 'Dividend': '0', 'Name': 'Zais Group Hld A Cmn', 'Description': 'Zais Group Hld A Cmn', 'DivYield': '0', 'MarketCap': '40590000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0.79', 'PE': '0', 'PEG': '0', 'Shares': '13900690', 'ImputationCredits': '0', 'Symbol': 'ZAIS', 'DPS': '0'}
{'NTA': '0', 'Yield': '-46.94', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Proshr Ul ST Nq Bio', 'Description': 'Proshr Ul ST Nq Bio', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'ZBIO', 'DPS': '0'}
{'NTA': '0', 'Yield': '45.86', 'EBITDA': '590000000', 'Industry': 'Industrial Machinery/Components', 'PtS': '1.33', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.66', 'Dividend': '0', 'Name': 'Zebra Technologies', 'Description': 'Zebra Technologies', 'DivYield': '0', 'MarketCap': '4830000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '5.98', 'PE': '0', 'PEG': '1.28', 'Shares': '52931510', 'ImputationCredits': '0', 'Symbol': 'ZBRA', 'DPS': '0'}
{'NTA': '0', 'Yield': '-17.95', 'EBITDA': '24230000', 'Industry': 'Metal Fabrications', 'PtS': '0.19', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.1', 'Dividend': '0', 'Name': 'Olympic Steel Inc', 'Description': 'Olympic Steel Inc', 'DivYield': '0.43', 'MarketCap': '203470000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Basic Industries', 'PtB': '0.8', 'PE': '0', 'PEG': '0.43', 'Shares': '10962820', 'ImputationCredits': '0', 'Symbol': 'ZEUS', 'DPS': '0.08'}
{'NTA': '0', 'Yield': '-26.84', 'EBITDA': '-56610000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.12', 'Dividend': '0', 'Name': 'Zafgen Inc Cmn', 'Description': 'Zafgen Inc Cmn', 'DivYield': '0', 'MarketCap': '127450000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.03', 'PE': '0', 'PEG': '0', 'Shares': '27349790', 'ImputationCredits': '0', 'Symbol': 'ZFGN', 'DPS': '0'}
{'NTA': '0', 'Yield': '35.13', 'EBITDA': '-2140000', 'Industry': '', 'PtS': '7.17', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.22', 'Dividend': '0', 'Name': 'Zillow Grp Inc Cl A', 'Description': 'Zillow Grp Inc Cl A', 'DivYield': '0', 'MarketCap': '6100000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '2.4', 'PE': '0', 'PEG': '0.76', 'Shares': '181980900', 'ImputationCredits': '0', 'Symbol': 'ZG', 'DPS': '0'}
{'NTA': '0', 'Yield': '5.85', 'EBITDA': '-61050000', 'Industry': 'Major Pharmaceuticals', 'PtS': '8.94', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.81', 'Dividend': '0', 'Name': 'Zogenix Inc', 'Description': 'Zogenix Inc', 'DivYield': '0', 'MarketCap': '259300000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Durables', 'PtB': '2.14', 'PE': '0', 'PEG': '-0.11', 'Shares': '24813400', 'ImputationCredits': '0', 'Symbol': 'ZGNX', 'DPS': '0'}
{'NTA': '0', 'Yield': '52.62', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '3.75', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.99', 'Dividend': '0', 'Name': 'Zions Bancorporation', 'Description': 'Zions Bancorporation', 'DivYield': '0.77', 'MarketCap': '8500000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '1.24', 'PE': '21.11', 'PEG': '1.91', 'Shares': '202380900', 'ImputationCredits': '0', 'Symbol': 'ZION', 'DPS': '0.32'}
{'NTA': '0', 'Yield': '326.3', 'EBITDA': '0', 'Industry': 'Major Banks', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'Zions Bncrp Wts', 'Description': 'Zions Bncrp Wts', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Finance', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'ZIONW', 'DPS': '0'}
{'NTA': '0', 'Yield': '-19.34', 'EBITDA': '-165020000', 'Industry': 'Medical Specialities', 'PtS': '122.87', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-1.32', 'Dividend': '0', 'Name': 'Ziopharm Oncology In', 'Description': 'Ziopharm Oncology In', 'DivYield': '0', 'MarketCap': '828610000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Health Care', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '130695600', 'ImputationCredits': '0', 'Symbol': 'ZIOP', 'DPS': '0'}
{'NTA': '0', 'Yield': '57.5', 'EBITDA': '0', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0', 'Dividend': '0', 'Name': 'VS Inverse VIX Mterm', 'Description': 'VS Inverse VIX Mterm', 'DivYield': '0', 'MarketCap': '0', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '0', 'PE': '0', 'PEG': '0', 'Shares': '0', 'ImputationCredits': '0', 'Symbol': 'ZIV', 'DPS': '0'}
{'NTA': '0', 'Yield': '28.95', 'EBITDA': '11900000', 'Industry': 'EDP Services', 'PtS': '4.17', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.11', 'Dividend': '0', 'Name': 'Zix Corp', 'Description': 'Zix Corp', 'DivYield': '0', 'MarketCap': '254700000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Technology', 'PtB': '5.11', 'PE': '44.54', 'PEG': '0.88', 'Shares': '52952180', 'ImputationCredits': '0', 'Symbol': 'ZIXI', 'DPS': '0'}
{'NTA': '0', 'Yield': '85.99', 'EBITDA': '16850000', 'Industry': '', 'PtS': '6.35', 'DateTime': '2017-03-31T00:00:00', 'EPS': '0.02', 'Dividend': '0', 'Name': 'Zeltiq Aesthetics', 'Description': 'Zeltiq Aesthetics', 'DivYield': '0', 'MarketCap': '2240000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '16.26', 'PE': '3089.44', 'PEG': '7.44', 'Shares': '40280520', 'ImputationCredits': '0', 'Symbol': 'ZLTQ', 'DPS': '0'}
{'NTA': '0', 'Yield': '-32.2', 'EBITDA': '-8840000', 'Industry': 'Oil & Gas Production', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.21', 'Dividend': '0', 'Name': 'Zion Oil & Gas Inc', 'Description': 'Zion Oil & Gas Inc', 'DivYield': '0', 'MarketCap': '54560000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Energy', 'PtB': '6.78', 'PE': '0', 'PEG': '0', 'Shares': '45466670', 'ImputationCredits': '0', 'Symbol': 'ZN', 'DPS': '0'}
{'NTA': '0', 'Yield': '19.75', 'EBITDA': '-92500000', 'Industry': '', 'PtS': '3.41', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-0.12', 'Dividend': '0', 'Name': 'Zynga Inc Cl A Cmn', 'Description': 'Zynga Inc Cl A Cmn', 'DivYield': '0', 'MarketCap': '2500000000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '1.62', 'PE': '0', 'PEG': '1.37', 'Shares': '877193000', 'ImputationCredits': '0', 'Symbol': 'ZNGA', 'DPS': '0'}
{'NTA': '0', 'Yield': '-12.44', 'EBITDA': '-25690000', 'Industry': '', 'PtS': '0', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.17', 'Dividend': '0', 'Name': 'Zosano Pharma Cmn', 'Description': 'Zosano Pharma Cmn', 'DivYield': '0', 'MarketCap': '33650000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '6.63', 'PE': '0', 'PEG': '0', 'Shares': '19450870', 'ImputationCredits': '0', 'Symbol': 'ZSAN', 'DPS': '0'}
{'NTA': '0', 'Yield': '9.06', 'EBITDA': '69560000', 'Industry': 'Clothing/Shoe/Accessory Stores', 'PtS': '0.55', 'DateTime': '2017-03-31T00:00:00', 'EPS': '1.04', 'Dividend': '0', 'Name': 'Zumiez Inc', 'Description': 'Zumiez Inc', 'DivYield': '0', 'MarketCap': '456460000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': 'Consumer Services', 'PtB': '1.49', 'PE': '17.6', 'PEG': '0.89', 'Shares': '24943170', 'ImputationCredits': '0', 'Symbol': 'ZUMZ', 'DPS': '0'}
{'NTA': '0', 'Yield': '146.63', 'EBITDA': '-23130000', 'Industry': '', 'PtS': '36379.51', 'DateTime': '2017-03-31T00:00:00', 'EPS': '-2.48', 'Dividend': '0', 'Name': 'Zynerba Pharma CS', 'Description': 'Zynerba Pharma CS', 'DivYield': '0', 'MarketCap': '265600000', 'DividendDate': '0001-01-01T00:00:00', 'Sector': '', 'PtB': '6.74', 'PE': '0', 'PEG': '0', 'Shares': '13213930', 'ImputationCredits': '0', 'Symbol': 'ZYNE', 'DPS': '0'}

Helper function

In [10]:
def FundamentalList(session, token, exchange_code):
    call = 'FundamentalList'
    kwargs = {'Token': token, 'Exchange': exchange_code}
    pattern = ".//{%s}FUNDAMENTAL"

    url = '/'.join((ws, call))
    response = session.get(url, params=kwargs, stream=True)

    if response.status_code == 200:
        root = etree.parse(response.raw).getroot()
        
    return sorted((element.get('Symbol'), element.get('Name')) for element in elements)

Usage

In [11]:
session = r.session()
fundamentals = FundamentalList(session, token, exchange_code)
session.close()

fundamentals[:10]
Out[11]:
[('AAAP', 'Advanced Accele. Ads'),
 ('AAL', 'American Airlines Gp'),
 ('AAME', 'Atlantic Amer Cp'),
 ('AAOI', 'Applied Optoelect Cmn'),
 ('AAON', 'Aaon Inc'),
 ('AAPC', 'Atlantic Alliance Or'),
 ('AAPL', 'Apple Inc'),
 ('AAWW', 'Atlas Air Ww'),
 ('AAXJ', 'Ishares MSCI Aca X-Japan'),
 ('ABAC', 'Aoxin Tianli Grp')]

Client function

In [12]:
# pandas dataframe is returned
df = eoddata.fundamental_list(exchange_code)

df.head()
Out[12]:
Symbol Name Description DateTime Industry Sector Shares MarketCap PE EPS ... DivYield Dividend DividendDate DPS ImputationCredits EBITDA PEG PtS PtB Yield
0 AAAP Advanced Accele. Ads Advanced Accele. Ads 2017-03-31T00:00:00 45408930 1810000000 0 -0.67 ... 0 0 0001-01-01T00:00:00 0 0 -8080000 0 15.39 5.62 14.8
1 AAL American Airlines Gp American Airlines Gp 2017-03-31T00:00:00 504255300 21330000000 8.79 4.81 ... 0.94 0 0001-01-01T00:00:00 0.4 0 7830000000 4.22 0.53 5.7 21.94
2 AAME Atlantic Amer Cp Atlantic Amer Cp 2017-03-31T00:00:00 Life Insurance Finance 20422500 81690000 36.7 0.11 ... 0.54 0 0001-01-01T00:00:00 0.02 0 6290000 0 0.49 0.78 -4.31
3 AAOI Applied Optoelect Cmn Applied Optoelect Cmn 2017-03-31T00:00:00 18720470 1030000000 31.26 1.76 ... 0 0 0001-01-01T00:00:00 0 0 37210000 0.81 3.69 4.17 401.34
4 AAON Aaon Inc Aaon Inc 2017-03-31T00:00:00 Industrial Machinery/Components Capital Goods 52616690 1860000000 35.35 1 ... 0.75 0 0001-01-01T00:00:00 0.26 0 92980000 2.67 4.83 9.01 33.3

5 rows × 21 columns


Comments

Fork me on GitHub