polygon-io / issues

Quickly track and report problems with polygon.io
29 stars 0 forks source link

Crypto: Bitstamp missing buy/sell designation #171

Open tr8dr opened 2 years ago

tr8dr commented 2 years ago

URL [Historical data pull](https://api.polygon.io/v1/historic/crypto/ETH/USD/2020-01-03?reverse=false&limit=500&apiKey=

Result Exchange 6 (Bitstamp), has condition 0 and not a 1 = Sell, or 2 = Buy. Bitstamp does provide buy or sell designation in their market data.

Expected Result Data should show: { ... "c": [1] ... } or { ... "c": [2] ... }

jrbell19 commented 2 years ago

I've brought this up to the team to take a look.