yahoo-finserve
Version:
It is a package which fetches data of a specific instrument or indices.
25 lines (24 loc) • 600 B
JSON
{
"name": "yahoo-finserve",
"version": "1.0.3",
"description": "It is a package which fetches data of a specific instrument or indices.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Saurabh Jaiswal",
"license": "ISC",
"dependencies": {
"axios": "^0.27.2",
"node-fetch": "^3.2.8"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SaurabhJais/yahoo-finserv.git"
},
"keywords": [
"yahoo-finance",
"stock-api"
],
"homepage": "https://github.com/SaurabhJais/yahoo-finserv"
}