Skip to content

iOS API for Yahoo finance. Stock symbol search, stock details and currency conversion.

Notifications You must be signed in to change notification settings

hishboy/YahooFinance

 
 

Repository files navigation

YahooFinance

The YahooFinance framework is an iOS Objective-C framework for Yahoo Finance.

Features

  • Search for stock symbols from major global stock exchanges list
  • Retrieve stock details such as quotes, volumes etc.
  • Currency conversion for all major world currencies.

Links

Dependency projects

Install (iOS)

  • Add ASIHTTPRequest to your project (see project specific details).
  • Add JSON Framework to your project (see project specific details).
  • Add the folder BSYahooFinance to your project.
  • Include "BSYahooFinance.h" to use the features in YahooFinance.

NOTE

The external components are submodules to the project. To get it running do the following:

  1. Clone YahooFinance

  2. Change directory to where you cloned YahooFinance, (cd YahooFinance)

  3. Run the following commands:

  • git submodule init

  • git submodule update

Now you have the required components and the sample project will run as expected.

About

iOS API for Yahoo finance. Stock symbol search, stock details and currency conversion.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 99.3%
  • C 0.7%