{"id":13741192,"url":"https://github.com/Rblp/Rblpapi","last_synced_at":"2025-05-08T21:32:48.078Z","repository":{"id":8128530,"uuid":"9545742","full_name":"Rblp/Rblpapi","owner":"Rblp","description":"R package interfacing the Bloomberg API from https://www.bloomberglabs.com/api/","archived":false,"fork":false,"pushed_at":"2024-02-25T19:43:34.000Z","size":13356,"stargazers_count":163,"open_issues_count":41,"forks_count":77,"subscribers_count":32,"default_branch":"master","last_synced_at":"2024-03-27T03:51:27.256Z","etag":null,"topics":["bloomberg","bloomberg-api","cran","r","r-package","rcpp"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Rblp.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2013-04-19T13:13:15.000Z","updated_at":"2024-04-02T07:50:46.882Z","dependencies_parsed_at":"2024-04-02T07:50:46.192Z","dependency_job_id":"0cf9c863-ecd8-42a9-a177-23dcec63ad24","html_url":"https://github.com/Rblp/Rblpapi","commit_stats":{"total_commits":552,"total_committers":22,"mean_commits":25.09090909090909,"dds":"0.46014492753623193","last_synced_commit":"12b75dc02f1bf4cc9ac072f2567a67a3e272c0b1"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rblp%2FRblpapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rblp%2FRblpapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rblp%2FRblpapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rblp%2FRblpapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rblp","download_url":"https://codeload.github.com/Rblp/Rblpapi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224774686,"owners_count":17367775,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bloomberg","bloomberg-api","cran","r","r-package","rcpp"],"created_at":"2024-08-03T04:00:56.526Z","updated_at":"2024-11-15T11:31:00.278Z","avatar_url":"https://github.com/Rblp.png","language":"C++","funding_links":[],"categories":["R"],"sub_categories":["Data Sources"],"readme":"\n## Rblpapi: R Access to Bloomberg API\n\n[![Build Status](https://github.com/Rblp/Rblpapi/actions/workflows/ci.yaml/badge.svg)](https://github.com/Rblp/Rblpapi/actions/workflows/ci.yaml)\n[![Package-License](http://img.shields.io/badge/license-GPL--3-brightgreen.svg?style=flat)](http://www.gnu.org/licenses/gpl-3.0.html)\n[![LibraryLicense](https://img.shields.io/badge/license-License.txt-yellow.svg?style=flat)](https://raw.githubusercontent.com/Rblp/Rblpapi/master/inst/License.txt)\n[![CRAN](https://www.r-pkg.org/badges/version/Rblpapi)](https://cran.r-project.org/package=Rblpapi)\n[![Dependencies](https://tinyverse.netlify.app/badge/Rblpapi)](https://cran.r-project.org/package=Rblpapi)\n[![Downloads](https://cranlogs.r-pkg.org/badges/Rblpapi?color=brightgreen)](https://www.r-pkg.org:443/pkg/Rblpapi)\n[![Last Commit](https://img.shields.io/github/last-commit/Rblp/Rblpapi)](https://github.com/Rblp/Rblpapi)\n\n### Background\n\nRblpapi provides R with access to data and calculations from Bloomberg\nFinance L.P. via the [API libraries](https://www.bloomberg.com/professional/support/api-library/) provided by\nBloomberg.\n\n\n### Requirements\n\nA valid and working Bloomberg installation.\n\n### Examples\n\nHere are a few simple examples.\n\n```{.r}\nlibrary(Rblpapi)\ncon \u003c- blpConnect() \t# automatic if option(\"blpAutoConnect\") is TRUE\n\nspx \u003c- bdh(securities = \"SPX Index\",\n           fields = \"PX_LAST\",\n           start.date = as.Date(\"2013-03-01\"))\n\nspx_ndx \u003c- bdh(securities = c(\"SPX Index\",\"NDX Index\"),\n               fields = \"PX_LAST\",\n               start.date = as.Date(\"2013-03-01\"),\n               include.non.trading.days = TRUE)\n\nmonthly.options \u003c- structure(c(\"ACTUAL\", \"MONTHLY\"),\n                            names = c(\"periodicityAdjustment\",\n                                      \"periodicitySelection\"))\nspx_ndx_monthly \u003c- bdh(securities = c(\"SPX Index\",\"NDX Index\"),\n                       fields = \"PX_LAST\",\n                       start.date = as.Date(\"2012-01-01\"),\n                       options = monthly.options)\n\ngoog_ge_div \u003c- bdh(securities = c(\"GOOG US Equity\",\"GE US Equity\"),\n                   fields = c(\"PX_LAST\",\"CF_DVD_PAID\"),\n                   start.date = as.Date(\"2012-11-01\"))\n\ngoog_ge_px \u003c- bdp(securities = c(\"GOOG US Equity\",\"GE US Equity\"),\n                  fields = c(\"PX_LAST\",\"DS002\"))\n```\n\n### Status\n\nFully functional on Windows and Linux (both for x86_64), and macOS (for arm64).\n\n### Installation\n\nThe package is on [CRAN](https://cran.r-project.org) and can be installed as\nusual via\n\n```r\ninstall.packages(\"Rblpapi\")\n```\n\nBuilds are also available via [r-universe](https://rblp.r-universe.dev/Rblpapi) and can be installed\nvia\n\n```r\ninstall.packages('Rblpapi', repos = c('https://rblp.r-universe.dev',\n                                      'https://cloud.r-project.org'))\n```\n\n\nInterim (source or binary) releases _may_ be also be made available through the\n[ghrr drat](https://ghrr.github.io/drat/) repository as well and can be accessed via\n\n```r\ninstall.packages(\"drat\")       # easier repo access + creation\ndrat:::add(\"ghrr\")             # make it known\ninstall.packages(\"Rblpapi\")    # install it\n```\n\n### Authors\n\nWhit Armstrong, Dirk Eddelbuettel and John Laing\n\n### License\n\nGPL-3 for our code\n\n[License.txt](inst/License.txt) for the Bloomberg libraries and headers it relies upon\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRblp%2FRblpapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FRblp%2FRblpapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRblp%2FRblpapi/lists"}