jmholzer / probabilistic

Generate probability curves for the future price of publicly traded securities using options chain data.
3 stars 1 forks source link

Create CSV options data ingestion system #3

Closed jmholzer closed 1 year ago

jmholzer commented 1 year ago

Write the code necessary to read options data to a Pandas DataFrame.

System should be independent of data source, use an interface pattern.

The format of input CSV files is pre-defined (three columns: 'strike', 'bid', 'ask)