Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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