JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 219
  • Score
    100M100P100Q98075F
  • License Apache-2.0

Javascript library for the Alpaca Trade API

Package Exports

  • @vicary/alpaca-trade-api
  • @vicary/alpaca-trade-api/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@vicary/alpaca-trade-api) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Alpaca Trade API JS

npm version CircleCI

Node.js library for Alpaca Trade API.

Forked Project

This is a fork of @alpacahq/alpaca-trading-api with some PR merged specifically for my own need.

Use at your own risk.

Notable Changes

  1. Partial TypeScript rewrite
  2. Partial options override per API method call
  3. Expose signal option for AbortSignal
  4. Port/Merge "multi" batch method into async generators
  5. Combine inconsistent response object types
    1. AlpacaBar
    2. AlpacaCorrection
    3. AlpacaTrade
    4. AlpacaQuote
    5. AlpacaNews
    6. AlpacaStatus