Ark Invest Api Versions Save

📈 API for tracking holdings and trades of ARK Invest funds

v2.5.0

4 months ago

What's Changed

Full Changelog: https://github.com/frefrik/ark-invest-api/compare/v2.4.0...v2.5.0

v2.4.0

1 year ago
  • 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

2 years ago

v2.2.1

2 years ago

v2.1.0

2 years ago

v2.0.1

2 years ago
  • Replace third party package yahooquery with internal code

v2.0.0

2 years ago
  • 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

3 years ago
  • Widen the timeframe for new trade updates (to prevent #36)
  • Update dependencies (#33, #35)

v1.2.0

3 years ago