Historical Depth Data MtGox with higher granularity [closed] - bitcoin

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I was doing some research and a need arized to get mtgox historic depth data, their api was not giving a lot of good info, it gives around ~6k bids and asks and most of them in last 3-4 months, while all of the dataset starts around 2010. I was looking for bid ask data with higher granularity, preferably for more currencies than just btc to usd.
Any help would be really appreciated.

You can access MtGox's full historical trade data via Google BigQuery.
See here for more information:
https://bitcointalk.org/index.php?topic=218980.0
I haven't seen anywhere that you could get the full order book history though. That would be an absolutely massive data set if it existed, so I doubt if anyone has such a thing available.

There is currently a new software developed to download all historical data from various exchanges and currencies. The release date expected is October 2013.
More details here: https://bitcointalk.org/index.php?topic=282154.0

The latest source for MtGox's data feed is: https://en.bitcoin.it/wiki/MtGox/API/Pubnub
And PubNub's Bitcoin Exchange Solution Kit based on the above: http://rtbitcoin.co/

Related

Is there any Video Rental VOD (video-on-demand) API's out there? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I have been searching for this for a while and I can't find. I am searching for a video on demand APi but I can't find any. Please help.
UPDATE:
Let me clarify one thing, I want to rent the movie THE MATRIX via API so I can show it to the user. That is what I pretend?
need to look into UltraViolet or Locker Access Streaming Provider Role (LASP).
check out UltraViolet for Business,
https://www.uvvu.com/en/au/uv-for-business
to connect your service to UltraViolet or to Develop Services or components you need a licence.
Download the licence package here: https://uvvu.com/sites/default/files/DECE%20License%20Agrmnts20140820%20PDFs.zip
hope this helps.
You need to look at solutions called "paywall" or "pay-per-view" for the media server which you decide to pick up.
There was a site called Popcorn Time which is similar to Netflix in number of ways. They made their source code available for every one by making the project open source after attracting huge media attention.

API for olympics? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I am developing a quick and fun little app which will display in a lobby. All it really does is go country to country showing flag, population, etc.... for all countries particapting in this years olympics.
I am reusing code we created for the 2010 olympics, and one of its features was a feed how many medals each country had won (plus a total count on the side). The data was hosted on the offical website, but has since been removed. Its easy to build out this feature, but it makes the app much more interesting if I can get it working
Is there an free API available anywhere which feeds this information?
I googled "olympic data feed". The first two results were:
http://odf.olympictech.org/
http://odf.olympictech.org/help.htm
Down the page, I saw this:
http://www.stats.com/olympics.asp
Sounds like they are the official data people for the 2012 olympics.

Free API or similar to get Next Earnings Date for stocks [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I am looking for an API or similar where I can get the next (upcoming) earnings date for a stock. I have googled for it and haven't found anything usable. I know of both the Yahoo and Google finance APIs, but none of them provide the next earnings date. Many sites, i.e. www.finviz.com (look for "Earnings" here http://finviz.com/quote.ashx?t=c) have the next earnings date information, but no API to get it.
Does anyone know where I can fetch the next earnings date?
Thank you :-)
I think this may have what you need, it's not free but it has a free trial which may be sufficient for your needs: http://www.zacksdata.com/zacks-data-api
(Disclosure: This API is managed by my company)
again not free, but here is another one :
http://www.pracplay.com/products/starter/starter_reference#TOC-EventScreen
and the api :
http://www.pracplay.com/products/starter/starter_reference#TOC-Calendars-and-Other
(Disclosure: This API is managed by my company)

Does autotrader.com (vehicle marketplace) offer an API for posting vehicles? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Does anybody know if autotrader.com offers an API or something that would help with mass postings of vehicles?
Or does anybody have any idea of what to use to create something like this? I was thinking of maybe a mouse location and click over a browser window type of thing.
AutoTrader provides a bulk upload feature through a file feed process. The file runs through a set of processes to associate it with the proper listing tier (Premium, Feature or Standard) and in addition normalizes the information across vehicle make and models. This process runs several times daily and is being migrated to a near real-time solution for quicker add or updates.
I can find no documentation on it but I've come across this link which seems to provide a json response.
https://www.autotrader.com/rest/searchresults/sunset/base

Weather API with date parameter [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I am looking for a weather api that I can query by latlng and date. The date seems to be the hard part. All the APIs seem to only return the weather at he current day and/or week. I also need it to work worldwide and not just in the US.
Can anybody suggest one? Ideally i'd like to use Google or Yahoo but i don't think they provide this functionality or at least it is not documented
The Forecast.io API provides exactly the functionality you require. You can query by coordinates and any time in the past and future. It's available globally wherever there are weather data sources.
You might find some answers here: https://stackoverflow.com/questions/507441/best-weather-apis
Not sure about querying by date but you can query the Wunderground Data Feed by latlong, see http://wiki.wunderground.com/index.php/API_-_XML for all the details.