[Beginner] Is there free data feed?

Discussion in 'Data Sets and Feeds' started by jk90029, Apr 20, 2016.

  1. Handle123

    Handle123

    Can you imagine going to Walmart and them charging monthly fee to find out current price of something, and you are trading with them, money for a commodity.
     
    #51     Apr 24, 2016
  2. There is some company called Costco, which charge monthly fee to enter their premise to purchase.

    If Costco charges $1500 a years to find out current price, will you go there?
    Will you buy stocks of Costco for their dividend?
     
    #52     Apr 25, 2016
  3. jharmon

    jharmon

    Oh ha ha ha. I've been trading since 1999. I've also spent large sums of money on software and data which are invaluable for my trading. All you want to do is write software to scrape data so you can avoid a $50-100/month data feed.

    The only thing you suck at is actually trading with real money and real tools. You constantly ask everybody else how to do things, complain about the costs when people tell you what they are yet you don't contribute anything meaningful in your 700+ posts. Does "jk" mean "just kidding"?
     
    #53     Apr 25, 2016
    d08 and j_medved like this.
  4. Good to discuss automation with 15+ experienced trader.

    Also I paid some labour charge to my helper for scrapping with selenium and C# and for sending order matrix too IB server, like you did before. However the IB API helper asked too much amount, a lot higher than my helper. That is why I stopped IB API.

    Data fee of $1500 per year might be too much for me. Multiplying 50 years (30 to 80) costs
    1500*50 = 75000 = 75K.

    I should NOT complain someone' paying $75K.
    If you are happy to pay (as small as) 75K for me, then I should say "thank you".
     
    Last edited: Apr 25, 2016
    #54     Apr 25, 2016

  5. I am a beginner, but the following (simple data reception in R) was meaningful.

    install.packages("quantmod")
    library(quantmod)


    getSymbols("MSFT", from ="1990-01-01", to="2014-08-28")
    head(MSFT)
    tail(MSFT)

    Please never say "you don't contribute anything meaningful" since most never know web-crawling.

    However if you translate "jk" to "just kidding", then I have NO objection.

    If I spend 15 more years like you, then I should be a experience trader like you.
     
    #55     Apr 25, 2016
  6. Handle123

    Handle123

    I don't belong to Costco or Sam's, I don't need five gallons of pickles or half barrel of Fruity Pebbles, for me, I don't see value belonging, about the only thing I would use is gasoline. Of course when I get in my 70s, I understand it is great place to go at lunchtime for all the free samples and check out new retirees. If I was in my 20s-30s-40s, might be a good deal, but I have accumulated all the crap one has through age, just how many drills do I need at half price.

    If the dividend was good and I had a signal to buy the stock, sure would.
     
    #56     Apr 25, 2016
  7. Younes

    Younes

    Hey j_medved, I have an IB account, is it possible to get data from it , I want to create my own screener using python, I only need 1 minute data.

    Thank you in advance
     
    #57     May 3, 2016
  8. @Younes, I know there is a python API for IB, so you should be able to get data from them. IB API has screener capabilities I believe, so that may simplify some things for you, though the API itself is a bit compex.
     
    #58     May 4, 2016