- What I’m curious about in my pro. life? here are few fields:
- OpenWeb technologies and hacking web apps.
- ChromeOS
- Mobile development
- HTML5 (e.g. WebWorkers, web databases, indexedDB
- JavaScript
- Data mining and problems with ‘Big Data’ (e.g. Hacking around Yahoo finance API)
- Design/Amazing UIs
- Java
- PHP
- What I love doing in my free time?
- Snowboarding
- Mountain biking
- Orienteering
- Windsurfing
- Basketball
- Where the mind is willing, the body will follow – that is what I keep telling my self during the Marathons and long Mt. bike rides.
- On Google+
- On LinkedIn

- Like in Life – lots of challenges come with lots of narrow paths to cross.
-
All the opinions expressed here are my own, and no other party necessarily agrees with them. Moreover, I’m sure my wife won’t agree with 90% of them.
Thank you for this post:
http://greenido.wordpress.com/2009/12/22/yahoo-finance-hidden-api/
but i was wondering if u know how to fetch the type of currency it is. For example, http://finance.yahoo.com/q?s=^N225. NIKKEI 225 is in JPY but i havent been able to fetch that information using yahoo
Thanks in advance!!
Regards,
jason
Jason – I guess you refer to this post:
http://greenido.wordpress.com/2009/12/22/yahoo-finance-hidden-api/
so it would be better to put the question over there next time – so other reader could find it.
Any way, if you check: http://finance.yahoo.com/q?s=^N225 it will work and give you a page with data. Moreover, on historic data just use something like this format:
http://finance.yahoo.com/q/hp?s=^N225&a=01&b=19&c=2010&d=01&e=19&f=2010&g=d
Good luck.