Re: [Haskell-cafe] Interfacing real-time stocks data API

2013-10-09 Thread David Johnson
IB is not real-time though.


On Wed, Oct 9, 2013 at 12:48 PM, Yuri de Wit  wrote:

> There is also Interactive Brokers API, which used to be a lower cost
> alternative.
>
>
> On Wed, Oct 9, 2013 at 1:57 PM,  wrote:
>
>> Yes, I also like that one. Problem is that they give access only to US
>> citizens and some limited countries.
>>
>> m.
>>
>>
>> -Original Message-
>> From: David Fox 
>> To: miroslav.kar...@gmail.com
>> Cc: Haskell Cafe 
>> Sent: Wed, 09 Oct 2013 18:54
>> Subject: Re: [Haskell-cafe] Interfacing real-time stocks data API
>>
>>  I would love to see Haskell bindings for this:
>> https://us.etrade.com/active-trading/api
>>
>>
>> On Tue, Oct 8, 2013 at 1:26 PM, Miro Karpis wrote:
>>
>>> Please, did/does anybody tried to interface with Haskell some real-time
>>> stocks data API? If yes, please which one? So far I came down to
>>> ActveTick,...
>>>
>>> thanks,
>>> m.
>>>
>>> ___
>>> Haskell-Cafe mailing list
>>> Haskell-Cafe@haskell.org
>>> http://www.haskell.org/mailman/listinfo/haskell-cafe
>>>
>>>
>>
>> ___
>> Haskell-Cafe mailing list
>> Haskell-Cafe@haskell.org
>> http://www.haskell.org/mailman/listinfo/haskell-cafe
>>
>>
>
> ___
> Haskell-Cafe mailing list
> Haskell-Cafe@haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>
>


-- 
Cell: 1.630.740.8204
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] Interfacing real-time stocks data API

2013-10-09 Thread Yuri de Wit
There is also Interactive Brokers API, which used to be a lower cost
alternative.


On Wed, Oct 9, 2013 at 1:57 PM,  wrote:

> Yes, I also like that one. Problem is that they give access only to US
> citizens and some limited countries.
>
> m.
>
>
> -Original Message-
> From: David Fox 
> To: miroslav.kar...@gmail.com
> Cc: Haskell Cafe 
> Sent: Wed, 09 Oct 2013 18:54
> Subject: Re: [Haskell-cafe] Interfacing real-time stocks data API
>
> I would love to see Haskell bindings for this:
> https://us.etrade.com/active-trading/api
>
>
> On Tue, Oct 8, 2013 at 1:26 PM, Miro Karpis wrote:
>
>> Please, did/does anybody tried to interface with Haskell some real-time
>> stocks data API? If yes, please which one? So far I came down to
>> ActveTick,...
>>
>> thanks,
>> m.
>>
>> ___
>> Haskell-Cafe mailing list
>> Haskell-Cafe@haskell.org
>> http://www.haskell.org/mailman/listinfo/haskell-cafe
>>
>>
>
> ___
> Haskell-Cafe mailing list
> Haskell-Cafe@haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>
>
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] Interfacing real-time stocks data API

2013-10-09 Thread miroslav . karpis
Yes, I also like that one. Problem is that they give access only to US citizens 
and some limited countries.

m.

-Original Message-
From: David Fox 
To: miroslav.kar...@gmail.com
Cc: Haskell Cafe 
Sent: Wed, 09 Oct 2013 18:54
Subject: Re: [Haskell-cafe] Interfacing real-time stocks data API

I would love to see Haskell bindings for this:
https://us.etrade.com/active-trading/api


On Tue, Oct 8, 2013 at 1:26 PM, Miro Karpis wrote:

> Please, did/does anybody tried to interface with Haskell some real-time
> stocks data API? If yes, please which one? So far I came down to
> ActveTick,...
>
> thanks,
> m.
>
> ___
> Haskell-Cafe mailing list
> Haskell-Cafe@haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>
>
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] Interfacing real-time stocks data API

2013-10-09 Thread David Fox
I would love to see Haskell bindings for this:
https://us.etrade.com/active-trading/api


On Tue, Oct 8, 2013 at 1:26 PM, Miro Karpis wrote:

> Please, did/does anybody tried to interface with Haskell some real-time
> stocks data API? If yes, please which one? So far I came down to
> ActveTick,...
>
> thanks,
> m.
>
> ___
> Haskell-Cafe mailing list
> Haskell-Cafe@haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>
>
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] Interfacing real-time stocks data API

2013-10-09 Thread Alexey Uimanov
Yes, the trading system, or code generator. It depends on what would be
easier to implement. But firstly I need a simulator and history data
crawler what I am working on.


2013/10/9 Miro Karpis 

> Hi Alexey,
> thank you for response. You wrote that you are developing package for
> testing trading systems. Are you planning to also build a trading system?
>
> Regards,
> Miro
>
>
> On Wed, Oct 9, 2013 at 10:28 AM, Alexey Uimanov wrote:
>
>> I did not find such a library, but I am interested in Haskell trading
>> automation too.
>>
>> BTW, I am developing package for testing trading systems, it can just
>> download historical data from some free russian stock services for now.
>>
>> https://github.com/s9gf4ult/hadan
>>
>> If you interested we could join forces.
>>
>>
>> 2013/10/9 Miro Karpis 
>>
>>> Please, did/does anybody tried to interface with Haskell some real-time
>>> stocks data API? If yes, please which one? So far I came down to
>>> ActveTick,...
>>>
>>> thanks,
>>> m.
>>>
>>> ___
>>> Haskell-Cafe mailing list
>>> Haskell-Cafe@haskell.org
>>> http://www.haskell.org/mailman/listinfo/haskell-cafe
>>>
>>>
>>
>> ___
>> Haskell-Cafe mailing list
>> Haskell-Cafe@haskell.org
>> http://www.haskell.org/mailman/listinfo/haskell-cafe
>>
>>
>
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] Interfacing real-time stocks data API

2013-10-09 Thread Alexey Uimanov
I did not find such a library, but I am interested in Haskell trading
automation too.

BTW, I am developing package for testing trading systems, it can just
download historical data from some free russian stock services for now.

https://github.com/s9gf4ult/hadan

If you interested we could join forces.


2013/10/9 Miro Karpis 

> Please, did/does anybody tried to interface with Haskell some real-time
> stocks data API? If yes, please which one? So far I came down to
> ActveTick,...
>
> thanks,
> m.
>
> ___
> Haskell-Cafe mailing list
> Haskell-Cafe@haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>
>
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


[Haskell-cafe] Interfacing real-time stocks data API

2013-10-08 Thread Miro Karpis
Please, did/does anybody tried to interface with Haskell some real-time
stocks data API? If yes, please which one? So far I came down to
ActveTick,...

thanks,
m.
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe