AugurWorks / Engine

http://engine.augurworks.com/
MIT License
2 stars 0 forks source link

Can't get Futures to validate for intraday runs #64

Closed augurworks1 closed 8 years ago

augurworks1 commented 8 years ago

"Invalid ESM16 does not contain data all offsets before the start date". Request 480

Same for CLM16 (Crude). Request 482

TheConnMan commented 8 years ago

Good news: our logging of all data requests is coming in handy.

Bad news: CLM16 looks like it lags by ~2 hours (at least in the requests you sent on the 26th). ESM16 appears to be up to date and I don't see any missing data errors for it. If you have a specific day where only EXM16 failed I can look into it.

augurworks1 commented 8 years ago

Hmm 2 hour lag is a lot. I'll do some more testing. I can't think of any specific requests off the top of my head.

Sent from my iPhone

On May 8, 2016, at 10:26 AM, Brian Conn notifications@github.com wrote:

Good news: our logging of all data requests is coming in handy.

Bad news: CLM16 looks like it lags by ~2 hours (at least in the requests you sent on the 26th). ESM16 appears to be up to date and I don't see any missing data errors for it. If you have a specific day where only EXM16 failed I can look into it.

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub

augurworks1 commented 8 years ago

Have been doing some testing tonight, and around 3:30 this afternoon. Req 483.

Currently I'm using -12 start offset and -4 end offset at 5:30 pm. I hit the API directly and there is data there. http://ondemand.websol.barchart.com/getHistory.csv?apikey=0e59a4df7feaede3a236c1a60df110a0&symbol=ESM16&type=minutes&interval=5&startDate=20160509000000

There's also data for CLM16 over the last 2 days - http://ondemand.websol.barchart.com/getHistory.csv?apikey=0e59a4df7feaede3a236c1a60df110a0&symbol=CLM16&type=minutes&interval=5&startDate=20160509000000

augurworks1 commented 8 years ago

Oil is request 482

TheConnMan commented 8 years ago

The 5:30 request checks out in the logs. The data retrieved was just an hour too late from the start and hour too early from the end, so I'll add more buffer around those times as well as some additional content to the error message you'll see.

augurworks1 commented 8 years ago

Ok sounds good

On Sun, May 15, 2016 at 6:53 PM, Brian Conn notifications@github.com wrote:

The 5:30 request checks out in the logs. The data retrieved was just an hour too late from the start and hour too early from the end, so I'll add more buffer around those times as well as some additional content to the error message you'll see.

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/AugurWorks/Engine/issues/64#issuecomment-219316340

Drew Showers | AugurWorks CEO 609-304-1341 (m) | www.augurworks.net

augurworks1 commented 8 years ago

Closed