Skip to content

Commit

Permalink
Fixed Yahoo downloader
Browse files Browse the repository at this point in the history
  • Loading branch information
saeedamen committed Aug 14, 2019
1 parent 30d4e7c commit 24d3449
Show file tree
Hide file tree
Showing 13 changed files with 407 additions and 608 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,11 @@ In findatapy/examples you will find several demos

# Coding log

* 14 Aug 2019
* Bloomberg downloaders now works with Pandas 0.25
* Fixed Yahoo downloader to work with yfinance (replacing pandas_datareader for Yahoo)
* 06 Aug 2019
* Adding parameters to MarketDataRequest for user specified API keys (Quandl, FRED & Alphavantage)
* Adding parameters to MarketDataRequest for user specified API keys (Quandl, FRED & Alpha Vantage)
* 23 Jul 2019
* Changed some rolling calculations in Calculation class to work with newer pandas
* 12 Jul 2019
Expand Down
12 changes: 12 additions & 0 deletions findatapy/conf/time_series_categories_fields.csv
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,18 @@ fx-implied-vol,bloomberg,daily,10AM,close,1-Jan-09
base-depos,bloomberg,daily,NYC,close,1-Jan-95
base-depos,bloomberg,daily,TOK,close,1-Jan-95
base-depos,bloomberg,daily,LDN,close,1-Jan-95
crypto,bitcoincharts,tick,LOC,"close,volume",1-Jan-15
crypto,poloniex,intraday,LOC,"close,high,low,open,quote-volume,volume,weighted-average",1-Jan-15
crypto,poloniex,daily,LOC,"close,high,low,open,quote-volume,volume,weighted-average",1-Jan-15
crypto,binance,intraday,LOC,"open,high,low,close,volume,quote-asset-volume,trade-numbers,taker-buy-base-asset-volume,taker-buy-quote-asset-volume",1-Jan-15
crypto,binance,daily,LOC,"open,high,low,close,volume,quote-asset-volume,trade-numbers,taker-buy-base-asset-volume,taker-buy-quote-asset-volume",1-Jan-15
crypto,bitfinex,intraday,LOC,"open,close,high,low,volume",1-Jan-15
crypto,bitfinex,daily,LOC,"open,close,high,low,volume",1-Jan-15
crypto,gdax,intraday,LOC,"low,high,open,close,volume",1-Jan-15
crypto,gdax,daily,LOC,"low,high,open,close,volume",1-Jan-15
crypto,kraken,intraday,LOC,"close,volume,buy-sell,market-limit,miscellaneous",1-Jan-15
crypto,huobi,tick,LOC,"amount,close,count,high,low,open,volume",1-Jan-15
crypto,huobi,daily,LOC,"amount,close,count,high,low,open,volume",1-Jan-15
,,,,,
,,,,,
,,,,,
Expand Down
Loading

0 comments on commit 24d3449

Please sign in to comment.