UNPKG

@master-chief/alpaca-ts

Version:

A TypeScript Node.js library for the https://alpaca.markets REST API and WebSocket streams.

10 lines (9 loc) 171 B
/** * specifies the corporate action adjustment(s) for bars data */ export enum adjustment { RAW = "raw", SPLIT = "split", DIVIDEND = "dividend", ALL = "all", }