yahoo_finance_data_reader 1.0.12 copy "yahoo_finance_data_reader: ^1.0.12" to clipboard
yahoo_finance_data_reader: ^1.0.12 copied to clipboard

Data reader for yahoo finance to get daily stocks prices. It can be used to develop backtests and it can get all the historic daily data on yahoo finance

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add yahoo_finance_data_reader
copied to clipboard

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

dependencies:
  yahoo_finance_data_reader: ^1.0.12
copied to clipboard

Alternatively, your editor might support 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_data_reader/yahoo_finance_data_reader.dart';
copied to clipboard
26
likes
160
points
730
downloads

Publisher

verified publisherincaview.com

Weekly Downloads

2024.09.08 - 2025.03.23

Data reader for yahoo finance to get daily stocks prices. It can be used to develop backtests and it can get all the historic daily data on yahoo finance

Homepage
Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

dio, flutter, path, path_provider, sembast, sembast_web

More

Packages that depend on yahoo_finance_data_reader