alpacahq / alpaca-ts

A TypeScript Node.js library for the https://alpaca.markets REST API and WebSocket streams.
ISC License
156 stars 42 forks source link

chore: add new adjustment param to getBarsV2 #85

Closed hkang1 closed 2 years ago

hkang1 commented 2 years ago

Add missing adjustment param found references here.

Supported values: raw, split, dividend, both

This param is critical in supporting adjusted historical data such as split and dividends.

117 commented 2 years ago

Good catch! Merging.

117 commented 2 years ago

Version 6.3.8 is published with this change in effect.

hkang1 commented 2 years ago

Good catch! Merging.

Sweet, thanks for the quick merge!