Well why should you be entitled to free data from a private corporation? Just because the exchange is open to the public to purchase on it doesn't mean their data has to be free. (just my 2 cents)
my perspective was if public traded I need to be exposed information as I see fit. In one form or another should they not disclose their details for a buyer or customer who is going to invest (potentially )
a strong point. kind of puts a dent in the efficient market hypothesis, and the glorious dream that traders believe in: that the market is somehow inherently democratic. how are we expected to believe in this if we don't have access to the information?
this asymmetry would seem to skewer emh.
-- but then again ... checking the prices at "nasdaqtrader" the idea that we don't have access seems like the myth. $14 a month for Nasdaq issues ( I guess that means quite a lot of stocks ), is only slightly more than my Spotify. And if you don't have the money to pay $14 you probably don't have the money to make much of a dent in the market anyway!
so what's the reality here? is data you can actually trade on that affordable or is it not?
case I would then make is spotify is selling private art ( music ) from a private seller to public for a fee. it is like you pay for watching a movie from a private distributor. Trade is like I invest money for their business. I need to be informed buyer is what I would say. But then it is not about affordability or about I would be able to make a dent in the market. i will be fine if i can make a dent in my pocket. it is about information and data which like you say investors believe is democratic in nature ( but which it sounds like is not )
What fun would the markets be without ensuring there's always an information asymmetry at play?
Besides, nothing excites me more than looking through a bunch of third-party data provider websites that look like they were made in 2002, half of which don't even list their prices—but instead rely on sales teams to bilk the customer out of whatever they can pay.
Of course, that isn't to say you can't get your data directly from the exchange:
Grief, you any idea how much time I've spent _at banks_ trying to knock information into shape? There are _no_ good sources of this information. You take a feed from NYSE and I guarantee you'll find errors _on NYSE information_. The more complex the product, the more data points, the worse it gets.
And I've only talked about static data. If you want to actually trade, it gets much, much, harder.
This brought back troubling memories of discovering that a non-trivial amount of the world's economic data seems to be shuttled around banks via batch-generated CSV files, only accessible via nightly FTP drops.
All the large brokerages are probably members of the stock exchanges. E.g., the NYSE says:
"NYSE Equities Membership provides broker-dealers the high-tech solutions needed to make rapid, automated, and anonymous executions. Industry-leading member services experts discover and improve prices, dampen volatility, and add liquidity. Membership brings access to opening and closing auctions for primaries, brand visibility and direct connectivity."
And that's a can of worms. What are they paying for by the time they receive it. What is the physical point of receiving data? Which exchange is the data received from? Central data clearing house of data?
Real time is a concept that doesn't exist in live data. How real-time is a concept.
I have never used this service so don't consider this an endorsement, however Alpha Vantage seems to fit your requirements (other than being open source, which I don't particularly understand anyways).
We have one shared aspiration: democratizing access to institution-grade financial analytics. Alpha Vantage is one of our deliverables towards this purpose. It provides free JSON APIs for stock market data, augmented by a comprehensive set of technical indicators.
Most financial market data comes with strict licensing models. To get data from NYSE, NADAQ, CME or most other exchanges you must sign the agreements. Selling this data to vendors, news networks or end consumers is a large portion of the exchange's revenue.
The more granular or quickly you want the data, the more it will cost. In addition to paying for the initial data, you are not allowed to redistribute the data, in real-time or historically, with out paying royalties to the original data providers per user.
This creates a complicated accountanting system for data delivered to end users of the data.
Aggregate market data vendors (Factset, Bloomberg, Activ) pay for the initial data and then pay per user/query/etc...
Some data becomes available for unlimited distribution based on licensing, usually this data is time delayed and not allowed to be queried for historical analysis. You'll often see things on Yahoo or Google Finance that say "market data delayed by 10 min".
One of the most common sources of this delayed data is yahoo and there are open APIs for querying it. Usually in Python or a statistically language like R.
Interactive Brokers has an API you can add to your brokerage account for programmatic access across multiple exchanges. Which provides market data and order entry.
If I miss understood you, and you are interested in a open API standard for financial data there are several FIX, ITCH and OUCH are some. But they are almost always forked per exchange and sometimes even per product.
tl;dr It's not the API or infrastructure that costs, it's the data itself.
Thanks for checking out the API and for your compliment on our docs. Our historical data is currently limited to IEX, but we have a major update coming out soon. We plan to include years of EOD data, fundamentals, financials, earnings, technical indicators, and company info. All for free.
Very interesting, thanks! Out of curiosity, how soon is "soon" for the expanded data? If you're able to say whether it will be this/next quarter, or this/next year that would be interesting.
39 comments
[ 3.2 ms ] story [ 112 ms ] threadUltimately it's due to that APIs used to generate wealth generally cost money.
this asymmetry would seem to skewer emh.
-- but then again ... checking the prices at "nasdaqtrader" the idea that we don't have access seems like the myth. $14 a month for Nasdaq issues ( I guess that means quite a lot of stocks ), is only slightly more than my Spotify. And if you don't have the money to pay $14 you probably don't have the money to make much of a dent in the market anyway!
so what's the reality here? is data you can actually trade on that affordable or is it not?
Besides, nothing excites me more than looking through a bunch of third-party data provider websites that look like they were made in 2002, half of which don't even list their prices—but instead rely on sales teams to bilk the customer out of whatever they can pay.
Of course, that isn't to say you can't get your data directly from the exchange:
http://www.nasdaqtrader.com/Trader.aspx?id=DPUSdata#tv
The only caveat is that you might need someone versed in Microsoft or Oracle enterprise licensing hell to actually decipher what's going on there.
And I've only talked about static data. If you want to actually trade, it gets much, much, harder.
CSV is a grand solution, one that has a hell of a lot less over head than any other "api" that many HN readers would normally see.
"NYSE Equities Membership provides broker-dealers the high-tech solutions needed to make rapid, automated, and anonymous executions. Industry-leading member services experts discover and improve prices, dampen volatility, and add liquidity. Membership brings access to opening and closing auctions for primaries, brand visibility and direct connectivity."
https://www.nyse.com/markets/nyse/membership
And that's a can of worms. What are they paying for by the time they receive it. What is the physical point of receiving data? Which exchange is the data received from? Central data clearing house of data?
Real time is a concept that doesn't exist in live data. How real-time is a concept.
http://www.alphavantage.co
Their site says:
We have one shared aspiration: democratizing access to institution-grade financial analytics. Alpha Vantage is one of our deliverables towards this purpose. It provides free JSON APIs for stock market data, augmented by a comprehensive set of technical indicators.
The more granular or quickly you want the data, the more it will cost. In addition to paying for the initial data, you are not allowed to redistribute the data, in real-time or historically, with out paying royalties to the original data providers per user.
This creates a complicated accountanting system for data delivered to end users of the data.
Aggregate market data vendors (Factset, Bloomberg, Activ) pay for the initial data and then pay per user/query/etc...
Some data becomes available for unlimited distribution based on licensing, usually this data is time delayed and not allowed to be queried for historical analysis. You'll often see things on Yahoo or Google Finance that say "market data delayed by 10 min".
One of the most common sources of this delayed data is yahoo and there are open APIs for querying it. Usually in Python or a statistically language like R.
Interactive Brokers has an API you can add to your brokerage account for programmatic access across multiple exchanges. Which provides market data and order entry.
If I miss understood you, and you are interested in a open API standard for financial data there are several FIX, ITCH and OUCH are some. But they are almost always forked per exchange and sometimes even per product.
tl;dr It's not the API or infrastructure that costs, it's the data itself.
The final 2 are how they make their money.
I work on the team at the Investors Exchange that built this API. We think financial data should be more accessible.
---> • Historical data is only available for prior months, starting with January 2014
Hopefully they will update this.
As of right now I have only found eTrade provides historical data, and you have to apply for that data.