Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Filter US classification List

Code Block
Request:
GET http://45.55.149.131:8002/api/v1.0/lists?filter=esg

Response:
{
    "data": [
        {
            "AsofDate": "20180306",
            "AverageDailyVolumeSixMonth": 2.74603,
            "CompositeName": "Barclays Return on Disability ETN",
            "CompositeTicker": "RODI",
            "NetAssets": 37958697,
            "NetExpenseRatio": 0.0045,
            "OneMonthReturnSplitAndDividend": 0,
            "OneYearReturnSplitAndDividend": 0.261905,
            "Sponsor": "Barclays"
        },
        {
            "AsofDate": "20180306",
            "AverageDailyVolumeSixMonth": 4305.06,
            "CompositeName": "Etho Climate Leadership US ETF",
            "CompositeTicker": "ETHO",
            "NetAssets": 28056000,
            "NetExpenseRatio": 0.0049,
            "OneMonthReturnSplitAndDividend": 0.00114548,
            "OneYearReturnSplitAndDividend": 0.201511,
            "Sponsor": "ETF Managers Group"
        }
    ],
    "message": null,
    "status": true
}
Possible filter values are

esg

leveraged_inverse

low_vol_risk_wei

sector_industry

emerging_bond

etn

corporate_bond

currency_hedged

active_non_index

dividend

sample calls for few filters
Code Block
http://45.55.149.131:8002/api/v1.0/lists?filter=esg

http://45.55.149.131:8002/api/v1.0/lists?filter=sector_industry

http://45.55.149.131:8002/api/v1.0/lists?filter=active_non_index



US ETF Object

Code Block
{
      "AgriculturalType": "Not Applicable",
      "AsiaSubGroup": "Not Applicable",
      "AssetClass": "Equities (Stocks)",
      "AverageMaturity": "Not Applicable",
      "BaseCurrency": "USD",
      "BloombergSymbol": "AADR:US",
      "BondCurrencyDenomination": "Not Applicable",
      "BondType": "Not Applicable",
      "BroaderIndexFamily": "Not Applicable",
      "ChinaListingLocation": "Not Applicable",
      "CleanEnergyType": "Not Applicable",
      "CommodityTypes": "Not Applicable",
      "CompositeName": "AdvisorShares Dorsey Wright ADR ETF",
      "CompositeTicker": "AADR",
      "Continent": "Not Applicable",
      "CreditQuality": "Not Applicable",
      "CrossSectorTheme": "Not Applicable",
      "CurrencyHedged": "No",
      "CurrencyPair": "Not Applicable",
      "DerivativesBased": "Not Primarily Derivatives Based",
      "DevelopedEmerging": "Funds Combining Developed & Emerging Exposure",
      "DividendType": "Not Applicable",
      "DividendWeightingType": "Not Applicable",
      "Domicile": "US",
      "DynamicFuturesRoll": "",
      "ETFDescription": "The AdvisorShares Dorsey Wright ADR ETF (NYSE Arca: AADR) seeks long-term capital appreciation above international benchmarks such as the MSCI EAFE Index and the BNY Mellon Classic ADR Index." ,
      "ETFTypeSpecific": "Global or ExUS Equities - Factor & Thematic",
      "ETNIssuingBank": "",
      "ETNMaturityDate": "",
      "EnergyType": "Not Applicable",
      "EuropeSubGroup": "Not Applicable",
      "ExchangeCode": "ARCX",
      "ExchangeName": "NYSE Arca",
      "FloatingRate": "Not Applicable",
      "FundFamily": "Advisor Shares Funds",
      "FundListingDate": "",
      "FundamentalWeightingType": "Not Applicable",
      "GovernmentBondTypes": "Not Applicable",
      "GrowthType": "Pure Growth",
      "GrowthValueTilt": "Growth",
      "HedgeFundType": "Not Applicable",
      "ISIN": "US00768Y2063",
      "InceptionDate": "07/20/2010",
      "IndexFamily": "Not Applicable",
      "IndexLinked": "Active",
      "IndexName": "Not Applicable",
      "IndexProvider": "Not Applicable",
      "IndexProviderCode": "Not Applicable",
      "IndexWeightingScheme": "Not Applicable",
      "Industry": "Not Applicable",
      "InverseLeveraged": "Not Applicable",
      "IssuingEntity": "",
      "IssuingEntityCountryCode": "US",
      "LatinAmericaSubGroup": "Not Applicable",
      "LegalStructure": "ETF (Open end fund)",
      "ListingCountryCode": "US",
      "ListingCurrency": "USD",
      "MarketCapWeightingType": "Not Applicable",
      "MetalType": "Not Applicable",
      "MunicipalBondRegion": "Not Applicable",
      "NetExpenseRatio": "0.0127",
      "OtherAssetTypes": "Not Applicable",
      "ParentIndex": "Not Applicable",
      "QuantStrategiesType": "Not Applicable",
      "RealEstate": "Not Applicable",
      "ReplicationStructure": "",
      "Sector": "Not Applicable",
      "Share_Class_FIGI": "BBG001T9B1Y4",
      "SmartBetaType": "",
      "SocialEnvironmentalType": "Not Applicable",
      "SpecializedRegion": "Not Applicable",
      "SpecificCountry": "Not Applicable",
      "SpecificMaturityYear": "Not Applicable",
      "Sponsor": "Advisor Shares",
      "SubIndustry": "Not Applicable",
      "TargetDateMultiAssetType": "Not Applicable",
      "UCITS": "No",
      "USBondTaxStatus": "Not Applicable",
      "USorExUS": "International",
      "ValueType": "Not Applicable"
}

...