ffeast/finam-export

Any wishes for the library?

ffeast opened this issue · 5 comments

I see there're ~15 stargazers for this tool.

Guys, is there anything missing in the library what's desperately needed so that it's worth spending spare time on it?
Feel free to comment in Russian if there are troubles writing in English

Thanks

Hey @OlafGeorge
Please create a separate issue if you still need it and I'll add an example to the source code
This issue is created for a different purpose

Maybe it’s worth adding to the samples folder an example of receiving data with a timer? Finam API blocks connections if they are too frequent. I used threading.Timer(3, ...) to fix this problem.

Finam changed its basic URL by adding a 'Token' argument - now it's 'http://export.finam.ru/export9.out?market={}&em={}&token={}...'
Automatic download is now also detected and banned
Could you please add Token retrieval fuctions to your code to deal with it?
Thanks!

I haven't investigated deeply where this token is taken from and don't have much time to do that. From a brief analysis looks like it's picked up from re-captcha and it may complicate things. If anyone has looked into the mechanism in a greater detail it would be helpful

Can't reproduce it anymore. Related ticket: #10
Closing this one