34 lines
869 B
Markdown
34 lines
869 B
Markdown
---
|
|
pageClass: routes
|
|
---
|
|
|
|
# Finance
|
|
|
|
## CFD
|
|
|
|
### Indices Dividend Adjustment (GBP)
|
|
|
|
<RouteEn author="HenryQW" example="/cfd/div_gbp" path="/cfd/div_gbp" />
|
|
|
|
## finviz
|
|
|
|
### US Stock News
|
|
|
|
<RouteEn author="HenryQW" example="/finviz/news/AAPL" path="/finviz/news/:ticker" :paramsDesc="['The stock ticker']"/>
|
|
|
|
## World Economic Forum
|
|
|
|
### Report
|
|
|
|
<RouteEn author="nczitzk" example="/weforum/report" path="/weforum/report/:lang?/:year?/:platform?" :paramsDesc="['Language, see below, `en` by default', 'Year, filter by year, all by default', 'Platform, filter by platform, all by default']">
|
|
|
|
Languages
|
|
|
|
| English | Español | Français | 中文 | 日本語 |
|
|
| ------- | ------- | -------- | ---- | ------ |
|
|
| en | es | fr | cn | jp |
|
|
|
|
See filters in [Report](https://www.weforum.org/reports) for Year and Platform these two parameters.
|
|
|
|
</RouteEn>
|