> ## Documentation Index
> Fetch the complete documentation index at: https://docs.arrays.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

> What's new in the Arrays API, release by release.

Every release that adds or retires an endpoint shows up here, with the date and version it
shipped in. If you build against Arrays, this is the one page to watch.

We keep this page about endpoints only. For the current shape of any endpoint, including
fields and parameters, the [API reference](/api-reference/introduction) is always up to date.

Want a heads-up when something changes? Subscribe to the RSS feed. Records start in June 2026.

<Update label="2026-09-09" description="v0.10.102" tags={["Removed"]}>
  ### Removed

  * `GET /v1/stocks/news`
</Update>

<Update label="2026-09-08" description="v0.10.98" tags={["Added"]}>
  ### Added

  * `GET /v1/stocks/sec-filings`
</Update>

<Update label="2026-09-04" description="v0.10.93" tags={["Added"]}>
  ### Added

  * `GET /v1/persons/{person_id}`
</Update>

<Update label="2026-08-26" description="v0.10.79" tags={["Added"]}>
  ### Added

  * `GET /v1/stocks/research`
  * `GET /v1/stocks/research/report`
  * `GET /v1/stocks/research/search`
  * `GET /v1/stocks/research/units`
</Update>

<Update label="2026-08-20" description="v0.10.69" tags={["Added", "Removed"]}>
  ### Added

  * `GET /v1/persons` — the person registry is now a top-level resource covering podcast, congress, insider and earnings sources.

  ### Removed

  * `GET /v1/other/podcast/persons` — replaced by `GET /v1/persons`.
</Update>

<Update label="2026-08-18" description="v0.10.65" tags={["Added"]}>
  ### Added

  * `GET /v1/other/podcast/persons`
  * `GET /v1/other/podcast/shows`
</Update>

<Update label="2026-08-13" description="v0.10.58" tags={["Added"]}>
  ### Added

  * `GET /v1/other/podcast/transcripts`
</Update>

<Update label="2026-08-12" description="v0.10.56" tags={["Added"]}>
  ### Added

  * `GET /v1/stocks/event-transcripts`
  * `GET /v1/stocks/event-transcripts/{event_id}`
</Update>

<Update label="2026-07-29" description="v0.10.43" tags={["Removed"]}>
  ### Removed

  * `GET /v1/macro/commodity/1min`
  * `GET /v1/macro/forex/1min`
  * `GET /v1/macro/index/1min`
</Update>

<Update label="2026-07-10" description="v0.10.18" tags={["Added"]}>
  ### Added

  * `GET /v1/stocks/short-interest`
</Update>

<Update label="2026-07-08" description="v0.10.15, v0.10.16" tags={["Added"]}>
  ### Added

  * `GET /v1/stocks/tv-news`
  * `GET /v1/macro/commodity/1min`
  * `GET /v1/macro/forex/1min`
  * `GET /v1/macro/index/1min`
</Update>

<Update label="2026-06-30" description="v0.10.8, v0.10.9" tags={["Added"]}>
  ### Added

  * `POST /v1/social-feeds/x/handles`
  * `GET /v1/stocks/news`
</Update>

<Update label="2026-06-26" description="v0.10.3" tags={["Added"]}>
  ### Added

  * `GET /v1/other/semiconductor/dram-contract-price`
  * `GET /v1/other/semiconductor/nand-flash-contract-price`
  * `GET /v1/other/semiconductor/dxi-index`
</Update>

<Update label="2026-06-22" description="v0.9.6" tags={["Added"]}>
  ### Added

  * `GET /v1/crypto/analytics/query`
</Update>

<Update label="2026-06-15" description="v0.8.10" tags={["Added", "Removed"]}>
  ### Added

  * `GET /v1/options/greeks` — consolidates the former chain and history endpoints.

  ### Removed

  * `GET /v1/options/greeks/chain` — replaced by `GET /v1/options/greeks`.
  * `GET /v1/options/greeks/history` — replaced by `GET /v1/options/greeks`.
  * `GET /v1/crypto/list`
</Update>
