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: 7 months 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 (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-06-28T02:02:38.000Z (almost 3 years ago)
- Last Synced: 2024-12-29T05:42:09.780Z (over 1 year 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
```