fin_quote 0.1.4 copy "fin_quote: ^0.1.4" to clipboard
fin_quote: ^0.1.4 copied to clipboard

A multi-platform API to retrieve quote information and prices for stocks (e.g. Amazon, Google), commodities (e.g. Gold, Oil) and crypto-currencies (e.g. Bitcoin, Ethereum).

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fin_quote

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

dependencies:
  fin_quote: ^0.1.4

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

Import it

Now in your Dart code, you can use:

import 'package:fin_quote/fin_quote.dart';
5
likes
40
pub points
21%
popularity

Publisher

unverified uploader

A multi-platform API to retrieve quote information and prices for stocks (e.g. Amazon, Google), commodities (e.g. Gold, Oil) and crypto-currencies (e.g. Bitcoin, Ethereum).

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

html, http, intl, logger, meta

More

Packages that depend on fin_quote