Skip to main content

Settings

Configure your MACROVISONOMICS account and preferences to personalize your experience.

Accessing Settings

Click your profile icon in the top navigation bar and select Settings, or navigate directly to the Settings page from the menu.

Account Settings

Profile Information

Manage your public profile:
SettingDescription
Display NameThe name shown on your published charts
BioShort description about you or your work
Profile PictureYour avatar shown in the community
EmailYour account email address

Account Actions

  • Change Password: Update your login credentials
  • Connected Accounts: Manage linked social/SSO accounts
  • Delete Account: Permanently remove your account and data

Preferences

Display Preferences

Theme

Choose between Light mode, Dark mode, or System default.

Default Chart Type

Set your preferred chart type for new visualizations.

Language

Select your preferred interface language.

Date Format

Choose how dates are displayed.

Chart Defaults

Set default options for new charts:
SettingOptions
Default Time RangeLast 10 years, 20 years, All available
Color SchemeClassic, Vibrant, Muted, Colorblind-friendly
Show LegendAlways, Auto, Never
Show GridOn/Off
AnimationEnabled/Disabled

Data Preferences

  • Default Countries: Pre-select your most-used countries
  • Favorite Indicators: Quick access to common metrics
  • Aggregation Method: Sum, Average, or Weighted Average

Notifications

Email Notifications

Control which emails you receive:
NotificationDescription
Chart CommentsWhen someone comments on your chart
New FollowersWhen someone follows your profile
Weekly DigestSummary of community activity
Product UpdatesNew features and improvements

In-App Notifications

Manage notification badges and alerts:
  • Comment notifications
  • Like notifications
  • System announcements

Privacy Settings

Profile Visibility

  • Public Profile: Anyone can see your profile and charts
  • Private Profile: Only published charts are visible
  • Hidden Profile: Profile not discoverable (charts still accessible via link)

Data & Analytics

  • Search History: Enable/disable search history saving
  • Usage Analytics: Opt in/out of anonymous usage data

Security

Session Management

  • View active sessions
  • Sign out from all devices
  • Set session timeout preferences

Two-Factor Authentication

Add an extra layer of security:
  1. Go to Settings → Security
  2. Enable Two-Factor Authentication
  3. Scan QR code with authenticator app
  4. Enter verification code

Subscription & Billing

Current Plan

View your current subscription status:
  • Plan name and features
  • Billing cycle dates
  • Usage statistics

Manage Subscription

  • Upgrade Plan: Access more features
  • Change Plan: Switch between tiers
  • Cancel Subscription: End your subscription
  • View Invoices: Access billing history
See the Plans page for detailed plan comparison.

Data Management

Export Your Data

Download all your data:
  • Saved charts (JSON format)
  • Search history
  • Account settings

Clear Data

Remove stored data:
  • Clear search history
  • Clear cached data
  • Reset preferences to defaults
Clearing data cannot be undone. Export your data first if you might need it later.

Keyboard Shortcuts

View and customize keyboard shortcuts for common actions:
ShortcutAction
Ctrl/Cmd + KOpen search
Ctrl/Cmd + SSave chart
Ctrl/Cmd + DDuplicate chart
EscClose dialogs

API Key Management

Pro, Gold, and Enterprise users can create and manage API keys for programmatic access to MACROVISONOMICS data directly from Settings.

Accessing API Keys

Navigate to Settings → Developer or visit the Developer Portal to manage your API keys.

Creating an API Key

1

Go to Developer Settings

Navigate to Settings and click the Developer tab, or go directly to the Developer Portal.
2

Click Create API Key

Click the “Create API Key” button. Give your key a descriptive name (e.g., “My Research Script” or “Dashboard App”).
3

Copy Your Key Immediately

Your API key is shown only once. Copy it to a secure location — it will not be displayed again. If lost, you will need to create a new key.
4

Use in Your Requests

Include the key in the X-API-Key header of all API requests:
curl -H "X-API-Key: your_key_here" \
  https://macrovisonomics.com/api/v1/search?q=GDP+growth

Managing API Keys

ActionDescription
View usageSee request counts and quota usage for each key
RenameUpdate the label for an existing key
RevokeImmediately invalidate a key — any requests using it will fail instantly
Create additional keysCreate separate keys for different projects or environments

API Key Security

Treat API keys like passwords. Never commit them to version control, include them in client-side code, or share them publicly. Revoke any key you suspect has been compromised.
Best practices:
  • Use environment variables to store keys in your code
  • Create separate keys for development and production
  • Rotate keys periodically by revoking old ones and creating new ones
  • Grant minimum necessary access per key (use separate keys per project)

Rate Limits by Plan

PlanRequests/MinuteMonthly Quota
Pro60500
Gold2002,000
EnterpriseCustomUnlimited
Rate limit headers (X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset) are included in every API response. See the Developer API docs for full endpoint documentation and code examples.
  • My Space — manage your saved charts and collections
  • Plans & Pricing — compare plans and manage your subscription
  • Developer API — full API documentation and MCP Server setup