NEWS
pdfetch 0.3.3 (2024-12-17)
- Fixed pdfetch_FRED function which was not returning data
pdfetch 0.3.2 (2024-09-30)
- Updated pdfetch_YAHOO function to leverage the quantmod package.
pdfetch 0.3.1 (2024-09-01)
- Updated pdfetch_WB function to use the World Bank v2 API
pdfetch 0.3.0
- Fixed pdfetch_FRED function, which was failing to retrieve data
pdfetch 0.2.9 (2023-09-18)
- Fixed Yahoo functions, which had stopped returning data, by borrowing new code from the quantmod package, thank you to Joshua Ulrich
pdfetch 0.2.8 (2023-02-27)
- Fixed Eurostat functions, which had stopped returning data
pdfetch 0.2.7 (2022-05-21)
- Fix to pdfetch_YAHOO, which was failing to retrieve data (thanks to Freddy Villabona)
pdfetch 0.2.6 (2022-02-25)
- Update to pdfetch_EIA() to support HTTPS
pdfetch 0.2.5 (2021-12-20)
- Fixed pdfetch_EIA() function's handling of hourly data when the data cross the Daylight Savings Time boundary. Hourly data is now always reported with the GMT time zone.
- Fixed pdfetch_ECB() function
- Fixed pdfetch_BUNDESBANK() function
pdfetch 0.2.4 (2019-07-30)
- Fixed INSEE function to be able to read quarterly series that have a "Published in the OJ" date column in the data.
pdfetch 0.2.3 (2017-10-15)
- Fixed error in Yahoo Finance function which swapped adjusted close and volume fields.
- Fixed error in BLS function which prevented downloading of single series.
pdfetch 0.2.2 (2017-07-23)
- Fixed Yahoo Finance function and added 'interval' argument
- Fixed UK ONS function
- Fixed French INSEE function
- Added support for hourly data to the US EIA function
pdfetch 0.2.1 (2017-04-19)
- Added support for Deutsche Bundesbank's time series database
pdfetch 0.2.0
- Fixed Yahoo function so that Volume column is correctly read as numeric instead of character. This bug was also causing problems when downloading more than two tickers.
pdfetch 0.1.9 (2017-04-15)
- Fixed INSEE function so that negative signs and periods are not stripped (thanks to Hadrian Leclerc)
pdfetch 0.1.8 (2017-02-18)
- Fixed UK Office of National Statistics (ONS) functionality. Note that the pdfetch_ONS function is designed to retrieve series from the ONS Time Series Explorer (https://www.ons.gov.uk/timeseriestool), not the UK ONS API.
- Fixed Bureau of Labor Statistics functionality.
- Fixed INSEE functionality.
- Fixed Energy Information Administration functionality.
- Various other fixes
pdfetch 0.1.7 (2015-07-19)
- Fixed URL for St Louis FRED service.
pdfetch 0.1.6 (2014-09-28)
- Added support for US Energy Information Administration API
- Wrapped examples with tryCatch to stop temporary web service problems from being flagged on CRAN.
- Switched from using RCurl directly to the httr package.
pdfetch 0.1.5 (2014-08-10)
- Fixed a bug in the handling of ECB monthly dates (thanks to Fabian Greimel)
pdfetch 0.1.4 (2014-07-23)
- Fixed a bug in the handling of Eurostat monthly dates (thanks to Chiara Carini)
pdfetch 0.1.3 (2014-04-19)
- Added support for US Bureau of Labor Statistics, UK ONS, and French INSEE
pdfetch 0.1.2 (2014-03-15)
- Added support for Bank of England's Interactive Statistical Database
pdfetch 0.1.1
- Removed reliance on curl.exe on Windows
pdfetch 0.1 (2014-03-02)