Python library for monitoring Ark Invest funds data.
Project description
A Python library for monitoring Ark Invest funds data.
Installation
Install the latest release from PyPI:
pip install arkfunds
Quickstart
from arkfunds import ETF, Stock
# ARK ETFs
etf = ETF("ARKK")
etf.profile()
etf.holdings()
etf.trades()
etf.news()
# Stocks
symbols = ["tsla", "coin", "tdoc"]
stock = Stock(symbols)
stock.profile()
stock.fund_ownership()
stock.trades()
stock.price()
stock.price_history()
Getting Started
See our Getting started guide in the documentation.
License
This project is licensed under the MIT license. Feel free to edit and distribute this template as you like.
See LICENSE for more information.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
arkfunds-0.3.2.tar.gz
(6.3 kB
view details)
Built Distribution
File details
Details for the file arkfunds-0.3.2.tar.gz
.
File metadata
- Download URL: arkfunds-0.3.2.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.7 CPython/3.8.10 Linux/5.4.0-65-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ee8b7fa6f03cb606669beb63d7190155b5746b14438032dbe55278b42559b15b |
|
MD5 | a36bc960e8f3b560b5650b6cae08d134 |
|
BLAKE2b-256 | dd2f64afdf1feae1319d1aa526c83be4ad86e412439174814a9459a19ee60f9f |
File details
Details for the file arkfunds-0.3.2-py3-none-any.whl
.
File metadata
- Download URL: arkfunds-0.3.2-py3-none-any.whl
- Upload date:
- Size: 7.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.7 CPython/3.8.10 Linux/5.4.0-65-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6b20fb7504079340c44c51faa1cbf1a8dc622e12a3f2d846b64a10d6d343f12c |
|
MD5 | 6fc58d0dd733d6ef083a7c9f5d8dee8e |
|
BLAKE2b-256 | c243b4e00713ab41a2025d738178f7d3a316919d8fbf2c8f8db32d5b85cfb41f |