Change Updates

Do not miss any BAM.Money API changes, ever again

Subscribe to the BAM.Money API changelog to be up to date on recent changes.

RSS

Oct 31, 2025

main
0.0.3
Compare

API structure has changed

10 structure changes including:
2 Breaking changes
5 Additions
3 Modifications
2 Removals
Modified 3 Breaking
GET /signals-history-batched
  • Query
  • limit query parameter Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /signals-history/{ticker}
  • Query
  • limit query parameter Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /signals/{ticker}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • date property Modified
        • string-1 alternative Modified
          • Type went from string(date-time) to string(date-time) | null
        • string-2 alternative Modified
          • Type went from string to string | null
Removed 2 Breaking
GET /signals-history-batched-all
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /tickers/available
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
Added 5
GET /signals-history-all
GET /signals-legacy-history-all
GET /signals-legacy-history-batched
GET /signals-legacy-history/{ticker}
GET /signals-legacy/{ticker}