Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tripplyons/options-data
Downloads option prices from an API from optionsprofitcalculator.com and outputs them in CSV format.
https://github.com/tripplyons/options-data
Last synced: 8 days ago
JSON representation
Downloads option prices from an API from optionsprofitcalculator.com and outputs them in CSV format.
- Host: GitHub
- URL: https://github.com/tripplyons/options-data
- Owner: tripplyons
- License: mit
- Created: 2021-06-09T00:20:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-28T02:02:38.000Z (over 1 year ago)
- Last Synced: 2024-06-21T20:05:51.720Z (5 months ago)
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Options Data
Downloads option prices from an API from [optionsprofitcalculator.com](https://optionsprofitcalculator.com/) and outputs them in CSV format.
Usage example:
```sh
echo "timestamp,ticker,underlyingPrice,expiration,strike,type,bid,ask,last,openInterest,volume" > output.csv
go run cmd/main.go SPY,QQQ >> output.csv
```