Compare commits
No commits in common. "fd41bed214a368093e3f487f7618f4bae12efe41" and "b481dcb1399ae4ef6b7939bbd2be851185613017" have entirely different histories.
fd41bed214
...
b481dcb139
|
@ -1,8 +1,4 @@
|
||||||
<!--- WARNING ---!>
|
# Financial Depository Fetchers
|
||||||
<!--- THIS IS AN AUTO-GENERATED FILE ---!>
|
|
||||||
<!--- MANUAL CHANGES CAN AND WILL BE OVERWRITTEN ---!>
|
|
||||||
|
|
||||||
# Financial Depository Fetchers.
|
|
||||||
|
|
||||||
Python library for automatic fetching of personal asset depo information.
|
Python library for automatic fetching of personal asset depo information.
|
||||||
|
|
||||||
|
|
|
@ -1,25 +1,3 @@
|
||||||
"""# Financial Depository Fetchers.
|
|
||||||
|
|
||||||
Python library for automatic fetching of personal asset depo information.
|
|
||||||
|
|
||||||
Supports:
|
|
||||||
|
|
||||||
- **Kraken**: Uses their API
|
|
||||||
- **Kucoin**: Uses their API
|
|
||||||
- **Partisia Blockchain Account**: Uses a reader node to check the account
|
|
||||||
state.
|
|
||||||
- **Nordnet**: Through their
|
|
||||||
[API](https://www.nordnet.dk/externalapi/docs/api). Thanks to [Morten
|
|
||||||
Helmstedt](https://helmstedt.dk/) for sharing his [Nordnet
|
|
||||||
utilities](https://github.com/helmstedt/nordnet-utilities),
|
|
||||||
which helped a lot.
|
|
||||||
|
|
||||||
## TODO
|
|
||||||
|
|
||||||
- [ ] Investment Bank: Saxo Bank OpenAPI
|
|
||||||
- [ ] Personal Bank: Personal Bank Account (Open Banking) Maybe use AIIA?
|
|
||||||
"""
|
|
||||||
|
|
||||||
__all__ = ['defi_kraken', 'defi_kucoin', 'defi_partisia_blockchain']
|
__all__ = ['defi_kraken', 'defi_kucoin', 'defi_partisia_blockchain']
|
||||||
|
|
||||||
from . import defi_kraken, defi_kucoin, defi_partisia_blockchain
|
from . import defi_kraken, defi_kucoin, defi_partisia_blockchain
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
__version__ = '0.1.15'
|
__version__ = '0.1.14'
|
Loading…
Reference in New Issue
Block a user