Skip to content

Commit 0fa19ce

Browse files
author
emanuele-guidotti
committed
pkgdown
1 parent bba7e5f commit 0fa19ce

36 files changed

+4948
-59
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ Description: R interface to access prices and market data with the
1717
endorsed, or approved by 'Bloomberg' or any of its affiliates.
1818
'Bloomberg' is a registered trademark.
1919
License: GPL-3
20-
URL: https://github.com/eguidotti/RblDataLicense
20+
URL: https://rbldatalicense.guidotti.dev
2121
BugReports: https://github.com/eguidotti/RblDataLicense/issues
2222
Depends: RCurl, xts
2323
Suggests: knitr, rmarkdown
2424
VignetteBuilder: knitr
25-
RoxygenNote: 6.1.1
25+
RoxygenNote: 7.1.0

README.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# RblDataLicense
22

3-
![](https://www.r-pkg.org/badges/version/RblDataLicense) ![](https://www.r-pkg.org/badges/last-release/RblDataLicense) ![](https://cranlogs.r-pkg.org/badges/grand-total/RblDataLicense)
4-
3+
[![](https://www.r-pkg.org/badges/version/RblDataLicense)](https://cloud.r-project.org/package=RblDataLicense) [![](https://www.r-pkg.org/badges/last-release/RblDataLicense)](https://cloud.r-project.org/package=RblDataLicense) [![](https://cranlogs.r-pkg.org/badges/grand-total/RblDataLicense)](https://cloud.r-project.org/package=RblDataLicense)
54

65

76
The __RblDataLicense__ package aims at providing an easy R interface to access prices and market data with the __Bloomberg Data License__ service. Unlike the [Rblpapi](https://cran.r-project.org/package=Rblpapi) package for Bloomberg Terminal users, [RblDataLicense](https://cran.r-project.org/package=RblDataLicense) does not require the user to set up any working Bloomberg installation. As a prerequisite, a valid Data License from Bloomberg is needed together with the corresponding SFTP credentials and whitelisting of the IP from which accessing the service.
@@ -18,7 +17,11 @@ The Bloomberg Data License Service is billed on a pay-per-use model, based on th
1817

1918
RblDataLicense is built on top of [RCurl](https://cran.r-project.org/package=RCurl), a wrapper for [libcurl](https://curl.haxx.se/libcurl/). The package establishes SFTP connections to Bloomberg Data License. On some Linux systems, this may not work out of the box, as libcurl does not natively support SFTP. In that case, the user needs to compile curl with SFTP support first.
2019

20+
## Encryption
21+
22+
The package does NOT support encrypted files. As stated in the Data License documentation:
2123

24+
_With SFTP via the Internet, there is no need for additional payload/content encryption. Clients are discouraged from using legacy DES software encryption option. Existing clients still using DES encryption can contact Customer Support to have DES payload/content encryption removed from their account._
2225

2326
## Quickstart
2427

@@ -71,14 +74,6 @@ data <- RblQuery(fields = c('PX_LAST', 'PX_OPEN', 'PX_HIGH', 'PX_LOW'),
7174
from = '2005-01-01')
7275
```
7376

74-
## Documentation
75-
76-
[https://cran.r-project.org/package=RblDataLicense/RblDataLicense.pdf](https://cran.r-project.org/package=RblDataLicense/RblDataLicense.pdf)
77-
78-
## Papers
79-
80-
[RblDataLicense: R Interface to Bloomberg Data License](https://doi.org/10.13140/RG.2.2.23216.71680)
81-
8277
## Acknowledgements
8378

8479
The RblDataLicense was developed at Algo Finance Sagl, software house start-up developing financial algorithms for the asset management industry. The Swiss company is gratefully acknowledged for open-sourcing the software.

docs/404.html

Lines changed: 151 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)