Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felipenoris/blpdata.jl
Julia language wrapper for the Bloomberg™ API
https://github.com/felipenoris/blpdata.jl
bloomberg bloomberg-api julia-language
Last synced: 3 months ago
JSON representation
Julia language wrapper for the Bloomberg™ API
- Host: GitHub
- URL: https://github.com/felipenoris/blpdata.jl
- Owner: felipenoris
- License: other
- Created: 2020-04-11T12:42:30.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-13T04:04:38.000Z (4 months ago)
- Last Synced: 2024-10-12T23:24:57.868Z (3 months ago)
- Topics: bloomberg, bloomberg-api, julia-language
- Language: Julia
- Homepage:
- Size: 474 KB
- Stars: 19
- Watchers: 4
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BLPData.jl
[![License][license-img]](LICENSE)
[![appveyor][appveyor-img]][appveyor-url]
[![CI][ci-img]][ci-url]
[![dev][docs-dev-img]][docs-dev-url]
[![stable][docs-stable-img]][docs-stable-url][license-img]: http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[appveyor-img]: https://img.shields.io/appveyor/ci/felipenoris/blpdata-jl/master.svg?logo=appveyor&label=Windows&style=flat-square
[appveyor-url]: https://ci.appveyor.com/project/felipenoris/blpdata-jl/branch/master
[ci-img]: https://github.com/felipenoris/XLSX.jl/workflows/CI/badge.svg
[ci-url]: https://github.com/felipenoris/XLSX.jl/actions?query=workflow%3ACI
[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg?style=flat-square
[docs-dev-url]: https://felipenoris.github.io/BLPData.jl/dev
[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg?style=flat-square
[docs-stable-url]: https://felipenoris.github.io/BLPData.jl/stableProvides a wrapper for [BLPAPI Library](https://www.bloomberg.com/professional/support/api-library/) to the Julia language.
The BLPAPI is the API Library provided by [Bloomberg L.P.](https://www.bloomberg.com/)
to connect to Bloomberg Professional Services.This package aims to wrap each BLPAPI "Class" into an equivalent Julia type.
Using this approach, the user can implement any query that BLPAPI provides
and also inspect message schemas to discover what requests and responses are
available from the API, without having to use the C API directly.## Requirements
* Julia v1.4 or newer.
* Windows, Linux, or macOS.
## Installation
From a Julia session, run:
```julia
julia> using Pkgjulia> Pkg.add("BLPData")
```## Documentation
Package documentation is hosted at https://felipenoris.github.io/BLPData.jl/stable.
## License
The source code for the package **BLPData.jl** is licensed under
the [MIT License](https://raw.githubusercontent.com/felipenoris/BLPData.jl/master/LICENSE).The **BLPData.jl** package uses and distributes binary files released by Bloomberg Finance L.P.
under the licensing terms included in the file [`LICENSE.blpapi`](https://github.com/felipenoris/BLPData.jl/blob/master/LICENSE.blpapi).*BLOOMBERG, BLOOMBERG PROFESSIONAL and BLOOMBERG TERMINAL are trademarks and service marks of Bloomberg Finance L.P., a Delaware limited partnership, or its subsidiaries. All rights reserved.*