https://github.com/fjctp/alpaca-finance
https://github.com/fjctp/alpaca-finance
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fjctp/alpaca-finance
- Owner: fjctp
- License: gpl-3.0
- Created: 2020-07-05T02:10:44.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T10:40:04.000Z (over 2 years ago)
- Last Synced: 2025-02-01T23:44:45.240Z (4 months ago)
- Language: Vue
- Size: 448 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# alpaca-finance
Display stock's financial data using data provided by polygon.io## Configuration
1. Make a copy of `src/config/secret.json.sample` and save it as `secret.json` in the same folder
2. Update API key in the file## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).## To-Do
* add option for seach range. Example:
* period (quarter, term, annual)
* year
* max item
* format dollar as 10B, 1M, 19K (no need to show full number)
* plot selected column
* compare with other company