add stocks service (#166)

This commit is contained in:
Asim Aslam
2021-06-18 14:53:47 +01:00
committed by GitHub
parent e258e98ba5
commit a047180905
13 changed files with 798 additions and 0 deletions

9
stock/publicapi.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "stock",
"icon": "📈",
"category": "money",
"pricing": {
"Stock.Price": 20,
"Stock.Quote": 20
}
}