-
Notifications
You must be signed in to change notification settings - Fork 1
/
_pkgdown.yml
48 lines (44 loc) · 1.52 KB
/
_pkgdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
destination: docs
home:
title: Easy access to Moroccan Financial Data in R
template:
params:
bootswatch: paper
ganalytics: G-S3YP66C5WP
navbar:
title: "bcr"
left:
- icon: fa-home
href: index.html
- text: "Documentation"
href: reference/index.html
- text: "Changelog"
href: news/index.html
right:
- icon: fa-linkedin
href: https://linkedin.com/in/abdessabour-moutik/
- icon: fa-github
href: https://github.com/moutikabdessabour/bcr
development:
mode: auto
reference:
- contents:
- get_today
- title: "Intra-day price variation"
desc: "Easy access to the price changes that occured for the provided company stock or Market Indices (**MASI** and **MADEX**)."
- contents:
- intraday
- title: "Historical stock prices"
desc: "Provides historical price data for the provided companies or Market Indices (**MASI** and **MADEX**)."
- contents:
- stock
- title: "Moroccan Market Indices"
desc: "Easy access to the full list of Moroccan Market and Sectoral Indices."
- contents:
- indices
- title: "Moroccan Bonds"
desc: "Comprehensive list of the available Moroccan Bonds."
- contents:
- bonds
- title: "Important Notes:"
desc: "* The plural variations of the functions accept multiple arguments.\n* The names of the companies should be provided like they're listed in the [`get_today`](get_today.html) output.\n* for [`stock`](stock.html) and [`intraday`](get_today.html) providing no argument defaults to using **MASI** as one."