项目作者: dmpe

项目描述 :
R package for accessing publicly available data from CSOB Czech Republic Asset Management website
高级语言: R
项目地址: git://github.com/dmpe/CSOB_AssetManagement.git
创建时间: 2018-06-25T15:20:26Z
项目社区:https://github.com/dmpe/CSOB_AssetManagement

开源协议:Other

下载


CRAN_Status_Badge
Build Status

CSOB Asset Management R package

The goal of CSOBam is to be able to download data that are displayed publically on their website. Currently at https://www.csobam.cz/portal/asset-management/produkty-a-sluzby/aktualni-hodnoty-a-vykonnost.

Example

This is a basic example which downloads the first page of funds’ performance.

  1. library(CSOBam)
  2. funds <- managed_funds()

Downloading other pages have not worked, because you cannot load the content on specific page e.g. 2 without working around “cookies” somehow.
One idea is to load homepage and then extract all JSON ISINs which are passed in some tags in HTML.

Essentially, abandoned for now.