justETF
For EU ETFS, the isin
and security_type
should be passed to the Ticker
object. The isin
is the International Securities Identification Number of the ETF (e.g IE00B4L5Y983
) and the security_type
should be set to etf
.
Below are examples of available methods from JustETF source.
Important
In each result dataframe, only the first 5 rows of the DataFrame are shown at most to keep the documentation concise. The actual DataFrame returned by each function may contain more rows.
General Info
Gives general info about the ETF. This is the data shown in the overview tab on JustETF website.
from stockdex import Ticker
etf = Ticker(isin="IE00B4L5Y983", security_type="etf")
result = etf.justetf_general_info
Results:
TER |
Distributionpolicy |
Replication |
Fundsize |
InceptionDate |
Holdings |
|
---|---|---|---|---|---|---|
0 |
0.20% p.a. |
Accumulating |
Physical |
EUR 102,811 m |
25 September 2009 |
1,319 |
justetf_wkn
Gives the WKN (Wertpapierkennnummer) of the ETF.
from stockdex import Ticker
etf = Ticker(isin="IE00B4L5Y983", security_type="etf")
result = etf.justetf_wkn
Results:
A0RPWH
Description
from stockdex import Ticker
etf = Ticker(isin="IE00B4L5Y983", security_type="etf")
result = etf.justetf_description
Results:
The iShares Core MSCI World UCITS ETF USD (Acc) seeks to track the MSCI World index. The MSCI World index tracks stocks from 23 developed countries worldwide. The ETF's TER (total expense ratio) amounts to 0.20% p.a.. The iShares Core MSCI World UCITS ETF USD (Acc) is the largest ETF that tracks the MSCI World index. The ETF replicates the performance of the underlying index by sampling technique (buying a selection of the most relevant index constituents). The dividends in the ETF are accumulated and reinvested in the ETF. The iShares Core MSCI World UCITS ETF USD (Acc) is a very large ETF with 102,811m Euro assets under management. The ETF was launched on 25 September 2009 and is domiciled in Ireland.
Basics
Gives basic data about the ETF. Returned fields include:
Index
Investment focus
Fund size
Total expense ratio
Replication
Legal structure
Strategy risk
Sustainability
Fund currency
Currency risk
Volatility 1 year (in EUR)
Inception/ Listing Date
Distribution policy
Distribution frequency
Fund domicile
Fund Provider
from stockdex import Ticker
etf = Ticker(isin="IE00B4L5Y983", security_type="etf")
result = etf.justetf_basics
Results:
Index |
Investment focus |
Fund size |
Total expense ratio |
Replication |
Legal structure |
Strategy risk |
Sustainability |
Fund currency |
Currency risk |
Volatility 1 year (in EUR) |
Inception/ Listing Date |
Distribution policy |
Distribution frequency |
Fund domicile |
Fund Provider |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0 |
MSCI World |
Equity, World |
EUR 102,811 m |
0.20% p.a. |
Physical (Optimized sampling) |
ETF |
Long-only |
No |
USD |
Currency unhedged |
16.07% |
25 September 2009 |
Accumulating |
Ireland |
iShares |