GithubHelp home page GithubHelp logo

evdubs / oic-options-chains Goto Github PK

View Code? Open in Web Editor NEW
26.0 3.0 8.0 70 KB

ETL for OIC Options Chains

License: Mozilla Public License 2.0

Shell 0.62% Racket 99.38%
oic options-chains etl racket

oic-options-chains's People

Contributors

evdubs avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

oic-options-chains's Issues

where does oic pull its list of symbols from.

Hi evdubs,
Just noticed some symbols that are in the nasdaq list on the DB are not having the OIC data pulled from options quotes website. for example if i run in pgAdmin:

select act_symbol, security_name, listing_exchange
from nasdaq.symbol
where act_symbol = 'BYND'; ````

i get back in the correct info for BYND ticker, i.e. its in the nasdaq list. however when i run OIC i do not get under the options-chains/date directory the BYND.html options page. However there is in fact a page and data if i check the website manually

is there any way to probe via racket to get a full list of what ```racket extract.rkt``` sees and should pull data for? i may attempt to write a small program that does this.. unless you have a better idea?

Thankyou. 

Issues Connecting to PSQL

I first downloaded the .Zip and opened the extract.rkt file and got all the required packages running beforehand. I then set up a new DB in my PSQL in localhost. It says the user is "postgres", I named the db "Chains" and had a simple password. This is how my code looked (this is the only section I actually wrote in, since I'm assuming it's the only input it required from my part):

(define dbc (postgresql-connect #:user ("postgres") #:database ("Chains") #:password ("XXXX")))

this returns the following error:

application: not a procedure;
expected a procedure that can be applied to arguments
given: "postgres"
arguments...: [none]

Is my username wrong? Did I have to set something else up before this? I'm sorry for the very nooby questions, I work mainly on modeling through R and Python. Any possible pointers on how to fix this are greatly appreciated!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.