# More timeframes for real time bar data stream

**URL:** https://forum.alpaca.markets/t/more-timeframes-for-real-time-bar-data-stream/9731
**Category:** Getting Started with Alpaca
**Created:** [June 10, 2022, 2:58pm UTC](https://forum.alpaca.markets/t/more-timeframes-for-real-time-bar-data-stream/9731 "2022-06-10T14:58:35Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![MallocThePD](https://avatars.discourse-cdn.com/v4/letter/m/8e8cbc/32.png) [@MallocThePD](https://forum.alpaca.markets/u/MallocThePD)
#### Post date: [June 10, 2022, 2:58pm UTC](https://forum.alpaca.markets/t/more-timeframes-for-real-time-bar-data-stream/9731/1 "2022-06-10T14:58:35Z")

</div>

Maybe i’m asking a little too much here, but is there a chance there are more timeframes for the realtime stream endpoint (from what I can tell now, there is only 1 minute data available).  
Is there a possibility to make a stream request for 5 minute, 15 minute or maybe 1 hour data?

---

<div class="post-metadata">

### Author: ![masjaya.sutarno](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.alpaca.markets/masjaya.sutarno/32/3364_2.png) [@masjaya.sutarno](https://forum.alpaca.markets/u/masjaya.sutarno)
#### Post date: [June 14, 2022, 9:30am UTC](https://forum.alpaca.markets/t/more-timeframes-for-real-time-bar-data-stream/9731/2 "2022-06-14T09:30:25Z")

</div>

Hi @MallocThePD

Please try the endpoint: GET/v2/stocks/{symbol}/bars and parameters timeframe available values for min,hour,day,week and month, for more details please see our docs [here](https://alpaca.markets/docs/api-references/market-data-api/stock-pricing-data/historical/#bars:~:text=Timeframe%20of%20the%20aggregation.%20Available%20values%20are%20flexible%20for%20Min,%20Hour,%20Day,%20Week%20and%20Month%20time%20window%20sizes%20with%20a%20maximum%20constraint%20on%20the%20values:%2059Min,%2023Hour,%201Day,%201Week,%2012Month.) or you can check our postman workspace [here](https://www.postman.com/alpacamarkets)
