Join the 80,000 other DTN customers who enjoy the fastest, most reliable data available. There is no better value than DTN!

(Move your cursor to this area to pause scrolling)




"DTN feed was the only feed that consistently matched Bloomberg feed for BID/ASK data verification work these past years......DTN feed is a must for my supply & demand based trading using Cumulative Delta" - Comment from Public Forum Post
"Everything is working amazing now. I'm already impressed with the true-tick feed of IQFeed and it's ability to support my 480 symbol layout." - Comment from Tyler via Email
"You have an excellent product !!!!!!" - Comment from Arely
"I just wanted to let u know that your data feed/service is by far the best!!! Your unfiltered tick data is excellent for reading order flow and none of your competitors delivers this quality of data!" - Comment from Peter via Email
"IQ feed works very well, does not have all of the normal interruptions I have grown used to on *******" - Comment from Mark
"I am a hedge fund manager here. It’s funny, I have a Bloomberg terminal and a Bridge feed, but I still like having my DTN feed!" - Comment from Feras
"Thank you so much - awesome feed, awesome service!" - Comment from Greg via Email
"After all the anxiety I had with my previous data provider it is a relief not to have to worry about data speed and integrity." - Comment from Eamonn
"And by the way, have to say this. I love the IQFeed software. It's rock solid and it has a really nice API." - Comment from Thomas via RT Chat
"Everything is working great ! Very impressive client. The news refreshes better and is more pertinent than the ******* feed I paid $ 100/month for. I Also like the charts a lot." - Comment from Leon
Home  Search  Register  Login  Recent Posts

Information on DTN's Industries:
DTN Oil & Gas | DTN Trading | DTN Agriculture | DTN Weather
Follow DTNMarkets on Twitter
DTN.IQ/IQFeed on Twitter
DTN News and Analysis on Twitter
»Forums Index »NEW IQFEED FORUMS »IQFeed API Questions »Is it possible to get daily historical data including current day?
Author Topic: Is it possible to get daily historical data including current day? (2 messages, Page 1 of 1)

khandrey
-Interested User-
Posts: 1
Joined: Feb 3, 2022


Posted: Feb 3, 2022 08:56 PM          Msg. 1 of 2
Hello.

I'm requesting historical daily data on Wednesday, 2023/02/02 using command like:

HDT,AA,20220131,20230202,15000,1,TEST,25000

If today is 2023/02/02 I will get data only for 2023/01/31 and 2023/02/01.

Is it possible to get data for current day 2023/02/02 (if trading starts) with OHLC data on requesting time like we get it in HIT request?

DTN_Gary_Stephen
-DTN Guru-
Posts: 394
Joined: Jul 3, 2019


Posted: Feb 4, 2022 08:49 AM          Msg. 2 of 2
Yes. In fact, daily historical requests include partial days' data by default in protocol 6.1 and later.

You don't say what time it was on 2023/02/02 when you made this request. But daily history prices only take into consideration last-qualified trades. (Daily volume includes all tradeds.) On top of that, data is assigned to days in terms of what trading day they are considered to belong to, which may not be the calendar day on which the trade happened. For example, pre-trading on Sunday night is considered a part of Monday's business. So any volume that accumulates during that time will be considered part of Monday. (This is called "Day Code" in the historical tick data.)

So your command will actually return partial data for today. I think the problem in your case was that "today" hadn't started yet. The markets officially opened about 10 minutes ago, and if I send your command now, I get this:

HDT,AA,20220131,20230204,15000,1,TEST,25000
TEST,LH,2022-01-31,57.0200,55.0200,56.9400,56.7100,7206053,0,
TEST,LH,2022-02-01,58.4400,56.7300,57.9900,58.1700,5939348,0,
TEST,LH,2022-02-02,59.5850,57.2500,58.1900,59.2100,5613758,0,
TEST,LH,2022-02-03,63.3600,58.3300,58.9000,62.7400,8076610,0,
TEST,LH,2022-02-04,64.0699,61.8800,62.2600,63.8890,645149,0,
TEST,!ENDMSG!,

Today is 02-04, and you can see the partial daily datapoint for the day that just started a few minutes ago.

It is also possible to omit partial daily data points, by putting a 0 in the IncludePartialDatapoint parameter:

HDT,AA,20220131,20230204,15000,1,TEST,25000,0
TEST,LH,2022-01-31,57.0200,55.0200,56.9400,56.7100,7206053,0,
TEST,LH,2022-02-01,58.4400,56.7300,57.9900,58.1700,5939348,0,
TEST,LH,2022-02-02,59.5850,57.2500,58.1900,59.2100,5613758,0,
TEST,LH,2022-02-03,63.3600,58.3300,58.9000,62.7400,8076610,0,
TEST,!ENDMSG!,

And no partial bar for today is created.

Sincerely,
Gary Stephen
DTN IQFeed Implementation Support Specialist
 

 

Time: Tue April 16, 2024 1:48 PM CFBB v1.2.0 12 ms.
© AderSoftware 2002-2003