tripplyons / options-data

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Options Data

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

Usage example:

echo "timestamp,ticker,underlyingPrice,expiration,strike,type,bid,ask,last,openInterest,volume" > output.csv
go run cmd/main.go SPY,QQQ >> output.csv

About

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

License:MIT License


Languages

Language:Go 100.0%