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

V2 Market Data Additions #104

Open dimitri-deychak opened 2 years ago

dimitri-deychak commented 2 years ago

Is your feature request related to a problem? Please describe. API does not support latest Trade or Quote in v2 market data.

Describe the solution you'd like https://alpaca.markets/deprecated/docs/api-documentation/api-v2/market-data/alpaca-data-api-v2/historical/#latest-trade

Describe alternatives you've considered Using v1

117 commented 2 years ago

Will add.

117 commented 2 years ago

I've added getLatestTrade in e618d7fb595332fe836d38c80b9f40f951723051.

husayt commented 2 years ago

Seems, we have LatestQuote in v2 now too. https://alpaca.markets/docs/api-references/market-data-api/stock-pricing-data/historical/#latest-quote

117 commented 2 years ago

@husayt I've been so busy 😞, will get to it.

husayt commented 2 years ago

At least you have been keeping it all running. I haven't been able to help at all recently. Thanks for your efforts @117 .

Will be great to have a short zoom call to catch up and discuss the project priorities at some point.

117 commented 2 years ago

At least you have been keeping it all running. I haven't been able to help at all recently. Thanks for your efforts @117 .

Will be great to have a short zoom call to catch up and discuss the project priorities at some point.

you can reach me on the alpaca slack too!

117 commented 1 year ago

v7 is on the way, you can track it here #113