yahoo_finance 0.1.2 copy "yahoo_finance: ^0.1.2" to clipboard
yahoo_finance: ^0.1.2 copied to clipboard

A Yahoo Finance client for Flutter — the Dart equivalent of Python's yfinance. Quotes, history, options, financials and market calendars.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add yahoo_finance

With Flutter:

 $ flutter pub add yahoo_finance

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  yahoo_finance: ^0.1.2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:yahoo_finance/yahoo_finance.dart';
1
likes
0
points
253
downloads

Publisher

unverified uploader

Weekly Downloads

A Yahoo Finance client for Flutter — the Dart equivalent of Python's yfinance. Quotes, history, options, financials and market calendars.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

cronet_http, cupertino_http, flutter, http, meta

More

Packages that depend on yahoo_finance