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: 7 months ago
JSON representation

Downloads option prices from an API from optionsprofitcalculator.com and outputs them in CSV format.

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
```