Full-Time

Senior Finance Analyst

Ably Realtime

Ably Realtime

51-200 employees

Real-time experience infrastructure for scalable apps

No salary listed

London, UK

Remote

Remote-first role; monthly in-person meetups in London.

Category
Finance & Banking (1)

Get referred to Ably Realtime

See people who can refer or advise you

Requirements
  • Big 4 auditing, and a professional accounting qualification (ACA, ACCA, or equivalent).
  • High attention to detail, strong problem-solving skills and the ability to identify opportunities for improvement.
  • The ability to thrive in a fast-paced, dynamic environment and adapt to changing priorities.
  • Excellent communication and stakeholder management skills.
  • An eye for process improvement and effectiveness - you don’t need to have substantial experience in AI automation already, we will teach you that, but what you need is an efficiency-focused mindset and some demonstrable experience in that regard.
Responsibilities
  • Run the delivery engine across the finance reporting cycle. You'll own the hands-on production work behind month-end - journals, consolidation and first-draft management accounts - alongside billing, invoicing and payment approvals, and you'll support revenue recognition and investor and bank reporting.
  • Own key financial operations. You'll take full ownership of expenses and credit control, own the delivery of billing and invoicing, and oversee the Bookkeeper's day-to-day transactional work.
  • Be the driving force for AI and automation in Finance. You'll design and build automations across your delivery areas, develop AI-enabled finance processes, and own the outcomes of what you ship. Ably is deeply AI-forward and Finance is a priority for that agenda, so you will personally build and own AI-driven finance processes end to end.
  • Partner with the business. You'll support a set of delegated cost centres and budget holders, helping them stay within budget and get the most from their spend.
  • Support tax, compliance and the audit. You'll prepare the schedules and underlying data behind UK and US tax compliance, and be a key point of contact through the annual audit.

Ably provides real-time experience infrastructure that lets businesses build apps with instant data updates, including real-time messaging and data delivery at any scale. It supports features such as chat, live scores, stock alerts, and GPS tracking through scalable APIs that manage streams, presence, and delivery, with Kafka integration and HIPAA compliance. It differentiates itself by prioritizing reliability under heavy load, HIPAA compliance, and native Kafka integration across industries, serving startups to large enterprises like Hubspot and Experity. Its goal is to enable organizations to run real-time applications with dependable performance at any scale, using usage-based pricing.

Company Size

51-200

Company Stage

Series B

Total Funding

$78M

Headquarters

London, United Kingdom

Founded

2016

Get referred to Ably Realtime

See people who can refer or advise you

Simplify Jobs

Simplify's Take

What believers are saying

  • Ably raised $7M on February 3, 2026, led by MMC Ventures.
  • Ably’s April 2026 Python SDK v3 targets AI agents, a fast-growing buyer segment.
  • July 2026 React Native push support widens distribution across mobile teams using one codebase.

What critics are saying

  • AWS AppSync and Firebase bundle realtime features, compressing Ably’s pricing power by 2027.
  • Ably’s February 2026 $7M Series A funds expansion before durable enterprise retention proves out.
  • Developer-platform churn stays brutal; Netlify and Cloudflare integrations do not lock customers in.

What makes Ably Realtime unique

  • Ably Python SDK v3 launched April 8, 2026 for production AI streaming.
  • LiveObjects, March 25, 2026, syncs shared state across millions without infrastructure overhead.
  • Ably Pub/Sub React Native push notifications shipped July 28, 2026 across iOS and Android.

Help us improve and share your feedback! Did you find this helpful?

Benefits

Remote Work Options

Flexible Work Hours

Paid Vacation

Parental Leave

Home Office Stipend

Professional Development Budget

Health Insurance

Mental Health Support

Wellness Program

Life Insurance

Commuter Benefits

Sabbatical Leave

Stock Options

Growth & Insights and Company News

Headcount

6 month growth

0%

1 year growth

0%

2 year growth

0%
Ably
Jul 28th, 2026
Ably Pub/Sub now supports React Native push notifications.

