Replies: 3 comments 2 replies
-
Or - are you able to implement support for a 'snapshot' model? I'm basically looking to do a blp.bdp() with quite a bit of frequency - which will blow data limits. So if there is a way to do the same thing in stream, I would love to see an example! As it is now, the stream is fairly messy as I would have to concat all the data at the 'snapshot' time (as the INITPAINT is the only return type that has a complete data set) |
Beta Was this translation helpful? Give feedback.
-
It is not recommended to concat data from If you're not subscribing to a huge universe of tickers, you shouldn't run into data limit issues - your Excel is doing live updating all the time. |
Beta Was this translation helpful? Give feedback.
-
Yeah I ended up going the live route, and just doing some dictionary lookups/sets. Thx for your help.
…On Aug 17, 2022, 8:07 PM -0400, alpha-xone ***@***.***>, wrote:
For 50 ticker, blp.live can pull data nonstop for much longer period of time.
The reason behind could be blp.bdp and blp.live are different in terms of consuming data limits. Can confirm with helpdesk and give it a try.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi - is there a way to get a data subscription without having to use blp.live and sort through the stream? For example, like what was done in the blpapi/examples/demoapps subscription examples
Beta Was this translation helpful? Give feedback.
All reactions