Releases: frefrik/ark-invest-api
Releases · frefrik/ark-invest-api
v2.6.0
v2.5.0
v2.4.0
- New endpoint: ETF Performance
https://github.com/frefrik/ark-invest-api#etf-performance-v2{ "symbol": "ARKK", "performance": [ { "fund": "ARKK", "overview": { "asOfDate": "2022-06-24", "ytdReturn": "-53.52%", "oneYearReturn": "-64.10%", "threeYearReturn": "-0.03%" }, "trailingReturns": { "asOfDate": "2022-06-16", "ytd": "-60.84%", "oneMonth": "-9.81%", "threeMonth": "-38.15%", "oneYear": "-67.38%", "threeYear": "-3.90%", "fiveYear": "12.68%", "tenYear": "0.00%" }, "annualReturns": [ { "year": "2022", "value": null }, { "year": "2021", "value": "-23.35%" }, { "year": "2020", "value": "156.61%" }, { "year": "2019", "value": "35.73%" }, { "year": "2018", "value": "3.58%" }, { "year": "2017", "value": "87.38%" }, { "year": "2016", "value": "-1.96%" }, { "year": "2015", "value": "3.76%" }] }]
}
v2.3.0
v2.2.1
What's Changed
Full Changelog: v2.2.0...v2.2.1
v2.2.0
v2.1.0
- New endpoint: Stock Price
https://github.com/frefrik/ark-invest-api#stock-price-v2{ "symbol": "TSLA", "exchange": "NasdaqGS", "currency": "USD", "price": 793.61, "change": 10.859985, "changep": 1.3874142, "last_trade": "2021-10-07T20:00:02" }
- Add
share_price
to ETF Holdings
https://github.com/frefrik/ark-invest-api#etf-holdings-v2{ "symbol": "ARKK", "date_from": "2021-10-08", "date_to": "2021-10-08", "holdings": [ { "date": "2021-10-08", "ticker": "TSLA", "company": "TESLA INC", "cusip": "88160R101", "shares": 2469443, "market_value": 1959774659.23, "share_price": 793.61, "weight": 9.65, "weight_rank": 1 }] }