pdir / alleaktien-quantitativ-bundle
AlleAktien Quantitativ Contao bundle
1.0.0
2021-02-08 12:39 UTC
Requires
- php: ^7.2 || ^8.0
- contao/core-bundle: ^4.9
- symfony/config: ^4.4 || ^5.1
- symfony/dependency-injection: ^4.4 || ^5.1
- symfony/http-kernel: ^4.4 || ^5.1
Requires (Dev)
- contao/easy-coding-standard: ^2.0
- contao/manager-plugin: ^2.0
- phpunit/phpunit: ^8.4
- symfony/phpunit-bridge: ^4.4 || ^5.1
Conflicts
- contao/manager-plugin: <2.0 || >=3.0
README
德语
使用Shortcode可以免费嵌入单个图形,来自AlleAktien Quantitativ,以显示长期、始终最新的、尤其是交互式的基本股票指标。只需一个Shortcode。安装时间少于10秒。图形和内容的版权属于AlleAktien Quantitativ。
由pdir.de开发的非官方社区扩展。
AlleAktien Quantitativ
- 直接从AlleAktien获取始终最新和可靠的指标
- 交互式图表 - 为访客提供独特价值
- 20年的基本指标
- 全球2,000+支股票
- 100%免费
- 100%针对iPhone和iPad优化
示例日历
{{aaq::US4781601046::RevenueChart}}
{{aaq::US4781601046::DividendChart}}
演示
我们在finanzsecura.de中嵌入了一些AlleAktien Quantitativ图表作为演示。
可用参数
isin (required): Die ISIN der Aktie
chart (required): Der Chart-Typ
Aufbau des Tags: {{aaq::isin::chart}}
参数图表 / 图表类型
- QuoteChart:过去20年的股票价格,精确到日
- RevenueChart:收入、EBIT和利润
- RevenuePerShareChart:收入、EBIT和每股利润
- MarginsChart:毛利率、EBIT毛利率、利润率
- DividendChart:股息
- DividendYieldChart:股息收益率
- PayoutRatioChart:派息比率(股息/每股利润)
- SharesOutstandingChart:流通股份总数
- ValuationChart:市盈率、市销率、EBIT倍数
截图
免责声明和版权
图形、设计、数据和内容的版权属于AlleAktien Quantitativ。尽管我们已尽最大努力仔细检查所有数据点,但我们无法保证每个指标的正确性。对于股票,存在投资资本完全损失的风险。AlleAktien保留在未说明原因的情况下撤销单个网站使用权的权利(例如,在滥用的情况下)。
灵感来自AlleAktien Quantitativ WordPress插件
安装
使用Contao Manager
- 调用并登录Contao Manager
- 选择要安装的包
- 在搜索框中输入“AlleAktien Quantitativ”
- 单击“检查 & 安装”并应用更改
使用Composer
composer require pdir/contao-alleaktien-quantitativ-bundle
使用
在文章和页面上使用Insert-Tag {{aaq::isin::chart}}。数据将自动更新。
发布
在发布bundle之前运行PHP-CS-Fixer和单元测试
vendor/bin/ecs check src/ tests/ --fix vendor/bin/phpunit