Results 45 comments of Jonathan Shore
trafficstars

@kmcminn The problem here does not related to 32 vs 64 bit, rather that passing a long or string-version-of-a-long into a double and back into a long loses resolution. This...

@kmcminn Yes, that is my point. What I am indicating is that many JSON parsers use floating-point representation for numeric types, hence to work around this, large numeric values sent...

I agree that any change in format will break code. That said note the following, other data sources (such as crypto exchanges), provide timestamps in one of two forms: -...

I meant to provide a coinbase example, my bad. The problem is indeed with coinbase data.

Also would like to note that the dividends seem off for just about every stock I have looked at. Are you parsing (or planning to parse) this from EDGAR? I...

@Zhan-Li , I am a user of Polygon as well (and the submitter of the bug report). The missing data presents a problem for me as well. What I have...

This price difference is for dividend unadjusted prices. A dividend is also not going to introduce a 2x price difference unless was a penny stock and had a large dividend...

I have not installed this on windows (only linux and osx). That said others have been able to install on windows. Are you using conda as your python distribution? Also...

Windows environments are very challenging (where this stuff "just works" on unix based systems). If you have changes you want to make to the library to get it to install...

It would seem you do not have Cython installed? Not sure what you mean by "Can we have a simple python function for the label instead of Cython"?