BLPData

所属分类:金融证券系统
开发工具:Julia
文件大小:49KB
下载次数:0
上传日期:2022-05-25 14:57:50
上 传 者sh-1993
说明:  彭博API的Julia语言包装器
(Julia language wrapper for the Bloomberg API)

文件列表:
.travis.yml (438, 2022-05-25)
Artifacts.toml (993, 2022-05-25)
LICENSE (2390, 2022-05-25)
LICENSE.blpapi (1150, 2022-05-25)
LICENSE.openssl (6271, 2022-05-25)
Project.toml (528, 2022-05-25)
appveyor.yml (627, 2022-05-25)
contrib (0, 2022-05-25)
contrib\create_artifacts.jl (2326, 2022-05-25)
docs (0, 2022-05-25)
docs\Project.toml (90, 2022-05-25)
docs\make.jl (265, 2022-05-25)
docs\src (0, 2022-05-25)
docs\src\api.md (623, 2022-05-25)
docs\src\index.md (8258, 2022-05-25)
src (0, 2022-05-25)
src\BLPData.jl (1536, 2022-05-25)
src\bdh.jl (6305, 2022-05-25)
src\bdh_intraday_ticks.jl (3226, 2022-05-25)
src\bdp.jl (3382, 2022-05-25)
src\bds.jl (2856, 2022-05-25)
src\blpname.jl (261, 2022-05-25)
src\c.jl (41384, 2022-05-25)
src\constant.jl (2748, 2022-05-25)
src\correlation_id.jl (2888, 2022-05-25)
src\datetime.jl (3298, 2022-05-25)
src\deps.jl (2083, 2022-05-25)
src\element.jl (17129, 2022-05-25)
src\event_queue.jl (1130, 2022-05-25)
src\message.jl (1201, 2022-05-25)
src\print.jl (4823, 2022-05-25)
src\request.jl (4106, 2022-05-25)
src\results.jl (7833, 2022-05-25)
src\schema.jl (3360, 2022-05-25)
src\service.jl (4208, 2022-05-25)
src\session.jl (11421, 2022-05-25)
src\subscription.jl (4319, 2022-05-25)
... ...

# BLPData.jl [![License][license-img]](https://github.com/felipenoris/BLPData.jl/blob/master/LICENSE) [![appveyor][appveyor-img]][appveyor-url] [![travis][travis-img]][travis-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 [travis-img]: https://img.shields.io/travis/felipenoris/BLPData.jl/master.svg?logo=travis&label=macOS&style=flat-square [travis-url]: https://travis-ci.org/felipenoris/BLPData.jl [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/stable Provides a wrapper for [BLPAPI Library](https://github.com/felipenoris/BLPData.jl/blob/master/https://www.bloomberg.com/professional/support/api-library/) to the Julia language. The BLPAPI is the API Library provided by [Bloomberg L.P.](https://github.com/felipenoris/BLPData.jl/blob/master/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 Pkg julia> 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://github.com/felipenoris/BLPData.jl/blob/master/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/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.*

近期下载者

相关文件


收藏者