Skip to content

Instantly share code, notes, and snippets.

View KFoxder's full-sized avatar
:shipit:
building....

Kevin Fox KFoxder

:shipit:
building....
View GitHub Profile
{
"tickers": [
{
"symbol": "AAPL",
"name": "Apple Inc."
}
]
}
{
"tickers": [
{
"symbol": "AAPL",
"companyName": "Apple Inc.",
"releaseInfo": [
["FQ1 '14","BMO","02/06/2014"],
["FQ2 '14","BMO","06/06/2014"]
]
},
{
"estimates": [
{
"tickerSymbol": "AAPL",
"username" : "kfox2010",
"userFullName":"Kevin Fox",
"estimateFQ": "FQ1 '14"
},
{
"tickerSymbol": "GS",
{
"swaggerVersion": "1.2",
"basePath": "http://localhost:8000/greetings",
"apis": [
{
"path": "/hello/{subject}",
"operations": [
{
"method": "GET",
"summary": "Greet our subject with hello!",
@KFoxder
KFoxder / Jitsu Deploy Error
Created November 6, 2013 20:39
Jitsu Deploy Error
itsu deploy
info: Welcome to Nodejitsu kfox2010
info: jitsu v0.13.3, node v0.10.21
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in node app.js
warn: Local package version appears to be old
warn: The package.json version will be incremented automatically
warn: About to write /Users/kevin_fox/Documents/Fall 2013/Nodejs/appTest1/package.json
warn: Using '*' as a version for dependencies may eventually cause issues
{
"metadata": {
"name": "Assignment 4 - PART 1 (Including EXTRA CREDIT)"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
@KFoxder
KFoxder / gist:7586374
Created November 21, 2013 17:57
Extra Credit
{
"metadata": {
"name": ""
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
@KFoxder
KFoxder / gist:7586575
Created November 21, 2013 18:07
Assignment4-Hopefully WOrkin
{
"metadata": {
"name": ""
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## General Assembly Data Science Final Project\n",
"# Lending Club Loan Data Analysis\n",
"Samir Poonawala\n",
"\n",
### Overview
Below is an example onetime script on how we are doing the querying for Holding for the security exposure filter.
Gotta Fix 2 Issues first though:
1. Holdings as of now are linked on only `Company` objects and not able to link to `MutualFund`.
2. We match on `exchange_symbol` rather than cusip cuz we couldn't as of now and we gotta change that.