-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any plans to update pyiqfeed to API 6.1 or 6.2...? #48
Comments
I will probably put out an update once I start using the features in 6.1 or
6.2. The only material change in 6.1 was full market snapshots, which don't
work particularly well, and are easier and often cheaper to get from other
sources. I haven't taken a careful look at 6.2 yet.
I've gotten a few messages from people asking if the library is still in
active development or if it's been abandoned or whatever. The library works
well and is used actively by many people trading with real money. It's the
bottom layer of their code, a body of code where most updates should really
be happening in the strategy, not how they get market data. There is a
difference between the impact of a bug in a library used to put pretty
pictures on a screen and actively trade someone's life savings. For code
used to trade real money, and I say this having been bitten by bugs a time
or two, there is a lot to be said for stability.
I am always happy to accept a pull request, so long as the code is readable
and works. Look at the Readme.
The package was written using an early version of Python 3 and conventions
of how certain things are done have changed since. This doesn't rise to the
level of needing a wholesale fix in the library right this second, but if
you wanted to get your feet wet and didn't feel ready to take on adding
features, this would be a great way to start and get familiar with how
things work. Always happy to answer questions etc to help you get started.
Regards.
Ashwin
…On Fri, Dec 18, 2020 at 6:00 AM seonghankim ***@***.***> wrote:
Hi akapur,
Thank you for all your work and for open sourcing pyiqfeed - great! I was
wondering whether you would mind indicating whether an update for API 6.1
and/or 6.2 is in the pipeline or whether you're not pursuing the project
for now..?
Any message would be greatly appreciated.
Best regards,
Seong-Han
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#48>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGJAVAW5R6Z5CSX6SWJJJ3SVMY5VANCNFSM4VBAOKTQ>
.
|
Hello akapur, Very much appreciate your library. It helps a lot. In v6.2 of the protocol there is very important feature: "Trade Aggressor - Identifies if the trade was executed at the bid or the ask. (CME group and ICE exchanges currently)". If you can support new version it would be really great! |
Happy to accept a pull request.
…On Thu, May 20, 2021 at 5:50 PM Nikitium ***@***.***> wrote:
Hello akapur,
Very much appreciate your library. It helps a lot. In v6.2 of the protocol
there is very important feature: "Trade Aggressor - Identifies if the trade
was executed at the bid or the ask. (CME group and ICE exchanges
currently)". If you can support new version it would be really great!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#48 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGJAVFCVWEA2DUMKFABZM3TOV73DANCNFSM4VBAOKTQ>
.
|
@akapur Please update to 6.2 as it has updates like ETF vs Stock separation logic |
Happy to accept a pull request.
…On Thu, Aug 11, 2022 at 1:40 PM Srini Kancharla ***@***.***> wrote:
@akapur <https://github.com/akapur> Please update to 6.2 as it has
updates like ETF vs Stock separation logic
—
Reply to this email directly, view it on GitHub
<#48 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGJAVDHDZC35OIIBWO2YMDVYU3KVANCNFSM4VBAOKTQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I'm new to dtniq and I'm trying to load via pip pyiqfeed but two error messages about version and distribution get returned. any suggestions? |
You haven't given me enough information to help you here.
…On Tue, Jun 4, 2024 at 2:37 PM tyizuka ***@***.***> wrote:
I'm new to dtniq and I'm trying to load via pip pyiqfeed but two error
messages about version and distribution get returned. any suggestions?
—
Reply to this email directly, view it on GitHub
<#48 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGJAVBZBEJ36PITCPVJRSDZFYCPJAVCNFSM4VBAOKT2U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TEMJUHAYTMOJTGIYA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I am trying to retrieve live futures data from DTNiq, extracting it using Python. I tried to install one of the required packages, pyiqfeed. However, I'm getting an Error Message.
ERROR: Could not find a version that satisfies the requirement PyIQFeed (from versions: none)ERROR: No matching distribution found for PyIQFeed
I frequently use pip, but I get the message that I pasted above for pyiqfeed. I'm calling this pip in the folder with the python3 application.
On Tuesday, June 4, 2024 at 01:36:15 PM PDT, Ashwin Kapur ***@***.***> wrote:
You haven't given me enough information to help you here.
On Tue, Jun 4, 2024 at 2:37 PM tyizuka ***@***.***> wrote:
I'm new to dtniq and I'm trying to load via pip pyiqfeed but two error
messages about version and distribution get returned. any suggestions?
—
Reply to this email directly, view it on GitHub
<#48 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGJAVBZBEJ36PITCPVJRSDZFYCPJAVCNFSM4VBAOKT2U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TEMJUHAYTMOJTGIYA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
My question was, I can't find any other source for this pyiqfeed that I would like to try. Is pyiqfeed still availabe?
On Tuesday, June 4, 2024 at 01:48:44 PM PDT, Ty Izuka ***@***.***> wrote:
I am trying to retrieve live futures data from DTNiq, extracting it using Python. I tried to install one of the required packages, pyiqfeed. However, I'm getting an Error Message.
ERROR: Could not find a version that satisfies the requirement PyIQFeed (from versions: none)ERROR: No matching distribution found for PyIQFeed
I frequently use pip, but I get the message that I pasted above for pyiqfeed. I'm calling this pip in the folder with the python3 application.
On Tuesday, June 4, 2024 at 01:36:15 PM PDT, Ashwin Kapur ***@***.***> wrote:
You haven't given me enough information to help you here.
On Tue, Jun 4, 2024 at 2:37 PM tyizuka ***@***.***> wrote:
I'm new to dtniq and I'm trying to load via pip pyiqfeed but two error
messages about version and distribution get returned. any suggestions?
—
Reply to this email directly, view it on GitHub
<#48 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGJAVBZBEJ36PITCPVJRSDZFYCPJAVCNFSM4VBAOKT2U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TEMJUHAYTMOJTGIYA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
It's not published to pip. You have to download/pull the source code and
install from source code.
…On Tue, Jun 4, 2024 at 6:02 PM tyizuka ***@***.***> wrote:
My question was, I can't find any other source for this pyiqfeed that I
would like to try. Is pyiqfeed still availabe?
On Tuesday, June 4, 2024 at 01:48:44 PM PDT, Ty Izuka ***@***.***> wrote:
I am trying to retrieve live futures data from DTNiq, extracting it using
Python. I tried to install one of the required packages, pyiqfeed. However,
I'm getting an Error Message.
ERROR: Could not find a version that satisfies the requirement PyIQFeed
(from versions: none)ERROR: No matching distribution found for PyIQFeed
I frequently use pip, but I get the message that I pasted above for
pyiqfeed. I'm calling this pip in the folder with the python3 application.
On Tuesday, June 4, 2024 at 01:36:15 PM PDT, Ashwin Kapur ***@***.***>
wrote:
You haven't given me enough information to help you here.
On Tue, Jun 4, 2024 at 2:37 PM tyizuka ***@***.***> wrote:
> I'm new to dtniq and I'm trying to load via pip pyiqfeed but two error
> messages about version and distribution get returned. any suggestions?
>
> —
> Reply to this email directly, view it on GitHub
> <#48 (comment)>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/AAGJAVBZBEJ36PITCPVJRSDZFYCPJAVCNFSM4VBAOKT2U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TEMJUHAYTMOJTGIYA>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***>
>
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
—
Reply to this email directly, view it on GitHub
<#48 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGJAVGOLKCXJCD4FRYXFYTZFY2PVAVCNFSM4VBAOKT2U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TEMJUHA2DQNRQGM3Q>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Thank you for your help. Ty
On Wednesday, June 5, 2024 at 05:43:06 AM PDT, Ashwin Kapur ***@***.***> wrote:
It's not published to pip. You have to download/pull the source code and
install from source code.
On Tue, Jun 4, 2024 at 6:02 PM tyizuka ***@***.***> wrote:
My question was, I can't find any other source for this pyiqfeed that I
would like to try. Is pyiqfeed still availabe?
On Tuesday, June 4, 2024 at 01:48:44 PM PDT, Ty Izuka ***@***.***> wrote:
I am trying to retrieve live futures data from DTNiq, extracting it using
Python. I tried to install one of the required packages, pyiqfeed. However,
I'm getting an Error Message.
ERROR: Could not find a version that satisfies the requirement PyIQFeed
(from versions: none)ERROR: No matching distribution found for PyIQFeed
I frequently use pip, but I get the message that I pasted above for
pyiqfeed. I'm calling this pip in the folder with the python3 application.
On Tuesday, June 4, 2024 at 01:36:15 PM PDT, Ashwin Kapur ***@***.***>
wrote:
You haven't given me enough information to help you here.
On Tue, Jun 4, 2024 at 2:37 PM tyizuka ***@***.***> wrote:
> I'm new to dtniq and I'm trying to load via pip pyiqfeed but two error
> messages about version and distribution get returned. any suggestions?
>
> —
> Reply to this email directly, view it on GitHub
> <#48 (comment)>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/AAGJAVBZBEJ36PITCPVJRSDZFYCPJAVCNFSM4VBAOKT2U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TEMJUHAYTMOJTGIYA>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***>
>
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
—
Reply to this email directly, view it on GitHub
<#48 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGJAVGOLKCXJCD4FRYXFYTZFY2PVAVCNFSM4VBAOKT2U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TEMJUHA2DQNRQGM3Q>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Hi akapur,
Thank you for all your work and for open sourcing pyiqfeed - great! I was wondering whether you would mind indicating whether an update for API 6.1 and/or 6.2 is in the pipeline or whether you're not pursuing the project for now..?
Any message would be greatly appreciated.
Best regards,
Seong-Han
The text was updated successfully, but these errors were encountered: