RSS blog page - 1/2 ==> Blog finance (3)


blog page - 1/2

Install pyensae with extra dependencies

2018-09-18

pyensae does not declare all dependencies by default.

post

Move code to manydataapi

2018-05-05

API started to be difficult to maintain and unit test. The code was moved to manydataapi (linkedin, velib).

post

cctx et finance

2018-03-22

I came accross this package: cctx. The summary is the following: A JavaScript / Python / PHP cryptocurrency trading library with support for 90+ exchanges. The library is available in javascript, php, python but the last two languages are obtained by translating the javascript into python and php. There are a few commits per day. That’s moght be worth following if you are interested cryptocurrencies.

post

Google Finance stopped delivering historical data

2018-03-16

After :epkg:`Yahoo Finance <https://finance.yahoo.com/>`_ made it more difficult to access historical data, Google Finance stopped giving historical data. So you should see the following error message:

post

Yahoo finance needs cookie (2)

2017-12-27

I wrote about :epkg:`Yahoo Finance <https://finance.yahoo.com/>`_ was difficult to automate: Yahoo finance needs cookie. A module handles was implemented to go around that obstacle: yahoo-historical. Just added it to StockPrices when specifying url='yahoo_new'.

post

Module split

2017-11-28

For version 1.2, the module was split and module pyenbc will take functions, classes which deal with remote functionalities.

post

Yahoo finance needs cookie

2017-05-21

Yahoo Finance now requires cookies to download the data and it becomes difficult to automate the downloading of historical data. I had to change the default provider to Google. However, it is not possible to get historical prices for European markets. For these one, quandl seems to be the best alternative as there is a dedicated module to get the data quandl. However, historical data do not get as far as Google’s. See StockPrices.

post

Change size for folium maps

2016-10-27

There is no option to change the size of a folium map embedded in a notebook. I updated function folium_html_map to do so.

post

Convention for path in class MagicAzure

2016-07-05

For all the magic commands associated to Azure (class MagicAzure), the path /part1/part2 is converted into container/part1/part2. For path part1/part2, path1 is the container.

post

Import many flat files into Sqlite3 database

2016-06-22

This is a simple script to import big files into a sqlite3 database, too big to fit in memory. It relies on function import_flatfile_into_database.

post


RSS blog page - 1/2 ==> 2017-11 (1) 2017-12 (1) 2018-03 (2) 2018-05 (1) 2018-09 (1)