-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
31 lines (21 loc) · 1.34 KB
/
README.txt
File metadata and controls
31 lines (21 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
This is a very rudimentary analysis of ARKK holdings.
No license. This code is in public domain.
You need to install necessary python3 packages (PyPDF2 and yfinance) before this program can run.
ARKK holdings can be found in the ARK official website. The history of ARKK holdings were downloaded from web.archive.org.
The program hardcoded the start and end date to be 4/14/2020 to 8/6/2020.
When the program is invoked without argument, it downloads the start and end price of the above dates, and calculate the expected price change of ARKK.
The following session shows that ARKK grows by 68%. And all holdings of its stock also grow by 68% in the same period. This shows two things of ARKK (at least for the tested period):
1. The published holdings of ARKK is correct
2. ARKK did not use any leverage
Sample output of the program:
$ ./arkk.py
[*********************100%***********************] 1 of 1 completed
[*********************100%***********************] 1 of 1 completed
ARKK (2020-04-14 49.58665084838867) (2020-8-6 83.53353118896484)
EndValue / StartValue = 1.68
...
XONE (2020-04-14 6.849999904632568) (2020-8-6 9.850000381469727)
[*********************100%***********************] 1 of 1 completed
[*********************100%***********************] 1 of 1 completed
ONVO (2020-04-14 6.400000095367432) (2020-8-6 14.0)
EndValue / StartValue = 1.68