:orphan: |rss_image| **blog page - 1/2** :ref:`==> ` :ref:`Blog ` :ref:`finance (3) ` .. |rss_image| image:: feed-icon-16x16.png :target: ../_downloads/rss.xml :alt: RSS ---- .. index:: blog .. _ap-main-0: blog page - 1/2 +++++++++++++++ .. blogpostagg:: :title: Install pyensae with extra dependencies :date: 2018-09-18 :keywords: API :categories: install :rawfile: 2018/2018-09-18_extra.rst *pyensae* does not declare all dependencies by default. ... .. blogpostagg:: :title: Move code to manydataapi :date: 2018-05-05 :keywords: API :categories: code :rawfile: 2018/2018-05-05_api.rst API started to be difficult to maintain and unit test. The code was moved to :epkg:`manydataapi` (linkedin, velib). .. blogpostagg:: :title: cctx et finance :date: 2018-03-22 :keywords: cctx,bitcoin :categories: finance :rawfile: 2018/2018-03-22_cctx.rst 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. .. blogpostagg:: :title: Google Finance stopped delivering historical data :date: 2018-03-16 :keywords: pyenbc,StockPrices,data :categories: finance :rawfile: 2018/2018-03-16_google_finance.rst After :epkg:`Yahoo Finance `_ made it more difficult to access historical data, `Google Finance `_ stopped giving historical data. So you should see the following error message: ... .. blogpostagg:: :title: Yahoo finance needs cookie (2) :date: 2017-12-27 :keywords: module,pyenbc :categories: module :rawfile: 2017/2017-12-17_yahoo_finance.rst I wrote about :epkg:`Yahoo Finance `_ was difficult to automate: :ref:`Yahoo finance needs cookie `. A module handles was implemented to go around that obstacle: `yahoo-historical `_. Just added it to :class:`StockPrices ` when specifying ``url='yahoo_new'``. .. blogpostagg:: :title: Module split :date: 2017-11-28 :keywords: module,pyenbc :categories: module :rawfile: 2017/2017-11-28_split.rst For version 1.2, the module was split and module :epkg:`pyenbc` will take functions, classes which deal with remote functionalities. .. blogpostagg:: :title: Yahoo finance needs cookie :date: 2017-05-21 :keywords: yahoo finance,quandl,google finance,cookie :categories: finance :rawfile: 2017/2017-05-21_yahoofinance.rst `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 :class:`StockPrices `. .. blogpostagg:: :title: Change size for folium maps :date: 2016-10-27 :keywords: folium :categories: graphs :rawfile: 2016/2016-10-27_folium.rst There is no option to change the size of a `folium `_ map embedded in a notebook. I updated function :func:`folium_html_map ` to do so. ... .. blogpostagg:: :title: Convention for path in class MagicAzure :date: 2016-07-05 :keywords: Azure,magic command :categories: Azure :rawfile: 2016/2016-07-05_azure_path.rst For all the magic commands associated to Azure (class :class:`MagicAzure `), the path ``/part1/part2`` is converted into ``container/part1/part2``. For path ``part1/part2``, ``path1`` is the container. .. blogpostagg:: :title: Import many flat files into Sqlite3 database :date: 2016-06-22 :keywords: SQL,flat file,import,dataframe :categories: SQL :rawfile: 2016/2016-06-22_import_flatfile.rst This is a simple script to import big files into a sqlite3 database, too big to fit in memory. It relies on function :func:`import_flatfile_into_database `. ... ---- |rss_image| **blog page - 1/2** :ref:`==> ` :ref:`2017-11 (1) ` :ref:`2017-12 (1) ` :ref:`2018-03 (2) ` :ref:`2018-05 (1) ` :ref:`2018-09 (1) `