-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new funds: ARK Venture + 21shares (#243)
* Add new funds: ARK Venture + 21shares * Add filter to v1 stock fundownership crud * Add date checks to etf_trades * Make some fields in V2_FundHoldingData optional * Add ARKB fund * Add new ETFs to readme * Update dependencies * Bump version to v2.5.0
- Loading branch information
Showing
8 changed files
with
479 additions
and
489 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# OpenAPI settings | ||
OPENAPI_TITLE = "ARK Invest API" | ||
OPENAPI_API_VERSION = "2.4.4" | ||
OPENAPI_API_VERSION = "2.5.0" | ||
OPENAPI_DESCRIPTION = "API for tracking ARK Invest fund holdings and trades. This site is not affiliated with Ark Invest." | ||
OPENAPI_CONTACT = "[email protected]" | ||
OPENAPI_SERVER_URL = "https://arkfunds.io/api" | ||
|
@@ -9,12 +9,19 @@ | |
|
||
# ARK settings | ||
FUNDS = [ | ||
"ARKA", | ||
"ARKB", | ||
"ARKC", | ||
"ARKD", | ||
"ARKZ", | ||
"ARKY", | ||
"ARKK", | ||
"ARKQ", | ||
"ARKW", | ||
"ARKG", | ||
"ARKF", | ||
"ARKX", | ||
"ARKVX", | ||
"PRNT", | ||
"IZRL", | ||
"CTRU", | ||
|
Oops, something went wrong.