Skip to content

Releases: frefrik/ark-invest-api

v2.6.0

09 May 19:56
84705d4
Compare
Choose a tag to compare

What's Changed

v2.5.0

11 Jan 22:28
fb6a3c3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.0...v2.5.0

v2.4.0

26 Jun 17:16
Compare
Choose a tag to compare
  • 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

09 Dec 08:49
Compare
Choose a tag to compare
  • #83 Add support for CTRU (ARK Transparency ETF), 125b383

v2.2.1

14 Oct 20:33
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v2.2.1

v2.2.0

10 Oct 19:37
Compare
Choose a tag to compare

v2.1.0

08 Oct 10:55
Compare
Choose a tag to compare

v2.0.1

06 Sep 20:41
Compare
Choose a tag to compare
  • Replace third party package yahooquery with internal code

v2.0.0

26 Aug 22:44
Compare
Choose a tag to compare
  • New v2 endpoints!
    • Query parameters date_from and date_to added to more endpoints (request #3 , #65)
    • Limit the number of results with limit parameter
    • Standardized response bodies across endpoints

Full documentation: https://arkfunds.io/api/#/v2

v1.2.1

04 May 17:52
Compare
Choose a tag to compare
  • Widen the timeframe for new trade updates (to prevent #36)
  • Update dependencies (#33, #35)