u/FrankMartinTransport ·
Reddit — r/algotrading
· 2026년 4월 5일, 13:25
· ⬆ 15 포인트
· 💬 32 개 댓글
| Reddit에서 보기 ↗
AI 요약
=== 요약 ===
- 해당 게시물은 Interactive Brokers (IBKR) Client Gateway API를 사용하여 1분 OHLCV 데이터를 가져올 때의 데이터 지연에 관한 기술적 질문입니다.
- 작성자의 논지는 데이터가 지연된다는 것(다음 분 5초에 사용 가능)이며, TWS API나 원시 틱 데이터가 더 빠르고 세분화된 데이터를 제공하여 커스텀 바를 구성할 수 있는지 묻습니다.
- 품질 평가: 노이즈. 이는 플랫폼별 기술 구현 질문으로, 펀더멘털 또는 시장 분석이 없습니다.
=== 심리 ===
중립
=== 투자 아이디어 ===
이 게시물에는 실행 가능한 투자 아이디어가 없습니다.
점수15
댓글32
추천 %89%
▶ 전체 게시글 텍스트
I am subscribed to market data and currently using IBKR client gateway API to fetch 1 minute OHLCV data of stocks. It is working fine but I feel it is a little slower as IBKR makes the bar ready at 5th second of every minute. For e.g. if I call at it at 09:32:04 to fetch data of 09:31 minute then it won't be available. The earliest it is available is on 09:32:05.
I was thinking of using TWS API, will it be faster? Or may be I can use tick data from TWS API (if that is available) and build my own 1 minute bars?