Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

bsrch

Run 'Bloomberg SRCH' Queries


Description

This function uses the Bloomberg API to retrieve 'bsrcb' (Bloomberg SRCH Data) queries

Usage

bsrch(domain, limit = "", verbose = FALSE, con = defaultConnection())

Arguments

domain

A character string with the name of the domain to execute. It can be a user defined SRCH screen, commodity screen or one of the variety of Bloomberg examples. All domains are in the format <domain>:<search_name>.

limit

A character string containing a value by which to limit the search length – NOT YET IMPLEMENTED

verbose

A boolean indicating whether verbose operation is desired, defaults to ‘FALSE’.

con

A connection object as created by a blpConnect call, and retrieved via the internal function defaultConnection.

Value

A data frame object with the requested SRCH data.

Author(s)

Morgan Williams and Dirk Eddelbuettel

Examples

## Not run: 
head(bsrch("COMDTY:NGFLOW"), 20)
head(bsrch("COMDTY:VESSEL"), 20)

## End(Not run)

Rblpapi

R Interface to 'Bloomberg'

v0.3.11
file LICENSE
Authors
Whit Armstrong, Dirk Eddelbuettel and John Laing
Initial release
2021-04-20

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.