marekskopal/openfigi
最新稳定版本:v0.2.2
Composer 安装命令:
composer require marekskopal/openfigi
包简介
OpenFIGI API client library
README 文档
README
Unofficial PHP API client library for the OpenFIGI API service.
Install
composer require marekskopal/openfigi
Usage
use MarekSkopal\OpenFigi\OpenFigi; use MarekSkopal\OpenFigi\Enum\IntervalEnum; // Create OpenFIGI instance $openFigi = new OpenFigi('<yourApiKey>'); // Get the mapping for the AAPL ticker $mappingJob = new MappingJob(idType: IdTypeEnum::Ticker, idValue: 'AAPL'); $mappingResults = $openFigi->mapping([$mappingJob]));
Notice
This is NOT an official OpenFIGI library, and the authors of this library are not affiliated with OpenFIGI or Bloomberg Finance L.P. in any way, shape or form.
Contributing
If you want to contribute, feel free to submit a pull request.
统计信息
- 总下载量: 463
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-04-29