adds finnhub market data provider

This commit is contained in:
hackerESQ
2024-09-12 21:05:01 -05:00
parent 166fdee521
commit 2075d8273c
11 changed files with 213 additions and 26 deletions
+5
View File
@@ -0,0 +1,5 @@
<?php
return [
'key' => env('FINNHUB_API_KEY'),
];