@usefin/plugin-market-data
v0.1.0
Published
Market & Financial Data provider plugins for fin CLI
Readme
@usefin/plugin-market-data
Market & Financial Data provider plugins for the fin CLI. Only supported (GA) providers are exposed; this plugin has none in the current list. List, get, create, update, delete where the API supports them; use --data '{"key":"value"}' for create/update. Mock fallback when unauthenticated.
Installation
Included when you install the main usefin CLI.
Auth setup
usefin auth:login <provider> then usefin doctor
Usage
Objects: symbols, quotes, history. All commands support list/get; create, update, and delete are available where the provider API supports them. Use --data '{"key":"value"}' for create and update.
| Example |
|--------|
| usefin <provider>:symbols:list --json |
| usefin <provider>:symbols:get <id> |
| usefin <provider>:symbols:create --data '{}' (where supported) |
| usefin <provider>:symbols:update <id> --data '{}' |
| usefin <provider>:symbols:delete <id> |
