-
-
Notifications
You must be signed in to change notification settings - Fork 29
Description
Description:
First of all, thanks for your great work on this project!
I’d like to request support for retrieving candlestick (K-line) data at multiple time intervals (e.g., 1-minute, 5-minute, hourly, and daily). This feature would make it much easier to perform technical and quantitative analysis directly using the Firstrade API, without depending on external data sources.
Use cases:
Intraday trading strategies that require minute-level candles
Swing trading with hourly or daily candles
Backtesting with consistent OHLCV data
Suggested approach:
Add an endpoint/method to fetch OHLCV data for a given symbol and timeframe
Return JSON format with open, high, low, close, and volume
This would be a valuable addition for users who rely on Firstrade data for both live trading and research.