alpacahq / Alpaca-API

The Alpaca API is a developer interface for trading operations and market data reception through the Alpaca platform.
https://alpaca.markets/
141 stars 13 forks source link

portfolio history endpoint not returning data #177

Open arshigtx opened 3 years ago

arshigtx commented 3 years ago

Describe the bug the portfolio history endpoint is returning an empty array for the 1D time period

Response: { "timestamp": [], "equity": [], "profit_loss": [], "profit_loss_pct": [], "base_value": 0, "timeframe": "1Min" }

To Reproduce Steps to reproduce the behavior: https://paper-api.alpaca.markets/v2/account/portfolio/history?period=1D

Expected behavior wonderful portfolio history data

Screenshots also not displaying in alpaca dashboard

Screen Shot 2021-04-09 at 10 36 52 AM

Desktop (please complete the following information): N/A

Smartphone (please complete the following information): N/A

Additional context N/A