Skip to main content

Changes 2025-10-09

Modified (2)

  • [Breaking] POST /algo/upload/backtesting
    • Path went from /algo/algo/upload/backtesting to /algo/upload/backtesting (same operationId) [Breaking]
    • Response modified: 200
      • [Breaking] Content type modified: application/json
        • Type is no longer object [Breaking]
        • Property removed: ProviderResolutionResponse
  • [Breaking] POST /algo/upload/backtrader
    • Path went from /algo/algo/upload/backtrader to /algo/upload/backtrader (same operationId) [Breaking]
    • Response modified: 200
      • [Breaking] Content type modified: application/json
        • Type is no longer object [Breaking]
        • Property removed: ProviderResolutionResponse

Changes 2025-10-07

Added (2)

  • POST /algo/algo/upload/backtesting
  • POST /algo/algo/upload/backtrader

Modified (1)

  • GET /algo/symbols
    • Response modified: 200
      • Content type modified: application/json
        • Property modified: items
          • [Breaking] Properties modified: earliest, latest
            • Type went from string to integer [Breaking]

Changes 2025-10-07

Modified (1)

  • GET /algo/symbols
    • Response modified: 200
      • Content type modified: application/json
        • Property modified: items
          • Properties added: earliest, latest

Changes 2025-10-02

Added (1)

  • GET /algo/symbols

Changes 2025-09-30

Modified (1)

  • GET /stocks/symbols
    • Response modified: 200
      • Content type modified: application/json
        • Property modified: items
          • Properties added: country, description

Changes 2025-07-18

Modified (1)

  • GET /crypto/exchanges
    • Response modified: 200
      • Content type modified: application/json
        • Property modified: items
          • Property modified: integer-1
            • Property is no longer required
            • Type went from integer to integer | null

Changes 2025-07-03

Added (4)

  • GET /stocks/markets
  • GET /stocks/markets/holidays
  • GET /stocks/markets/hours
  • GET /stocks/markets/status

Changes 2025-07-01

Added (5)

  • GET /commodities/quotes
  • GET /crypto/quotes
  • GET /currencies/quotes
  • GET /indices/quotes
  • GET /stocks/quotes

Modified (5)

  • [Breaking] GET /commodities/quote
    • Path went from /commodities/symbols/{symbol} to /commodities/quote (same operationId) [Breaking]
    • [Breaking] Path parameter removed: symbol
      • Removing a resource is always breaking unless it was deprecated before [Breaking]
    • Query parameter added: symbol
  • [Breaking] GET /crypto/quote
    • Path went from /crypto/symbols/{symbol} to /crypto/quote (same operationId) [Breaking]
    • [Breaking] Path parameter removed: symbol
      • Removing a resource is always breaking unless it was deprecated before [Breaking]
    • Query parameter added: symbol
  • [Breaking] GET /currencies/quote
    • Path went from /currencies/symbols/{symbol} to /currencies/quote (same operationId) [Breaking]
    • [Breaking] Path parameter removed: symbol
      • Removing a resource is always breaking unless it was deprecated before [Breaking]
    • Query parameter added: symbol
  • [Breaking] GET /indices/quote
    • Path went from /indices/symbols/{symbol} to /indices/quote (same operationId) [Breaking]
    • [Breaking] Path parameter removed: symbol
      • Removing a resource is always breaking unless it was deprecated before [Breaking]
    • Query parameter added: symbol
  • [Breaking] GET /stocks/quote
    • Path went from /stocks/symbols/{symbol} to /stocks/quote (same operationId) [Breaking]
    • [Breaking] Path parameter removed: symbol
      • Removing a resource is always breaking unless it was deprecated before [Breaking]
    • Query parameter added: symbol

Changes 2025-03-13

Added (5)

  • GET /commodities/news
  • GET /crypto/news
  • GET /currencies/news
  • GET /indices/news
  • GET /stocks/news

Modified (5)

  • GET /commodities/symbols
    • [Breaking] Query parameters removed: page, mode
      • Removing a resource is always breaking unless it was deprecated before [Breaking]
  • GET /crypto/symbols
    • Query parameter modified: mode
      • Query parameter is no longer required
    • [Breaking] Query parameter removed: page
      • Removing a resource is always breaking unless it was deprecated before [Breaking]
  • GET /currencies/symbols
    • Query parameter modified: mode
      • Query parameter is no longer required
    • [Breaking] Query parameter removed: page
      • Removing a resource is always breaking unless it was deprecated before [Breaking]
  • GET /indices/symbols
    • [Breaking] Query parameters removed: page, mode
      • Removing a resource is always breaking unless it was deprecated before [Breaking]
  • GET /stocks/symbols
    • [Breaking] Query parameters removed: page, mode
      • Removing a resource is always breaking unless it was deprecated before [Breaking]

Changes 2024-11-28

Modified (1)

  • GET /crypto/exchanges
    • Response modified: 200
      • Content type modified: application/json
        • Property modified: items
          • Property modified: string-1
            • Type went from string to string | null

Changes 2024-11-27

Modified (1)

  • GET /crypto/exchanges
    • Response modified: 200
      • Content type modified: application/json
        • Property modified: items
          • [Breaking] Properties modified: country, website
            • Type went from string | null to string [Breaking]

Changes 2024-11-27

Modified (1)

  • GET /crypto/exchanges
    • Response modified: 200
      • Content type modified: application/json
        • Property modified: items
          • Properties added: string-1, string-1

Added (16)

  • GET /account/usage
  • GET /commodities/symbols
  • GET /commodities/symbols/{symbol}
  • GET /commodities/types
  • GET /crypto/convert/{from}/{to}
  • GET /crypto/exchanges
  • GET /crypto/symbols
  • GET /crypto/symbols/{symbol}
  • GET /currencies/convert/{from}/{to}
  • GET /currencies/symbols
  • GET /currencies/symbols/{symbol}
  • GET /indices/symbols
  • GET /indices/symbols/{symbol}
  • GET /stocks/countries
  • GET /stocks/symbols
  • GET /stocks/symbols/{symbol}