Ably Pub/Sub now supports React Native push notifications. Ably Pub/Sub now supports React Native push notifications. Devices activate themselves, subscribe to channels for alerts, and receive messages through FCM and APNs. No more manual device registration through the push admin API. Until now, sending push notifications to a React Native app with Ably meant registering devices manually through the push admin API, usually from a server. The new plugin moves activation where it belongs: onto the device. Ably has added first class support for React Native apps receiving push notifications through the Ably PubSub JavaScript SDK. From version 2.25.0, the new ably/react-native-push plugin lets a React Native device activate itself as a push target, subscribe to channel-based notifications, and receive messages through FCM on Android and APNs on iOS, using the same unified API that already powers push notifications on the web, iOS, and Android with Ably. What can you do with React Native push notifications? * Reach users when the app is closed. Realtime messages delight users while your app is open. Push notifications carry the same events (a new chat message, an order update, a price alert) to the device when it isn't. * Notify at channel granularity. Devices subscribe to the channels they care about, and one published message fans out to every subscribed device. No device lists to maintain in your backend. * Android and iOS from one codebase, delivered through FCM registration tokens or raw APNs device tokens. Your app declares which transport each token belongs to. * Bring your own modules. The SDK adds no native dependencies. You pass in your storage (any implementation of the @react-native-async-storage/async-storage interface) and a callback that returns a push token, typically wrapping @react-native-firebase/messaging. * Device-side activation with push.activate: the SDK generates and persists the device identity, registers it with Ably, and keeps the registration across app restarts. * Publish via channels to every subscribed device, or publish directly to a device ID or client ID. How it works. Your app supplies the two things the SDK cannot provide itself in React Native, persistent storage and token acquisition, and the plugin handles registration, state, and persistence: import {Realtime} from 'ably'; import ReactNativePush from 'ably/react-native-push'; import AsyncStorage from '@react-native-async-storage/async-storage'; import messaging from '@react-native-firebase/messaging'; const Push = ReactNativePush.create({ storage: AsyncStorage, requestToken: async => ({transportType: 'fcm', token: await messaging.getToken,}),}); const client = new Realtime({ authUrl: '/auth', plugins: {Push}}); // Activate the device and subscribe a channel to deliver pushes to it await client.push.activate; await client.channels.get('orders:1234').push.subscribeDevice; Then any publisher, your server, another client, or the Ably CLI, triggers the notification by publishing to the channel with a push payload: await rest.channels.get('orders:1234').publish({ name: 'update', data: {status: 'shipped'}, extras: {push: { notification: { title: 'Order update', body: 'Your order has shipped.'},},},}); Send your first notification. Follow the React Native getting started guide to go from a fresh project to a notification on a physical device, or read the push notifications docs for the full picture.

Maeil Business News Korea
Aug 29th, 2025
Ably secures $71M from Alibaba

South Korean fashion platform Ably Corp. secured a $71 million investment from China's Alibaba Group, acquiring a 5% stake. This marks Alibaba's first investment in a Korean e-commerce platform. Ably, now valued at over 3 trillion won, has become a unicorn. The company plans to raise an additional 100 billion won from Silicon Valley and sovereign wealth funds. Concerns arise over Alibaba's growing influence in Korea, with AliExpress expanding its presence.

Ably
Jul 4th, 2025
Say more with less: Introducing message reactions in Ably Chat

Today, Ably Realtime Ltd. is excited to introduce Message Reactions in Ably Chat - a quintessential part of any modern chat experience, now available as a native feature.

Ably
Apr 2nd, 2025
Realtime innovation, optimized costs: Ably's solutions for cost efficiency at scale

To help with this, Ably Realtime Ltd. has introduced server-side batching and conflated subscriptions - two powerful optimizations in Ably Pub/Sub that significantly reduce message count, lower bandwidth usage, and optimize processing overhead.

Ably
Jul 11th, 2023
Channel subscription now possible with new Python Realtime SDK

This is why Ably Realtime Ltd. has released a new Python Realtime SDK component that enables developers to integrate Ably's realtime functionality into their Python applications.